[packages/python-BTrees] - updated to 4.11.3
qboosh
qboosh at pld-linux.org
Mon Sep 25 22:01:10 CEST 2023
commit a0a73e79095d4191c835d364c0da79dd73947ffa
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Sep 25 21:53:47 2023 +0200
- updated to 4.11.3
python-BTrees.spec | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/python-BTrees.spec b/python-BTrees.spec
index 1adb398..f694838 100644
--- a/python-BTrees.spec
+++ b/python-BTrees.spec
@@ -11,14 +11,14 @@
Summary: Scalable persistent object containers
Summary(pl.UTF-8): Skalowalne trwałe kontenery dla obiektów
Name: python-%{module}
-# >= 4.8.0 requires zope.interface >= 5.0.0
-Version: 4.7.2
+# keep 4.x here for python2 support
+Version: 4.11.3
Release: 1
License: ZPL v2.1
Group: Libraries/Python
#Source0Download: https://pypi.org/simple/BTrees/
Source0: https://files.pythonhosted.org/packages/source/B/BTrees/%{module}-%{version}.tar.gz
-# Source0-md5: 392ef0942c648fb66f2ee86da8479345
+# Source0-md5: 626347f5d1f9bce09765f58e55b51285
URL: https://pypi.org/project/BTrees/
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.714
@@ -30,7 +30,7 @@ BuildRequires: python-setuptools
#BuildRequires: python-ZODB
BuildRequires: python-persistent >= 4.4.3
BuildRequires: python-transaction
-BuildRequires: python-zope.interface
+BuildRequires: python-zope.interface >= 5.0.0
BuildRequires: python-zope.testrunner
%endif
%endif
@@ -42,11 +42,13 @@ BuildRequires: python3-setuptools
#BuildRequires: python3-ZODB
BuildRequires: python3-persistent >= 4.4.3
BuildRequires: python3-transaction
-BuildRequires: python3-zope.interface
+BuildRequires: python3-zope.interface >= 5.0.0
BuildRequires: python3-zope.testrunner
%endif
%endif
%if %{with doc}
+# already installed package
+BuildRequires: python3-BTrees
BuildRequires: python3-repoze.sphinx.autointerface
BuildRequires: python3-sphinx_rtd_theme
BuildRequires: sphinx-pdg-3 >= 1.8
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/python-BTrees.git/commitdiff/a0a73e79095d4191c835d364c0da79dd73947ffa
More information about the pld-cvs-commit
mailing list