Hello community,

here is the log from the commit of package python-setuptools for 
openSUSE:Factory checked in at 2018-12-14 20:46:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setuptools (Old)
 and      /work/SRC/openSUSE:Factory/.python-setuptools.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-setuptools"

Fri Dec 14 20:46:01 2018 rev:47 rq:655602 version:40.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes      
2018-11-06 15:11:21.257741674 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-setuptools.new.28833/python-setuptools.changes
   2018-12-14 20:46:05.169617092 +0100
@@ -1,0 +2,49 @@
+Thu Dec  6 12:04:06 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Fix fdupes call
+
+-------------------------------------------------------------------
+Thu Nov 22 21:50:25 UTC 2018 - Arun Persaud <a...@gmx.de>
+
+- update to version 40.6.2:
+  * #1592: Fix invalid dependency on external six module (instead of
+    vendored version).
+
+- changes from version 40.6.1:
+  * #1590: Fixed regression where packages without author or
+    author_email fields generated malformed package metadata.
+
+- changes from version 40.6.0:
+  * #1541: Officially deprecated the requires parameter in setup().
+  * #1519: In pkg_resources.normalize_path, additional path
+    normalization is now performed to ensure path values to a
+    directory is always the same, preventing false positives when
+    checking scripts have a consistent prefix to set up on Windows.
+  * #1545: Changed the warning class of all deprecation warnings;
+    deprecation warning classes are no longer derived from
+    DeprecationWarning and are thus visible by default.
+  * #1554: build_meta.build_sdist now includes setup.py in source
+    distributions by default.
+  * #1576: Started monkey-patching get_metadata_version and
+    read_pkg_file onto distutils.DistributionMetadata to retain the
+    correct version on the PKG-INFO file in the (deprecated) upload
+    command.
+  * #1533: Restricted the recursive-include setuptools/_vendor to
+    contain only .py and .txt files.
+  * #1395: Changed Pyrex references to Cython in the documentation.
+  * #1456: Documented that the rpmbuild packages is required for the
+    bdist_rpm command.
+  * #1537: Documented how to use setup.cfg for src/ layouts
+  * #1539: Added minimum version column in setup.cfg metadata table.
+  * #1552: Fixed a minor typo in the python 2/3 compatibility
+    documentation.
+  * #1553: Updated installation instructions to point to pip install
+    instead of ez_setup.py.
+  * #1560: Updated setuptools distribution documentation to remove
+    some outdated information.
+  * #1564: Documented setup.cfg minimum version for version and
+    project_urls.
+  * #1572: Added the concurrent.futures backport futures to the Python
+    2.7 test suite requirements.
+
+-------------------------------------------------------------------

Old:
----
  setuptools-40.5.0.zip

New:
----
  setuptools-40.6.2.zip

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

Other differences:
------------------
++++++ python-setuptools.spec ++++++
--- /var/tmp/diff_new_pack.Mg4KMW/_old  2018-12-14 20:46:06.109615795 +0100
+++ /var/tmp/diff_new_pack.Mg4KMW/_new  2018-12-14 20:46:06.117615784 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-setuptools
-Version:        40.5.0
+Version:        40.6.2
 Release:        0
 Summary:        Enhancements to distutils for building and distributing Python 
packages
 License:        Python-2.0 OR ZPL-2.0
@@ -81,7 +81,7 @@
 %install
 %python_install
 %prepare_alternative easy_install
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 # Can not run testsuite as this introduces build cycle
 #%check


Reply via email to