forked from pool/python-wheel
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:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: python-wheel
|
||||
Version: 0.26.0
|
||||
Version: 0.29.0
|
||||
Release: 0
|
||||
Summary: A built-package format for Python
|
||||
License: MIT
|
||||
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
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
@@ -31,11 +31,15 @@ BuildRequires: python-cov-core >= 1.6
|
||||
BuildRequires: python-coverage
|
||||
BuildRequires: python-jsonschema
|
||||
BuildRequires: python-keyring
|
||||
BuildRequires: python-keyrings.alt
|
||||
BuildRequires: python-pytest
|
||||
BuildRequires: python-pytest-cov
|
||||
BuildRequires: python-pyxdg
|
||||
Recommends: python-ed25519ll
|
||||
Recommends: python-dirspec
|
||||
Recommends: python-keyring
|
||||
Recommends: python-keyrings.alt
|
||||
Recommends: python-pyxdg
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -86,6 +90,7 @@ done
|
||||
|
||||
%check
|
||||
PYTHONPATH=%{buildroot}%{python_sitelib} py.test
|
||||
rm -rf %{buildroot}%{python_sitelib}/wheel/test/headers.dist
|
||||
|
||||
%post
|
||||
update-alternatives --install %{_bindir}/wheel wheel %{_bindir}/wheel-%{py_ver} 20
|
||||
|
||||
Reference in New Issue
Block a user