Commit Graph

99 Commits

Author SHA256 Message Date
Sascha Peilicke
b725ee1449 - Readd argparse requirement for SLE
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=31
2014-01-08 10:41:16 +00:00
Sascha Peilicke
780d056a54 - 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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=30
2014-01-07 14:26:40 +00:00
Stephan Kulow
421f0df4b3 Accepting request 207963 from devel:languages:python
- Fix alternative link in buildroot

OBS-URL: https://build.opensuse.org/request/show/207963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=23
2013-12-03 15:12:06 +00:00
Sascha Peilicke
9aa5604b0f - Fix alternative link in buildroot
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=29
2013-11-22 13:11:14 +00:00
Stephan Kulow
6549c2464a Accepting request 200711 from devel:languages:python
bnc#842516 (forwarded request 200710 from rhafer)

OBS-URL: https://build.opensuse.org/request/show/200711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=22
2013-09-26 17:55:09 +00:00
Todd R
adb4a58947 Accepting request 200710 from home:rhafer:branches:devel:languages:python
bnc#842516

OBS-URL: https://build.opensuse.org/request/show/200710
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=28
2013-09-26 11:51:36 +00:00
Tomáš Chvátal
1630e752c7 Accepting request 186538 from devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/186538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=20
2013-08-13 11:22:06 +00:00
Sascha Peilicke
fe08b6136a Accepting request 186463 from home:dirkmueller:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/186463
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=27
2013-08-09 08:24:31 +00:00
Stephan Kulow
72584bc59d Accepting request 184861 from devel:languages:python
- 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).

OBS-URL: https://build.opensuse.org/request/show/184861
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=19
2013-07-29 19:11:00 +00:00
Sascha Peilicke
77499bad92 - 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).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=26
2013-07-29 14:47:58 +00:00
Stephan Kulow
45a055ddc2 Accepting request 179929 from devel:languages:python
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.

