forked from pool/python-check-manifest
Accepting request 1230076 from home:glaubitz:branches:devel:languages:python
- Update to 0.50 * Add Python 3.12 and 3.13 support. - Adjust upstream source name in spec file OBS-URL: https://build.opensuse.org/request/show/1230076 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-check-manifest?expand=0&rev=43
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64a640445542cf226919657c7b78d02d9c1ca5b1c25d7e66e0e1ff325060f416
|
||||
size 40272
|
||||
3
check_manifest-0.50.tar.gz
Normal file
3
check_manifest-0.50.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d300f9f292986aa1a30424af44eb45c5644e0a810e392e62d553b24bb3393494
|
||||
size 44827
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 11 10:46:24 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user