!3 update package to 2.1.0

Merge pull request !3 from Markeryang/master
This commit is contained in:
openeuler-ci-bot 2020-09-01 09:36:25 +08:00 committed by Gitee
commit 2ac43fc24f
3 changed files with 7 additions and 23 deletions

Binary file not shown.

BIN
PasteDeploy-2.1.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
Name: python-paste-deploy Name: python-paste-deploy
Version: 1.5.2 Version: 2.1.0
Release: 18 Release: 1
Summary: Load, configure, and compose WSGI applications and servers Summary: Load, configure, and compose WSGI applications and servers
License: MIT License: MIT
URL: http://pythonpaste.org/deploy URL: http://pythonpaste.org/deploy
Source0: http://cheeseshop.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz Source0: http://cheeseshop.python.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: python2-devel > 2.4, python2-setuptools, python3-devel, python3-setuptools BuildRequires: python3-devel, python3-setuptools
%description %description
This tool provides code to load WSGI applications and servers This tool provides code to load WSGI applications and servers
@ -15,17 +15,6 @@ from URIs; these URIs can refer to Python Eggs for INI-style
configuration files. PasteScript provides commands to serve configuration files. PasteScript provides commands to serve
applications based on this configuration file. applications based on this configuration file.
%package -n python2-paste-deploy
%{?python_provide:%python_provide python2-paste-deploy}
Summary: Load, configure, and compose WSGI applications and servers
Requires: python2-paste, python2-setuptools
%description -n python2-paste-deploy
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.
%package -n python3-paste-deploy %package -n python3-paste-deploy
%{?python_provide:%python_provide python3-paste-deploy} %{?python_provide:%python_provide python3-paste-deploy}
Summary: Load, configure, and compose WSGI applications and servers Summary: Load, configure, and compose WSGI applications and servers
@ -38,28 +27,23 @@ configuration files. PasteScript provides commands to serve
applications based on this configuration file. applications based on this configuration file.
%prep %prep
%autosetup -n PasteDeploy-%{version} -p1 %autosetup -n pastedeploy-%{version} -p1
rm -rf *.egg-info rm -rf *.egg-info
mv docs/license.txt license.txt
%build %build
%py2_build
%py3_build %py3_build
%install %install
%py2_install
%py3_install %py3_install
%files -n python2-paste-deploy
%license license.txt
%doc docs/*
%{python2_sitelib}/*
%files -n python3-paste-deploy %files -n python3-paste-deploy
%license license.txt %license license.txt
%doc docs/* %doc docs/*
%{python3_sitelib}/* %{python3_sitelib}/*
%changelog %changelog
* Thu Jul 16 2020 yanglongkang <yanglongkang@huawei.com> - 2.1.0-1
- update package to 2.1.0
* Fri Feb 14 2020 Ruijun Ge <geruijun@huawei.com> - 1.5.2-18 * Fri Feb 14 2020 Ruijun Ge <geruijun@huawei.com> - 1.5.2-18
- init package - init package