Commit Graph

135 Commits

Author SHA256 Message Date
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