Hello community, here is the log from the commit of package python-pip for openSUSE:Factory checked in at 2019-11-04 17:07:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pip (Old) and /work/SRC/openSUSE:Factory/.python-pip.new.2990 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pip" Mon Nov 4 17:07:16 2019 rev:46 rq:741067 version:19.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pip/python-pip.changes 2019-08-16 15:28:39.189993668 +0200 +++ /work/SRC/openSUSE:Factory/.python-pip.new.2990/python-pip.changes 2019-11-04 17:07:21.864322535 +0100 @@ -1,0 +2,15 @@ +Fri Oct 18 11:28:38 UTC 2019 - Marketa Calabkova <[email protected]> + +- Update to version 19.3.1 + * Document Python 3.8 support. + * Fix bug that prevented installation of PEP 517 packages without setup.py. + * Remove undocumented support for un-prefixed URL requirements pointing to SVN repositories. + * Remove the deprecated --venv option from pip config. + * Make pip show warn about packages not found. + * Abort installation if any archive contains a file which would be placed outside the extraction location. + * pip's CLI completion code no longer prints a Traceback if it is interrupted. + * Ignore errors copying socket files for local source installs (in Python 3). + * Skip copying .tox and .nox directories to temporary build directories + * Ignore "require_virtualenv" in pip config + +------------------------------------------------------------------- Old: ---- pip-19.2.2.tar.xz New: ---- 19.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pip.spec ++++++ --- /var/tmp/diff_new_pack.z7Im0J/_old 2019-11-04 17:07:22.688323416 +0100 +++ /var/tmp/diff_new_pack.z7Im0J/_new 2019-11-04 17:07:22.688323416 +0100 @@ -26,13 +26,12 @@ %bcond_with test %endif Name: python-pip%{psuffix} -Version: 19.2.2 +Version: 19.3.1 Release: 0 Summary: A Python package management system License: MIT -Group: Development/Languages/Python URL: http://www.pip-installer.org -Source: pip-%{version}.tar.xz +Source: https://github.com/pypa/pip/archive/%{version}.tar.gz Patch0: pip-shipped-requests-cabundle.patch Patch1: pytest5.patch BuildRequires: %{python_module setuptools} @@ -52,6 +51,7 @@ BuildRequires: %{python_module docutils} BuildRequires: %{python_module freezegun} BuildRequires: %{python_module mock} +BuildRequires: %{python_module pip = %{version}} BuildRequires: %{python_module pretend} BuildRequires: %{python_module pytest} BuildRequires: %{python_module scripttest >= 1.3} @@ -62,8 +62,6 @@ %endif %python_subpackages -%define upversion %(echo %{version} |cut -d+ -f 1) - %description Pip is a replacement for easy_install. It uses mostly the same techniques for finding packages, so packages that were made easy_installable should be @@ -117,7 +115,7 @@ %python2_only %{_bindir}/pip2 %python3_only %{_bindir}/pip3 %ghost %{_sysconfdir}/alternatives/pip -%{python_sitelib}/pip-%{upversion}-py%{python_version}.egg-info +%{python_sitelib}/pip-%{version}-py%{python_version}.egg-info %{python_sitelib}/pip %endif ++++++ pytest5.patch ++++++ --- /var/tmp/diff_new_pack.z7Im0J/_old 2019-11-04 17:07:22.864323604 +0100 +++ /var/tmp/diff_new_pack.z7Im0J/_new 2019-11-04 17:07:22.864323604 +0100 @@ -1,7 +1,7 @@ -Index: pip-19.1.1+git.1557777841.63878672/tests/unit/test_wheel.py +Index: pip-19.1.1/tests/unit/test_wheel.py =================================================================== ---- pip-19.1.1+git.1557777841.63878672.orig/tests/unit/test_wheel.py -+++ pip-19.1.1+git.1557777841.63878672/tests/unit/test_wheel.py +--- pip-19.1.1.orig/tests/unit/test_wheel.py ++++ pip-19.1.1/tests/unit/test_wheel.py @@ -378,7 +378,7 @@ def test_check_compatibility(): # test raises with correct error with pytest.raises(UnsupportedWheel) as e:
