From 6b19a82fb01d1eda3dd3377954026a027748d266 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 06 2021 14:23:06 +0000 Subject: Import python-pecan-1.4.0-2.el9 in CloudSIG xena --- diff --git a/.python-pecan.metadata b/.python-pecan.metadata new file mode 100644 index 0000000..102f7c7 --- /dev/null +++ b/.python-pecan.metadata @@ -0,0 +1 @@ +a9f3997e2187b25ae044179c693f66b2ac5335cb SOURCES/pecan-1.4.0.tar.gz diff --git a/SPECS/python-pecan.spec b/SPECS/python-pecan.spec new file mode 100644 index 0000000..6e2f615 --- /dev/null +++ b/SPECS/python-pecan.spec @@ -0,0 +1,178 @@ +%global pypi_name pecan +%{!?_licensedir:%global license %%doc} +%{!?upstream_version: %global upstream_version %{version}%{?milestone}} + +Name: python-%{pypi_name} +Version: 1.4.0 +Release: 2%{?dist} +Summary: A lean WSGI object-dispatching web framework + +License: BSD +URL: https://github.com/pecan/pecan +Source0: https://pypi.io/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +BuildArch: noarch + +%description +A WSGI object-dispatching web framework, designed to be lean and +fast with few dependencies + +%package -n python3-%{pypi_name} +Summary: A lean WSGI object-dispatching web framework +%{?python_provide:%python_provide python3-%{pypi_name}} + +BuildRequires: python3-devel +BuildRequires: python3-setuptools + +Conflicts: python2-%{pypi_name} < 1.3.2-5 + +%description -n python3-%{pypi_name} +A WSGI object-dispatching web framework, designed to be lean and +fast with few dependencies + +%prep +%setup -q -n %{pypi_name}-%{version} +# Remove bundled egg-info +rm -rf %{pypi_name}.egg-info + +%build +%py3_build + +%install +%py3_install + +%files -n python3-%{pypi_name} +%doc README.rst +%license LICENSE +%{_bindir}/pecan +%{_bindir}/gunicorn_pecan +%{python3_sitelib}/%{pypi_name} +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info + +%changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Aug 03 2020 Dan Radez - 1.4.0-1 +- Update to 1.4.0 (rhbz#1862179) + +* Wed Jul 29 2020 Fedora Release Engineering - 1.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jun 05 2020 Ken Dreyer 1.3.3-1 +- Update to 1.3.3 (rhbz#1378265) +- Remove explicit Requires (rhbz#1803982) +- Use HTTPS URL + +* Tue May 26 2020 Miro Hrončok - 1.3.2-11 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.3.2-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 1.3.2-9 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Mon Aug 19 2019 Miro Hrončok - 1.3.2-8 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.3.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 1.3.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jan 12 2019 Miro Hrončok - 1.3.2-5 +- Subpackage python2-pecan has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Sat Jul 14 2018 Fedora Release Engineering - 1.3.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 1.3.2-3 +- Rebuilt for Python 3.7 + +* Tue Jun 19 2018 Miro Hrončok - 1.3.2-2 +- Rebuilt for Python 3.7 + +* Fri Jun 01 2018 Alfredo Moralejo - 1.3.2-1 +- Update to 1.3.2 release. It adds support for webob >= 1.8.0. + +* Fri Feb 09 2018 Iryna Shcherbina - 1.2.1-3 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Fri Feb 09 2018 Fedora Release Engineering - 1.2.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Oct 23 2017 Alan Pevec 1.2.1-1 +- Update to 1.2.1 + +* Thu Jul 27 2017 Fedora Release Engineering - 1.1.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.1.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 1.1.2-2 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Alan Pevec 1.1.2-1 +- Update to 1.1.2 + +* Tue Jul 19 2016 Fedora Release Engineering - 1.0.2-6 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 1.0.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 1.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Sat Nov 7 2015 Toshio Kuratomi - 1.0.2-3 +- Fix the naming of python2 vs python3 versions of the scripts to comply with + the python guidelines: https://fedoraproject.org/wiki/Packaging:Python#Naming + This fixes several things: + * The scripts in the python2-pecan package not working because they + needed the python3-pecan libraries but there was no rpm dependency + * The python2-pecan package requiring /usr/bin/python3 + * The python2-pecan package's scripts wouldn't have been able to serve + web apps written in python2 because they were using python3 and would + have failed to run pyhon2 scripts in their python3 process. + * If those were fixed properly then the python-pecan and python3-pecan + packages would have conflicted due to the scripts being different between + the packages. + Following the guidelines solves all of these problems. + +* Sun Sep 06 2015 Matthias Runge - 1.0.2-2 +- fix provides and obsoletes + +* Fri Sep 04 2015 Chandan Kumar - 1.0.2-1 +- Added python2 and python3 subpackage +- Bumped to 1.0.2 + +* Thu Jun 18 2015 Fedora Release Engineering - 0.8.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Mar 26 2015 Pádraig Brady - 0.8.3-1 +- Latest upstream + +* Sat Jun 07 2014 Fedora Release Engineering - 0.4.5-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sun Mar 23 2014 Pádraig Brady - 0.4.5-3 +- Add missing dependency on python-logutils + +* Tue Mar 18 2014 Pádraig Brady - 0.4.5-2 +- Add missing dependency on python-singledispatch + +* Mon Mar 10 2014 Pádraig Brady - 0.4.5-1 +- Latest upstream + +* Sun Aug 04 2013 Fedora Release Engineering - 0.2.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Fri Apr 5 2013 Luke Macken - 0.2.1-5 +- Require python-webob >= 1.2 instead of python-webob1.2 + +* Thu Mar 14 2013 Padraig Brady - 0.2.1-4 +- Initial package.