update to 3.7.1

This commit is contained in:
zhangpan 2024-01-15 06:16:46 +00:00
parent b51666deca
commit 3fea494f66
3 changed files with 6 additions and 3 deletions

BIN
Paste-3.7.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: python-paste
Version: 3.5.2
Version: 3.7.1
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://github.com/cdent/paste/archive/refs/tags/paste-%{version}.tar.gz
Source0: https://files.pythonhosted.org/packages/source/P/Paste/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 Jan 15 2024 zhangpan <zhangpan103@h-partners.com> - 3.7.1-1
- update to 3.7.1
* Mon Nov 21 2022 lvfei <lvfei@kylinos.cn> - 3.5.2-1
- update to 3.5.2