Accepting request 394663 from home:frispete:python
the new python-wheel OBS-URL: https://build.opensuse.org/request/show/394663 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=18
This commit is contained in:
parent
3d04abf630
commit
c4f06d5c7e
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 9 22:31:35 UTC 2016 - hpj@urpla.net
|
||||||
|
|
||||||
|
- update to 0.29.0:
|
||||||
|
* Fix compression type of files in archive (Issue #155, Pull Request #62,
|
||||||
|
thanks Xavier Fernandez)
|
||||||
|
|
||||||
|
- update to 0.28.0:
|
||||||
|
* Fix file modes in archive (Issue #154)
|
||||||
|
|
||||||
|
- update to 0.27.0:
|
||||||
|
* Support forcing a platform tag using `--plat-name` on pure-Python wheels, as
|
||||||
|
well as nonstandard platform tags on non-pure wheels (Pull Request #60, Issue
|
||||||
|
#144, thanks Andrés Díaz)
|
||||||
|
* Add SOABI tags to platform-specific wheels built for Python 2.X (Pull Request
|
||||||
|
#55, Issue #63, Issue #101)
|
||||||
|
* Support reproducible wheel files, wheels that can be rebuilt and will hash to
|
||||||
|
the same values as previous builds (Pull Request #52, Issue #143, thanks
|
||||||
|
Barry Warsaw)
|
||||||
|
* Support for changes in keyring >= 8.0 (Pull Request #61, thanks Jason R.
|
||||||
|
Coombs)
|
||||||
|
* Use the file context manager when checking if dependency_links.txt is empty,
|
||||||
|
fixes problems building wheels under PyPy on Windows (Issue #150, thanks
|
||||||
|
Cosimo Lupo)
|
||||||
|
* Don't attempt to (recursively) create a build directory ending with `..`
|
||||||
|
(invalid on all platforms, but code was only executed on Windows) (Issue #91)
|
||||||
|
* Added the PyPA Code of Conduct (Pull Request #56)
|
||||||
|
|
||||||
|
- fix dependencies
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 21 13:50:55 UTC 2015 - hpj@urpla.net
|
Wed Oct 21 13:50:55 UTC 2015 - hpj@urpla.net
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-wheel
|
# spec file for package python-wheel
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,12 +17,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-wheel
|
Name: python-wheel
|
||||||
Version: 0.26.0
|
Version: 0.29.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A built-package format for Python
|
Summary: A built-package format for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://bitbucket.org/dholth/wheel/
|
Url: http://bitbucket.org/pypa/wheel/
|
||||||
Source: https://pypi.python.org/packages/source/w/wheel/wheel-%{version}.tar.gz
|
Source: https://pypi.python.org/packages/source/w/wheel/wheel-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
@ -31,11 +31,15 @@ BuildRequires: python-cov-core >= 1.6
|
|||||||
BuildRequires: python-coverage
|
BuildRequires: python-coverage
|
||||||
BuildRequires: python-jsonschema
|
BuildRequires: python-jsonschema
|
||||||
BuildRequires: python-keyring
|
BuildRequires: python-keyring
|
||||||
|
BuildRequires: python-keyrings.alt
|
||||||
BuildRequires: python-pytest
|
BuildRequires: python-pytest
|
||||||
BuildRequires: python-pytest-cov
|
BuildRequires: python-pytest-cov
|
||||||
|
BuildRequires: python-pyxdg
|
||||||
Recommends: python-ed25519ll
|
Recommends: python-ed25519ll
|
||||||
Recommends: python-dirspec
|
Recommends: python-dirspec
|
||||||
Recommends: python-keyring
|
Recommends: python-keyring
|
||||||
|
Recommends: python-keyrings.alt
|
||||||
|
Recommends: python-pyxdg
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -86,6 +90,7 @@ done
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
PYTHONPATH=%{buildroot}%{python_sitelib} py.test
|
PYTHONPATH=%{buildroot}%{python_sitelib} py.test
|
||||||
|
rm -rf %{buildroot}%{python_sitelib}/wheel/test/headers.dist
|
||||||
|
|
||||||
%post
|
%post
|
||||||
update-alternatives --install %{_bindir}/wheel wheel %{_bindir}/wheel-%{py_ver} 20
|
update-alternatives --install %{_bindir}/wheel wheel %{_bindir}/wheel-%{py_ver} 20
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eaad353805c180a47545a256e6508835b65a8e830ba1093ed8162f19a50a530c
|
|
||||||
size 51207
|
|
3
wheel-0.29.0.tar.gz
Normal file
3
wheel-0.29.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ebb8ad7e26b448e9caa4773d2357849bf80ff9e313964bcaf79cbf0201a1648
|
||||||
|
size 54143
|
Loading…
Reference in New Issue
Block a user