commit python-wsgi_intercept for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-wsgi_intercept for openSUSE:Factory checked in at 2024-08-16 12:24:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wsgi_intercept (Old) and /work/SRC/openSUSE:Factory/.python-wsgi_intercept.new.2698 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-wsgi_intercept" Fri Aug 16 12:24:11 2024 rev:30 rq:1194237 version:1.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wsgi_intercept/python-wsgi_intercept.changes 2024-01-06 17:30:42.962992612 +0100 +++ /work/SRC/openSUSE:Factory/.python-wsgi_intercept.new.2698/python-wsgi_intercept.changes 2024-08-16 12:24:47.821892338 +0200 @@ -1,0 +2,6 @@ +Fri Aug 16 06:52:12 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com> + +- Update to 1.13.1: + * Update argument processing for modern requests + +------------------------------------------------------------------- Old: ---- wsgi_intercept-1.13.0.tar.gz New: ---- wsgi_intercept-1.13.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wsgi_intercept.spec ++++++ --- /var/tmp/diff_new_pack.eE5K1j/_old 2024-08-16 12:24:48.285911621 +0200 +++ /var/tmp/diff_new_pack.eE5K1j/_new 2024-08-16 12:24:48.289911788 +0200 @@ -17,7 +17,7 @@ Name: python-wsgi_intercept -Version: 1.13.0 +Version: 1.13.1 Release: 0 Summary: Library for installing a WSGI application in place of a real URI for testing License: MIT @@ -35,7 +35,6 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-six -Requires: python-urllib3 < 2 Recommends: python-requests >= 2.0.1 BuildArch: noarch %python_subpackages ++++++ wsgi_intercept-1.13.0.tar.gz -> wsgi_intercept-1.13.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wsgi_intercept-1.13.0/PKG-INFO new/wsgi_intercept-1.13.1/PKG-INFO --- old/wsgi_intercept-1.13.0/PKG-INFO 2024-01-03 13:53:32.922933300 +0100 +++ new/wsgi_intercept-1.13.1/PKG-INFO 2024-08-08 10:16:30.974643700 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: wsgi_intercept -Version: 1.13.0 +Version: 1.13.1 Summary: wsgi_intercept installs a WSGI application in place of a real URI for testing. Home-page: http://pypi.python.org/pypi/wsgi_intercept Author: Titus Brown, Kumar McMillan, Chris Dent, Sasha Hart diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wsgi_intercept-1.13.0/setup.py new/wsgi_intercept-1.13.1/setup.py --- old/wsgi_intercept-1.13.0/setup.py 2024-01-03 13:48:51.000000000 +0100 +++ new/wsgi_intercept-1.13.1/setup.py 2024-08-08 10:14:35.000000000 +0200 @@ -1,7 +1,7 @@ from setuptools import setup, find_packages -VERSION = '1.13.0' +VERSION = '1.13.1' CLASSIFIERS = """ Environment :: Web Environment diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wsgi_intercept-1.13.0/wsgi_intercept/_urllib3.py new/wsgi_intercept-1.13.1/wsgi_intercept/_urllib3.py --- old/wsgi_intercept-1.13.0/wsgi_intercept/_urllib3.py 2024-01-03 13:43:53.000000000 +0100 +++ new/wsgi_intercept-1.13.1/wsgi_intercept/_urllib3.py 2024-08-08 10:13:20.000000000 +0200 @@ -30,6 +30,7 @@ kwargs.pop('socket_options', None) kwargs.pop('key_password', None) kwargs.pop('server_hostname', None) + kwargs.pop('ssl_context', None) if sys.version_info > (3, 12): kwargs.pop('key_file', None) kwargs.pop('cert_file', None) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/wsgi_intercept-1.13.0/wsgi_intercept.egg-info/PKG-INFO new/wsgi_intercept-1.13.1/wsgi_intercept.egg-info/PKG-INFO --- old/wsgi_intercept-1.13.0/wsgi_intercept.egg-info/PKG-INFO 2024-01-03 13:53:32.000000000 +0100 +++ new/wsgi_intercept-1.13.1/wsgi_intercept.egg-info/PKG-INFO 2024-08-08 10:16:30.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 -Name: wsgi-intercept -Version: 1.13.0 +Name: wsgi_intercept +Version: 1.13.1 Summary: wsgi_intercept installs a WSGI application in place of a real URI for testing. Home-page: http://pypi.python.org/pypi/wsgi_intercept Author: Titus Brown, Kumar McMillan, Chris Dent, Sasha Hart
participants (1)
-
Source-Sync