14
0

- 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:
2016-11-14 14:15:39 +00:00
committed by Git OBS Bridge
parent 4be3f76577
commit d05377b501
4 changed files with 25 additions and 6 deletions

View File

@@ -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