From 36c5aeca26da7108dd6ab0c44fbf7b4dc2f8f8e5f7bc3d1fb9db66772277b2f2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 28 Nov 2018 12:46:56 +0000 Subject: [PATCH 1/2] Accepting request 651229 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/651229 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=159 --- python-setuptools.changes | 44 +++++++++++++++++++++++++++++++++++++++ python-setuptools.spec | 2 +- setuptools-40.5.0.zip | 3 --- setuptools-40.6.2.zip | 3 +++ 4 files changed, 48 insertions(+), 4 deletions(-) delete mode 100644 setuptools-40.5.0.zip create mode 100644 setuptools-40.6.2.zip diff --git a/python-setuptools.changes b/python-setuptools.changes index a1b1f3d..96fa053 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Thu Nov 22 21:50:25 UTC 2018 - Arun Persaud + +- 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. + ------------------------------------------------------------------- Tue Oct 30 01:49:13 UTC 2018 - Arun Persaud diff --git a/python-setuptools.spec b/python-setuptools.spec index 9a65e00..1d64aab 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.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 diff --git a/setuptools-40.5.0.zip b/setuptools-40.5.0.zip deleted file mode 100644 index 5162134..0000000 --- a/setuptools-40.5.0.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a2a200f4a760adbded23a091a00be2eca4e28efed65c6120ea275f7e89a1eab -size 855516 diff --git a/setuptools-40.6.2.zip b/setuptools-40.6.2.zip new file mode 100644 index 0000000..0902d42 --- /dev/null +++ b/setuptools-40.6.2.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86bb4d8e1b0fabad1f4642b64c335b673e53e7a381de03c9a89fe678152c4c64 +size 839184 From 7ba87e05e82fb97f4a2a8bf960994298a6e0ab04dbda891a9d736f10778a740e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Dec 2018 12:04:15 +0000 Subject: [PATCH 2/2] - Fix fdupes call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=160 --- 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 96fa053..32eaee0 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 6 12:04:06 UTC 2018 - Tomáš Chvátal + +- Fix fdupes call + ------------------------------------------------------------------- Thu Nov 22 21:50:25 UTC 2018 - Arun Persaud diff --git a/python-setuptools.spec b/python-setuptools.spec index 1d64aab..10fccd0 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -81,7 +81,7 @@ sed -r -i '1s@^#!/.*$@@' setuptools/command/easy_install.py %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