forked from pool/python-testresources
- update to 2.0.1:
* Fix #1590536 classifiers not reported in PyPI * Drop support for Python 2.4, 2.5, 3.2 * Bug #1524048: depend on pbr at runtime * Handle unittest2 test suites as well * Use pbr for versions as well * More diagnostics on sort failures * Cleanup old helper we don't need anymore * Add a tox.ini for convenience * Add a Travis config * Ignore more files * Build and ship wheels * Migrate to pbr OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testresources?expand=0&rev=9
This commit is contained in:
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 14 14:13:03 UTC 2016 - dmueller@suse.com
|
||||||
|
|
||||||
|
- update to 2.0.1:
|
||||||
|
* Fix #1590536 classifiers not reported in PyPI
|
||||||
|
* Drop support for Python 2.4, 2.5, 3.2
|
||||||
|
* Bug #1524048: depend on pbr at runtime
|
||||||
|
* Handle unittest2 test suites as well
|
||||||
|
* Use pbr for versions as well
|
||||||
|
* More diagnostics on sort failures
|
||||||
|
* Cleanup old helper we don't need anymore
|
||||||
|
* Add a tox.ini for convenience
|
||||||
|
* Add a Travis config
|
||||||
|
* Ignore more files
|
||||||
|
* Build and ship wheels
|
||||||
|
* Migrate to pbr
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 12 08:42:01 UTC 2014 - cdenicolo@suse.com
|
Thu Jun 12 08:42:01 UTC 2014 - cdenicolo@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-testresources
|
# spec file for package python-testresources
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products 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,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-testresources
|
Name: python-testresources
|
||||||
Version: 0.2.7
|
Version: 2.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Testresources, a pyunit extension for managing expensive test resources
|
Summary: Testresources, a pyunit extension for managing expensive test resources
|
||||||
License: (Apache-2.0 or BSD-3-Clause) and GPL-2.0+
|
License: (Apache-2.0 or BSD-3-Clause) and GPL-2.0+
|
||||||
@@ -25,6 +25,7 @@ Group: Development/Languages/Python
|
|||||||
Url: https://launchpad.net/testresources
|
Url: https://launchpad.net/testresources
|
||||||
Source: http://pypi.python.org/packages/source/t/testresources/testresources-%{version}.tar.gz
|
Source: http://pypi.python.org/packages/source/t/testresources/testresources-%{version}.tar.gz
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
BuildRequires: python-pbr
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
||||||
@@ -32,6 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%else
|
%else
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
|
Requires: python-pbr
|
||||||
|
|
||||||
%description
|
%description
|
||||||
testresources: extensions to python unittest to allow declarative use
|
testresources: extensions to python unittest to allow declarative use
|
||||||
@@ -51,7 +53,7 @@ python setup.py test
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README
|
%doc README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ad0a117383dd463827b199eaa92829b4d6a3147fbd97459820df53bae81d7231
|
|
||||||
size 32050
|
|
BIN
testresources-2.0.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
testresources-2.0.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user