- Update to version 19.1.1+git.1557777841.63878672:
* Update news file to match usual style
* fix-5963: assert error message
* Simplify CandidateEvaluator.evaluate_link().
* Fix 6486 mac gitignore (#6487)
* Store instances in the VcsSupport registry instead of classes.
* Remove unused cls argument from VcsSupport.unregister().
* fix-5963: Add news file
* fix-5963: fail elegantly on missing name or section in config set / unset
* Remove unnecessary slices.
* Fix typo.
- Switch to multibuild, so testing is separate from the building
of the package itself. (forwarded request 703184 from mcepl)
OBS-URL: https://build.opensuse.org/request/show/703186
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=42
- Update to version 19.1.1+git.1557777841.63878672:
* Update news file to match usual style
* fix-5963: assert error message
* Simplify CandidateEvaluator.evaluate_link().
* Fix 6486 mac gitignore (#6487)
* Store instances in the VcsSupport registry instead of classes.
* Remove unused cls argument from VcsSupport.unregister().
* fix-5963: Add news file
* fix-5963: fail elegantly on missing name or section in config set / unset
* Remove unnecessary slices.
* Fix typo.
- Switch to multibuild, so testing is separate from the building
of the package itself.
OBS-URL: https://build.opensuse.org/request/show/703184
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=66
- Update to version 19.1.1+git.1557521541.a731e7e3:
* Docs: capitalize "URL"
* Upgrade Sphinx version for Read the Docs (#6477)
* Upwrap import
* Remove utils/packaging.py's dependence on the current environment.
* Improve import error handling Fix --no-index usage Fix missing type annotation type
* Rename _link_package_versions() to evaluate_link().
* Move _link_package_versions() to CandidateEvaluator.
* Refine return type of _package_versions() and find_all_candidates().
* Fix mismerged import
* Issue #5948: Enable keyring support
* Move run_with_log_command() after run_stderr_with_prefix().
* Change to never allow logging errors during tests.
* Add failing test.
* Respect --global-option and --install-option for VCS installs.
- Start using upstream git checkout instead of the released
tarballs so we can get tests/ directory (gh#pypa/pip#6258).
- Enable tests.
- Update to 19.1.1:
- Restore pyproject.toml handling to how it was with pip 19.0.3
to prevent the need to add --no-use-pep517 when installing in
editable mode. (#6434)
- Fix a regression that caused @ to be quoted in pypiserver
links. This interfered with parsing the revision string from
VCS urls. (#6440)
- Configuration files may now also be stored under sys.prefix
(#5060)
- Avoid creating an unnecessary local clone of a Bazaar branch
when exporting. (#5443)
OBS-URL: https://build.opensuse.org/request/show/702370
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=65
- Update to 19.0.2 (2019-02-09):
+ Bug Fixes
* Fix a crash where PEP 517-based builds using --no-cache-dir
would fail in some circumstances with an AssertionError due
to not finalizing a build directory internally. (#6197)
* Provide a better error message if attempting an editable
install of a directory with a pyproject.toml but no setup.py.
(#6170)
* The implicit default backend used for projects that provide a
pyproject.toml file without explicitly specifying build-
backend now behaves more like direct execution of setup.py,
and hence should restore compatibility with projects that
were unable to be installed with pip 19.0. This raised the
minimum required version of setuptools for such builds to
40.8.0. (#6163)
* Allow RECORD lines with more than three elements, and display
a warning. (#6165)
* AdjacentTempDirectory fails on unwritable directory instead
of locking up the uninstall command. (#6169)
* Make failed uninstalls roll back more reliably and better at
avoiding naming conflicts. (#6194)
* Ensure the correct wheel file is copied when building PEP 517
distribution is built. (#6196)
* The Python 2 end of life warning now only shows on CPython,
which is the implementation that has announced end of life
plans. (#6207)
+ Improved Documentation
* Re-write README and documentation index (#5815)
- Update to 19.0.1 (2019-01-23):
+ Bug Fixes
OBS-URL: https://build.opensuse.org/request/show/673419
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=60
- 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
- Use pypi.io as Source url.
- update to 8.1.2:
* Fix a regression on systems with uninitialized locale (:issue:`3575`).
* Use environment markers to filter packages before determining if a
required wheel is supported. Solves (:issue:`3254`).
* Make glibc parsing for `manylinux1` support more robust for the variety of
glibc versions found in the wild (:issue:`3588`).
* Update environment marker support to fully support PEP 508 and legacy
environment markers (:issue:`3624`).
* Always use debug logging to the ``--log`` file (:issue:`3351`).
* Don't attempt to wrap search results for extremely narrow terminal windows
(:issue:`3655`).
* Fix regression with non-ascii requirement files on Python 2 and add support
for encoding headers in requirement files (:issue:`3548`, :pull:`3547`).
OBS-URL: https://build.opensuse.org/request/show/406269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=32
- update to 8.1.2:
* Fix a regression on systems with uninitialized locale (:issue:`3575`).
* Use environment markers to filter packages before determining if a
required wheel is supported. Solves (:issue:`3254`).
* Make glibc parsing for `manylinux1` support more robust for the variety of
glibc versions found in the wild (:issue:`3588`).
* Update environment marker support to fully support PEP 508 and legacy
environment markers (:issue:`3624`).
* Always use debug logging to the ``--log`` file (:issue:`3351`).
* Don't attempt to wrap search results for extremely narrow terminal windows
(:issue:`3655`).
* Fix regression with non-ascii requirement files on Python 2 and add support
for encoding headers in requirement files (:issue:`3548`, :pull:`3547`).
OBS-URL: https://build.opensuse.org/request/show/395519
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=42
- update to 8.1.0:
* Implement PEP 513, which adds support for the manylinux1 platform tag,
allowing carefully compiled binary wheels to be installed on compatible Linux
platforms.
* Allow wheels which are not specific to a particular Python interpreter but
which are specific to a particular platform (:issue:`3202`).
* Fixed an issue where ``call_subprocess`` would crash trying to print debug
data on child process failure (:issue:`3521`, :pull:`3522`).
* Exclude the wheel package from the `pip freeze` output (like pip and setuptools).
:issue:`2989`.
* Allow installing modules from a subdirectory of a vcs repository
in non-editable mode (:issue:`3217`, :pull:`3466`).
* Make pip wheel and pip download work with vcs urls with subdirectory option
(:pull:`3466`).
* Show classifiers in ``pip show``.
* Show PEP376 Installer in ``pip show`` (:issue:`3517`).
* Unhide completion command (:pull:`1810`).
* Show latest version number in ``pip search`` results (:pull:`1415`).
* Decode requirement files according to their BOM if present (:pull:`3485`,
:issue:`2865`).
* Fix and deprecate package name detection from url path (:issue:`3523` and
:pull:`3495`).
* Correct the behavior where interpreter specific tags (such as cp34) were
being used on later versions of the same interprter instead of only for that
specific interpreter (:issue:`3472`).
* Fix an issue where pip would erroneously install a 64 bit wheel on a 32 bit
Python running on a 64 bit OS X machine.
* Do not assume that all git repositories have an origin remote.
* Correctly display the line to add to a requirements.txt for an URL based
dependency when ``--require-hashes`` is enabled.
OBS-URL: https://build.opensuse.org/request/show/368988
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=41
- update to 7.1.2:
* Don't raise an error if pip is not installed when checking for the latest pip
version.
* Check that the wheel cache directory is writable before we attempt to write
cached files to them.
* Move the pip version check until *after* any installs have been performed,
thus removing the extraenous warning when upgrading pip.
* Added debug logging when using a cached wheel.
* Respect platlib by default on platforms that have it separated from purlib.
* Upgrade packaging to 15.3.
* Normalize post-release spellings for rev/r prefixes.
* Upgrade distlib to 0.2.1.
* Updated launchers to decode shebangs using UTF-8. This allows non-ASCII
pathnames to be correctly handled.
* Ensured that the executable written to shebangs is normcased.
* Changed ScriptMaker to work better under Jython.
* Upgrade ipaddress to 1.0.13.
* Allow constraining versions globally without having to know exactly what will
be installed by the pip command. :issue:`2731`.
* Accept --no-binary and --only-binary via pip.conf. :issue:`2867`.
* Allow ``--allow-all-external`` within a requirements file.
* Fixed an issue where ``--user`` could not be used when ``--prefix`` was used
in a distutils configuration file.
* Fixed an issue where the SOABI tags were not correctly being generated on
Python 3.5.
* Fixed an issue where we were advising windows users to upgrade by directly
executing pip, when that would always fail on Windows.
* Allow ``~`` to be expanded within a cache directory in all situations.
* Fixed a regression where ``--no-cache-dir`` would raise an exception, fixes
:issue:`2855`.
OBS-URL: https://build.opensuse.org/request/show/333669
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=39
- Package /usr/bin/pip2
- Readd argparse requirement for SLE
- Update to version 1.5:
* **BACKWARD INCOMPATIBLE** pip no longer supports the --use-mirrors,
-M, and --mirrors flags. The mirroring support has been removed. In
order to use a mirror specify it as the primary index with -i or
--index-url, or as an additional index with --extra-index-url. (Pull #1098, CVE-2013-5123)
* **BACKWARD INCOMPATIBLE** pip no longer will scrape insecure external urls by
default nor will it install externally hosted files by default. Users may opt
into installing externally hosted or insecure files or urls using
--allow-external PROJECT and --allow-unverified PROJECT. (Pull #1055)
* **BACKWARD INCOMPATIBLE** pip no longer respects dependency links by default.
Users may opt into respecting them again using --process-dependency-links.
* **DEPRECATION** pip install --no-install and pip install
--no-download are now formally deprecated. See Issue #906 for discussion on
possible alternatives, or lack thereof, in future releases.
* **DEPRECATION** pip zip and pip unzip are now formally deprecated.
* pip will now install Mac OSX platform wheels from PyPI. (Pull #1278)
* pip now generates the appropriate platform-specific console scripts when
installing wheels. (Pull #1251)
* Pip now confirms a wheel is supported when installing directly from a path or
url. (Pull #1315)
* Fixed#1097, --ignore-installed now behaves again as designed, after it was
unintentionally broke in v0.8.3 when fixing Issue #14 (Pull #1352).
* Fixed a bug where global scripts were being removed when uninstalling --user
installed packages (Pull #1353).
* Fixed#1163, --user wasn't being respected when installing scripts from wheels (Pull #1176).
* Fixed#1150, we now assume '_' means '-' in versions from wheel filenames (Pull #1158).
OBS-URL: https://build.opensuse.org/request/show/213128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=24