Hello community, here is the log from the commit of package python-setuptools for openSUSE:Factory checked in at 2017-11-30 12:38:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-setuptools (Old) and /work/SRC/openSUSE:Factory/.python-setuptools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setuptools" Thu Nov 30 12:38:24 2017 rev:32 rq:545913 version:38.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes 2017-11-20 17:03:45.353347612 +0100 +++ /work/SRC/openSUSE:Factory/.python-setuptools.new/python-setuptools.changes 2017-11-30 12:38:26.129092856 +0100 @@ -1,0 +2,36 @@ +Mon Nov 27 09:53:59 UTC 2017 - [email protected] + +- update to 38.2.1 + * fix encoding handling of metadata when installing from a wheel + +------------------------------------------------------------------- +Sun Nov 26 21:17:50 UTC 2017 - [email protected] + +- update to version 38.2.0: + * #1200: easy_install now support installing from wheels: they will + be installed as standalone unzipped eggs. + +- changes from version 38.1.0: + * #1208: Improve error message when failing to locate scripts in + egg-info metadata. + +- changes from version 38.0.0: + * #458: In order to support deterministic builds, Setuptools no + longer allows packages to declare install_requires as unordered + sequences (sets or dicts). + +------------------------------------------------------------------- +Wed Nov 22 19:43:38 UTC 2017 - [email protected] + +- update to version 37.0.0: + * #878: Drop support for Python 2.6. Python 2.6 users should rely on + 'setuptools < 37dev'. + +- changes from version 36.8.0: + * #1190: In SSL support for package index operations, use SNI where + available. + +- changes from version 36.7.3: + * #1175: Bug fixes to build_meta module. + +------------------------------------------------------------------- Old: ---- setuptools-36.7.2.zip New: ---- setuptools-38.2.1.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-setuptools.spec ++++++ --- /var/tmp/diff_new_pack.2Rpm6J/_old 2017-11-30 12:38:28.237016207 +0100 +++ /var/tmp/diff_new_pack.2Rpm6J/_new 2017-11-30 12:38:28.241016062 +0100 @@ -19,13 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-setuptools -Version: 36.7.2 +Version: 38.2.1 Release: 0 Summary: Download, build, install, upgrade, and uninstall Python packages -License: Python-2.0 or ZPL-2.0 +License: Python-2.0 OR ZPL-2.0 Group: Development/Languages/Python Url: https://github.com/pypa/setuptools -Source: https://pypi.io/packages/source/s/setuptools/setuptools-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-%{version}.zip Source1: psfl.txt Source2: zpl.txt BuildRequires: %{python_module appdirs} @@ -42,17 +42,16 @@ Requires: python-packaging Requires: python-six Requires: python-xml -Recommends: ca-certificates-mozilla Requires(post): update-alternatives Requires(postun): update-alternatives +Recommends: ca-certificates-mozilla +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 Provides: %{oldpython}-distribute = %{version} Obsoletes: %{oldpython}-distribute < %{version} %endif -BuildArch: noarch - %python_subpackages %description @@ -60,7 +59,6 @@ allow you to build and distribute Python packages, especially ones that have dependencies on other packages. - %prep %setup -q -n setuptools-%{version} find . -type f -name "*.orig" -delete @@ -95,8 +93,7 @@ %postun %python_uninstall_alternative easy_install -%files %python_files -%defattr(-,root,root,-) +%files %{python_files} %doc CHANGES.rst README.rst %python_alternative %{_bindir}/easy_install %{python_sitelib}/setuptools
