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 2022-06-15 00:33:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-devpi-client (Old)
 and      /work/SRC/openSUSE:Factory/.python-devpi-client.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-devpi-client"

Wed Jun 15 00:33:29 2022 rev:6 rq:982604 version:5.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-devpi-client/python-devpi-client.changes  
2020-06-10 00:54:19.555868370 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-devpi-client.new.1548/python-devpi-client.changes
        2022-06-15 00:34:38.946733667 +0200
@@ -1,0 +2,15 @@
+Tue Jun 14 05:59:02 UTC 2022 - Matej Cepl <mc...@suse.com>
+
+- Update to 5.2.3:
+  - Bump upper version limit on pluggy to <2.0.
+  - fix #406: support ``--all`` to show all versions when listing
+    more than one project.
+  - Pin tox to <4dev. The next major version of devpi-client will
+    use tox as a binary to support newer versions.
+  - Support for basic authentication and client side certificates
+    is deprecated now. Take a look at devpi-lockdown instead.
+  - Hide password from index url in pip config with ``devpi
+    use``.
+- Remove upstreamed patch test_sys_executable.patch.
+
+-------------------------------------------------------------------

Old:
----
  devpi-client-5.2.0.tar.gz
  test_sys_executable.patch

New:
----
  devpi-client-5.2.3.tar.gz

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

Other differences:
------------------
++++++ python-devpi-client.spec ++++++
--- /var/tmp/diff_new_pack.Me5qzT/_old  2022-06-15 00:34:39.842734984 +0200
+++ /var/tmp/diff_new_pack.Me5qzT/_new  2022-06-15 00:34:39.846734990 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-devpi-client
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-devpi-client
-Version:        5.2.0
+Version:        5.2.3
 Release:        0
 Summary:        Client for devpi
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/devpi/devpi
 Source:         
https://files.pythonhosted.org/packages/source/d/devpi-client/devpi-client-%{version}.tar.gz
-Patch0:         test_sys_executable.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -37,7 +36,7 @@
 Requires:       python-tox >= 3.1.0
 Requires:       python-wheel
 Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
 Recommends:     git-core
 Recommends:     python-Sphinx
 BuildArch:      noarch
@@ -64,7 +63,7 @@
 %prep
 %setup -q -n devpi-client-%{version}
 rm tox.ini
-%patch0 -p1
+%autopatch -p1
 
 sed -i 's/"python \(setup.py[^"]*\)"/(sys.executable + " \1")/' 
testing/test_upload.py
 sed -i 's/"python", "setup.py"/sys.executable, "setup.py"/' 
testing/test_test.py
@@ -81,9 +80,10 @@
 export LANG=en_US.UTF-8
 export PYTHONDONTWRITEBYTECODE=1
 export PATH=$PATH:%{buildroot}/%{_bindir}
-# Unknown failures https://github.com/devpi/devpi/issues/706
+# Unknown failures gh#devpi/devpi#706
 # test_help: devpi binary is not available (update-alternatives)
-%pytest -k 'not (test_simple_install_new_venv_workflow or 
test_simple_install_activated_venv_workflow or test_help)'
+# gh#devpi/devpi#896 to skip test_delete_*_with_inheritance
+%pytest -k 'not (test_simple_install_new_venv_workflow or 
test_simple_install_activated_venv_workflow or test_help or 
test_delete_version_with_inheritance or test_delete_project_with_inheritance)'
 
 %post
 %python_install_alternative devpi

++++++ devpi-client-5.2.0.tar.gz -> devpi-client-5.2.3.tar.gz ++++++
++++ 2003 lines of diff (skipped)

Reply via email to