From 36d158ee2396863a655aa6df428317cac044e52e19a8ad01701237612e86be25 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 9 Mar 2016 16:22:46 +0000 Subject: [PATCH] Accepting request 368985 from home:tbechtold:branches:devel:languages:python - update to 20.2.2: * Issue #502: Correct regression in parsing of multiple version specifiers separated by commas and spaces. * Issue #499: Restore compatiblity for legacy versions by bumping to packaging 16.4. * Changelog now includes release dates and links to PEPs. * Pull Request #173: Replace dual PEP 345 _markerlib implementation and PEP 426 implementation of environment marker support from packaging 16.1 and PEP 508. Fixes Issue #122. See also Pull Request #175, Pull Request #168, and Pull Request #164. Additionally: - ``Requirement.parse`` no longer retains the order of extras. - ``parse_requirements`` now requires that all versions be PEP-440 compliant, as revealed in #499. Packages released with invalid local versions should be re-released using the proper local version syntax, e.g. ``mypkg-1.0+myorg.1``. * Update ``upload_docs`` command to also honor keyring for password resolution. * Added support for using passwords from keyring in the upload command. * Issue #118: Once again omit the package metadata (egg-info) from the list of outputs in ``--record``. This version of setuptools can no longer be used to upgrade pip earlier than 6.0. * `Off-project PR `_: For FreeBSD, also honor root certificates from ca_root_nss. OBS-URL: https://build.opensuse.org/request/show/368985 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=93 --- python-setuptools.changes | 29 +++++++++++++++++++++++++++++ python-setuptools.spec | 5 ++--- setuptools-19.6.2.tar.gz | 3 --- setuptools-20.2.2.tar.gz | 3 +++ 4 files changed, 34 insertions(+), 6 deletions(-) delete mode 100644 setuptools-19.6.2.tar.gz create mode 100644 setuptools-20.2.2.tar.gz diff --git a/python-setuptools.changes b/python-setuptools.changes index ccb7c4b..dadf0ac 100644 --- a/python-setuptools.changes +++ b/python-setuptools.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Wed Mar 9 09:37:04 UTC 2016 - tbechtold@suse.com + +- update to 20.2.2: + * Issue #502: Correct regression in parsing of multiple + version specifiers separated by commas and spaces. + * Issue #499: Restore compatiblity for legacy versions + by bumping to packaging 16.4. + * Changelog now includes release dates and links to PEPs. + * Pull Request #173: Replace dual PEP 345 _markerlib implementation + and PEP 426 implementation of environment marker support from + packaging 16.1 and PEP 508. Fixes Issue #122. + See also Pull Request #175, Pull Request #168, and + Pull Request #164. Additionally: + - ``Requirement.parse`` no longer retains the order of extras. + - ``parse_requirements`` now requires that all versions be + PEP-440 compliant, as revealed in #499. Packages released + with invalid local versions should be re-released using + the proper local version syntax, e.g. ``mypkg-1.0+myorg.1``. + * Update ``upload_docs`` command to also honor keyring + for password resolution. + * Added support for using passwords from keyring in the upload + command. + * Issue #118: Once again omit the package metadata (egg-info) + from the list of outputs in ``--record``. This version of setuptools + can no longer be used to upgrade pip earlier than 6.0. + * `Off-project PR `_: + For FreeBSD, also honor root certificates from ca_root_nss. + ------------------------------------------------------------------- Mon Feb 1 10:57:28 UTC 2016 - toddrme2178@gmail.com diff --git a/python-setuptools.spec b/python-setuptools.spec index 27f339c..c85f295 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -17,7 +17,7 @@ Name: python-setuptools -Version: 19.6.2 +Version: 20.2.2 Release: 0 Url: http://pypi.python.org/pypi/setuptools Summary: Easily download, build, install, upgrade, and uninstall Python packages @@ -34,8 +34,8 @@ BuildRequires: python-devel BuildRequires: python-xml # needed for SLE Requires: python -Requires: python-xml Requires: python-six +Requires: python-xml Requires(post): update-alternatives Requires(postun): update-alternatives # NOTE(saschpe): Distribute was merged into 0.7.x, so even though distribute @@ -92,7 +92,6 @@ fi %{_bindir}/easy_install %{_bindir}/easy_install-%{py_ver} %ghost %{_sysconfdir}/alternatives/easy_install -%{python_sitelib}/_markerlib %{python_sitelib}/setuptools %{python_sitelib}/setuptools-%{version}-py%{py_ver}.egg-info %{python_sitelib}/easy_install.py* diff --git a/setuptools-19.6.2.tar.gz b/setuptools-19.6.2.tar.gz deleted file mode 100644 index 87f7c0c..0000000 --- a/setuptools-19.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69261eefdb21057cfbe92ba8032b923d6363d6682967d42cf46388090d0f1a15 -size 641373 diff --git a/setuptools-20.2.2.tar.gz b/setuptools-20.2.2.tar.gz new file mode 100644 index 0000000..60e0e46 --- /dev/null +++ b/setuptools-20.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fcfc15364a9fe09a220f37d2dcedc849795e3de3e4b393ee988e66a9cbd85a +size 676284