15
0
forked from pool/python-Paste

Accepting request 1190304 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1190304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Paste?expand=0&rev=41
This commit is contained in:
2024-07-31 11:28:23 +00:00
committed by Git OBS Bridge
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:556e3c24208fcfae269684fc3b888f46783c80208516bcecc410c00c7f678fef
size 637286

BIN
paste-3.10.1.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jul 29 14:43:27 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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