Hello community,
here is the log from the commit of package python-pendulum for openSUSE:Factory
checked in at 2020-04-27 23:37:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pendulum (Old)
and /work/SRC/openSUSE:Factory/.python-pendulum.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pendulum"
Mon Apr 27 23:37:09 2020 rev:5 rq:798127 version:2.1.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pendulum/python-pendulum.changes
2020-04-21 13:09:46.104704721 +0200
+++
/work/SRC/openSUSE:Factory/.python-pendulum.new.2738/python-pendulum.changes
2020-04-27 23:37:20.963402759 +0200
@@ -1,0 +2,5 @@
+Mon Apr 27 08:48:57 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Depend on python-dateutil not just dateutil to solve on Leap
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pendulum.spec ++++++
--- /var/tmp/diff_new_pack.SeMQu1/_old 2020-04-27 23:37:23.483407678 +0200
+++ /var/tmp/diff_new_pack.SeMQu1/_new 2020-04-27 23:37:23.487407686 +0200
@@ -26,8 +26,8 @@
URL: https://pendulum.eustace.io
# https://github.com/sdispater/pendulum/issues/453
Source: https://github.com/sdispater/pendulum/archive/%{version}.tar.gz
-BuildRequires: %{python_module dateutil >= 2.6}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module python-dateutil >= 2.6}
BuildRequires: %{python_module pytz >= 2018.3}
BuildRequires: %{python_module pytzdata >= 2018.3}
BuildRequires: %{python_module setuptools}