Hello community,
here is the log from the commit of package python-pip-shims for
openSUSE:Factory checked in at 2020-03-27 00:26:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pip-shims (Old)
and /work/SRC/openSUSE:Factory/.python-pip-shims.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pip-shims"
Fri Mar 27 00:26:15 2020 rev:4 rq:785629 version:0.5.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pip-shims/python-pip-shims.changes
2019-11-04 17:13:30.668716539 +0100
+++
/work/SRC/openSUSE:Factory/.python-pip-shims.new.3160/python-pip-shims.changes
2020-03-27 00:26:16.496286513 +0100
@@ -1,0 +2,11 @@
+Mon Mar 16 10:40:36 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to version 0.5.1
+ * Fixed resolution failures due to Resolver.resolve signature updates in
pip@master
+ * Fixed AttributeError caused by failed RequirementSet.cleanup() calls after
+ Resolver.resolve() which is no longer valid in pip>=20.1
+ * Added a build_wheel shim function which can build either a single
InstallRequirement
+ or an iterable of InstallRequirement instances.
+ * Added fully backward compatible library native shims to call pip functions
+
+-------------------------------------------------------------------
Old:
----
pip-shims-0.3.3.tar.gz
New:
----
pip-shims-0.5.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pip-shims.spec ++++++
--- /var/tmp/diff_new_pack.BXVB3z/_old 2020-03-27 00:26:17.120286829 +0100
+++ /var/tmp/diff_new_pack.BXVB3z/_new 2020-03-27 00:26:17.120286829 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pip-shims
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without python2
Name: python-pip-shims
-Version: 0.3.3
+Version: 0.5.1
Release: 0
Summary: Compatibility shims for pip versions 8 thru current
License: ISC
@@ -27,6 +28,9 @@
BuildRequires: %{python_module setuptools >= 36.2.2}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+%if %{with python2}
+BuildRequires: python-backports.tempfile
+%endif
Requires: python-pip
Requires: python-setuptools
Requires: python-six
@@ -59,7 +63,7 @@
# but they do not factualy test if the tool behave
# so just skip them instead of having to patch them with
# each pip release
-#%%pytest -k 'not (test_resolution or test_wheelbuilder)'
+%pytest -k 'not (test_resolution or test_wheelbuilder or test_resolve or
test_get_packagefinder)'
%files %{python_files}
%license LICENSE
++++++ pip-shims-0.3.3.tar.gz -> pip-shims-0.5.1.tar.gz ++++++
++++ 7274 lines of diff (skipped)