Commit Graph

164 Commits

Author SHA256 Message Date
Dominique Leuenberger
f3ce0051e1 Accepting request 841872 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/841872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=49
2020-10-29 08:48:05 +00:00
Tomáš Chvátal
86e65d86fb Accepting request 841036 from home:bnavigator:branches:devel:languages:python
Update to 20.2.3

With the increased use of %pyproject_wheel we need an up to date pip

Needs new package python-csv23 for testing

OBS-URL: https://build.opensuse.org/request/show/841036
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=82
2020-10-15 08:14:59 +00:00
Dominique Leuenberger
91e967375f Accepting request 786378 from devel:languages:python
- Skip virtualenv tests that are pinned to old virtualenv 16

OBS-URL: https://build.opensuse.org/request/show/786378
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=48
2020-03-26 23:27:15 +00:00
Tomáš Chvátal
ced1a9187c Accepting request 788169 from devel:languages:python
- Skip virtualenv tests that are pinned to old virtualenv 16

OBS-URL: https://build.opensuse.org/request/show/788169
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=81
2020-03-25 11:57:55 +00:00
Tomáš Chvátal
1d4598150d osc copypac from project:openSUSE:Factory package:python-pip revision:47
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=80
2020-03-25 11:56:51 +00:00
Tomáš Chvátal
1f5afbea3e - Skip virtualenv tests that are pinned to old virtualenv 16
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=79
2020-03-19 09:43:50 +00:00
Oliver Kurz
a5c550ebec Accepting request 770248 from devel:languages:python
- update to 20.0.2
- add setuptools-45.1.0-py3-none-any.whl for testsuite
- drop pytest5.patch
 * Fix a regression in generation of compatibility tags
 * Rename an internal module, to avoid ImportErrors due to improper uninstallation
 * Switch to a dedicated CLI tool for vendoring dependencies.
 * Remove wheel tag calculation from pip and use packaging.tags. This should provide more tags ordered better than in prior releases.
 *  Deprecate setup.py-based builds that do not generate an .egg-info directory.
 *  The pip>=20 wheel cache is not retro-compatible with previous versions. Until pip 21.0, pip will continue to take advantage of existing legacy cache entries.
 *  Deprecate undocumented --skip-requirements-regex option.
 *  Deprecate passing install-location-related options via --install-option.
 *  Use literal "abi3" for wheel tag on CPython 3.x, to align with PEP 384 which only defines it for this platform.
 *  Remove interpreter-specific major version tag e.g. cp3-none-any from consideration. This behavior was not documented strictly, and this tag in particular is not useful. Anyone with a use case can create an issue with pypa/packaging.
 *  Wheel processing no longer permits wheels containing more than one top-level .dist-info directory.
 *  Support for the git+git@ form of VCS requirement is being deprecated and will be removed in pip 21.0. Switch to git+https:// or git+ssh://. git+git:// also works but its use is discouraged as it is insecure.
 *  Default to doing a user install (as if --user was passed) when the main site-packages directory is not writeable and user site-packages are enabled.
 *  Warn if a path in PATH starts with tilde during pip install.
 *  Cache wheels built from Git requirements that are considered immutable, because they point to a commit hash.
 *  Add option --no-python-version-warning to silence warnings related to deprecation of Python versions.
 *  Cache wheels that pip wheel built locally, matching what pip install does. This particularly helps performance in workflows where pip wheel is used for building before installing. Users desiring the original behavior can use pip wheel --no-cache-dir
 *  Display CA information in pip debug.
 *  Show only the filename (instead of full URL), when downloading from PyPI.
 *  Suggest a more robust command to upgrade pip itself to avoid confusion when the current pip command is not available as pip.
 *  Define all old pip console script entrypoints to prevent import issues in stale wrapper scripts.
 *  The build step of pip wheel now builds all wheels to a cache first, then copies them to the wheel directory all at once. Before, it built them to a temporary directory and moved them to the wheel directory one by one.
 *  Expand ~ prefix to user directory in path options, configs, and environment variables. Values that may be either URL or path are not currently supported, to avoid ambiguity:
   --find-links
   --constraint, -c
   --requirement, -r
   --editable, -e

