Hello community, here is the log from the commit of package python-ZEO for openSUSE:Factory checked in at 2019-03-29 20:43:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ZEO (Old) and /work/SRC/openSUSE:Factory/.python-ZEO.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ZEO" Fri Mar 29 20:43:25 2019 rev:10 rq:689778 version:5.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ZEO/python-ZEO.changes 2019-03-05 12:24:50.088850341 +0100 +++ /work/SRC/openSUSE:Factory/.python-ZEO.new.25356/python-ZEO.changes 2019-03-29 20:43:26.834678252 +0100 @@ -1,0 +2,5 @@ +Fri Mar 29 09:48:16 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Remove msgpack restriction to < 0.6 release + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ZEO.spec ++++++ --- /var/tmp/diff_new_pack.AzMVwI/_old 2019-03-29 20:43:27.590678404 +0100 +++ /var/tmp/diff_new_pack.AzMVwI/_new 2019-03-29 20:43:27.598678406 +0100 @@ -19,7 +19,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python -%bcond_without test Name: python-ZEO Version: 5.2.1 Release: 0 @@ -31,33 +30,34 @@ Source99: %{name}-rpmlintrc BuildRequires: %{python_module ZConfig} BuildRequires: %{python_module ZODB >= 5.5.1} +BuildRequires: %{python_module manuel} +BuildRequires: %{python_module mock} +BuildRequires: %{python_module msgpack} +BuildRequires: %{python_module random2} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} +BuildRequires: %{python_module transaction >= 2.0.3} +BuildRequires: %{python_module zc.lockfile} BuildRequires: %{python_module zdaemon} +BuildRequires: %{python_module zodbpickle >= 0.6.0} +BuildRequires: %{python_module zope.interface} +BuildRequires: %{python_module zope.testing} +BuildRequires: %{python_module zope.testrunner} BuildRequires: fdupes +BuildRequires: python-futures BuildRequires: python-rpm-macros +BuildRequires: python-trollius Requires: python-ZConfig Requires: python-ZODB >= 5.5.1 Requires: python-persistent >= 4.1.0 Requires: python-six -Requires: python-transaction +Requires: python-transaction >= 2.0.3 Requires: python-zc.lockfile Requires: python-zdaemon Requires: python-zope.interface Requires(post): update-alternatives Requires(preun): update-alternatives BuildArch: noarch -%if %{with test} -BuildRequires: %{python_module manuel} -BuildRequires: %{python_module mock} -BuildRequires: %{python_module msgpack} -BuildRequires: %{python_module random2} -BuildRequires: %{python_module zodbpickle >= 0.6.0} -BuildRequires: %{python_module zope.testing} -BuildRequires: %{python_module zope.testrunner} -BuildRequires: python-futures -BuildRequires: python-trollius -%endif %ifpython2 Requires: %{oldpython}-trollius %endif @@ -81,6 +81,8 @@ # remove unwanted shebang find src -name "*.py" | xargs sed -i '1 { /^#!/ d }' rm -rf src/ZEO.egg-info +# do not hardcode version +sed -i -e 's:msgpack < 0.6:msgpack:g' setup.py %build %python_build @@ -94,10 +96,8 @@ %python_clone -a %{buildroot}%{_bindir}/zeopack %python_clone -a %{buildroot}%{_bindir}/zeo-nagios -%if %{with test} %check %python_exec setup.py test -%endif %post %python_install_alternative runzeo zeoctl zeopack zeo-nagios
