Hello community, here is the log from the commit of package python-wheel for openSUSE:Factory checked in at 2018-10-18 15:28:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wheel (Old) and /work/SRC/openSUSE:Factory/.python-wheel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wheel" Thu Oct 18 15:28:58 2018 rev:14 rq:641864 version:0.32.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wheel/python-wheel.changes 2018-05-29 10:42:25.534015882 +0200 +++ /work/SRC/openSUSE:Factory/.python-wheel.new/python-wheel.changes 2018-10-18 15:29:03.234805347 +0200 @@ -1,0 +2,30 @@ +Fri Oct 12 03:12:04 UTC 2018 - Arun Persaud <[email protected]> + +- specfile: + * remove sed/rm command for files that are not in the tar ball anymore + * CHANGES.rst -> docs/news.rst + +- update to version 0.32.1: + * Fixed "AttributeError: 'Requirement' object has no attribute + 'url'" on setuptools/pkg_resources versions older than 18.8 (PR by + Benoit Pierre) + * Fixed "AttributeError: 'module' object has no attribute + 'algorithms_available'" on Python < 2.7.9 (PR by Benoit Pierre) + * Fixed permissions on the generated ".dist-info/RECORD" file + +- changes from version 0.32.0: + * Removed wheel signing and verifying features + * Removed the "wheel install" and "wheel installscripts" commands + * Added the "wheel pack" command + * Allowed multiple license files to be specified using the + "license_files" option + * Deprecated the "license_file" option + * Eliminated duplicate lines from generated requirements in + ".dist-info/METADATA" (thanks to Wim Glenn for the contribution) + * Fixed handling of direct URL specifiers in requirements (PR by + Benoit Pierre) + * Fixed canonicalization of extras (PR by Benoit Pierre) + * Warn when the deprecated "[wheel]" section is used in "setup.cfg" + (PR by Jon Dufresne) + +------------------------------------------------------------------- Old: ---- wheel-0.31.1.tar.gz New: ---- wheel-0.32.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wheel.spec ++++++ --- /var/tmp/diff_new_pack.1AZAJT/_old 2018-10-18 15:29:03.702804797 +0200 +++ /var/tmp/diff_new_pack.1AZAJT/_new 2018-10-18 15:29:03.702804797 +0200 @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %{!?license: %global license %doc} Name: python-wheel -Version: 0.31.1 +Version: 0.32.1 Release: 0 Summary: A built-package format for Python License: MIT @@ -74,7 +74,6 @@ %prep %setup -q -n wheel-%{version} -sed -i '1s/^#!.*//' wheel/wininst2wheel.py wheel/egg2wheel.py %build %python_build @@ -86,8 +85,6 @@ %check export LC_ALL=en_US.utf8 -# Requires keyrings.alt -rm tests/test_tool.py %{python_expand rm -rf _build.python2 _build.python3 PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version} rm -rf %{buildroot}%{$python_sitelib}/wheel/test/headers.dist} @@ -99,7 +96,7 @@ %python_uninstall_alternative wheel %files %{python_files} -%doc CHANGES.txt README.rst +%doc docs/news.rst README.rst %license LICENSE.txt %python_alternative %{_bindir}/wheel %{python_sitelib}/wheel-%{version}-py%{python_version}.egg-info ++++++ wheel-0.31.1.tar.gz -> wheel-0.32.1.tar.gz ++++++ ++++ 6065 lines of diff (skipped)
