File python-pip.changes of Package python-pip

-------------------------------------------------------------------
Sat Sep  8 22:31:31 UTC 2012 - os-dev@jacraig.com

- Update to 1.2.1:
  * Fixed a regression introduced in 1.2 about raising an exception when
    not finding any files to uninstall in the current environment.
- Changes from 1.2:
  * **Dropped support for Python 2.4** The minimum supported Python version is
    now Python 2.5.
  * Fixed issue #605 - pypi mirror support broken on some DNS responses.
  * Fixed issue #355 - pip uninstall removes files it didn't install.
  * Fixed issues #493, #494, #440, and #573 related to improving support for
    the user installation scheme.
  * Write failure log to temp file if default location is not writable.
  * Pull in submodules for git editable checkouts. Fixes #289 and #421.
  * Use a temporary directory as the default build location outside of a
    virtualenv. Fixes issues #339 and #381.
  * Added support for specifying extras with local editables.
  * Added ``--egg`` flag to request egg-style rather than flat installation.
    Refs issue #3.
  * Fixed issue #510 - prevent e.g. ``gmpy2-2.0.tar.gz`` from matching a
    request to ``pip install gmpy``; sdist filename must begin with full
    project name followed by a dash.
  * Fixed issue #504 - allow package URLS to have querystrings.
  * Fixed issue #58 - pip freeze now falls back to non-editable format rather
    than blowing up if it can't determine the origin repository of an editable.
  * Added a `__main__.py` file to enable `python -m pip` on Python versions
    that support it.
  * Fixed issue #487 - upgrade from VCS url of project that does exist on
    index.
  * Fixed issue #486 - fix upgrade from VCS url of project with no distribution
    on index.
  * Fixed issue #427 - clearer error message on a malformed VCS url.
  * Added support for using any of the built in guaranteed algorithms in
    ``hashlib`` as a checksum hash.
  * Fixed issue #321 - Raise an exception if current working directory can't be
    found or accessed.
  * Fixed issue #82 - Removed special casing of the user directory and use the
    Python default instead.
  * Fixed #436 - Only warn about version conflicts if there is actually one.
    This re-enables using ``==dev`` in requirements files.
  * Moved tests to be run on Travis CI: http://travis-ci.org/pypa/pip
  * Added a better help formatter.
- Remove %check section: there is no test directory so it won't get executed.
- Fix Python 3 build.

-------------------------------------------------------------------
Mon Apr 30 13:34:45 UTC 2012 - toddrme2178@gmail.com

- Fix building python 3 package on openSUSE 11.4 x86_64

-------------------------------------------------------------------
Fri Apr 27 11:25:53 UTC 2012 - toddrme2178@gmail.com

- Add python 3 package

-------------------------------------------------------------------
Wed Feb 22 12:09:44 UTC 2012 - saschpe@suse.de

- 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

-------------------------------------------------------------------
Tue Jan 31 14:11:43 UTC 2012 - saschpe@suse.de

- Run testsuite

-------------------------------------------------------------------
Mon Dec  5 12:31:47 UTC 2011 - saschpe@suse.de

- Only SLES-11 needs %python_sitelib and not noarch

-------------------------------------------------------------------
Thu Sep 22 09:04:39 UTC 2011 - saschpe@suse.de

- Don't repackage upstream tarball
- Require python-distribute instead of setuptools
- Package documentation
- Fix non-executable script rpmlint warning

-------------------------------------------------------------------
Sat Sep 17 13:04:36 UTC 2011 - ocefpaf@gmail.com

- 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.
  * 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.
  * Fixed finding of VCS binaries to not be fooled by same-named directories.
  * 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.
  * Fixed issue #163 - Egg name not properly resolved.
  * Fixed issue #178 - Non-alphabetical installation of requirements.
  * Fixed issue #199 - Documentation mentions --index instead of --index-url.
  * Fixed issue #204 - rmtree undefined in mercurial.py.
  * 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".

-------------------------------------------------------------------
Mon Dec 20 20:14:53 UTC 2010 - saschpe@gmx.de

- Regenerated spec file:
  * added 'Requires: python-setuptools'
- Update to 0.8.2:
  * Avoid redundant unpacking of bundles (from pwaller)
  * Fixed issue #32, #150, #161 - Fixed checking out the correct
    tag/branch/commit when updating an editable Git requirement.
  * Fixed issue #49 - Added ability to install version control
    requirements without making them editable, e.g.:
    pip install hg+http://bitbucket.org/ianb/pip/
  * Fixed issue #175 - Correctly locate build and source directory
    on Mac OS X.
  * Added git+https:// scheme to Git VCS backend.

-------------------------------------------------------------------
Wed Sep 15 02:38:50 UTC 2010 - alexandre@exatati.com.br

- Update to 0.8.1:
  - Added global –user flag as shortcut for
    –install-option=”–user”. From Ronny Pfannschmidt.
  - Added support for PyPI mirrors as defined in PEP 381, from Jannis Leidel.
  - Fixed issue #138 - Git revisions ignored. 
  - Fixed issue #95 - Initial editable install of github package from a tag fails.
  - Fixed issue #107 - Can’t install if a directory in cwd has the same name
    as the package you’re installing.
  - Fixed issue #39 - –install-option=”–prefix=~/.local” ignored with -e.
- Aditional changes from 0.8:
  - Track which build/ directories pip creates, never remove directories it
    doesn’t create. From Hugo Lopes Tavares.
  - Pip now accepts file:// index URLs.
  - Various cleanup to make test-running more consistent and less fragile.
  - Real Windows support (with passing tests).
  - pip-2.7 etc. scripts are created (Python-version specific scripts)
  - contrib/build-standalone script creates a runnable .zip form of pip, 
    from Jannis Leidel
  - Editable git repos are updated when reinstalled
  - Fix problem with --editable when multiple .egg-info/ directories are found.
  - A number of VCS-related fixes for pip freeze, from Hugo Lopes Tavares.
  - Significant test framework changes, from Hugo Lopes Tavares.
- Bzip2 source file.

-------------------------------------------------------------------
Sun Jun 20 17:58:17 UTC 2010 - nix@opensuse.org

- Fix error in expression so that package builds (was failing on all targets)

-------------------------------------------------------------------
Fri May 28 01:57:29 UTC 2010 - alexandre@exatati.com.br

- Update to 0.7.2;
- Building as noarch for openSUSE >= 11.2;
- Spec file cleaned with spec-cleaner.

openSUSE Build Service is sponsored by