From cba21654fd6543a1279fd252bc7972d2f81abbfa03faeae1ccf3adc2f786e5fb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Jan 2024 13:24:59 +0000 Subject: [PATCH] - update to 1.13.0: * Support Python 3.12 - Update to version 1.11.0 - Update to version 1.10.0 * Correct the bytes v str problem * Fix pep8 errors in doc string OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wsgi_intercept?expand=0&rev=58 --- python-wsgi_intercept.changes | 14 ++++++++++---- python-wsgi_intercept.spec | 4 ++-- wsgi_intercept-1.12.1.tar.gz | 3 --- wsgi_intercept-1.13.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 9 deletions(-) delete mode 100644 wsgi_intercept-1.12.1.tar.gz create mode 100644 wsgi_intercept-1.13.0.tar.gz diff --git a/python-wsgi_intercept.changes b/python-wsgi_intercept.changes index c0df6fa..8bb1b86 100644 --- a/python-wsgi_intercept.changes +++ b/python-wsgi_intercept.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 6 13:24:02 UTC 2024 - Dirk Müller + +- update to 1.13.0: + * Support Python 3.12 + ------------------------------------------------------------------- Tue Jul 25 03:03:51 UTC 2023 - Steve Kowalik @@ -8,7 +14,7 @@ Tue Jul 25 03:03:51 UTC 2023 - Steve Kowalik ------------------------------------------------------------------- Wed Nov 9 19:51:58 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 1.11.0 +- Update to version 1.11.0 * refer to pytest not py.test in tests (#69) - Update to version 1.10.0 @@ -21,7 +27,7 @@ Wed Nov 9 19:51:58 UTC 2022 - Yogalakshmi Arunachalam ------------------------------------------------------------------- Tue Oct 11 17:19:22 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 1.10.0 +- Update to version 1.10.0 * No upstream changelog ------------------------------------------------------------------- @@ -117,8 +123,8 @@ Wed Sep 28 04:53:44 UTC 2016 - tbechtold@suse.com Tue Sep 27 21:31:45 UTC 2016 - dmueller@suse.com - update to 1.4.1 - * Correct the bytes v str problem - * Fix pep8 errors in doc string + * Correct the bytes v str problem + * Fix pep8 errors in doc string * Move tests from the test dir into wsgi_intercept/tests ------------------------------------------------------------------- diff --git a/python-wsgi_intercept.spec b/python-wsgi_intercept.spec index db209e3..549bcca 100644 --- a/python-wsgi_intercept.spec +++ b/python-wsgi_intercept.spec @@ -1,7 +1,7 @@ # # spec file for package python-wsgi_intercept # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-wsgi_intercept -Version: 1.12.1 +Version: 1.13.0 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.12.1.tar.gz b/wsgi_intercept-1.12.1.tar.gz deleted file mode 100644 index 5633148..0000000 --- a/wsgi_intercept-1.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4ad53110df757d4eeaa29b47f6228916965620120eb487ba4b882f74180de3c1 -size 30891 diff --git a/wsgi_intercept-1.13.0.tar.gz b/wsgi_intercept-1.13.0.tar.gz new file mode 100644 index 0000000..5994784 --- /dev/null +++ b/wsgi_intercept-1.13.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a03e1d01ddb42002fb56b84acd2a7a8ece25efdd206444a13a9f1fbcfa934c +size 29282