Commit Graph

57 Commits

Author SHA256 Message Date
Tomáš Chvátal
05d175b09d Accepting request 643508 from home:apersaud:branches:devel:languages:python
update to latest version

OBS-URL: https://build.opensuse.org/request/show/643508
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=56
2018-10-21 18:21:38 +00:00
Tomáš Chvátal
a52524cd47 Accepting request 624890 from home:mimi_vx:branches:devel:languages:python
- update to 18.0
- refresh pip-8.1.2-shipped-requests-cabundle.patch
 * drop python 3.3 support
 * Remove the legacy format from pip list.
 * Remove support for cleaning up #egg fragment postfixes
 * Remove the shim for the old get-pip.py location
 * Introduce a new --prefer-binary flag, to prefer older wheels
     over newer source packages.
 * Improve autocompletion function on file name completion 
 * Add support for installing PEP 518 build dependencies from source
 * Improve status message when upgrade is skipped due to only-if-needed strategy

OBS-URL: https://build.opensuse.org/request/show/624890
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=54
2018-07-24 06:41:54 +00:00
Tomáš Chvátal
65a9bcca8a OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=52 2018-04-20 16:12:49 +00:00
Tomáš Chvátal
5901895627 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=51 2018-04-20 16:12:25 +00:00
Tomáš Chvátal
1e080e3705 Accepting request 599168 from home:mimi_vx:branches:devel:languages:python
- update to 10.0.1
- refactor pip-8.1.2-shipped-requests-cabundle.patch
 * Switch the default repository to the new "PyPI 2.0" running at https://pypi.org/
 * big bunch of changes from 9.0.1 in NEWS.rst

OBS-URL: https://build.opensuse.org/request/show/599168
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=50
2018-04-20 08:09:42 +00:00
OBS User buildservice-autocommit
dcb41e3411 Updating link to change in openSUSE:Factory/python-pip revision 35.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=2474f808c61b06e0e01a49b660ca3ee3
2017-04-19 16:04:53 +00:00
Todd R
44afbd60a4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=49 2017-04-14 16:46:04 +00:00
Todd R
b9cac7281f OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=48 2017-04-14 16:45:49 +00:00
Jan Matejek
16c54f4fd8 - uninstall alternatives in %postun
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=47
2017-03-29 13:52:20 +00:00
Jan Matejek
8e50cef319 Accepting request 460233 from devel:languages:python:singlespec
- update for singlespec
- fix alternative priorities
- drop cacert.pem and add pip-8.1.2-shipped-requests-cabundle.patch
  to ensure function without it
- add ca-certificates{,-mozilla} dependency to ensure existence of CA bundle
- add fdupes

OBS-URL: https://build.opensuse.org/request/show/460233
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=46
2017-02-24 14:34:50 +00:00
848608d4e8 Accepting request 449217 from home:stroeder:branches:devel:languages:python
update to 9.0.1

OBS-URL: https://build.opensuse.org/request/show/449217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=45
2017-01-19 09:55:31 +00:00
c142c91b16 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=44 2016-07-04 08:19:16 +00:00
5e2cff497f Accepting request 405574 from home:tbechtold:branches:devel:languages:python
- Use pypi.io as Source url.

OBS-URL: https://build.opensuse.org/request/show/405574
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=43
2016-07-04 08:18:08 +00:00
Jan Matejek
026ad1dbba Accepting request 395519 from home:tbechtold:branches:devel:languages:python
- update to 8.1.2:
  * Fix a regression on systems with uninitialized locale (:issue:`3575`).
  * Use environment markers to filter packages before determining if a
    required wheel is supported. Solves (:issue:`3254`).
  * Make glibc parsing for `manylinux1` support more robust for the variety of
    glibc versions found in the wild (:issue:`3588`).
  * Update environment marker support to fully support PEP 508 and legacy
    environment markers (:issue:`3624`).
  * Always use debug logging to the ``--log`` file (:issue:`3351`).
  * Don't attempt to wrap search results for extremely narrow terminal windows
    (:issue:`3655`).
  * Fix regression with non-ascii requirement files on Python 2 and add support
    for encoding headers in requirement files (:issue:`3548`, :pull:`3547`).

OBS-URL: https://build.opensuse.org/request/show/395519
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=42
2016-05-16 15:25:36 +00:00
Todd R
ff8bd97bc6 Accepting request 368988 from home:tbechtold:branches:devel:languages:python
- update to 8.1.0:
  * Implement PEP 513, which adds support for the manylinux1 platform tag,
    allowing carefully compiled binary wheels to be installed on compatible Linux
    platforms.
  * Allow wheels which are not specific to a particular Python interpreter but
    which are specific to a particular platform (:issue:`3202`).
  * Fixed an issue where ``call_subprocess`` would crash trying to print debug
    data on child process failure (:issue:`3521`, :pull:`3522`).
  * Exclude the wheel package from the `pip freeze` output (like pip and setuptools).
    :issue:`2989`.
  * Allow installing modules from a subdirectory of a vcs repository
    in non-editable mode (:issue:`3217`, :pull:`3466`).
  * Make pip wheel and pip download work with vcs urls with subdirectory option
    (:pull:`3466`).
  * Show classifiers in ``pip show``.
  * Show PEP376 Installer in ``pip show`` (:issue:`3517`).
  * Unhide completion command (:pull:`1810`).
  * Show latest version number in ``pip search`` results (:pull:`1415`).
  * Decode requirement files according to their BOM if present (:pull:`3485`,
    :issue:`2865`).
  * Fix and deprecate package name detection from url path (:issue:`3523` and
    :pull:`3495`).
  * Correct the behavior where interpreter specific tags (such as cp34) were
    being used on later versions of the same interprter instead of only for that
    specific interpreter (:issue:`3472`).
  * Fix an issue where pip would erroneously install a 64 bit wheel on a 32 bit
    Python running on a 64 bit OS X machine.
  * Do not assume that all git repositories have an origin remote.
  * Correctly display the line to add to a requirements.txt for an URL based
    dependency when ``--require-hashes`` is enabled.

OBS-URL: https://build.opensuse.org/request/show/368988
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pip?expand=0&rev=41
2016-03-09 16:22:56 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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