diff --git a/check-manifest-0.49.tar.gz b/check-manifest-0.49.tar.gz deleted file mode 100644 index be2fa09..0000000 --- a/check-manifest-0.49.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64a640445542cf226919657c7b78d02d9c1ca5b1c25d7e66e0e1ff325060f416 -size 40272 diff --git a/check_manifest-0.50.tar.gz b/check_manifest-0.50.tar.gz new file mode 100644 index 0000000..86a81b6 --- /dev/null +++ b/check_manifest-0.50.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d300f9f292986aa1a30424af44eb45c5644e0a810e392e62d553b24bb3393494 +size 44827 diff --git a/python-check-manifest.changes b/python-check-manifest.changes index b9deac6..002902e 100644 --- a/python-check-manifest.changes +++ b/python-check-manifest.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 11 10:46:24 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 0.50 + * Add Python 3.12 and 3.13 support. +- Adjust upstream source name in spec file + ------------------------------------------------------------------- Wed Feb 28 05:56:23 UTC 2024 - Steve Kowalik diff --git a/python-check-manifest.spec b/python-check-manifest.spec index c929662..8d62b4d 100644 --- a/python-check-manifest.spec +++ b/python-check-manifest.spec @@ -26,12 +26,12 @@ %endif %{?sle15_python_module_pythons} Name: python-check-manifest%{psuffix} -Version: 0.49 +Version: 0.50 Release: 0 Summary: Tool to check Python source package MANIFEST.in for completeness License: MIT URL: https://github.com/mgedmin/check-manifest -Source: https://files.pythonhosted.org/packages/source/c/check-manifest/check-manifest-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/c/check_manifest/check_manifest-%{version}.tar.gz Patch0: use-current-interpreter.patch BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module pip} @@ -68,7 +68,7 @@ check-manifest is a tool for python developers to check for broken packages and missing files in MANIFEST. %prep -%setup -q -n check-manifest-%{version} +%setup -q -n check_manifest-%{version} %if 0%{?suse_version} == 1500 %patch -P 0 -p1 %endif