Revisions of python-pip

Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 25)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 213128 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 24)
- 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).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 207963 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 23)
- Fix alternative link in buildroot
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 200711 from Todd R's avatar Todd R (TheBlackCat) (revision 22)
bnc#842516 (forwarded request 200710 from rhafer)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 21)
Split 13.1 from Factory
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 186538 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 20)
- 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) (forwarded request 186463 from dirkmueller)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 184861 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 19)
- 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).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 179929 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 18)
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 172884 from Todd R's avatar Todd R (TheBlackCat) (revision 17)
Re-add buildrequires: python3.  This is needed for openSUSE <= 12.2 (forwarded request 172883 from TheBlackCat)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 159591 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 16)
Automatic submission by obs-autosubmit
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 15)
Split 12.3 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 142814 from Todd R's avatar Todd R (TheBlackCat) (revision 14)
Removed openSUSE 11.4 spec file workarounds (forwarded request 142803 from TheBlackCat) (forwarded request 142808 from TheBlackCat)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 133453 from Ismail Dönmez's avatar Ismail Dönmez (namtrac) (revision 13)
Update to 1.2.1.  Note: dropped support for python 2.4. (forwarded request 133376 from poorboywilly)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 12)
branched from openSUSE:Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 116070 from Todd R's avatar Todd R (TheBlackCat) (revision 11)
Fix building python 3 package on openSUSE 11.4 x86_64 (forwarded request 116068 from TheBlackCat) (forwarded request 116069 from TheBlackCat)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 106458 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 10)
- Update to version 1.1:
  * Fixed issue #326 - don't crash when a package's setup.py emits UTF-8
    and then fails.
  * Added --target option for installing directly to arbitrary directory.
  * Added support for authentication with Subversion repositories.
  * Fixed issue #315 - --download now downloads dependencies as well.
  * Errors from subprocesses will display the current working directory.
  * Fixed issue #369 - compatibility with Subversion 1.7.
  * Fixed issue #57 - ignore py2app-generated OS X mpkg zip files in finder.
  * Fixed issue #182 - log to ~/Library/Logs/ by default on OS X framework
    installs.
  * Fixed issue #310 - understand version tags without minor version ("py3")
    in sdist filenames.
  * Fixed issue #7 - Pip now supports optionally installing setuptools
    "extras" dependencies; e.g. "pip install Paste[openid]".
  * Fixed issue #391 - freeze no longer borks on requirements file
  * Fixed issue #288 - handle symlinks properly.
  * Fixed issue #49 - pip install -U no longer reinstalls the same versions
    of packages.
  * Removed -E option and PIP_RESPECT_VIRTUALENV; both use a restart-in-venv
    mechanism that's broken, and neither one is useful since every virtualenv
    now has pip inside it.
  * Fixed issue #366 - pip throws IndexError when it calls scraped_rel_links
  * Fixed issue #22 - pip search should set and return a userful shell
    status code
  * Fixed issue #351 and #365 - added global --exists-action command line
    option to easier script file exists conflicts, e.g. from editable
    requirements from VCS that have a changed repo URL.
- Cleaned up changes file
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 102233 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 9)
Python is awesome
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 8)
Sascha Peilicke's avatar Sascha Peilicke (saschpe) accepted request 84386 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 7)
- Don't repackage upstream tarball
- Require python-distribute instead of setuptools
- Package documentation
- Fix non-executable script rpmlint warning
Displaying revisions 41 - 60 of 66
openSUSE Build Service is sponsored by