diff --git a/SPECS-EXTENDED/python-isodate/python-isodate.signatures.json b/SPECS-EXTENDED/python-isodate/python-isodate.signatures.json index 4c73c4f454e..c5c3f927b6f 100644 --- a/SPECS-EXTENDED/python-isodate/python-isodate.signatures.json +++ b/SPECS-EXTENDED/python-isodate/python-isodate.signatures.json @@ -1,6 +1,6 @@ { "Signatures": { - "isodate-0.6.0.tar.gz": "2e364a3d5759479cdb2d37cce6b9376ea504db2ff90252a2e5b7cc89cc9ff2d8", + "isodate-0.7.2.tar.gz": "4cd1aa0f43ca76f4a6c6c0292a85f40b35ec2e43e315b59f06e6d32171a953e6", "python-isodate-LICENSE.txt": "1c4315a9e6fdd36b09e726d2d2fe6e89394cd39c1678ace9de8f1d5f4cf583c5" } -} +} \ No newline at end of file diff --git a/SPECS-EXTENDED/python-isodate/python-isodate.spec b/SPECS-EXTENDED/python-isodate/python-isodate.spec index 2ba2e5d0d20..7d15a94421b 100644 --- a/SPECS-EXTENDED/python-isodate/python-isodate.spec +++ b/SPECS-EXTENDED/python-isodate/python-isodate.spec @@ -3,8 +3,8 @@ Distribution: Azure Linux %global srcname isodate Name: python-%{srcname} -Version: 0.6.0 -Release: 6%{?dist} +Version: 0.7.2 +Release: 1%{?dist} Summary: An ISO 8601 date/time/duration parser and formatter License: BSD URL: https://pypi.org/project/isodate/ @@ -13,8 +13,9 @@ Source1: %{name}-LICENSE.txt BuildArch: noarch BuildRequires: python3-devel -BuildRequires: python3-setuptools -BuildRequires: python3-six +BuildRequires: python3-wheel +BuildRequires: python3-setuptools_scm +BuildRequires: python3-pytest %global _description This module implements ISO 8601 date, time and duration \ @@ -52,25 +53,32 @@ Summary: %summary mv %{SOURCE1} ./LICENSE.txt +%generate_buildrequires +%pyproject_buildrequires + + %build -%py3_build +%pyproject_wheel + %install -%py3_install +%pyproject_install +%pyproject_save_files %{srcname} %check -%{__python3} setup.py test +%pytest -%files -n python3-%{srcname} +%files -n python3-%{srcname} -f %{pyproject_files} %license LICENSE.txt %doc CHANGES.txt README.rst TODO.txt -%{python3_sitelib}/%{srcname}-*.egg-info/ -%{python3_sitelib}/%{srcname}/ %changelog +* Thu Aug 14 2025 Kevin Lockwood - 0.7.2-1 +- Update to 0.7.2 + * Fri Dec 10 2021 Thomas Crain - 0.6.0-7 - License verified diff --git a/cgmanifest.json b/cgmanifest.json index d3b38591cb5..b12661c5f30 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -23153,8 +23153,8 @@ "type": "other", "other": { "name": "python-isodate", - "version": "0.6.0", - "downloadUrl": "https://files.pythonhosted.org/packages/source/i/isodate/isodate-0.6.0.tar.gz" + "version": "0.7.2", + "downloadUrl": "https://files.pythonhosted.org/packages/source/i/isodate/isodate-0.7.2.tar.gz" } } },