From d0fd3d2af8cf253d61647553d6e19f5bd98570b7 Mon Sep 17 00:00:00 2001 From: rdobuilder Date: May 27 2024 07:50:33 +0000 Subject: Update to 3.10.1 Related-to: https://review.rdoproject.org/r/q/I95a76a68959586fa5fe2c4d92ed50f1d9d197a90 --- diff --git a/.python-paste.metadata b/.python-paste.metadata index bea6071..ed918cd 100644 --- a/.python-paste.metadata +++ b/.python-paste.metadata @@ -1 +1 @@ -74a4bad6bb4bdb14dfeb888fd625a01e637426de SOURCES/Paste-3.9.0.tar.gz +925f52b51dc831e62bc42865f5680c019c58bdae SOURCES/Paste-3.10.1.tar.gz diff --git a/SPECS/python-paste.spec b/SPECS/python-paste.spec index e5f1db1..2f54737 100644 --- a/SPECS/python-paste.spec +++ b/SPECS/python-paste.spec @@ -5,7 +5,7 @@ interfaces. %global sum Tools for using a Web Server Gateway Interface stack Name: python-paste -Version: 3.9.0 +Version: 3.10.1 Release: 1%{?dist} BuildArch: noarch @@ -16,8 +16,9 @@ BuildArch: noarch # PySourceColor.py, Python License: MIT and ZPLv2.0 and Python and (AFL or MIT) and (MIT or ASL 2.0) Summary: %sum -URL: https://github.com/cdent/paste -Source0: https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz +URL: https://github.com/pasteorg/paste +#Source0: %%{pypi_source} +Source0: https://github.com/pasteorg/paste/archive/%{version}/Paste-%{version}.tar.gz BuildRequires: python3-devel @@ -48,7 +49,7 @@ Requires: python3-tempita %prep -%autosetup -n Paste-%{version} -p1 +%autosetup -n paste-%{version} -p1 # Paste-2.0.3 seems to have a few .py.orig files that don't appear in upstream scm. Let's drop them. find . -name "*.orig" -delete @@ -72,7 +73,6 @@ popd %check export PYTHONPATH=$(pwd) -export PYTHONWARNINGS="ignore:'cgi':DeprecationWarning" # We don't have access to the wider internet in the buildsystem py.test-3 -k "not test_paste_website and not test_proxy_to_website and not test_modified" @@ -86,6 +86,15 @@ py.test-3 -k "not test_paste_website and not test_proxy_to_website and not test_ %changelog +* Thu May 02 2024 Ján ONDREJ (SAL) - 3.10.1-1 +- Update to upstream. +- Update URL according to redirection on github. +- Source URL updated to github, unable to download from pypi. +- CGI warnings have been disabled, no cgi used in this version. + +* Mon Apr 29 2024 Ján ONDREJ (SAL) - 3.10.0-1 +- Update to upstream. + * Fri Apr 05 2024 Ján ONDREJ (SAL) - 3.9.0-1 - Update to upstream.