Hello community,

here is the log from the commit of package python-packaging for 
openSUSE:Factory checked in at 2016-03-11 09:38:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-packaging (Old)
 and      /work/SRC/openSUSE:Factory/.python-packaging.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-packaging"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-packaging/python-packaging.changes        
2015-08-21 07:40:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-packaging.new/python-packaging.changes   
2016-03-11 09:38:27.000000000 +0100
@@ -1,0 +2,19 @@
+Tue Mar  8 13:59:53 UTC 2016 - tbecht...@suse.com
+
+- update to 16.5:
+  * Fix a regression in parsing requirements with whitespaces between the comma
+    separators.
+  * Fix a regression in parsing requirements like ``foo (==4)``.
+  * Fix a bug where ``packaging.requirements:Requirement`` was overly strict 
when
+    matching legacy requirements.
+  * Add a function that implements the name canonicalization from PEP 503.
+  * Implement requirement specifiers from PEP 508.
+  * Relicense so that packaging is available under *either* the Apache License,
+    Version 2.0 or a 2 Clause BSD license.
+  * Support installation of packaging when only distutils is available.
+  * Fix ``==`` comparison when there is a prefix and a local version in play.
+    (:issue:`41`).
+  * Implement environment markers from PEP 508.
+- Adjust Requires according to requires.txt
+
+-------------------------------------------------------------------

Old:
----
  packaging-15.3.tar.gz

New:
----
  packaging-16.5.tar.gz

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

Other differences:
------------------
++++++ python-packaging.spec ++++++
--- /var/tmp/diff_new_pack.51T7q4/_old  2016-03-11 09:38:28.000000000 +0100
+++ /var/tmp/diff_new_pack.51T7q4/_new  2016-03-11 09:38:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-packaging
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python-packaging
-Version:        15.3
+Version:        16.5
 Release:        0
 Summary:        Core utilities for Python packages
 License:        Apache-2.0
@@ -26,8 +26,12 @@
 Source:         
https://pypi.python.org/packages/source/p/packaging/packaging-%{version}.tar.gz
 BuildRequires:  python-devel
 BuildRequires:  python-pretend
+BuildRequires:  python-pyparsing
 BuildRequires:  python-pytest
 BuildRequires:  python-setuptools
+BuildRequires:  python-six
+Requires:       python-pyparsing
+Requires:       python-six
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

++++++ packaging-15.3.tar.gz -> packaging-16.5.tar.gz ++++++
++++ 2624 lines of diff (skipped)


Reply via email to