From 7eb2c8255140b01ba8d944fa532bfe1a52e86b85158300ab4bcaf51729687d1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 18 Mar 2018 20:37:03 +0000 Subject: [PATCH 1/2] Accepting request 588184 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/588184 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=141 --- python-setuptools.changes | 25 +++++++++++++++++++++++++ python-setuptools.spec | 2 +- setuptools-38.5.2.zip | 3 --- setuptools-39.0.0.zip | 3 +++ 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 setuptools-38.5.2.zip create mode 100644 setuptools-39.0.0.zip diff --git a/python-setuptools.changes b/python-setuptools.changes index 3e6b55b..dc6c424 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sat Mar 17 19:26:20 UTC 2018 - arun@gmx.de + +- 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 - arun@gmx.de + +- update to version 38.6.0: + * #1286: Add support for Metadata 2.1 (PEP 566). + ------------------------------------------------------------------- Thu Mar 8 04:48:05 UTC 2018 - arun@gmx.de diff --git a/python-setuptools.spec b/python-setuptools.spec index 1fad7b1..2204ea3 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-setuptools -Version: 38.5.2 +Version: 39.0.0 Release: 0 Summary: Download, build, install, upgrade, and uninstall Python packages License: Python-2.0 OR ZPL-2.0 diff --git a/setuptools-38.5.2.zip b/setuptools-38.5.2.zip deleted file mode 100644 index ccb14a0..0000000 --- a/setuptools-38.5.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8246123e984cadf687163bdcd1bb58eb325e2891b066e1f0224728a41c8d9064 -size 738388 diff --git a/setuptools-39.0.0.zip b/setuptools-39.0.0.zip new file mode 100644 index 0000000..6b43c2f --- /dev/null +++ b/setuptools-39.0.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94dc566247f35009ed42c0f4422f2b4f0a032fab1372c8308b864c8f26d93388 +size 844809 From 82005b016af175c0f63861f917dbbb23c5eb7450458f466dfc81c370f5281530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 19 Mar 2018 10:57:18 +0000 Subject: [PATCH 2/2] - Version update to 39.0.1: * Fix utf parsing with python2 * Various other fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=142 --- python-setuptools.changes | 7 +++++++ python-setuptools.spec | 6 +++--- setuptools-39.0.0.zip | 3 --- setuptools-39.0.1.zip | 3 +++ 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 setuptools-39.0.0.zip create mode 100644 setuptools-39.0.1.zip diff --git a/python-setuptools.changes b/python-setuptools.changes index dc6c424..d65f5b1 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 19 10:56:56 UTC 2018 - tchvatal@suse.com + +- Version update to 39.0.1: + * Fix utf parsing with python2 + * Various other fixes + ------------------------------------------------------------------- Sat Mar 17 19:26:20 UTC 2018 - arun@gmx.de diff --git a/python-setuptools.spec b/python-setuptools.spec index 2204ea3..301ab1c 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-setuptools -Version: 39.0.0 +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-six 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 diff --git a/setuptools-39.0.0.zip b/setuptools-39.0.0.zip deleted file mode 100644 index 6b43c2f..0000000 --- a/setuptools-39.0.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:94dc566247f35009ed42c0f4422f2b4f0a032fab1372c8308b864c8f26d93388 -size 844809 diff --git a/setuptools-39.0.1.zip b/setuptools-39.0.1.zip new file mode 100644 index 0000000..cc5e6e1 --- /dev/null +++ b/setuptools-39.0.1.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec7badf0f60e7fc8153fac47836edc41b74e5d541d7692e614e635720d6a7c7 +size 844940