Commit Graph

164 Commits

Author SHA256 Message Date
Dominique Leuenberger
64feb8fb09 Accepting request 354910 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/354910
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=30
2016-01-28 16:19:47 +00:00
Todd R
f386c9ff32 Accepting request 354908 from home:TheBlackCat:branches:devel:languages:python
Update to 0.8.0

OBS-URL: https://build.opensuse.org/request/show/354908
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=40
2016-01-20 10:39:43 +00:00
Stephan Kulow
b6b7b64de1 Accepting request 333759 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/333759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=29
2015-10-03 18:29:36 +00:00
Denisart Benjamin
ad652f3f07 Accepting request 333669 from home:tbechtold:branches:devel:languages:python
- 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
2015-09-25 12:47:47 +00:00
Denisart Benjamin
fbcb483950 Accepting request 333163 from home:DocB:branches:Application:ERP:Tryton:3.4
Added coreutils as requirement. Otherwise SLE12 build breaks in SUSE Studio

OBS-URL: https://build.opensuse.org/request/show/333163
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=38
2015-09-24 13:07:51 +00:00
Dominique Leuenberger
9a8431d50b Accepting request 319405 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/319405
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=28
2015-08-06 22:20:46 +00:00
Todd R
04982ea520 Accepting request 319404 from home:TheBlackCat:branches:devel:languages:python
Make tests conditional to avoid dependency loop.

OBS-URL: https://build.opensuse.org/request/show/319404
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=37
2015-07-29 13:08:31 +00:00
Todd R
81b7367b7f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=36 2015-07-29 12:58:21 +00:00
Todd R
9e887f17eb OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=35 2015-07-29 12:56:35 +00:00
Dominique Leuenberger
fc2a6f9ce7 Accepting request 292198 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/292198
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=27
2015-03-23 11:18:55 +00:00
Denisart Benjamin
4f6dfeb6cc Accepting request 291343 from home:tbechtold:branches:devel:languages:python
New upstream release

OBS-URL: https://build.opensuse.org/request/show/291343
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=34
2015-03-21 11:36:48 +00:00
Dominique Leuenberger
fb4335ed4a Accepting request 261627 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/261627
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pip?expand=0&rev=26
2014-11-18 21:45:08 +00:00
Denisart Benjamin
507e0aada9 Accepting request 260387 from home:Ledest:misc
fix bashism in pre script

OBS-URL: https://build.opensuse.org/request/show/260387
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=33
2014-11-14 15:31:02 +00:00
Stephan Kulow
723335a49b Accepting request 213128 from devel:languages:python
- 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
2014-01-09 16:25:44 +00:00
Sascha Peilicke
365439b184 - Package /usr/bin/pip2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=32
2014-01-08 11:03:25 +00:00
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