Hello community,

here is the log from the commit of package python-pip for openSUSE:Factory 
checked in at 2016-03-16 10:43:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pip (Old)
 and      /work/SRC/openSUSE:Factory/.python-pip.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pip"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pip/python-pip.changes    2016-01-28 
17:19:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-pip.new/python-pip.changes       
2016-03-16 10:43:08.000000000 +0100
@@ -1,0 +2,59 @@
+Wed Mar  9 09:46:20 UTC 2016 - [email protected]
+
+- 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.
+  * Make ``install --quiet`` really quiet. See :issue:`3418`.
+  * Fix a bug when removing packages in python 3: disable INI-style parsing of 
the
+    entry_point.txt file to allow entry point names with colons (:pull:`3434`)
+  * Normalize generated script files path in RECORD files. (:pull:`3448`)
+  * Fix bug introduced in 8.0.0 where subcommand output was not shown,
+    even when the user specified ``-v`` / ``--verbose``. :issue:`3486`.
+  * Enable python -W with respect to PipDeprecationWarning. (:pull:`3455`)
+  * Upgrade distlib to 0.2.2 (fix :issue:`3467`):
+    * Improved support for Jython when quoting executables in output scripts.
+  * Add a `--all` option to `pip freeze` to include usually skipped package
+    (like pip, setuptools and wheel) to the freeze output. :issue:`1610`.
+  * Stop attempting to trust the system CA trust store because it's extremely
+    common for them to be broken, often in incompatible ways. See :pull:`3416`.
+  * Detect CAPaths in addition to CAFiles on platforms that provide them.
+  * Installing argparse or wsgiref will no longer warn or error - pip will 
allow
+    the installation even though it may be useless (since the installed thing
+    will be shadowed by the standard library).
+  * Upgrading a distutils installed item that is installed outside of a virtual
+    environment, while inside of a virtual environment will no longer warn or
+    error.
+  * Fix a bug where pre-releases were showing up in ``pip list --outdated``
+    without the ``--pre`` flag.
+  * Switch the SOABI emulation from using RuntimeWarnings to debug logging.
+  * Rollback the removal of the ability to uninstall distutils installed items
+    until a future date.
+
+-------------------------------------------------------------------

Old:
----
  pip-8.0.0.tar.gz

New:
----
  pip-8.1.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pip.spec ++++++
--- /var/tmp/diff_new_pack.zzUsCr/_old  2016-03-16 10:43:09.000000000 +0100
+++ /var/tmp/diff_new_pack.zzUsCr/_new  2016-03-16 10:43:09.000000000 +0100
@@ -21,7 +21,7 @@
 %bcond_with test
 
 Name:           python-pip
-Version:        8.0.0
+Version:        8.1.0
 Release:        0
 Url:            http://www.pip-installer.org
 Summary:        Pip installs packages. Python packages. An easy_install 
replacement

++++++ pip-8.0.0.tar.gz -> pip-8.1.0.tar.gz ++++++
++++ 3658 lines of diff (skipped)


Reply via email to