From 68819026ddc44739dc6c07d338dfbdcb7b575e4e Mon Sep 17 00:00:00 2001 From: Sergey Cherevko Date: Fri, 13 Dec 2024 23:41:33 +0300 Subject: [PATCH] import python3-mallard-ducktype-1.0.2-19.el10 --- .gitignore | 1 + .python3-mallard-ducktype.metadata | 1 + SPECS/python3-mallard-ducktype.spec | 155 ++++++++++++++++++++++++++++ 3 files changed, 157 insertions(+) create mode 100644 .gitignore create mode 100644 .python3-mallard-ducktype.metadata create mode 100644 SPECS/python3-mallard-ducktype.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fa3e74f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/1.0.2.tar.gz diff --git a/.python3-mallard-ducktype.metadata b/.python3-mallard-ducktype.metadata new file mode 100644 index 0000000..b5c6d13 --- /dev/null +++ b/.python3-mallard-ducktype.metadata @@ -0,0 +1 @@ +cca96a7fc294676e76d08d3abeaa3fb2ecda16d9 SOURCES/1.0.2.tar.gz diff --git a/SPECS/python3-mallard-ducktype.spec b/SPECS/python3-mallard-ducktype.spec new file mode 100644 index 0000000..6bd5a6c --- /dev/null +++ b/SPECS/python3-mallard-ducktype.spec @@ -0,0 +1,155 @@ +%global srcname mallard-ducktype + +Name: python3-mallard-ducktype +Version: 1.0.2 +Release: 19%{?dist} +Summary: Parse Ducktype files and convert them to Mallard + +License: MIT +URL: https://pypi.python.org/pypi/%{srcname} +# 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. + + +%prep +%setup -q -n %{srcname}-%{version} + + +%build +%py3_build + + +%install +%py3_install + + +%check +%{__python3} setup.py test + + +%files +%doc AUTHORS README.md +%license COPYING +%{_bindir}/ducktype +%{python3_sitelib}/* + + + +%changelog +* Fri Dec 13 2024 Sergey Cherevko - 1.0.2-19 +- Rebuilt for MSVSphere 10 + +* 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 + +* Tue Oct 10 2017 David King - 0.3-1 +- Update to 0.3 + +* Thu Jul 27 2017 Fedora Release Engineering - 0.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 0.2-6 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.2-5 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Wed Sep 09 2015 David King - 0.2-2 +- Add backported UTF-8 encoding patch + +* Tue Sep 08 2015 David King - 0.2-1 +- Update to 0.2 + +* Fri Sep 04 2015 David King - 0.1-1 +- Initial Fedora packaging (#1260219)