From 82d4eba0deebdb0ebed2e90467a4f9299ba3fbf611ecf808d5e67caf1b766124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 19 Aug 2018 08:12:07 +0000 Subject: [PATCH 1/2] Accepting request 630320 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/630320 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=150 --- python-setuptools.changes | 22 ++++++++++++++++++++++ python-setuptools.spec | 3 +-- setuptools-40.0.0.zip | 3 --- setuptools-40.1.0.zip | 3 +++ 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 setuptools-40.0.0.zip create mode 100644 setuptools-40.1.0.zip diff --git a/python-setuptools.changes b/python-setuptools.changes index 88cfd4f..ff6c882 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sat Aug 18 17:00:16 UTC 2018 - arun@gmx.de + +- specfile: + * removed devel for noarch package + +- update to version 40.1.0: + * #1410: Deprecated upload and register commands. + * #1312: Introduced find_namespace_packages() to find PEP 420 + namespace packages. + * #1420: Added find_namespace: directive to config parser. + * #1418: Solved race in when creating egg cache directories. + * #1450: Upgraded vendored PyParsing from 2.1.10 to 2.2.0. + * #1451: Upgraded vendored appdirs from 1.4.0 to 1.4.3. + * #1388: Fixed "Microsoft Visual C++ Build Tools" link in exception + when Visual C++ not found. + * #1389: Added support for scripts which have unicode content. + * #1416: Moved several Python version checks over to using six.PY2 + and six.PY3. + * #1441: Removed spurious executable permissions from files that + don't need them. + ------------------------------------------------------------------- Thu Jul 12 03:29:00 UTC 2018 - arun@gmx.de diff --git a/python-setuptools.spec b/python-setuptools.spec index d9c859a..7305112 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: 40.0.0 +Version: 40.1.0 Release: 0 Summary: Download, build, install, upgrade, and uninstall Python packages License: Python-2.0 OR ZPL-2.0 @@ -29,7 +29,6 @@ Source: https://files.pythonhosted.org/packages/source/s/setuptools/setu Source1: psfl.txt Source2: zpl.txt BuildRequires: %{python_module appdirs} -BuildRequires: %{python_module devel} BuildRequires: %{python_module packaging} BuildRequires: %{python_module six} BuildRequires: %{python_module xml} diff --git a/setuptools-40.0.0.zip b/setuptools-40.0.0.zip deleted file mode 100644 index 5602172..0000000 --- a/setuptools-40.0.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:012adb8e25fbfd64c652e99e7bab58799a3aaf05d39ab38561f69190a909015f -size 849857 diff --git a/setuptools-40.1.0.zip b/setuptools-40.1.0.zip new file mode 100644 index 0000000..386761b --- /dev/null +++ b/setuptools-40.1.0.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664500268e4d649ce5b9f9dc0af0edc2b144666b1544d64af0453da94aa72b70 +size 853336 From cb3099b890260411fd627b671f056f95cc252e4210a67c5eceda72fb7e854241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 25 Aug 2018 20:09:10 +0000 Subject: [PATCH 2/2] Accepting request 631527 from home:jengelh:branches:devel:languages:python - Use noun phrase in summary. OBS-URL: https://build.opensuse.org/request/show/631527 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=151 --- python-setuptools.changes | 5 +++++ python-setuptools.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-setuptools.changes b/python-setuptools.changes index ff6c882..12c6311 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 25 15:23:28 UTC 2018 - jengelh@inai.de + +- Use noun phrase in summary. + ------------------------------------------------------------------- Sat Aug 18 17:00:16 UTC 2018 - arun@gmx.de diff --git a/python-setuptools.spec b/python-setuptools.spec index 7305112..471f32b 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -21,7 +21,7 @@ Name: python-setuptools Version: 40.1.0 Release: 0 -Summary: Download, build, install, upgrade, and uninstall Python packages +Summary: Enhancements to distutils for building and distributing Python packages License: Python-2.0 OR ZPL-2.0 Group: Development/Languages/Python URL: https://github.com/pypa/setuptools