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 2024-11-14 16:08:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-devpi-client (Old) and /work/SRC/openSUSE:Factory/.python-devpi-client.new.2017 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-devpi-client" Thu Nov 14 16:08:33 2024 rev:15 rq:1223955 version:7.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-devpi-client/python-devpi-client.changes 2024-02-29 21:51:22.052225309 +0100 +++ /work/SRC/openSUSE:Factory/.python-devpi-client.new.2017/python-devpi-client.changes 2024-11-14 16:09:11.576040610 +0100 @@ -1,0 +2,20 @@ +Thu Nov 7 12:26:57 UTC 2024 - Markéta Machová <mmach...@suse.com> + +- Update to 7.2.0 + * Support --no-docs and --only-docs for push command. + * Support --register-project for push command to external index. + * Add support for uv.conf to devpi use --set-cfg. + * fixed encoding issues when decoding output of subprocesses. + * require pkginfo >= 1.10.0 which supports newer metadata versions. + +------------------------------------------------------------------- +Thu Oct 3 10:50:15 UTC 2024 - Markéta Machová <mmach...@suse.com> + +- update to 7.1.0 + * Require build>=0.7.0 to prevent import error with older versions. + * Provide proper error message if the API request for devpi use fails. + * Fix #1011: change HTTP status codes >=400 to use self.fatal instead + of raw SystemExit, protect 403 and 404 errors from SystemExit + * Support using various kinds of devpi tools with pyproject.toml. + +------------------------------------------------------------------- Old: ---- devpi-client-7.0.2.tar.gz New: ---- devpi-client-7.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-devpi-client.spec ++++++ --- /var/tmp/diff_new_pack.RsUNsu/_old 2024-11-14 16:09:12.008058603 +0100 +++ /var/tmp/diff_new_pack.RsUNsu/_new 2024-11-14 16:09:12.012058770 +0100 @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-devpi-client%{psuffix} -Version: 7.0.2 +Version: 7.2.0 Release: 0 Summary: Client for devpi License: MIT @@ -37,11 +37,11 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-build +Requires: python-build >= 0.7.0 Requires: python-check-manifest >= 0.28 Requires: python-devpi-common >= 4.0 Requires: python-iniconfig -Requires: python-pkginfo >= 1.4.2 +Requires: python-pkginfo >= 1.10.0 Requires: python-platformdirs Requires: python-pluggy >= 0.6.0 Requires: python-tox >= 3.1.0 @@ -103,6 +103,8 @@ donttest+=" or test_simple_install_missing_venvdir" # Broken tests with python3.12 because missing setuptools donttest+=" or test_main_example or test_specific_version or test_pkgname_with_dashes" +# broken tests with tox +donttest+=" or test_toxresult_forbidden" %pytest -k "not ($donttest)" %endif ++++++ devpi-client-7.0.2.tar.gz -> devpi-client-7.2.0.tar.gz ++++++ ++++ 5091 lines of diff (skipped)