forked from pool/python-wheel
Accepting request 199362 from home:dirkmueller:branches:devel:languages:python
- update to 0.22.0: - Include entry_points.txt, scripts a.k.a. commands, in experimental pydist.json - Improved test_requires parsing - Python 2.6 fixes, "wheel version" command courtesy pombredanne OBS-URL: https://build.opensuse.org/request/show/199362 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wheel?expand=0&rev=6
This commit is contained in:
committed by
Git OBS Bridge
parent
34509b9f34
commit
18ecb6f224
@@ -13,24 +13,25 @@
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-wheel
|
||||
Version: 0.21.0
|
||||
Version: 0.22.0
|
||||
Release: 0
|
||||
License: MIT
|
||||
Summary: A built-package format for Python
|
||||
Url: http://bitbucket.org/dholth/wheel/
|
||||
License: MIT
|
||||
Group: Development/Languages/Python
|
||||
Url: http://bitbucket.org/dholth/wheel/
|
||||
Source: https://pypi.python.org/packages/source/w/wheel/wheel-%{version}.tar.gz
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
# Test requirements:
|
||||
BuildRequires: python-argparse
|
||||
BuildRequires: python-cov-core >= 1.6
|
||||
BuildRequires: python-coverage
|
||||
BuildRequires: python-jsonschema
|
||||
BuildRequires: python-pytest
|
||||
BuildRequires: python-coverage
|
||||
BuildRequires: python-cov-core >= 1.6
|
||||
BuildRequires: python-pytest-cov
|
||||
Recommends: python-ed25519ll
|
||||
Recommends: python-dirspec
|
||||
|
||||
Reference in New Issue
Block a user