diff --git a/Paste-3.9.0.tar.gz b/Paste-3.9.0.tar.gz deleted file mode 100644 index afacc91..0000000 --- a/Paste-3.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:556e3c24208fcfae269684fc3b888f46783c80208516bcecc410c00c7f678fef -size 637286 diff --git a/paste-3.10.1.tar.gz b/paste-3.10.1.tar.gz new file mode 100644 index 0000000..18e5f9f --- /dev/null +++ b/paste-3.10.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3d12065a5e8a7a18c0c7be1653a97cf38cc3e9a5a0c8334a9dd992d3a05e4a +size 652629 diff --git a/python-Paste.changes b/python-Paste.changes index 1806513..d535736 100644 --- a/python-Paste.changes +++ b/python-Paste.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jul 29 14:43:27 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 3.10.1 + * Correct packaging and testing when not in a clean virtualenv +- from version 3.10.0 + * Move development to https://github.com/pasteorg/paste + * Vendor cgi.FieldStorage and cgitb.Hook + * More cleaning of Python 2 style code. +- Adjust upstream source name in spec file + ------------------------------------------------------------------- Mon Apr 15 06:11:49 UTC 2024 - Dirk Müller diff --git a/python-Paste.spec b/python-Paste.spec index 5061174..d5b54e6 100644 --- a/python-Paste.spec +++ b/python-Paste.spec @@ -18,12 +18,12 @@ %{?sle15_python_module_pythons} Name: python-Paste -Version: 3.9.0 +Version: 3.10.1 Release: 0 Summary: Tools for using a Web Server Gateway Interface stack License: MIT URL: https://github.com/cdent/paste -Source: https://files.pythonhosted.org/packages/source/P/Paste/Paste-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/paste/paste-%{version}.tar.gz Patch0: test_modified-fixup.patch BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} @@ -46,7 +46,7 @@ interface, and should be compatible with other middleware based on those interfaces. %prep -%autosetup -p1 -n Paste-%{version} +%autosetup -p1 -n paste-%{version} sed -i '/pytest-runner/d' setup.py # remove test requiring internet access rm tests/test_proxy.py