OBS-URL: https://build.opensuse.org/request/show/770248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=47
2020-02-14 15:24:40 +00:00
709047657f - drop pytest5.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=77
2020-02-05 12:23:24 +00:00
5c90bd62cc - update to 20.0.2
- add setuptools-45.1.0-py3-none-any.whl for testsuite
 * Fix a regression in generation of compatibility tags
 * Rename an internal module, to avoid ImportErrors due to improper uninstallation
 * Switch to a dedicated CLI tool for vendoring dependencies.
 * Remove wheel tag calculation from pip and use packaging.tags. This should provide more tags ordered better than in prior releases.
 *  Deprecate setup.py-based builds that do not generate an .egg-info directory.
 *  The pip>=20 wheel cache is not retro-compatible with previous versions. Until pip 21.0, pip will continue to take advantage of existing legacy cache entries.
 *  Deprecate undocumented --skip-requirements-regex option.
 *  Deprecate passing install-location-related options via --install-option.
 *  Use literal "abi3" for wheel tag on CPython 3.x, to align with PEP 384 which only defines it for this platform.
 *  Remove interpreter-specific major version tag e.g. cp3-none-any from consideration. This behavior was not documented strictly, and this tag in particular is not useful. Anyone with a use case can create an issue with pypa/packaging.
 *  Wheel processing no longer permits wheels containing more than one top-level .dist-info directory.
 *  Support for the git+git@ form of VCS requirement is being deprecated and will be removed in pip 21.0. Switch to git+https:// or git+ssh://. git+git:// also works but its use is discouraged as it is insecure.
 *  Default to doing a user install (as if --user was passed) when the main site-packages directory is not writeable and user site-packages are enabled.
 *  Warn if a path in PATH starts with tilde during pip install.
 *  Cache wheels built from Git requirements that are considered immutable, because they point to a commit hash.
 *  Add option --no-python-version-warning to silence warnings related to deprecation of Python versions.
 *  Cache wheels that pip wheel built locally, matching what pip install does. This particularly helps performance in workflows where pip wheel is used for building before installing. Users desiring the original behavior can use pip wheel --no-cache-dir
 *  Display CA information in pip debug.
 *  Show only the filename (instead of full URL), when downloading from PyPI.
 *  Suggest a more robust command to upgrade pip itself to avoid confusion when the current pip command is not available as pip.
 *  Define all old pip console script entrypoints to prevent import issues in stale wrapper scripts.
 *  The build step of pip wheel now builds all wheels to a cache first, then copies them to the wheel directory all at once. Before, it built them to a temporary directory and moved them to the wheel directory one by one.
 *  Expand ~ prefix to user directory in path options, configs, and environment variables. Values that may be either URL or path are not currently supported, to avoid ambiguity:
   --find-links
   --constraint, -c
   --requirement, -r
   --editable, -e
 *  Correctly handle system site-packages, in virtual environments created with venv (PEP 405).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=76
