Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-django-webtest for 
openSUSE:Factory checked in at 2026-03-31 16:26:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-webtest (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-webtest.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-webtest"

Tue Mar 31 16:26:37 2026 rev:12 rq:1343786 version:1.9.14

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-webtest/python-django-webtest.changes  
    2025-06-03 17:54:18.819531908 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-webtest.new.1999/python-django-webtest.changes
    2026-03-31 16:26:39.257810772 +0200
@@ -1,0 +2,7 @@
+Mon Mar 30 22:01:40 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 1.9.14:
+  * Do not return response from an exception handler, do it
+    after. Fixed #137
+
+-------------------------------------------------------------------

Old:
----
  django_webtest-1.9.13.tar.gz

New:
----
  django_webtest-1.9.14.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-django-webtest.spec ++++++
--- /var/tmp/diff_new_pack.IcofrL/_old  2026-03-31 16:26:40.233851695 +0200
+++ /var/tmp/diff_new_pack.IcofrL/_new  2026-03-31 16:26:40.233851695 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-webtest
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # 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 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-django-webtest
-Version:        1.9.13
+Version:        1.9.14
 Release:        0
 Summary:        Django integration for WebTest
 License:        MIT

++++++ django_webtest-1.9.13.tar.gz -> django_webtest-1.9.14.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django_webtest-1.9.13/CHANGES.rst 
new/django_webtest-1.9.14/CHANGES.rst
--- old/django_webtest-1.9.13/CHANGES.rst       2025-04-03 12:59:16.000000000 
+0200
+++ new/django_webtest-1.9.14/CHANGES.rst       2025-10-06 23:04:46.000000000 
+0200
@@ -2,6 +2,12 @@
 CHANGES
 =======
 
+1.9.14 (2025-10-06)
+-------------------
+
+- Do not return response from an exception handler, do it after. Fixed #137
+
+
 1.9.13 (2025-04-03)
 -------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django_webtest-1.9.13/PKG-INFO 
new/django_webtest-1.9.14/PKG-INFO
--- old/django_webtest-1.9.13/PKG-INFO  2025-04-03 12:59:17.759403700 +0200
+++ new/django_webtest-1.9.14/PKG-INFO  2025-10-06 23:05:21.176031000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: django-webtest
-Version: 1.9.13
+Version: 1.9.14
 Summary: Instant integration of Ian Bicking's WebTest 
(http://docs.pylonsproject.org/projects/webtest/) with Django's testing 
framework.
 Home-page: https://github.com/django-webtest/django-webtest
 Author: Mikhail Korobov
@@ -32,6 +32,17 @@
 License-File: LICENSE.txt
 License-File: AUTHORS.txt
 Requires-Dist: webtest>=1.3.3
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: keywords
+Dynamic: license
+Dynamic: license-file
+Dynamic: project-url
+Dynamic: requires-dist
+Dynamic: summary
 
 ==============
 django-webtest
@@ -243,6 +254,12 @@
 CHANGES
 =======
 
+1.9.14 (2025-10-06)
+-------------------
+
+- Do not return response from an exception handler, do it after. Fixed #137
+
+
 1.9.13 (2025-04-03)
 -------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django_webtest-1.9.13/django_webtest/middleware.py 
new/django_webtest-1.9.14/django_webtest/middleware.py
--- old/django_webtest-1.9.13/django_webtest/middleware.py      2025-04-03 
12:59:16.000000000 +0200
+++ new/django_webtest-1.9.14/django_webtest/middleware.py      2025-10-06 
22:58:31.000000000 +0200
@@ -39,6 +39,8 @@
             # If specified header doesn't exist then return (leaving
             # request.user set to AnonymousUser by the
             # AuthenticationMiddleware).
+            username = None
+        if username is None:    
             return self.get_response(request)
         # If the user is already authenticated and that user is the user we are
         # getting passed in the headers, then the correct user is already
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/django_webtest-1.9.13/django_webtest.egg-info/PKG-INFO 
new/django_webtest-1.9.14/django_webtest.egg-info/PKG-INFO
--- old/django_webtest-1.9.13/django_webtest.egg-info/PKG-INFO  2025-04-03 
12:59:17.000000000 +0200
+++ new/django_webtest-1.9.14/django_webtest.egg-info/PKG-INFO  2025-10-06 
23:05:21.000000000 +0200
@@ -1,6 +1,6 @@
-Metadata-Version: 2.1
+Metadata-Version: 2.4
 Name: django-webtest
-Version: 1.9.13
+Version: 1.9.14
 Summary: Instant integration of Ian Bicking's WebTest 
(http://docs.pylonsproject.org/projects/webtest/) with Django's testing 
framework.
 Home-page: https://github.com/django-webtest/django-webtest
 Author: Mikhail Korobov
@@ -32,6 +32,17 @@
 License-File: LICENSE.txt
 License-File: AUTHORS.txt
 Requires-Dist: webtest>=1.3.3
+Dynamic: author
+Dynamic: author-email
+Dynamic: classifier
+Dynamic: description
+Dynamic: home-page
+Dynamic: keywords
+Dynamic: license
+Dynamic: license-file
+Dynamic: project-url
+Dynamic: requires-dist
+Dynamic: summary
 
 ==============
 django-webtest
@@ -243,6 +254,12 @@
 CHANGES
 =======
 
+1.9.14 (2025-10-06)
+-------------------
+
+- Do not return response from an exception handler, do it after. Fixed #137
+
+
 1.9.13 (2025-04-03)
 -------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django_webtest-1.9.13/setup.py 
new/django_webtest-1.9.14/setup.py
--- old/django_webtest-1.9.13/setup.py  2025-04-03 12:59:16.000000000 +0200
+++ new/django_webtest-1.9.14/setup.py  2025-10-06 23:04:46.000000000 +0200
@@ -4,7 +4,7 @@
 from setuptools import setup
 
 
-version = '1.9.13'
+version = '1.9.14'
 
 
 def _read(name):

Reply via email to