Blame SPECS/python-paste-deploy.spec

1ebd29
%global desc This tool provides code to load WSGI applications and servers from\
1ebd29
URIs; these URIs can refer to Python Eggs for INI-style configuration\
1ebd29
files.  PasteScript provides commands to serve applications based on\
1ebd29
this configuration file.
1ebd29
%global sum Load, configure, and compose WSGI applications and servers
1ebd29
%global srcname PasteDeploy
1ebd29
1ebd29
Name:           python-paste-deploy
1ebd29
Version:        2.1.1
1ebd29
Release:        2%{?dist}
1ebd29
Summary:        %{sum}
1ebd29
License:        MIT
1ebd29
URL:            https://github.com/Pylons/pastedeploy
1ebd29
Source0:        %pypi_source
1ebd29
BuildArch:      noarch
1ebd29
1ebd29
BuildRequires:  python3-devel
1ebd29
BuildRequires:  python3-pytest
1ebd29
BuildRequires:  python3-setuptools
1ebd29
1ebd29
1ebd29
%description
1ebd29
%{desc}
1ebd29
1ebd29
1ebd29
%package -n python3-paste-deploy
1ebd29
Summary:        %{sum}
1ebd29
1ebd29
Requires:       python3-paste
1ebd29
Requires:       python3-setuptools
1ebd29
1ebd29
%{?python_provide:%python_provide python3-paste-deploy}
1ebd29
1ebd29
1ebd29
%description -n python3-paste-deploy
1ebd29
%desc
1ebd29
1ebd29
1ebd29
1ebd29
%prep
1ebd29
%setup -q -n %{srcname}-%{version}
1ebd29
1ebd29
# Remove bundled egg-info if it exists
1ebd29
rm -rf *.egg-info
1ebd29
1ebd29
1ebd29
%build
1ebd29
%py3_build
1ebd29
1ebd29
1ebd29
%install
1ebd29
%py3_install
1ebd29
rm -rf %{buildroot}%{python3_sitelib}/test
1ebd29
1ebd29
1ebd29
%check
1ebd29
PYTHONPATH=. py.test-3
1ebd29
1ebd29
1ebd29
%files -n python3-paste-deploy
1ebd29
%license license.txt
1ebd29
%{python3_sitelib}/*
1ebd29
1ebd29
1ebd29
%changelog
1ebd29
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.1-2
1ebd29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
1ebd29
1ebd29
* Mon Nov 23 2020 Joel Capitao <jcapitao@redhat.com> - 2.1.1-1
1ebd29
- Update to 2.1.1 (#1887554)
1ebd29
1ebd29
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-3
1ebd29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
1ebd29
1ebd29
* Sat May 23 2020 Miro Hron훾ok <mhroncok@redhat.com> - 2.1.0-2
1ebd29
- Rebuilt for Python 3.9
1ebd29
1ebd29
* Wed Feb 19 2020 Randy Barlow <bowlofeggs@fedoraproject.org> - 2.1.0-1
1ebd29
- Update to 2.1.0 (#1797302).
1ebd29
- https://docs.pylonsproject.org/projects/pastedeploy/en/latest/news.html
1ebd29
1ebd29
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-5
1ebd29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
1ebd29
1ebd29
* Mon Sep 09 2019 Miro Hron훾ok <mhroncok@redhat.com> - 2.0.1-4
1ebd29
- Subpackage python2-paste-deploy has been removed
1ebd29
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
1ebd29
1ebd29
* Fri Aug 16 2019 Miro Hron훾ok <mhroncok@redhat.com> - 2.0.1-3
1ebd29
- Rebuilt for Python 3.8
1ebd29
1ebd29
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
1ebd29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
1ebd29
1ebd29
* Wed Jun 05 2019 Randy Barlow <bowlofeggs@fedoraproject.org> - 2.0.1-1
1ebd29
- Update to 2.0.1.
1ebd29
1ebd29
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-18
1ebd29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
1ebd29
1ebd29
* Mon Jul 16 2018 Dan Callaghan <dcallagh@redhat.com> - 1.5.2-17
1ebd29
- invoke Python 2 explicitly, use modern Python RPM macros
1ebd29
1ebd29
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-16
1ebd29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
1ebd29
1ebd29
* Sun Jun 17 2018 Miro Hron훾ok <mhroncok@redhat.com> - 1.5.2-15
1ebd29
- Rebuilt for Python 3.7
1ebd29
1ebd29
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.5.2-14
1ebd29
- Update Python 2 dependency declarations to new packaging standards
1ebd29
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
1ebd29
1ebd29
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-13
1ebd29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild