diff --git a/python-wsgi_intercept.changes b/python-wsgi_intercept.changes index 35d055a..b1471e8 100644 --- a/python-wsgi_intercept.changes +++ b/python-wsgi_intercept.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Feb 6 12:42:53 UTC 2020 - Marketa Calabkova + +- update to 1.9.2 + * Don't send headers until we've read some results + * Update testing to include python 3.7 and 3.8 + * Adding skipnetwork decorator to external resource + * Enable support for verify=False set in requests library. + ------------------------------------------------------------------- Wed Nov 6 12:22:52 UTC 2019 - Tomáš Chvátal diff --git a/python-wsgi_intercept.spec b/python-wsgi_intercept.spec index 061fd75..ba4e32f 100644 --- a/python-wsgi_intercept.spec +++ b/python-wsgi_intercept.spec @@ -1,7 +1,7 @@ # # spec file for package python-wsgi_intercept # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-wsgi_intercept -Version: 1.9.0 +Version: 1.9.2 Release: 0 Summary: Library for installing a WSGI application in place of a real URI for testing License: MIT diff --git a/wsgi_intercept-1.9.0.tar.gz b/wsgi_intercept-1.9.0.tar.gz deleted file mode 100644 index cd35105..0000000 --- a/wsgi_intercept-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5a9f656bffa8aff446f3697d105f10de85e9ba0e0d4136322848e9792cbbb426 -size 28887 diff --git a/wsgi_intercept-1.9.2.tar.gz b/wsgi_intercept-1.9.2.tar.gz new file mode 100644 index 0000000..1100e2e --- /dev/null +++ b/wsgi_intercept-1.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36888e094a5e1ed16ed74a88bfa7b81f0f665d927f9192b9c7d0ca015a28c2ac +size 29083