From 121d1ecd22cf6b42d46eebe4b35e7088f280f052 Mon Sep 17 00:00:00 2001 From: rdobuilder Date: Jun 06 2022 10:28:47 +0000 Subject: Update to 4.1.1 Related-to: https://review.rdoproject.org/r/q/I7a8f21773b1aa0f19a2614c73dec370235cc08d9 --- diff --git a/.python-uritemplate.metadata b/.python-uritemplate.metadata index dc5420e..2854f1d 100644 --- a/.python-uritemplate.metadata +++ b/.python-uritemplate.metadata @@ -1 +1 @@ -7933292fb56af9f22fb1460374dc4657c01aa3fb SOURCES/uritemplate-3.0.0.tar.gz +80411e0b7ae360d0d3a43a44c046d3f5ae4902e7 SOURCES/uritemplate-4.1.1.tar.gz diff --git a/SOURCES/.gitignore b/SOURCES/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/SOURCES/.gitignore diff --git a/SPECS/python-uritemplate.spec b/SPECS/python-uritemplate.spec index bd1b423..abbe32a 100644 --- a/SPECS/python-uritemplate.spec +++ b/SPECS/python-uritemplate.spec @@ -4,11 +4,11 @@ %global _docdir_fmt %{name} Name: python-%{modname} -Version: 3.0.0 -Release: 3%{?dist} +Version: 4.1.1 +Release: 1%{?dist} Summary: Simple python library to deal with URI Templates (RFC 6570) -License: BSD +License: BSD or ASL 2.0 URL: https://%{modname}.readthedocs.io Source0: https://github.com/sigmavirus24/%{modname}/archive/%{version}/%{modname}-%{version}.tar.gz @@ -41,17 +41,68 @@ Python 3 version. %py3_install %check -PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v +PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v %files -n python3-%{modname} -%license LICENSE +%license LICENSE LICENSE.APACHE LICENSE.BSD %doc HISTORY.rst README.rst -%{python3_sitelib}/%{modname}-*.egg-info +%{python3_sitelib}/%{modname}-*.egg-info/ %{python3_sitelib}/%{modname}/ %changelog -* Wed Jun 13 2018 Petr Viktorin - 3.0.0-3 -- Remove the Python2 subpackage +* Fri May 27 2022 Nick Bebout - 4.1.0-1 +- Update to 4.1.0 + +* Fri Jan 21 2022 Fedora Release Engineering - 3.0.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jul 27 2021 Fedora Release Engineering - 3.0.1-6 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Fri Jun 04 2021 Python Maint - 3.0.1-5 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 3.0.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 3.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Miro Hrončok - 3.0.1-2 +- Rebuilt for Python 3.9 + +* Sun May 03 2020 Felix Schwarz - 3.0.1-1 +- update to 3.0.1 +- declare licensing correctly and include actual license files + +* Thu Jan 30 2020 Fedora Release Engineering - 3.0.0-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Jan 15 2020 Gwyn Ciesla - 3.0.0-10 +- Don't test on EL-8 + +* Thu Oct 03 2019 Miro Hrončok - 3.0.0-9 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 3.0.0-8 +- Rebuilt for Python 3.8 + +* Wed Jul 31 2019 Miro Hrončok - 3.0.0-7 +- Subpackage python2-uritemplate has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Fri Jul 26 2019 Fedora Release Engineering - 3.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 3.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 3.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 3.0.0-3 +- Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 3.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild