!16 update to 3.5.2

From: @jackssir 
Reviewed-by: @seuzw 
Signed-off-by: @seuzw
This commit is contained in:
openeuler-ci-bot 2022-11-21 03:04:47 +00:00 committed by Gitee
commit b51666deca
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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
Version: 3.5.0
Release: 3
Version: 3.5.2
Release: 1
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)
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
@ -33,7 +33,7 @@ interface, and should be compatible with other middleware based on those interfa
%package_help
%prep
%autosetup -n Paste-%{version} -p1
%autosetup -n paste-%{version} -p1
find . -name "*.orig" -delete
%{__sed} -i -e '/^#!.*/,1 d' paste/util/scgiserver.py paste/debug/doctest_webapp.py
@ -64,6 +64,9 @@ popd
%doc docs/*
%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
- License compliance rectification