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 2023-10-19 22:47:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-devpi-client (Old)
and /work/SRC/openSUSE:Factory/.python-devpi-client.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-devpi-client"
Thu Oct 19 22:47:33 2023 rev:12 rq:1118184 version:7.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-devpi-client/python-devpi-client.changes
2023-07-05 15:31:02.618738445 +0200
+++
/work/SRC/openSUSE:Factory/.python-devpi-client.new.1945/python-devpi-client.changes
2023-10-19 22:50:01.824331501 +0200
@@ -1,0 +2,18 @@
+Tue Oct 17 03:16:43 UTC 2023 - Steve Kowalik <[email protected]>
+
+- Update to 7.0.1:
+ * Bug Fixes
+ + Fix #1005: use ``shutil.move`` instead of ``Path.rename`` to move
+ distribution after building to prevent cross-device link errors.
+ + Fix #1008: pass ``--no-isolation`` option to ``build`` when determining
+ name/version for documentation.
+ + Fix #946: output ``name==version`` instead of ``name-version`` for
+ ``devpi list -v``.
+ * Deprecations and Removals
+ + Use ``build`` instead of deprecated ``pep517`` package.
+ + Removed dependency on py package.
+ + Dropped support for Python <= 3.6.
+- Drop patch switch-to-build-module.patch, included upstream.
+- Switch to autosetup macro.
+
+-------------------------------------------------------------------
Old:
----
devpi-client-6.0.5.tar.gz
switch-to-build-module.patch
New:
----
devpi-client-7.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-devpi-client.spec ++++++
--- /var/tmp/diff_new_pack.rVBj1B/_old 2023-10-19 22:50:02.884369948 +0200
+++ /var/tmp/diff_new_pack.rVBj1B/_new 2023-10-19 22:50:02.888370093 +0200
@@ -26,14 +26,12 @@
%endif
%{?sle15_python_module_pythons}
Name: python-devpi-client%{psuffix}
-Version: 6.0.5
+Version: 7.0.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 gh#devpi/devpi#966
-Patch0: switch-to-build-module.patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
@@ -41,14 +39,13 @@
BuildRequires: python-rpm-macros
Requires: python-build
Requires: python-check-manifest >= 0.28
-Requires: python-devpi-common >= 3.6.0
+Requires: python-devpi-common >= 4.0
Requires: python-iniconfig
Requires: python-pkginfo >= 1.4.2
Requires: python-platformdirs
Requires: python-pluggy >= 0.6.0
-Requires: python-py >= 1.4.31
Requires: python-tox >= 3.1.0
-Requires: python-wheel
+Requires: python-virtualenv
Requires(post): update-alternatives
Requires(postun):update-alternatives
Recommends: git-core
@@ -57,18 +54,11 @@
# SECTION test requirements
%if %{with test}
BuildRequires: %{python_module Sphinx}
-BuildRequires: %{python_module build}
-BuildRequires: %{python_module check-manifest >= 0.28}
BuildRequires: %{python_module colorama}
BuildRequires: %{python_module devpi-client = %{version}}
-BuildRequires: %{python_module devpi-common >= 3.6.0}
+BuildRequires: %{python_module devpi-common >= 4}
BuildRequires: %{python_module devpi-server}
-BuildRequires: %{python_module pkginfo >= 1.4.2}
-BuildRequires: %{python_module pluggy >= 0.6.0}
-BuildRequires: %{python_module py >= 1.4.31}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module tox >= 3.1.0}
-BuildRequires: %{python_module wheel}
BuildRequires: git-core
%endif
# /SECTION
@@ -80,9 +70,8 @@
for invoking tox.
%prep
-%setup -q -n devpi-client-%{version}
+%autosetup -p1 -n devpi-client-%{version}
rm tox.ini
-%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
++++++ devpi-client-6.0.5.tar.gz -> devpi-client-7.0.1.tar.gz ++++++
++++ 5047 lines of diff (skipped)