forked from pool/python-coverage
Accepting request 90920 from devel:languages:python
- Update to version 3.5.1: * The [paths] feature unfortunately didn't work in real world situations where you wanted to, you know, report on the combined data. Now all paths stored in the combined file are canonicalized properly. - Add python-distribute runtime requirement OBS-URL: https://build.opensuse.org/request/show/90920 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-coverage?expand=0&rev=5
This commit is contained in:
3
coverage-3.5.1.tar.gz
Normal file
3
coverage-3.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:baae44f36d7b4028ae57ebcfe47a541363a8d2cd0c58a4b90538d0944d2282a0
|
||||||
|
size 113277
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ca2dd40d47d4848fdf06d6920a0000710179a4176979c0647aaa5ccdcf5d0e6b
|
|
||||||
size 113060
|
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 10 11:11:58 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Update to version 3.5.1:
|
||||||
|
* The [paths] feature unfortunately didn't work in real world situations
|
||||||
|
where you wanted to, you know, report on the combined data. Now all paths
|
||||||
|
stored in the combined file are canonicalized properly.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 27 08:32:20 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
- Add python-distribute runtime requirement
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 8 15:43:42 UTC 2011 - saschpe@suse.de
|
Thu Sep 8 15:43:42 UTC 2011 - saschpe@suse.de
|
||||||
|
|
||||||
|
@@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-coverage
|
Name: python-coverage
|
||||||
Version: 3.5.1b1
|
Version: 3.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://nedbatchelder.com/code/coverage/3.5.1b1
|
Url: http://nedbatchelder.com/code/coverage/%{version}
|
||||||
Summary: Code coverage measurement for Python
|
Summary: Code coverage measurement for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
@@ -29,6 +29,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
BuildRequires: python-distribute
|
BuildRequires: python-distribute
|
||||||
BuildRequires: python-xml
|
BuildRequires: python-xml
|
||||||
|
Requires: python-distribute
|
||||||
Requires: python-xml
|
Requires: python-xml
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%py_requires
|
%py_requires
|
||||||
|
Reference in New Issue
Block a user