forked from pool/python-wsgi_intercept
Accepting request 1100515 from devel:languages:python
- Update to 1.12.1: * Pin urllib3 to < 2.0.0 (#70) - Switch to pyproject macros OBS-URL: https://build.opensuse.org/request/show/1100515 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-wsgi_intercept?expand=0&rev=28
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 25 03:03:51 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 1.12.1:
|
||||||
|
* Pin urllib3 to < 2.0.0 (#70)
|
||||||
|
- Switch to pyproject macros
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 9 19:51:58 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Wed Nov 9 19:51:58 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-wsgi_intercept
|
# spec file for package python-wsgi_intercept
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,9 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
|
||||||
Name: python-wsgi_intercept
|
Name: python-wsgi_intercept
|
||||||
Version: 1.11.0
|
Version: 1.12.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for installing a WSGI application in place of a real URI for testing
|
Summary: Library for installing a WSGI application in place of a real URI for testing
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -26,14 +25,17 @@ URL: https://github.com/cdent/python3-wsgi-intercept
|
|||||||
Source: https://files.pythonhosted.org/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/w/wsgi_intercept/wsgi_intercept-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: %{python_module httplib2}
|
BuildRequires: %{python_module httplib2}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module pytest >= 2.4}
|
BuildRequires: %{python_module pytest >= 2.4}
|
||||||
BuildRequires: %{python_module requests >= 2.0.1}
|
BuildRequires: %{python_module requests >= 2.0.1}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
BuildRequires: %{python_module urllib3 >= 1.11.0}
|
BuildRequires: %{python_module urllib3 >= 1.11.0 with %python-urllib3 < 2}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
|
Requires: python-urllib3 < 2
|
||||||
Recommends: python-requests >= 2.0.1
|
Recommends: python-requests >= 2.0.1
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -49,10 +51,10 @@ can avoid spawning multiple processes or threads to test your Web app.
|
|||||||
%setup -q -n wsgi_intercept-%{version}
|
%setup -q -n wsgi_intercept-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand rm -r %{buildroot}%{$python_sitelib}/wsgi_intercept/tests
|
%python_expand rm -r %{buildroot}%{$python_sitelib}/wsgi_intercept/tests
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
@@ -63,7 +65,7 @@ export WSGI_INTERCEPT_SKIP_NETWORK=true
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README
|
%doc README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/wsgi_intercept-%{version}-*.egg-info
|
|
||||||
%{python_sitelib}/wsgi_intercept
|
%{python_sitelib}/wsgi_intercept
|
||||||
|
%{python_sitelib}/wsgi_intercept-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2afad9b3e12078aec3bbb9e2ea270a1df705d16d110dd7b45ba023fc43d9d87c
|
|
||||||
size 30339
|
|
3
wsgi_intercept-1.12.1.tar.gz
Normal file
3
wsgi_intercept-1.12.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4ad53110df757d4eeaa29b47f6228916965620120eb487ba4b882f74180de3c1
|
||||||
|
size 30891
|
Reference in New Issue
Block a user