From e0c3171293fda61126daa78530e0ef98bae2082f825eb9194583e8913c01d684 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Thu, 8 Aug 2019 14:02:19 +0000 Subject: [PATCH] - Update to version 19.2.1: * Fix a ``NoneType`` ``AttributeError`` when evaluating hashes and no hashes provided * Drop support for EOL Python 3.4. * Credentials will now be loaded using keyring when installed * Fully support using --trusted-host inside requirements files * Update timestamps in pip's --log file to include milliseconds * Respect whether a file has been marked as "yanked" from a simple repository (see PEP 592 for details) * When choosing candidates to install, prefer candidates with a hash matching one of the user-provided hashes * Improve the error message when METADATA or PKG-INFO is None when accessing metadata * Add a new command pip debug that can display e.g. the list of compatible tags for the current Python * Display hint on installing with --pre when search results include pre-release versions * Report to Warehouse that pip is running under CI if the PIP_IS_CI environment variable is set * Allow --python-version to be passed as a dotted version string (e.g. 3.7 or 3.7.3) * Log the final filename and SHA256 of a .whl file when done building a wheel * Include the wheel's tags in the log message explanation when a candidate wheel link is found incompatible * Add a --path argument to pip freeze to support --target installations * Add a --path argument to pip list to support --target installations OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=70 --- _service | 4 ++-- _servicedata | 2 +- pip-19.1.1+git.1557777841.63878672.tar.xz | 3 --- pip-19.2.1.tar.xz | 3 +++ python-pip.changes | 21 +++++++++++++++++++++ python-pip.spec | 2 +- 6 files changed, 28 insertions(+), 7 deletions(-) delete mode 100644 pip-19.1.1+git.1557777841.63878672.tar.xz create mode 100644 pip-19.2.1.tar.xz diff --git a/_service b/_service index 24beb33..ca989cd 100644 --- a/_service +++ b/_service @@ -1,11 +1,11 @@ - 19.1.1+git https://github.com/pypa/pip git .git* enable - Matej Cepl <mcepl@cepl.eu> + @PARENT_TAG@ + cb00488ca66acdeaae4b4353d1d8bdadc6340dce xz diff --git a/_servicedata b/_servicedata index 0103d15..c1c08aa 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/pypa/pip - 63878672881d08f048eb2c2f757da2b834040231 \ No newline at end of file + cb00488ca66acdeaae4b4353d1d8bdadc6340dce \ No newline at end of file diff --git a/pip-19.1.1+git.1557777841.63878672.tar.xz b/pip-19.1.1+git.1557777841.63878672.tar.xz deleted file mode 100644 index e5e8408..0000000 --- a/pip-19.1.1+git.1557777841.63878672.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:752fd3ac1f1925cb3c4191673194e124c07d3271c84401cacab6213f6a608353 -size 5630236 diff --git a/pip-19.2.1.tar.xz b/pip-19.2.1.tar.xz new file mode 100644 index 0000000..5847d9e --- /dev/null +++ b/pip-19.2.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf8a9a0a9593e3bcba1dcac33c9d15de1d5ec524cf228c99237e10a69f11f9c +size 5669224 diff --git a/python-pip.changes b/python-pip.changes index 4894f1c..918fb9b 100644 --- a/python-pip.changes +++ b/python-pip.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Aug 08 13:57:29 UTC 2019 - mimi.vx@gmail.com + +- Update to version 19.2.1: + * Fix a ``NoneType`` ``AttributeError`` when evaluating hashes and no hashes provided + * Drop support for EOL Python 3.4. + * Credentials will now be loaded using keyring when installed + * Fully support using --trusted-host inside requirements files + * Update timestamps in pip's --log file to include milliseconds + * Respect whether a file has been marked as "yanked" from a simple repository (see PEP 592 for details) + * When choosing candidates to install, prefer candidates with a hash matching one of the user-provided hashes + * Improve the error message when METADATA or PKG-INFO is None when accessing metadata + * Add a new command pip debug that can display e.g. the list of compatible tags for the current Python + * Display hint on installing with --pre when search results include pre-release versions + * Report to Warehouse that pip is running under CI if the PIP_IS_CI environment variable is set + * Allow --python-version to be passed as a dotted version string (e.g. 3.7 or 3.7.3) + * Log the final filename and SHA256 of a .whl file when done building a wheel + * Include the wheel's tags in the log message explanation when a candidate wheel link is found incompatible + * Add a --path argument to pip freeze to support --target installations + * Add a --path argument to pip list to support --target installations + ------------------------------------------------------------------- Mon Jul 22 08:24:11 UTC 2019 - Tomáš Chvátal diff --git a/python-pip.spec b/python-pip.spec index d5f0c1c..d853727 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-pip%{psuffix} -Version: 19.1.1+git.1557777841.63878672 +Version: 19.2.1 Release: 0 Summary: A Python package management system License: MIT