From 950fa58a851846505b80c5bfdcbb7e2837944bc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 11:52:36 +0000 Subject: [PATCH] [stubsabot] Mark python-slugify as obsolete since 8.0.2 (#11316) Release: https://pypi.org/pypi/python-slugify/8.0.2 Homepage: https://github.com/un33k/python-slugify Repository: https://github.com/un33k/python-slugify Diff: https://github.com/un33k/python-slugify/compare/v8.0.1...v8.0.2 --------- Co-authored-by: AlexWaygood --- stubs/python-slugify/@tests/stubtest_allowlist.txt | 1 + stubs/python-slugify/METADATA.toml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/stubs/python-slugify/@tests/stubtest_allowlist.txt b/stubs/python-slugify/@tests/stubtest_allowlist.txt index e77adcaea..d300d0ed8 100644 --- a/stubs/python-slugify/@tests/stubtest_allowlist.txt +++ b/stubs/python-slugify/@tests/stubtest_allowlist.txt @@ -1 +1,2 @@ slugify.__main__ +slugify.annotations # __future__.annotations is not public API diff --git a/stubs/python-slugify/METADATA.toml b/stubs/python-slugify/METADATA.toml index 85b3cff80..0998ef19d 100644 --- a/stubs/python-slugify/METADATA.toml +++ b/stubs/python-slugify/METADATA.toml @@ -1,2 +1,3 @@ -version = "8.0.*" +version = "8.0.2" upstream_repository = "https://github.com/un33k/python-slugify" +obsolete_since = "8.0.2" # Released on 2024-01-25