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:
parent
34509b9f34
commit
18ecb6f224
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 17 08:42:34 UTC 2013 - dmueller@suse.com
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 10 12:02:00 UTC 2013 - toddrme2178@gmail.com
|
Tue Sep 10 12:02:00 UTC 2013 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@ -13,24 +13,25 @@
|
|||||||
# 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 http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: python-wheel
|
Name: python-wheel
|
||||||
Version: 0.21.0
|
Version: 0.22.0
|
||||||
Release: 0
|
Release: 0
|
||||||
License: MIT
|
|
||||||
Summary: A built-package format for Python
|
Summary: A built-package format for Python
|
||||||
Url: http://bitbucket.org/dholth/wheel/
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
|
Url: http://bitbucket.org/dholth/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
|
||||||
# Test requirements:
|
# Test requirements:
|
||||||
BuildRequires: python-argparse
|
BuildRequires: python-argparse
|
||||||
|
BuildRequires: python-cov-core >= 1.6
|
||||||
|
BuildRequires: python-coverage
|
||||||
BuildRequires: python-jsonschema
|
BuildRequires: python-jsonschema
|
||||||
BuildRequires: python-pytest
|
BuildRequires: python-pytest
|
||||||
BuildRequires: python-coverage
|
|
||||||
BuildRequires: python-cov-core >= 1.6
|
|
||||||
BuildRequires: python-pytest-cov
|
BuildRequires: python-pytest-cov
|
||||||
Recommends: python-ed25519ll
|
Recommends: python-ed25519ll
|
||||||
Recommends: python-dirspec
|
Recommends: python-dirspec
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:68ad3e66560e9df1f1f435b480183ba24ef913da26556af9e5ae16cd94dd26e1
|
|
||||||
size 39310
|
|
3
wheel-0.22.0.tar.gz
Normal file
3
wheel-0.22.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dffdf998910de1fd4267a1cb07db46def901bf3bc1e25b80f132addef4ebe46d
|
||||||
|
size 39772
|
Loading…
Reference in New Issue
Block a user