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-02-29 21:51:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-devpi-client (Old)
 and      /work/SRC/openSUSE:Factory/.python-devpi-client.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-devpi-client"

Thu Feb 29 21:51:06 2024 rev:14 rq:1153255 version:7.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-devpi-client/python-devpi-client.changes  
2023-11-26 19:37:28.610544893 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-devpi-client.new.1770/python-devpi-client.changes
        2024-02-29 21:51:22.052225309 +0100
@@ -1,0 +2,10 @@
+Thu Feb 29 14:11:26 UTC 2024 - Daniel Garcia <[email protected]>
+
+- Skip some tests that are failing for python 3.12, because it tries
+  to install setuptools package during tests.
+  * test_main_example
+  * test_specific_version
+  * test_pkgname_with_dashes
+
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-devpi-client.spec ++++++
--- /var/tmp/diff_new_pack.uvWGW6/_old  2024-02-29 21:51:23.568280191 +0100
+++ /var/tmp/diff_new_pack.uvWGW6/_new  2024-02-29 21:51:23.568280191 +0100
@@ -1,7 +1,7 @@
 #
-# spec file
+# spec file for package python-devpi-client
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -47,7 +47,7 @@
 Requires:       python-tox >= 3.1.0
 Requires:       python-virtualenv
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 Recommends:     git-core
 Recommends:     python-Sphinx
 BuildArch:      noarch
@@ -101,6 +101,8 @@
 donttest+=" or test_derive_devpi_token or test_derive_legacy_token or 
test_derive_token"
 # error deleting VIRTUAL_ENV
 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"
 %pytest -k "not ($donttest)"
 %endif
 

Reply via email to