OBS-URL: https://build.opensuse.org/request/show/179929
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=18
2013-06-19 14:43:10 +00:00
Sascha Peilicke
e7e7bfc1bc Python3 moved to devel:languages:python3
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=25
2013-06-17 12:52:33 +00:00
Stephan Kulow
31d106e406 Accepting request 172884 from devel:languages:python
Re-add buildrequires: python3.  This is needed for openSUSE <= 12.2 (forwarded request 172883 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/172884
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=17
2013-04-23 09:38:43 +00:00
Todd R
70ca7b99f0 Accepting request 172883 from devel:languages:python3
Re-add buildrequires: python3.  This is needed for openSUSE <= 12.2

OBS-URL: https://build.opensuse.org/request/show/172883
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=24
2013-04-22 16:27:54 +00:00
Todd R
5ea6789241 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=23 2013-04-22 16:09:43 +00:00
Todd R
461e86028a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=22 2013-04-22 16:09:25 +00:00
Todd R
fb30f645d2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=21 2013-04-22 16:09:16 +00:00
Sascha Peilicke
2c10c9c9ac - Simpler spec file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=20
2013-04-22 09:32:49 +00:00
Stephan Kulow
915febfd52 Accepting request 159591 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/159591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=16
2013-03-17 09:07:44 +00:00
Alexandre Rogoski
ef60d3c2f9 - Update to 1.3.1:
* Fixed a major backward incompatible change of parsing URLs to
    externally hosted packages that got accidentily included in 1.3.
- Aditional changes from 1.3:
  * SSL Cert Verification; Make https the default for PyPI access.
    Thanks James Cleveland, Giovanni Bajo, Marcus Smith and many
    others (Pull #789).
  * Added "pip list" for listing installed packages and the latest
    version available. Thanks Rafael Caricio, Miguel Araujo, Dmitry
    Gladkov (Pull #752)
  * Fixed security issues with pip's use of temp build directories.
    Thanks David (d1b) and Thomas Guttler. (Pull #780)
  * Improvements to sphinx docs and cli help. (Pull #773)
  * Fixed issue #707, dealing with OS X temp dir handling, which was
    causing global NumPy installs to fail. (Pull #768)
  * Split help output into general vs command-specific option groups.
    Thanks Georgi Valkov. (Pull #744; Pull #721 contains preceding
    refactor)
  * Fixed dependency resolution when installing from archives with
    uppercase project names. (Pull #724)
  * Fixed problem where re-installs always occurred when using
    file:// find-links. (Pulls #683/#702)
  * "pip install -v" now shows the full download url, not just the
    archive name. Thanks Marc Abramowitz (Pull #687)
  * Fix to prevent unnecessary PyPI redirects. Thanks Alex
    Gronholm (Pull #695)
  * Fixed issue #670 - install failure under Python 3 when the same
    version of a package is found under 2 different URLs. Thanks
    Paul Moore (Pull #671)
  * Fix git submodule recursive updates.  Thanks Roey Berman.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=19
2013-03-08 13:18:16 +00:00
Stephan Kulow
3ac59951b9 Accepting request 142814 from devel:languages:python
Removed openSUSE 11.4 spec file workarounds (forwarded request 142803 from TheBlackCat) (forwarded request 142808 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/142814
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=14
2012-11-26 18:55:01 +00:00
Todd R
28537a18de Accepting request 142808 from devel:languages:python3
Removed openSUSE 11.4 spec file workarounds (forwarded request 142803 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/142808
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=18
2012-11-25 11:22:09 +00:00
Stephan Kulow
67befae263 Accepting request 133453 from devel:languages:python
Update to 1.2.1.  Note: dropped support for python 2.4. (forwarded request 133376 from poorboywilly)

OBS-URL: https://build.opensuse.org/request/show/133453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=13
2012-09-11 07:17:33 +00:00
Ismail Dönmez
8b9fd993e9 Accepting request 133376 from home:poorboywilly:branches:devel:languages:python
Update to 1.2.1.  Note: dropped support for python 2.4.

OBS-URL: https://build.opensuse.org/request/show/133376
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=17
2012-09-10 10:50:27 +00:00
Stephan Kulow
589a5dfe93 Accepting request 116070 from devel:languages:python
Fix building python 3 package on openSUSE 11.4 x86_64 (forwarded request 116068 from TheBlackCat) (forwarded request 116069 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/116070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=11
2012-05-07 20:50:23 +00:00
Todd R
dd09f955ef Accepting request 116069 from devel:languages:python3
Fix building python 3 package on openSUSE 11.4 x86_64 (forwarded request 116068 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/116069
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=16
2012-04-30 14:29:18 +00:00
Todd R
be871f951a Accepting request 115839 from home:TheBlackCat:branches:devel:languages:python
Add python 3 package (forwarded request 115838 from TheBlackCat)

OBS-URL: https://build.opensuse.org/request/show/115839
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=15
2012-04-27 11:40:36 +00:00
Stephan Kulow
16b82de117 Accepting request 106458 from devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/106458
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=10
2012-02-22 14:54:28 +00:00
Sascha Peilicke
bf61875125 Remove old tarball
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=14
2012-02-22 13:30:35 +00:00
Sascha Peilicke
33ec7ad37c Accepting request 106441 from home:saschpe:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/106441
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=13
2012-02-22 12:15:04 +00:00
Stephan Kulow
4c7626b3ff Accepting request 102233 from devel:languages:python
Python is awesome

OBS-URL: https://build.opensuse.org/request/show/102233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=9
2012-02-01 08:59:58 +00:00
Sascha Peilicke
eaf11dd8ba - Run testsuite
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=12
2012-01-31 14:11:32 +00:00
Sascha Peilicke
ec2c5be977 - Only SLES-11 needs %python_sitelib and not noarch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=11
2011-12-05 12:32:19 +00:00
Sascha Peilicke
a39ee2a28d Accepting request 84386 from devel:languages:python
- Don't repackage upstream tarball
- Require python-distribute instead of setuptools
- Package documentation
- Fix non-executable script rpmlint warning

OBS-URL: https://build.opensuse.org/request/show/84386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=7
2011-09-26 08:17:04 +00:00
Sascha Peilicke
bf413aa296 - Don't repackage upstream tarball
- Require python-distribute instead of setuptools
- Package documentation
- Fix non-executable script rpmlint warning

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=10
2011-09-22 09:07:16 +00:00
Lars Vogdt
b6de32f1ba Accepting request 83352 from devel:languages:python
- Update to 1.0.2
  * Fixed docs issues.
  * Fixed issue #295 - Reinstall a package when using the ``install -I``
    option
  * Fixed issue #283 - Finds a Git tag pointing to same commit as
    origin/master
  * Fixed issue #279 - Use absolute path for path to docs in setup.py
  * Fixed issue #320 - Correctly handle exceptions on Python3.
  * Fixed issue #314 - Correctly parse ``--editable`` lines in requirements
    files
- Updates from 1.0.1
  * Start to use git-flow.
  * Fixed issue #274 - `find_command` should not raise AttributeError
  * Fixed issue #273 - respect Content-Disposition header. Thanks Bradley
    Ayers.
  * Fixed issue #233 - pathext handling on Windows.
  * Fixed issue #252 - svn+svn protocol.
  * Fixed issue #44 - multiple CLI searches.
  * Fixed issue #266 - current working directory when running setup.py clean.
- Updates from 1.0
  * Added Python 3 support! Huge thanks to Vinay Sajip, Vitaly Babiy, Kelsey
    Hightower, and Alex Gronholm, among others.
  * Download progress only shown on a real TTY. Thanks Alex Morega.
  * Fixed finding of VCS binaries to not be fooled by same-named directories.
    Thanks Alex Morega.
  * Fixed uninstall of packages from system Python for users of Debian/Ubuntu
    python-setuptools package (workaround until fixed in Debian and Ubuntu).
  * Added `get-pip.py https://raw.github.com/pypa/pip/master/contrib/get-pip.py
- Updates from 0.8.3
  * Fixed issue #14 - No uninstall-on-upgrade with URL package. Thanks Oliver
    Tonnhofer
  * Fixed issue #163 - Egg name not properly resolved. Thanks Igor Sobreira
  * Fixed issue #178 - Non-alphabetical installation of requirements. Thanks
    Igor Sobreira
  * Fixed issue #199 - Documentation mentions --index instead of --index-url.
    Thanks Kelsey Hightower
  * Fixed issue #204 - rmtree undefined in mercurial.py. Thanks Kelsey
    Hightower
  * Fixed bug in Git vcs backend that would break during reinstallation.
  * Fixed bug in Mercurial vcs backend related to pip freeze and branch/tag
    resolution.
  * Fixed bug in version string parsing related to the suffix "-dev".
 (forwarded request 82747 from ocefpaf)

OBS-URL: https://build.opensuse.org/request/show/83352
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=6
2011-09-19 20:56:49 +00:00
Thomas Schraitle
6d4e296c7f Accepting request 82747 from home:ocefpaf:branches:devel:languages:python
- Update to 1.0.2
  * Fixed docs issues.
  * Fixed issue #295 - Reinstall a package when using the ``install -I``
    option
  * Fixed issue #283 - Finds a Git tag pointing to same commit as
    origin/master
  * Fixed issue #279 - Use absolute path for path to docs in setup.py
  * Fixed issue #320 - Correctly handle exceptions on Python3.
  * Fixed issue #314 - Correctly parse ``--editable`` lines in requirements
    files
- Updates from 1.0.1
  * Start to use git-flow.
  * Fixed issue #274 - `find_command` should not raise AttributeError
  * Fixed issue #273 - respect Content-Disposition header. Thanks Bradley
    Ayers.
  * Fixed issue #233 - pathext handling on Windows.
  * Fixed issue #252 - svn+svn protocol.
  * Fixed issue #44 - multiple CLI searches.
  * Fixed issue #266 - current working directory when running setup.py clean.
- Updates from 1.0
  * Added Python 3 support! Huge thanks to Vinay Sajip, Vitaly Babiy, Kelsey
    Hightower, and Alex Gronholm, among others.
  * Download progress only shown on a real TTY. Thanks Alex Morega.
  * Fixed finding of VCS binaries to not be fooled by same-named directories.
    Thanks Alex Morega.
  * Fixed uninstall of packages from system Python for users of Debian/Ubuntu
    python-setuptools package (workaround until fixed in Debian and Ubuntu).
  * Added `get-pip.py https://raw.github.com/pypa/pip/master/contrib/get-pip.py
- Updates from 0.8.3
  * Fixed issue #14 - No uninstall-on-upgrade with URL package. Thanks Oliver
    Tonnhofer
  * Fixed issue #163 - Egg name not properly resolved. Thanks Igor Sobreira
  * Fixed issue #178 - Non-alphabetical installation of requirements. Thanks
    Igor Sobreira
  * Fixed issue #199 - Documentation mentions --index instead of --index-url.
    Thanks Kelsey Hightower
  * Fixed issue #204 - rmtree undefined in mercurial.py. Thanks Kelsey
    Hightower
  * Fixed bug in Git vcs backend that would break during reinstallation.
  * Fixed bug in Mercurial vcs backend related to pip freeze and branch/tag
    resolution.
  * Fixed bug in version string parsing related to the suffix "-dev".

OBS-URL: https://build.opensuse.org/request/show/82747
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=9
2011-09-19 06:35:08 +00:00
Sascha Peilicke
2ad7b4b3d0 Fixed year in copyright line
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=8
2011-01-28 15:25:19 +00:00
c32d75acd6 Autobuild autoformatter for 57863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=4
2011-01-14 02:39:38 +00:00
58dff183dd Accepting request 57863 from devel:languages:python
Accepted submit request 57863 from user saschpe

OBS-URL: https://build.opensuse.org/request/show/57863
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=3
2011-01-14 02:39:33 +00:00
Cristian Rodríguez
90870e2e89 Accepting request 56453 from home:saschpe:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/56453
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=7
2010-12-21 15:41:18 +00:00
7f20eeb315 Autobuild autoformatter for 55758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=2
2010-12-13 13:13:01 +00:00
a01576fb2c Accepting request 55758 from devel:languages:python
Accepted submit request 55758 from user saschpe

OBS-URL: https://build.opensuse.org/request/show/55758
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=1
2010-12-13 13:12:40 +00:00
Stephan Kulow
9c44768bc4 Accepting request 48173 from home:aledr:branches
OBS-URL: https://build.opensuse.org/request/show/48173
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=6
2010-09-15 08:07:32 +00:00
Peter Nixon
8400cb943e Fix error in expression so that package builds (was failing on all targets)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=5
2010-06-20 17:58:56 +00:00
Pavol Rusnak
85e480ed91 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=4 2010-05-28 09:55:09 +00:00
Pavol Rusnak
ae16694dd0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=3 2010-05-28 09:54:48 +00:00
Pavol Rusnak
c07cac4e8b Accepting request 40769 from home:aledr:branches
Copy from home:aledr:branches/python-pip via accept of submit request 40769 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/40769
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=2
2010-05-28 09:54:03 +00:00
Peter Nixon
89537b191e osc copypac from project:home:playpauseandstop:python package:python-pip revision:5
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=1
2010-05-19 08:50:14 +00:00