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,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 5 14:44:29 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 4 12:56:32 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
Tue Dec 4 12:56:32 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-zope.testing
|
# 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
|
# 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
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-zope.testing
|
Name: python-zope.testing
|
||||||
Version: 4.6.1
|
Version: 4.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Zope testing helpers
|
Summary: Zope testing helpers
|
||||||
License: ZPL-2.1
|
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
|
Source: https://files.pythonhosted.org/packages/source/z/zope.testing/zope.testing-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
# Test requirements:
|
# Test requirements:
|
||||||
BuildRequires: %{python_module zope.exceptions}
|
|
||||||
BuildRequires: %{python_module zope.interface}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-zope.exceptions
|
|
||||||
Requires: python-zope.interface
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a65c15b8e35a2dde138bc29deac1116658fedeea41baa942147c1ffaab847def
|
|
||||||
size 59292
|
|
||||||
3
zope.testing-4.7.tar.gz
Normal file
3
zope.testing-4.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d66be8d1de37e8536ca58a1d9f4d89a68c9cc75cc0e788a175c8a20ae26003ea
|
||||||
|
size 63474
|
||||||
Reference in New Issue
Block a user