Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2025-07-08 15:27:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and      /work/SRC/openSUSE:Factory/.python-PasteDeploy.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PasteDeploy"

Tue Jul  8 15:27:52 2025 rev:23 rq:1290774 version:3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes    
2025-04-11 16:45:25.887824563 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new.7373/python-PasteDeploy.changes
  2025-07-08 15:27:55.911467784 +0200
@@ -1,0 +2,40 @@
+Sat Jul  5 10:35:10 UTC 2025 - Dirk Müller <dmuel...@suse.com>
+
+- update to 3.1.0:
+  * Support Python 3.11 and 3.12.
+  * Remove deprecated usage of inspect.getargspec that is no
+    longer supported in Python 3.12.
+  * Fix python_requires package metadata to support Python 3.7+.
+  * Drop support for Python 2, as well as 3.4, 3.5, and 3.6.
+  * Fix a broken compatibility shim that would cause the
+    ConfigParser to fail on Python 3.12 when ConfigParser.readfp
+    is removed.
+  * Drop setuptools dependency and start using importlib.metadata
+    instead.
+  * Refactor repository into a src folder layout.
+  * Added setuptools as an explicit dependency. This has always
+    been required but now that more environments are becoming
+    capable of operating without it being installed, we now need
+    to ensure it's available.
+  * pytest-runner removed, use tox to run tests.
+  * Python 3 deprecation warning cleanups
+  * Moved code to GitHub under the Pylons Project.
+  * Moved documentation under the Pylons Project, hosted by Read
+    the Docs at https://docs.pylonsproject.org/projects/pastedepl
+    oy/en/latest/
+  * Fixed Python 3 issue in paste.deploy.util.fix_type_error()
+  * Fixed use of the wrong variable when determining the context
+    protocol
+  * Fixed invalid import of paste.deploy.Config to
+    paste.deploy.config.Config
+  * Fixed multi proxy IPs bug in X-Forwarded-For header in
+    PrefixMiddleware
+  * Fixed TypeError when trying to raise LookupError on Python 3
+  * Fixed exception reraise on Python 3
+  * Project is now maintained by Alex Grönholm
+    <alex.gronh...@nextday.fi>
+  * Was printing extraneous data when calling setup.py
+  * Fixed missing paster template files (fixes "paster create -t
+    paste.deploy")
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  pastedeploy-2.1.1+git.1652668078.0f0697d.tar.gz

New:
----
  PasteDeploy-3.1.0.tar.gz

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

Other differences:
------------------
++++++ python-PasteDeploy.spec ++++++
--- /var/tmp/diff_new_pack.KS9VUL/_old  2025-07-08 15:27:56.495492199 +0200
+++ /var/tmp/diff_new_pack.KS9VUL/_new  2025-07-08 15:27:56.499492366 +0200
@@ -17,16 +17,14 @@
 
 
 %{?sle15_python_module_pythons}
-%define oldpython python
 Name:           python-PasteDeploy
-Version:        2.1.1+git.1652668078.0f0697d
+Version:        3.1.0
 Release:        0
 Summary:        Tool to load, configure, and compose WSGI applications and 
servers
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/Pylons/pastedeploy
-# Source:         
https://github.com/Pylons/pastedeploy/archive/%%{version}.tar.gz
-Source:         pastedeploy-%{version}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/p/PasteDeploy/PasteDeploy-%{version}.tar.gz
 BuildRequires:  %{python_module Paste}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
@@ -39,10 +37,6 @@
 Provides:       python-pastedeploy = %{version}
 Obsoletes:      python-pastedeploy < %{version}
 BuildArch:      noarch
-%ifpython2
-Obsoletes:      %{oldpython}-pastedeploy < %{version}
-Provides:       %{oldpython}-pastedeploy = %{version}
-%endif
 %python_subpackages
 
 %description
@@ -51,8 +45,7 @@
 provides commands to serve applications based on this configuration file.
 
 %prep
-%setup -q -n pastedeploy-%{version}
-%autopatch -p1
+%autosetup -p1 -n PasteDeploy-%{version}
 
 sed -i -e '/^addopts/s/ --cov//' pytest.ini
 
@@ -69,8 +62,7 @@
 %files %{python_files}
 %doc README.rst
 %license license.txt
-# %%{python_sitelib}/[pP]aste[dD]eploy-%{version}*-info
-%{python_sitelib}/[pP]aste[dD]eploy-2.1.1.dist-info
-%{python_sitelib}/PasteDeploy-2.1.1*-nspkg.pth
+%{python_sitelib}/[pP]aste[dD]eploy-%{version}.dist-info
+%{python_sitelib}/PasteDeploy-%{version}*-nspkg.pth
 %{python_sitelib}/paste/deploy
 

Reply via email to