]> git.pld-linux.org Git - packages/python-zope.location.git/commitdiff
- updated to 4.3 master auto/th/python-zope.location-4.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Sep 2023 16:41:55 +0000 (18:41 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 26 Sep 2023 16:41:55 +0000 (18:41 +0200)
python-zope.location.spec

index 1168c2e73070f236e61631a6acee9dc10e5dc5b6..a8435dbd3bb4c36e3b3122430801bb82439ad9a4 100644 (file)
@@ -9,12 +9,13 @@
 Summary:       Zope location module
 Summary(pl.UTF-8):     Moduł Zope location
 Name:          python-%{module}
-Version:       4.2
+# keep 4.x here for python2 support
+Version:       4.3
 Release:       1
 License:       ZPL v2.1
 Group:         Libraries/Python
 Source0:       https://files.pythonhosted.org/packages/source/z/zope.location/zope.location-%{version}.tar.gz
-# Source0-md5: aeffe240cef8acbe1e61700ccdb174bb
+# Source0-md5: cde53eb5cb53e55aaa45c1405a4b0fea
 URL:           https://www.zope.dev/
 %if %{with python2}
 BuildRequires: python >= 1:2.7
@@ -24,17 +25,23 @@ BuildRequires:      python-setuptools
 BuildRequires: python-zope.component >= 4.0.1
 BuildRequires: python-zope.configuration
 BuildRequires: python-zope.copy >= 4.0
+BuildRequires: python-zope.interface >= 4.0.2
+BuildRequires: python-zope.proxy >= 4.0.1
+BuildRequires: python-zope.schema >= 4.2.2
 BuildRequires: python-zope.testrunner
 %endif
 %endif
 %if %{with python3}
-BuildRequires: python3 >= 1:3.4
-BuildRequires: python3-devel >= 1:3.4
+BuildRequires: python3 >= 1:3.5
+BuildRequires: python3-devel >= 1:3.5
 BuildRequires: python3-setuptools
 %if %{with tests}
 BuildRequires: python3-zope.component >= 4.0.1
 BuildRequires: python3-zope.configuration
 BuildRequires: python3-zope.copy >= 4.0
+BuildRequires: python3-zope.interface >= 4.0.2
+BuildRequires: python3-zope.proxy >= 4.0.1
+BuildRequires: python3-zope.schema >= 4.2.2
 BuildRequires: python3-zope.testrunner
 %endif
 %endif
@@ -60,7 +67,7 @@ strukturalne, określane przez atrybuty __name__ i __parent__.
 Summary:       Zope location module
 Summary(pl.UTF-8):     Moduł Zope location
 Group:         Libraries/Python
-Requires:      python3-modules >= 1:3.4
+Requires:      python3-modules >= 1:3.5
 
 %description -n python3-%{module}
 In Zope, "locations" are special objects that have a structural
This page took 0.140842 seconds and 4 git commands to generate.