forked from pool/python-wheel
Accepting request 641841 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/641841 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=28
This commit is contained in:
parent
57ad5ed08c
commit
aa4c434b90
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 12 03:12:04 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- 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)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 22 15:43:04 UTC 2018 - arun@gmx.de
|
Tue May 22 15:43:04 UTC 2018 - arun@gmx.de
|
||||||
|
|
||||||
|
@ -12,14 +12,14 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%{!?license: %global license %doc}
|
%{!?license: %global license %doc}
|
||||||
Name: python-wheel
|
Name: python-wheel
|
||||||
Version: 0.31.1
|
Version: 0.32.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A built-package format for Python
|
Summary: A built-package format for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -74,7 +74,6 @@ The reference implementation is at http://bitbucket.org/dholth/wheel/
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n wheel-%{version}
|
%setup -q -n wheel-%{version}
|
||||||
sed -i '1s/^#!.*//' wheel/wininst2wheel.py wheel/egg2wheel.py
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@ -86,8 +85,6 @@ sed -i '1s/^#!.*//' wheel/wininst2wheel.py wheel/egg2wheel.py
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
export LC_ALL=en_US.utf8
|
export LC_ALL=en_US.utf8
|
||||||
# Requires keyrings.alt
|
|
||||||
rm tests/test_tool.py
|
|
||||||
%{python_expand rm -rf _build.python2 _build.python3
|
%{python_expand rm -rf _build.python2 _build.python3
|
||||||
PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version}
|
PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_version}
|
||||||
rm -rf %{buildroot}%{$python_sitelib}/wheel/test/headers.dist}
|
rm -rf %{buildroot}%{$python_sitelib}/wheel/test/headers.dist}
|
||||||
@ -99,7 +96,7 @@ rm -rf %{buildroot}%{$python_sitelib}/wheel/test/headers.dist}
|
|||||||
%python_uninstall_alternative wheel
|
%python_uninstall_alternative wheel
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGES.txt README.rst
|
%doc docs/news.rst README.rst
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%python_alternative %{_bindir}/wheel
|
%python_alternative %{_bindir}/wheel
|
||||||
%{python_sitelib}/wheel-%{version}-py%{python_version}.egg-info
|
%{python_sitelib}/wheel-%{version}-py%{python_version}.egg-info
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3f82f6f9d51b3118e49efbb721cfc9b67f1c10614152a559c33cd090eae4e850
|
|
||||||
size 63932
|
|
3
wheel-0.32.1.tar.gz
Normal file
3
wheel-0.32.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fb0aeebfe4aaa8b7dc9eb0a5406cc8c851a264f30e201d5dfc8eb1c00970a349
|
||||||
|
size 48833
|
Loading…
x
Reference in New Issue
Block a user