SHA256
1
0
forked from pool/python-pip

Accepting request 624890 from home:mimi_vx:branches:devel:languages:python

- update to 18.0
- refresh pip-8.1.2-shipped-requests-cabundle.patch
 * drop python 3.3 support
 * Remove the legacy format from pip list.
 * Remove support for cleaning up #egg fragment postfixes
 * Remove the shim for the old get-pip.py location
 * Introduce a new --prefer-binary flag, to prefer older wheels
     over newer source packages.
 * Improve autocompletion function on file name completion 
 * Add support for installing PEP 518 build dependencies from source
 * Improve status message when upgrade is skipped due to only-if-needed strategy

OBS-URL: https://build.opensuse.org/request/show/624890
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=54
This commit is contained in:
Tomáš Chvátal
2018-07-24 06:41:54 +00:00
committed by Git OBS Bridge
parent 65a9bcca8a
commit a52524cd47
5 changed files with 40 additions and 26 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jul 23 21:03:56 UTC 2018 - mimi.vx@gmail.com
- update to 18.0
- refresh pip-8.1.2-shipped-requests-cabundle.patch
* drop python 3.3 support
* Remove the legacy format from pip list.
* Remove support for cleaning up #egg fragment postfixes
* Remove the shim for the old get-pip.py location
* Introduce a new --prefer-binary flag, to prefer older wheels
over newer source packages.
* Improve autocompletion function on file name completion
* Add support for installing PEP 518 build dependencies from source
* Improve status message when upgrade is skipped due to only-if-needed strategy
-------------------------------------------------------------------
Fri Apr 20 07:48:59 UTC 2018 - mimi.vx@gmail.com