diff --git a/.python-paste-deploy.metadata b/.python-paste-deploy.metadata new file mode 100644 index 0000000..7f5a853 --- /dev/null +++ b/.python-paste-deploy.metadata @@ -0,0 +1 @@ +28c2a4e36602af94ef02cc9ee8ee4dbe3de57553 SOURCES/PasteDeploy-3.1.0.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-paste-deploy.spec b/SPECS/python-paste-deploy.spec new file mode 100644 index 0000000..7a7a6d3 --- /dev/null +++ b/SPECS/python-paste-deploy.spec @@ -0,0 +1,155 @@ +%global desc This tool provides code to load WSGI applications and servers from\ +URIs; these URIs can refer to Python Eggs for INI-style configuration\ +files. PasteScript provides commands to serve applications based on\ +this configuration file. +%global sum Load, configure, and compose WSGI applications and servers +%global srcname PasteDeploy + +Name: python-paste-deploy +Version: 3.1.0 +Release: 2%{?dist} +Summary: %{sum} +License: MIT +URL: https://github.com/Pylons/pastedeploy +Source0: %pypi_source +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-pytest +BuildRequires: python3-pytest-cov +BuildRequires: python3-setuptools + +%description +%{desc} + + +%package -n python3-paste-deploy +Summary: %{sum} + +#Requires: python3-paste +Requires: python3-setuptools + +%{?python_provide:%python_provide python3-paste-deploy} + + +%description -n python3-paste-deploy +%desc + + + +%prep +%setup -q -n %{srcname}-%{version} + +# Remove bundled egg-info if it exists +rm -rf *.egg-info + + +%build +%py3_build + + +%install +%py3_install +rm -rf %{buildroot}%{python3_sitelib}/test + + +%check +%pytest + + +%files -n python3-paste-deploy +%license license.txt +%{python3_sitelib}/PasteDeploy-* +%{python3_sitelib}/paste/deploy + + +%changelog +* Mon Jan 22 2024 Fedora Release Engineering - 3.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Tue Nov 21 2023 Ján ONDREJ (SAL) - 3.1.0-1 +- Update to upstream. + +* Sat Nov 04 2023 Ján ONDREJ (SAL) - 3.0.1-4 +- Remove dependency on python-paste (upstream not actively maintained) + +* Fri Jul 21 2023 Fedora Release Engineering - 3.0.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jun 13 2023 Python Maint - 3.0.1-2 +- Rebuilt for Python 3.12 + +* Sun Feb 19 2023 Kevin Fenzi - 3.0.1-1 +- Update to 3.0.1. Fixes rhbz#2135186 + +* Fri Jan 20 2023 Fedora Release Engineering - 2.1.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Wed Jan 18 2023 Ján ONDREJ (SAL) - 2.1.1-8 +- Do not use glob on python sitelib + +* Fri Jul 22 2022 Fedora Release Engineering - 2.1.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Mon Jun 13 2022 Python Maint - 2.1.1-6 +- Rebuilt for Python 3.11 + +* Fri Jan 21 2022 Fedora Release Engineering - 2.1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 2.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 03 2021 Python Maint - 2.1.1-3 +- Rebuilt for Python 3.10 + +* Wed Jan 27 2021 Fedora Release Engineering - 2.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Nov 23 2020 Joel Capitao - 2.1.1-1 +- Update to 2.1.1 (#1887554) + +* Wed Jul 29 2020 Fedora Release Engineering - 2.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 23 2020 Miro Hrončok - 2.1.0-2 +- Rebuilt for Python 3.9 + +* Wed Feb 19 2020 Randy Barlow - 2.1.0-1 +- Update to 2.1.0 (#1797302). +- https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html + +* Thu Jan 30 2020 Fedora Release Engineering - 2.0.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Sep 09 2019 Miro Hrončok - 2.0.1-4 +- Subpackage python2-paste-deploy has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Fri Aug 16 2019 Miro Hrončok - 2.0.1-3 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 2.0.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Wed Jun 05 2019 Randy Barlow - 2.0.1-1 +- Update to 2.0.1. + +* Sat Feb 02 2019 Fedora Release Engineering - 1.5.2-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Jul 16 2018 Dan Callaghan - 1.5.2-17 +- invoke Python 2 explicitly, use modern Python RPM macros + +* Sat Jul 14 2018 Fedora Release Engineering - 1.5.2-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Sun Jun 17 2018 Miro Hrončok - 1.5.2-15 +- Rebuilt for Python 3.7 + +* Mon Feb 12 2018 Iryna Shcherbina - 1.5.2-14 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Fri Feb 09 2018 Fedora Release Engineering - 1.5.2-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild