Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-distlib for openSUSE:Factory 
checked in at 2021-12-13 20:41:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-distlib (Old)
 and      /work/SRC/openSUSE:Factory/.python-distlib.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-distlib"

Mon Dec 13 20:41:38 2021 rev:10 rq:939575 version:0.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-distlib/python-distlib.changes    
2021-11-20 02:38:02.564997433 +0100
+++ /work/SRC/openSUSE:Factory/.python-distlib.new.2520/python-distlib.changes  
2021-12-13 20:45:46.460495206 +0100
@@ -1,0 +2,16 @@
+Sat Dec 11 12:07:02 UTC 2021 - Ben Greiner <[email protected]>
+
+- actually drop remove-backports.patch
+
+-------------------------------------------------------------------
+Fri Dec 10 21:56:30 UTC 2021 - Ben Greiner <[email protected]>
+
+- update to 0.3.4
+  * Fixed #153: Raise warnings in get_distributions() if bad
+    metadata seen, but keep going.
+  * Fixed #154: Determine Python versions correctly for Python >=
+    3.10.
+  * Updated launcher executables.
+- Drop obsolete remove-backports.patch
+
+-------------------------------------------------------------------

Old:
----
  distlib-0.3.3.zip
  remove-backports.patch

New:
----
  distlib-0.3.4.zip

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

Other differences:
------------------
++++++ python-distlib.spec ++++++
--- /var/tmp/diff_new_pack.2gvvmq/_old  2021-12-13 20:45:47.016495274 +0100
+++ /var/tmp/diff_new_pack.2gvvmq/_new  2021-12-13 20:45:47.024495275 +0100
@@ -18,13 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-distlib
-Version:        0.3.3
+Version:        0.3.4
 Release:        0
 Summary:        Distribution utilities
 License:        Python-2.0
-URL:            https://bitbucket.org/pypa/distlib
+URL:            https://github.com/pypa/distlib
 Source:         
https://files.pythonhosted.org/packages/source/d/distlib/distlib-%{version}.zip
-Patch0:         remove-backports.patch
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -40,25 +39,12 @@
 %setup -q -n distlib-%{version}
 %autopatch -p1
 
-rm -r tests/unittest2
-
-# tarfile backport is broken
-rm distlib/_backport/tarfile.py
-
-# sysconfig backport is unnecessary and untested
-rm distlib/_backport/sysconfig.*
-
-# These test modules require internet access and are unnecessary
-rm tests/test_locators.py tests/test_sysconfig.py
-
-# Unused
-rm distlib/_backport/misc.*
+# This test module requires internet access and are unnecessary
+sed -i '/from test_locators import LocatorTestCase/d' tests/distlib_tests.py
 
 # Unneeded on Linux
 rm distlib/*.exe
 
-# However, the tests for shutil fail when not using using provided backport
-
 %build
 %python_build
 
@@ -68,12 +54,13 @@
 
 %check
 export LANG=en_US.UTF-8
-# These two tests need internet access
-%pytest -k 'not (test_search or test_package_data)'
+# This file and two tests need internet access
+%pytest --ignore tests/test_locators.py -k 'not (test_search or 
test_package_data)'
 
 %files %{python_files}
 %doc CHANGES.rst README.rst
 %license LICENSE.txt
-%{python_sitelib}/*
+%{python_sitelib}/distlib
+%{python_sitelib}/distlib-%{version}*-info
 
 %changelog

Reply via email to