Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-devpi-client for 
openSUSE:Factory checked in at 2026-04-04 19:07:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-devpi-client (Old)
 and      /work/SRC/openSUSE:Factory/.python-devpi-client.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-devpi-client"

Sat Apr  4 19:07:40 2026 rev:17 rq:1344512 version:7.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-devpi-client/python-devpi-client.changes  
2026-02-04 21:10:42.824199948 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-devpi-client.new.21863/python-devpi-client.changes
       2026-04-04 19:09:32.054332463 +0200
@@ -1,0 +2,10 @@
+Fri Apr  3 17:13:59 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 7.2.1:
+  * Work around missing support for metadata 2.4 in pkginfo with
+    Python 3.7.
+  * The stored basic authentication credentials are now correctly
+    applied to HTTP API URLs containing a query string.
+- drop fix-tests.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
  devpi-client-7.2.0.tar.gz
  fix-tests.patch

New:
----
  devpi_client-7.2.1.tar.gz

----------(Old B)----------
  Old:    applied to HTTP API URLs containing a query string.
- drop fix-tests.patch (upstream)
----------(Old E)----------

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

Other differences:
------------------
++++++ python-devpi-client.spec ++++++
--- /var/tmp/diff_new_pack.dEEiEE/_old  2026-04-04 19:09:32.610355260 +0200
+++ /var/tmp/diff_new_pack.dEEiEE/_new  2026-04-04 19:09:32.614355424 +0200
@@ -26,14 +26,12 @@
 %endif
 %{?sle15_python_module_pythons}
 Name:           python-devpi-client%{psuffix}
-Version:        7.2.0
+Version:        7.2.1
 Release:        0
 Summary:        Client for devpi
 License:        MIT
 URL:            https://github.com/devpi/devpi
-Source:         
https://files.pythonhosted.org/packages/source/d/devpi-client/devpi-client-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM fix-tests.patch -- gh#devpi/devpi@408273fb7755
-Patch0:         fix-tests.patch
+Source:         
https://files.pythonhosted.org/packages/source/d/devpi-client/devpi_client-%{version}.tar.gz
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
@@ -46,8 +44,12 @@
 Requires:       python-pkginfo >= 1.10.0
 Requires:       python-platformdirs
 Requires:       python-pluggy >= 0.6.0
+Requires:       python-requests >= 2.3.0
 Requires:       python-tox >= 3.1.0
 Requires:       python-virtualenv
+%if %{python_version_nodots} < 311
+Requires:       python-tomli
+%endif
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 Recommends:     git-core
@@ -62,6 +64,10 @@
 BuildRequires:  %{python_module devpi-server}
 BuildRequires:  %{python_module pytest-mock}
 BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module requests >= 2.3.0}
+%if %{python_version_nodots} < 311
+BuildRequires:  %{python_module tomli}
+%endif
 BuildRequires:  git-core
 %endif
 # /SECTION
@@ -73,7 +79,7 @@
 for invoking tox.
 
 %prep
-%autosetup -p1 -n devpi-client-%{version}
+%autosetup -p1 -n devpi_client-%{version}
 rm tox.ini
 
 sed -i 's/"python \(setup.py[^"]*\)"/(sys.executable + " \1")/' 
testing/test_upload.py

Reply via email to