[packages/python-zope.interface] - updated to 5.5.2
qboosh
qboosh at pld-linux.org
Mon Sep 25 18:55:49 CEST 2023
commit ac89e5f1848066a523a3f584a40b71dae61f0d0a
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Sep 25 18:31:34 2023 +0200
- updated to 5.5.2
python-zope.interface.spec | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/python-zope.interface.spec b/python-zope.interface.spec
index 002d781..251ae36 100644
--- a/python-zope.interface.spec
+++ b/python-zope.interface.spec
@@ -9,25 +9,34 @@
Summary: Python 'interface' concept implementation
Summary(pl.UTF-8): Implementacja interfejsów dla języka Python
Name: python-%{module}
-Version: 4.7.2
-Release: 3
+# keep 5.x here for python2 support
+Version: 5.5.2
+Release: 1
License: ZPL v2.1
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/zope.interface/
Source0: https://files.pythonhosted.org/packages/source/z/zope.interface/zope.interface-%{version}.tar.gz
-# Source0-md5: ea062be6c8908896ed28a1568802ba1a
+# Source0-md5: 5a383d71156ce6f89f59a86d957a8d65
URL: https://zopeinterface.readthedocs.io/
%if %{with python2}
BuildRequires: python >= 1:2.7
BuildRequires: python-devel >= 1:2.7
BuildRequires: python-setuptools
-%{?with_tests:BuildRequires: python-zope.event}
+%if %{with tests}
+BuildRequires: python-coverage >= 5.0.3
+BuildRequires: python-zope.event
+BuildRequires: python-zope.testing
+%endif
%endif
%if %{with python3}
BuildRequires: python3 >= 1:3.5
BuildRequires: python3-devel >= 1:3.5
BuildRequires: python3-setuptools
-%{?with_tests:BuildRequires: python3-zope.event}
+%if %{with tests}
+BuildRequires: python3-coverage >= 5.0.3
+BuildRequires: python3-zope.event
+BuildRequires: python3-zope.testing
+%endif
%endif
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-zope.interface.git/commitdiff/ac89e5f1848066a523a3f584a40b71dae61f0d0a
More information about the pld-cvs-commit
mailing list