Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pip-shims for
openSUSE:Factory checked in at 2022-04-22 21:54:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pip-shims (Old)
and /work/SRC/openSUSE:Factory/.python-pip-shims.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pip-shims"
Fri Apr 22 21:54:37 2022 rev:7 rq:971969 version:0.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pip-shims/python-pip-shims.changes
2020-10-18 16:30:47.384741009 +0200
+++
/work/SRC/openSUSE:Factory/.python-pip-shims.new.1538/python-pip-shims.changes
2022-04-22 21:55:49.962913913 +0200
@@ -1,0 +2,14 @@
+Fri Apr 22 02:56:02 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Update to 0.7.0:
+ * Drop support for Python 3.6
+ * Support pip 22.x.
+
+-------------------------------------------------------------------
+Mon Nov 8 10:54:23 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 0.6.0:
+ * No longer guarantee compatibility for ``pip<20``.
+ * Drop support for Python 2.7 and 3.5.
+
+-------------------------------------------------------------------
Old:
----
pip-shims-0.5.3.tar.gz
New:
----
pip-shims-0.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pip-shims.spec ++++++
--- /var/tmp/diff_new_pack.EKv7VN/_old 2022-04-22 21:55:50.470914492 +0200
+++ /var/tmp/diff_new_pack.EKv7VN/_new 2022-04-22 21:55:50.474914497 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pip-shims
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,29 +17,24 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without python2
+%global skip_python2 1
Name: python-pip-shims
-Version: 0.5.3
+Version: 0.7.0
Release: 0
Summary: Compatibility shims for pip versions 8 thru current
License: ISC
URL: https://github.com/sarugaku/pip-shims
Source:
https://github.com/sarugaku/pip-shims/archive/%{version}.tar.gz#/pip-shims-%{version}.tar.gz
-BuildRequires: %{python_module setuptools >= 40.8.0}
+BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-%if %{with python2}
-BuildRequires: python-backports.tempfile
-%endif
-Requires: python-pip
+Requires: python-pip >= 21.0
Requires: python-setuptools
-Requires: python-six
Requires: python-wheel
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module pip}
+BuildRequires: %{python_module pip >= 21}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module six}
BuildRequires: %{python_module wheel}
# /SECTION
%python_subpackages
@@ -58,14 +53,14 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# Skip two online tests
+# Skip three online tests
# Some skipped tests fail because of missing git, however
# adding git only causes failure to fetch repositories.
# The tests are highly tied to API changes in pip
# 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 or test_resolve or
test_get_packagefinder)'
+%pytest -k 'not (test_resolution or test_wheelbuilder or test_resolve or
test_get_packagefinder or test_build_wheel)'
%files %{python_files}
%license LICENSE
++++++ pip-shims-0.5.3.tar.gz -> pip-shims-0.7.0.tar.gz ++++++
++++ 3387 lines of diff (skipped)