diff --git a/pip-0.7.2.tar.gz b/pip-0.7.2.tar.gz deleted file mode 100644 index e6e6392..0000000 --- a/pip-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98df2eb779358412bbbae75980171ae85deebc846d87e244d086520b1212da09 -size 68698 diff --git a/pip-0.8.1.tar.bz2 b/pip-0.8.1.tar.bz2 new file mode 100644 index 0000000..aff8c3b --- /dev/null +++ b/pip-0.8.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdc8d00c445fbf063da29e1e298933f1015ea5e39932e04a937b5d508dbf7dc +size 80040 diff --git a/python-pip.changes b/python-pip.changes index 83b3c62..fca77a5 100644 --- a/python-pip.changes +++ b/python-pip.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +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. Thanks John-Scott + Atlakson. + - Fixed issue #95 - Initial editable install of github package + from a tag fails. Thanks John-Scott Atlakson. + - 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. + - Thanks Ronny Pfannschmidt and Wil Tan. +- 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. Thanks Dave Abrahams. + - Various cleanup to make test-running more consistent and less fragile. Thanks Dave Abrahams. + - Real Windows support (with passing tests). Thanks Dave Abrahams. + - 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 diff --git a/python-pip.spec b/python-pip.spec index d6ca774..7eebfde 100644 --- a/python-pip.spec +++ b/python-pip.spec @@ -1,5 +1,5 @@ # -# spec file for package +# spec file for package python-pip (Version 0.8.1) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -17,12 +17,12 @@ Name: python-pip -Version: 0.7.2 +Version: 0.8.1 Release: 1 License: MIT License Summary: Pip installs packages. Python packages. An easy_install replacement Group: Development/Libraries/Python -Source: pip-%{version}.tar.gz +Source: pip-%{version}.tar.bz2 # List of additional build dependencies BuildRequires: python-devel BuildRequires: python-setuptools