forked from pool/python-zope.testing
Accepting request 691848 from home:mcalabkova:branches:devel:languages:python
- update to version 4.7
* Added support for Python 3.7.
* Remove dependencies on zope.interface and zope.exceptions.
* Remove use of 2to3 for outdated versions of PyPy3, letting us
build universal wheels.
OBS-URL: https://build.opensuse.org/request/show/691848
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testing?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
1522637412
commit
f4a1621e28
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-zope.testing
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-zope.testing
|
||||
Version: 4.6.1
|
||||
Version: 4.7
|
||||
Release: 0
|
||||
Summary: Zope testing helpers
|
||||
License: ZPL-2.1
|
||||
@@ -27,12 +27,8 @@ Url: https://pypi.python.org/pypi/zope.testing
|
||||
Source: https://files.pythonhosted.org/packages/source/z/zope.testing/zope.testing-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
# Test requirements:
|
||||
BuildRequires: %{python_module zope.exceptions}
|
||||
BuildRequires: %{python_module zope.interface}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-zope.exceptions
|
||||
Requires: python-zope.interface
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
Reference in New Issue
Block a user