Hello community, here is the log from the commit of package python-setuptools for openSUSE:Factory checked in at 2018-03-26 11:53:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-setuptools (Old) and /work/SRC/openSUSE:Factory/.python-setuptools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setuptools" Mon Mar 26 11:53:58 2018 rev:39 rq:588510 version:39.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes 2018-03-12 12:06:14.379243310 +0100 +++ /work/SRC/openSUSE:Factory/.python-setuptools.new/python-setuptools.changes 2018-03-26 11:54:03.970291628 +0200 @@ -1,0 +2,32 @@ +Mon Mar 19 10:56:56 UTC 2018 - [email protected] + +- Version update to 39.0.1: + * Fix utf parsing with python2 + * Various other fixes + +------------------------------------------------------------------- +Sat Mar 17 19:26:20 UTC 2018 - [email protected] + +- update to version 39.0.0: + * #1296: Setuptools now vendors its own direct dependencies, no + longer relying on the dependencies as vendored by pkg_resources. + * #296: Removed long-deprecated support for iteration on Version + objects as returned by pkg_resources.parse_version. Removed the + SetuptoolsVersion and SetuptoolsLegacyVersion names as well. They + should not have been used, but if they were, replace with Version + and LegacyVersion from packaging.version. + +- changes from version 38.7.0: + * #1288: Add support for maintainer in PKG-INFO. + +- changes from version 38.6.1: + * #1292: Avoid generating Provides-Extra in metadata when no extra + is present (but environment markers are). + +------------------------------------------------------------------- +Sat Mar 17 00:27:26 UTC 2018 - [email protected] + +- update to version 38.6.0: + * #1286: Add support for Metadata 2.1 (PEP 566). + +------------------------------------------------------------------- Old: ---- setuptools-38.5.2.zip New: ---- setuptools-39.0.1.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-setuptools.spec ++++++ --- /var/tmp/diff_new_pack.2DWvZz/_old 2018-03-26 11:54:05.902221931 +0200 +++ /var/tmp/diff_new_pack.2DWvZz/_new 2018-03-26 11:54:05.910221642 +0200 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-setuptools -Version: 38.5.2 +Version: 39.0.1 Release: 0 Summary: Download, build, install, upgrade, and uninstall Python packages License: Python-2.0 OR ZPL-2.0 @@ -44,10 +44,10 @@ Requires: python-xml Requires(post): update-alternatives Requires(postun): update-alternatives -%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 +BuildArch: noarch +%if 0%{?suse_version} || 0%{?fedora_version} >= 24 Recommends: ca-certificates-mozilla %endif -BuildArch: noarch # NOTE(saschpe): Distribute was merged into 0.7.x, so even though distribute # obsoletes setuptools < 0.6.45, current setuptools obsoletes distribute again %ifpython2
