diff --git a/.gitignore b/.gitignore index 6b0ba36..fa3e74f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/mallard-ducktype-0.3.tar.gz +SOURCES/1.0.2.tar.gz diff --git a/.python3-mallard-ducktype.metadata b/.python3-mallard-ducktype.metadata index 4392101..b5c6d13 100644 --- a/.python3-mallard-ducktype.metadata +++ b/.python3-mallard-ducktype.metadata @@ -1 +1 @@ -cab5a7fd57d2169028e4dc04b3b9fc5a230c6283 SOURCES/mallard-ducktype-0.3.tar.gz +cca96a7fc294676e76d08d3abeaa3fb2ecda16d9 SOURCES/1.0.2.tar.gz diff --git a/SPECS/python3-mallard-ducktype.spec b/SPECS/python3-mallard-ducktype.spec index 347b08a..c77cf35 100644 --- a/SPECS/python3-mallard-ducktype.spec +++ b/SPECS/python3-mallard-ducktype.spec @@ -1,16 +1,18 @@ %global srcname mallard-ducktype Name: python3-mallard-ducktype -Version: 0.3 -Release: 2%{?dist} +Version: 1.0.2 +Release: 21%{?dist} Summary: Parse Ducktype files and convert them to Mallard License: MIT URL: https://pypi.python.org/pypi/%{srcname} -Source0: https://pypi.python.org/packages/source/m/%{srcname}/%{srcname}-%{version}.tar.gz +# The PyPI tarball does not have AUTHORS or COPYING. +Source0: https://github.com/projectmallard/%{srcname}/archive/%{version}/%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel +BuildRequires: python3-setuptools %description Parse Ducktype files and convert them to Mallard. @@ -18,7 +20,6 @@ Parse Ducktype files and convert them to Mallard. %prep %setup -q -n %{srcname}-%{version} -rm -rf %{srcname}-%{version}/mallard_ducktype.egg-info/ %build @@ -34,16 +35,98 @@ rm -rf %{srcname}-%{version}/mallard_ducktype.egg-info/ %files -# No separate license file. -%doc +%doc AUTHORS README.md +%license COPYING %{_bindir}/ducktype %{python3_sitelib}/* %changelog -* Tue Dec 12 2023 Arkady L. Shane - 0.3-2 -- Rebuilt for MSVSphere 8.9 +* Sat Dec 14 2024 Arkady L. Shane - 1.0.2-21 +- Rebuilt for MSVSphere 10 + +* Tue Oct 29 2024 Troy Dawson - 1.0.2-21 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + +* Mon Jun 24 2024 Troy Dawson - 1.0.2-20 +- Bump release for June 2024 mass rebuild + +* Fri Jan 26 2024 Fedora Release Engineering - 1.0.2-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Mon Jan 22 2024 Fedora Release Engineering - 1.0.2-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Fri Jul 21 2023 Fedora Release Engineering - 1.0.2-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 1.0.2-16 +- Rebuilt for Python 3.12 + +* Fri Jan 20 2023 Fedora Release Engineering - 1.0.2-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 1.0.2-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 1.0.2-13 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 1.0.2-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.2-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 1.0.2-10 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.2-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.0.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jun 24 2020 David King - 1.0.2-7 +- BuildRequire python3-setuptools explicitly + +* Tue May 26 2020 Miro Hrončok - 1.0.2-6 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.0.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 1.0.2-4 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 1.0.2-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sun Jul 21 2019 David King - 1.0.2-1 +- Update to 1.0.2 + +* Sun Apr 28 2019 David King - 1.0.1-1 +- Update to 1.0.1 (#1703831) + +* Mon Apr 08 2019 David King - 1.0-1 +- Update to 1.0 (#1697490) + +* Sat Feb 02 2019 Fedora Release Engineering - 0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Jan 23 2019 David King - 0.4-1 +- Update to 0.4 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.3-3 +- Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 0.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild