diff --git a/Paste-3.7.1.tar.gz b/Paste-3.7.1.tar.gz new file mode 100644 index 0000000..a5342f2 Binary files /dev/null and b/Paste-3.7.1.tar.gz differ diff --git a/paste-3.5.2.tar.gz b/paste-3.5.2.tar.gz deleted file mode 100644 index c20d150..0000000 Binary files a/paste-3.5.2.tar.gz and /dev/null differ diff --git a/python-paste.spec b/python-paste.spec index f05994c..c3934a5 100644 --- a/python-paste.spec +++ b/python-paste.spec @@ -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 - 3.7.1-1 +- update to 3.7.1 + * Mon Nov 21 2022 lvfei - 3.5.2-1 - update to 3.5.2