diff --git a/python-testresources.changes b/python-testresources.changes index 50f75d7..f757eef 100644 --- a/python-testresources.changes +++ b/python-testresources.changes @@ -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 diff --git a/python-testresources.spec b/python-testresources.spec index fb8ce2f..b0d5b84 100644 --- a/python-testresources.spec +++ b/python-testresources.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-testresources -Version: 0.2.7 +Version: 2.0.1 Release: 0 Summary: Testresources, a pyunit extension for managing expensive test resources 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 Source: http://pypi.python.org/packages/source/t/testresources/testresources-%{version}.tar.gz BuildRequires: python-devel +BuildRequires: python-pbr BuildRequires: python-setuptools BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 @@ -32,6 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %else BuildArch: noarch %endif +Requires: python-pbr %description testresources: extensions to python unittest to allow declarative use @@ -51,7 +53,7 @@ python setup.py test %files %defattr(-,root,root,-) -%doc README +%doc README.rst %{python_sitelib}/* %changelog diff --git a/testresources-0.2.7.tar.gz b/testresources-0.2.7.tar.gz deleted file mode 100644 index 6b2865b..0000000 --- a/testresources-0.2.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad0a117383dd463827b199eaa92829b4d6a3147fbd97459820df53bae81d7231 -size 32050 diff --git a/testresources-2.0.1.tar.gz b/testresources-2.0.1.tar.gz new file mode 100644 index 0000000..dc0a89a --- /dev/null +++ b/testresources-2.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9d1982154a1e212d4e4bac6b610800bfb558e4fb853572a827bc14a96e4417 +size 41948