diff --git a/.python-semver.metadata b/.python-semver.metadata new file mode 100644 index 0000000..693e813 --- /dev/null +++ b/.python-semver.metadata @@ -0,0 +1 @@ +33c4de08c03d3fc7a38b820bed9efbf33217292d SOURCES/semver-2.13.0.tar.gz diff --git a/SPECS/python-semver.spec b/SPECS/python-semver.spec new file mode 100644 index 0000000..a22226a --- /dev/null +++ b/SPECS/python-semver.spec @@ -0,0 +1,115 @@ +%global modname semver + +Name: python-%{modname} +Version: 2.13.0 +Release: 3%{?dist} +Summary: Python helper for Semantic Versioning + +License: BSD +URL: https://github.com/k-bx/python-semver +Source0: %{url}/archive/%{version}/%{modname}-%{version}.tar.gz + +BuildArch: noarch + +%global _description \ +Python module for semantic versioning. Simplifies comparing versions. + +%description %{_description} + +%package -n python3-%{modname} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{modname}} +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pytest + +%description -n python3-%{modname} %{_description} + +Python 3 version. + +%prep +%autosetup +# Remove settings for coverage from setup.cfg +sed -i '/-cov[=-]/d' setup.cfg +# Fix tests for Python 3.10 +# Proposed upstream: https://github.com/python-semver/python-semver/pull/336 +sed -i 's/TypeError: __init__() got an unexpected/TypeError: ...__init__() got an unexpected/' docs/usage.rst + +%build +%py3_build + +%install +%py3_install + +%check +py.test-%{python3_version} -v + +%files -n python3-%{modname} +%license LICENSE.txt +%doc README.rst CHANGELOG.rst +%{_bindir}/py%{modname} +%{python3_sitelib}/%{modname}-*.egg-info/ +%{python3_sitelib}/%{modname}.py +%{python3_sitelib}/__pycache__/%{modname}.* + +%changelog +* Tue Feb 16 2021 Lumír Balhar - 2.13.0-3 +- Fixed tests for Python 3.10 +Resolves: rhbz#1906368 + +* Wed Jan 27 2021 Fedora Release Engineering - 2.13.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Dec 08 2020 Lumír Balhar - 2.13.0-1 +- Update to 2.13.0 (#1767192) + +* Wed Jul 29 2020 Fedora Release Engineering - 2.8.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 2.8.1-7 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 2.8.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 2.8.1-5 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 2.8.1-4 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 2.8.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 2.8.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Aug 10 2018 Igor Gnatenko - 2.8.1-1 +- Update to 2.8.1 + +* Sat Jul 14 2018 Fedora Release Engineering - 2.8.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sun Jul 08 2018 Igor Gnatenko - 2.8.0-1 +- Update to 2.8.0 + +* Tue Jun 19 2018 Miro Hrončok - 2.7.8-3 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 2.7.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Sun Aug 27 2017 Igor Gnatenko - 2.7.8-1 +- Update to 2.7.8 + +* Thu Jul 27 2017 Fedora Release Engineering - 2.7.7-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Thu Jun 08 2017 Igor Gnatenko - 2.7.7-1 +- Update to 2.7.7 + +* Thu Feb 09 2017 Igor Gnatenko - 2.7.5-1 +- Update to 2.7.5 + +* Sat Jan 28 2017 Igor Gnatenko - 2.7.4-1 +- Initial package