forked from pool/python-Paste
Accepting request 1190284 from home:glaubitz:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/1190284 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Paste?expand=0&rev=72
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user