From 6e5f831cceffbcbc6ed402526ae318f7f00836fe Mon Sep 17 00:00:00 2001 From: mprahl Date: Jun 19 2018 12:45:04 +0000 Subject: Unpin the version of python-neo4j-driver --- diff --git a/python-neomodel.spec b/python-neomodel.spec index f64df18..c091c27 100644 --- a/python-neomodel.spec +++ b/python-neomodel.spec @@ -28,7 +28,7 @@ BuildRequires: python%{python3_pkgversion}-setuptools %package -n python%{python3_pkgversion}-%{srcname} Summary: %{sum} %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}} -Requires: python3-neo4j-driver >= 1.5.0, python3-neo4j-driver < 1.6.0 +Requires: python3-neo4j-driver Requires: python3-pytz %description -n python%{python3_pkgversion}-%{srcname} @@ -39,7 +39,7 @@ Requires: python3-pytz %package -n python2-%{srcname} Summary: %{sum} %{?python_provide:%python_provide python2-%{srcname}} -Requires: python2-neo4j-driver >= 1.5.0, python2-neo4j-driver < 1.6.0 +Requires: python2-neo4j-driver %if 0%{?fedora} || 0%{?rhel} > 7 Requires: python2-pytz %else @@ -101,9 +101,11 @@ ln -s %{_bindir}/neomodel_remove_labels %{buildroot}/%{_bindir}/neomodel_remove_ %changelog +* Tue Jun 19 2018 mprahl - 3.2.8-5 +- unpin the python-neo4j-driver version + * Tue Jun 19 2018 mprahl - 3.2.8-4 - add upstream patch to support python neo4j-driver 1.6.x -- unpin the python-neo4j-driver version * Tue Jun 19 2018 Miro HronĨok - 3.2.8-3 - Rebuilt for Python 3.7