Revisions of python-pip

Denisart Benjamin's avatar Denisart Benjamin (posophe) accepted request 333669 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 39)
- 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`.
Denisart Benjamin's avatar Denisart Benjamin (posophe) accepted request 333163 from Axel Braun's avatar Axel Braun (DocB) (revision 38)
Added coreutils as requirement. Otherwise SLE12 build breaks in SUSE Studio
Todd R's avatar Todd R (TheBlackCat) accepted request 319404 from Todd R's avatar Todd R (TheBlackCat) (revision 37)
Make tests conditional to avoid dependency loop.
Todd R's avatar Todd R (TheBlackCat) committed (revision 36)
Todd R's avatar Todd R (TheBlackCat) committed (revision 35)
Denisart Benjamin's avatar Denisart Benjamin (posophe) accepted request 291343 from Thomas Bechtold's avatar Thomas Bechtold (tbechtold) (revision 34)
New upstream release
Denisart Benjamin's avatar Denisart Benjamin (posophe) accepted request 260387 from Oleksandr Chumachenko's avatar Oleksandr Chumachenko (Ledest) (revision 33)
fix bashism in pre script
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 32)
- Package /usr/bin/pip2
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 31)
- Readd argparse requirement for SLE
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 30)
- 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).
  * Fixed #219, error when using --log with a failed install (Pull #1205).
  * Fixed #1131, logging was buffered and choppy in Python 3.
  * Fixed #70,  --timeout was being ignored (Pull #1202).
  * Fixed #772, error when setting PIP_EXISTS_ACTION (Pull #1201).
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 29)
- Fix alternative link in buildroot
Todd R's avatar Todd R (TheBlackCat) accepted request 200710 from Ralf Haferkamp's avatar Ralf Haferkamp (rhafer) (revision 28)
bnc#842516
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 186463 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 27)
- update to 1.4.1:
 * Fixed issues with installing from pybundle files (Pull #1116).
 * Fixed error when sysconfig module throws an exception (Pull #1095).
 * Don't ignore already installed pre-releases (Pull #1076).
 * Fixes related to upgrading setuptools (Pull #1092).
 * Fixes so that --download works with wheel archives (Pull #1113).
 * Fixes related to recognizing and cleaning global build dirs (Pull #1080)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 26)
- Update to version 1.4:
  * **BACKWARD INCOMPATIBLE** pip now only installs stable versions by default,
    and offers a new --pre option to also find pre-release and development
    versions. (Pull #834)
  * **BACKWARD INCOMPATIBLE** Dropped support for Python 2.5. The minimum
    supported Python version for pip 1.4 is Python 2.6.
  * Added support for installing and building wheel archives.
    Thanks Daniel Holth, Marcus Smith, Paul Moore, and Michele Lacchia
    (Pull #845)
  * Applied security patch to pip's ssl support related to certificate DNS
    wildcard matching (http://bugs.python.org/issue17980).
  * To satisfy pip's setuptools requirement, pip now recommends setuptools>=0.8,
    not distribute. setuptools and distribute are now merged into one project
    called 'setuptools'. (Pull #1003)
  * pip will now warn when installing a file that is either hosted externally to
    the index or cannot be verified with a hash. In the future pip will default
    to not installing them and will require the flags --allow-external NAME, and
    --allow-insecure NAME respectively. (Pull #985)
  * If an already-downloaded or cached file has a bad hash, re-download it rather
    than erroring out. (Issue #963).
  * pip bundle and support for installing from pybundle files is now
    considered deprecated and will be removed in pip v1.5.
  * Fixed a number of issues (#413, #709, #634, #602, and #939) related to
    cleaning up and not reusing build directories. (Pull #865, #948)
  * Added a User Agent so that pip is identifiable in logs. (Pull #901)
  * Added ssl and --user support to get-pip.py. Thanks Gabriel de Perthuis.
    (Pull #895)
  * Fixed the proxy support, which was broken in pip 1.3.x (Pull #840)
  * Fixed issue #32 - pip fails when server does not send content-type header.
    Thanks Hugo Lopes Tavares and Kelsey Hightower (Pull #872).
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 25)
Python3 moved to devel:languages:python3
Todd R's avatar Todd R (TheBlackCat) accepted request 172883 from Todd R's avatar Todd R (TheBlackCat) (revision 24)
Re-add buildrequires: python3.  This is needed for openSUSE <= 12.2
Todd R's avatar Todd R (TheBlackCat) committed (revision 23)
Todd R's avatar Todd R (TheBlackCat) committed (revision 22)
Todd R's avatar Todd R (TheBlackCat) committed (revision 21)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) committed (revision 20)
- Simpler spec file
Displaying revisions 101 - 120 of 139
openSUSE Build Service is sponsored by