2020-02-05 10:27:04 +00:00
Dominique Leuenberger
4994d55d89 Accepting request 741067 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/741067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=46
2019-11-04 16:07:16 +00:00
Tomáš Chvátal
ed5c541dc1 Accepting request 741057 from home:mcalabkova:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/741057
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=74
2019-10-18 12:29:37 +00:00
Dominique Leuenberger
92cfb5c5e2 Accepting request 723012 from devel:languages:python
- Update to version 19.2.2:
  * Merge pull request #6827 from cjerdonek/issue-6804-find-links-expansion
  * Fix handling of tokens (single part credentials) in URLs (#6818)
  * Simplify the handling of "typing.cast"

OBS-URL: https://build.opensuse.org/request/show/723012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=45
2019-08-16 13:28:31 +00:00
5115d3704b - Update to version 19.2.2:
* Merge pull request #6827 from cjerdonek/issue-6804-find-links-expansion
  * Fix handling of tokens (single part credentials) in URLs (#6818)
  * Simplify the handling of "typing.cast"

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=72
2019-08-13 08:20:21 +00:00
Dominique Leuenberger
6c37711f24 Accepting request 721781 from devel:languages:python
- 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/request/show/721781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=44
2019-08-09 14:49:01 +00:00
e0c3171293 - 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
2019-08-08 14:02:19 +00:00
Dominique Leuenberger
2082c67f05 Accepting request 717473 from devel:languages:python
- Add patch to build with pytest5, also sent upstream:
  * pytest5.patch

OBS-URL: https://build.opensuse.org/request/show/717473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=43
2019-07-30 11:04:18 +00:00
Tomáš Chvátal
4662065a62 - Add patch to build with pytest5, also sent upstream:
* pytest5.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=68
2019-07-22 08:25:30 +00:00
Dominique Leuenberger
25a7a5805b Accepting request 703186 from devel:languages:python
- 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
2019-05-17 21:40:44 +00:00
34466b4ae2 Accepting request 703184 from home:mcepl:branches:devel:languages:python
- 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
2019-05-15 15:33:36 +00:00
6f0bdab7e0 Accepting request 702370 from home:mcepl:branches:devel:languages:python
- 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
2019-05-11 17:29:32 +00:00
Dominique Leuenberger
c7b70875b7 Accepting request 683720 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/683720
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=41
2019-03-12 08:46:23 +00:00
Tomáš Chvátal
00cea51cd8 Accepting request 683599 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/683599
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=63
2019-03-11 08:30:56 +00:00
Stephan Kulow
b92b55d7ff Accepting request 673642 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/673642
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=40
2019-02-24 16:03:46 +00:00
Tomáš Chvátal
356c3fd368 Accepting request 673607 from home:jengelh:branches:devel:languages:python
- Avoid name repetition in summary. Summary should not be a
  sentence (let alone three).

OBS-URL: https://build.opensuse.org/request/show/673607
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=61
2019-02-12 11:29:37 +00:00
Tomáš Chvátal
e1e06c37b8 Accepting request 673419 from home:frispete:python
- 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
2019-02-12 08:54:28 +00:00
Dominique Leuenberger
65686cea89 Accepting request 655666 from devel:languages:python
- Fix fdupes call

OBS-URL: https://build.opensuse.org/request/show/655666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=39
2018-12-14 19:46:24 +00:00
Tomáš Chvátal
a79f74f347 - Fix fdupes call
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=58
2018-12-06 13:19:23 +00:00
Dominique Leuenberger
cc791233b4 Accepting request 643579 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/643579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=38
2018-11-06 12:49:41 +00:00
Tomáš Chvátal
05d175b09d Accepting request 643508 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/643508
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=56
2018-10-21 18:21:38 +00:00
Dominique Leuenberger
3a87f72d6e Accepting request 624944 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/624944
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=37
2018-08-02 12:48:43 +00:00
Tomáš Chvátal
a52524cd47 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
2018-07-24 06:41:54 +00:00
Dominique Leuenberger
836026db78 Accepting request 599442 from devel:languages:python
- update to 10.0.1
- refactor pip-8.1.2-shipped-requests-cabundle.patch
 * Switch the default repository to the new "PyPI 2.0" running at https://pypi.org/
 * big bunch of changes from 9.0.1 in NEWS.rst

OBS-URL: https://build.opensuse.org/request/show/599442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=36
2018-04-26 11:34:24 +00:00
Tomáš Chvátal
65a9bcca8a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=52 2018-04-20 16:12:49 +00:00
Tomáš Chvátal
5901895627 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=51 2018-04-20 16:12:25 +00:00
Tomáš Chvátal
1e080e3705 Accepting request 599168 from home:mimi_vx:branches:devel:languages:python
- update to 10.0.1
- refactor pip-8.1.2-shipped-requests-cabundle.patch
 * Switch the default repository to the new "PyPI 2.0" running at https://pypi.org/
 * big bunch of changes from 9.0.1 in NEWS.rst

OBS-URL: https://build.opensuse.org/request/show/599168
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=50
2018-04-20 08:09:42 +00:00
Dominique Leuenberger
e8a8edcb64 Accepting request 483376 from devel:languages:python
- uninstall alternatives in %postun

OBS-URL: https://build.opensuse.org/request/show/483376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=35
2017-04-19 16:04:53 +00:00
OBS User buildservice-autocommit
dcb41e3411 Updating link to change in openSUSE:Factory/python-pip revision 35.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=2474f808c61b06e0e01a49b660ca3ee3
2017-04-19 16:04:53 +00:00
Todd R
44afbd60a4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=49 2017-04-14 16:46:04 +00:00
Todd R
b9cac7281f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=48 2017-04-14 16:45:49 +00:00
Jan Matejek
16c54f4fd8 - uninstall alternatives in %postun
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=47
2017-03-29 13:52:20 +00:00
Dominique Leuenberger
a63d1652ed Accepting request 460264 from devel:languages:python
first batch of singlespec packages

OBS-URL: https://build.opensuse.org/request/show/460264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=34
2017-02-27 17:36:14 +00:00
Jan Matejek
8e50cef319 Accepting request 460233 from devel:languages:python:singlespec
- update for singlespec
- fix alternative priorities
- drop cacert.pem and add pip-8.1.2-shipped-requests-cabundle.patch
  to ensure function without it
- add ca-certificates{,-mozilla} dependency to ensure existence of CA bundle
- add fdupes

OBS-URL: https://build.opensuse.org/request/show/460233
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=46
2017-02-24 14:34:50 +00:00
Dominique Leuenberger
05876ac78f Accepting request 451336 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/451336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=33
2017-01-23 10:31:08 +00:00
848608d4e8 Accepting request 449217 from home:stroeder:branches:devel:languages:python
update to 9.0.1

OBS-URL: https://build.opensuse.org/request/show/449217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=45
2017-01-19 09:55:31 +00:00
Dominique Leuenberger
662f1e56c2 Accepting request 406269 from devel:languages:python
- 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
2016-07-10 16:45:10 +00:00
c142c91b16 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=44 2016-07-04 08:19:16 +00:00
5e2cff497f Accepting request 405574 from home:tbechtold:branches:devel:languages:python
- Use pypi.io as Source url.

OBS-URL: https://build.opensuse.org/request/show/405574
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=43
2016-07-04 08:18:08 +00:00
Jan Matejek
026ad1dbba Accepting request 395519 from home:tbechtold:branches:devel:languages:python
- 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
2016-05-16 15:25:36 +00:00
Dominique Leuenberger
42d1f0e505 Accepting request 369207 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/369207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=31
2016-03-16 09:43:07 +00:00
Todd R
ff8bd97bc6 Accepting request 368988 from home:tbechtold:branches:devel:languages:python
- 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
2016-03-09 16:22:56 +00:00