update to 3.5.2

This commit is contained in:
lvfei 2022-11-20 21:04:42 -05:00
parent 472975a812
commit 34f5cada99
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
paste-3.5.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: python-paste Name: python-paste
Version: 3.5.0 Version: 3.5.2
Release: 3 Release: 1
Summary: Tools for using a Web Server Gateway Interface stack Summary: Tools for using a Web Server Gateway Interface stack
License: MIT and ZPLv2.0 and Python and (AFL-2.1 or MIT) and (MIT or ASL 2.0) License: MIT and ZPLv2.0 and Python and (AFL-2.1 or MIT) and (MIT or ASL 2.0)
URL: https://pythonpaste.readthedocs.io/en/latest/ URL: https://pythonpaste.readthedocs.io/en/latest/
Source0: https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz Source0: https://github.com/cdent/paste/archive/refs/tags/paste-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
@ -33,7 +33,7 @@ interface, and should be compatible with other middleware based on those interfa
%package_help %package_help
%prep %prep
%autosetup -n Paste-%{version} -p1 %autosetup -n paste-%{version} -p1
find . -name "*.orig" -delete find . -name "*.orig" -delete
%{__sed} -i -e '/^#!.*/,1 d' paste/util/scgiserver.py paste/debug/doctest_webapp.py %{__sed} -i -e '/^#!.*/,1 d' paste/util/scgiserver.py paste/debug/doctest_webapp.py
@ -64,6 +64,9 @@ popd
%doc docs/* %doc docs/*
%changelog %changelog
* Mon Nov 21 2022 lvfei <lvfei@kylinos.cn> - 3.5.2-1
- update to 3.5.2
* Thu Jul 28 2022 Chenyx <chenyixiong3@huawei.com> - 3.5.0-3 * Thu Jul 28 2022 Chenyx <chenyixiong3@huawei.com> - 3.5.0-3
- License compliance rectification - License compliance rectification