Hello community,
here is the log from the commit of package python-parsedatetime for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:09:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-parsedatetime (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-parsedatetime.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parsedatetime"
Mon Mar 9 18:09:51 2020 rev:11 rq:776891 version:2.4
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-parsedatetime/python-parsedatetime.changes
2020-01-15 15:51:22.955527032 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-parsedatetime.new.26092/python-parsedatetime.changes
2020-03-09 18:09:52.113067824 +0100
@@ -1,0 +2,15 @@
+Thu Mar 7 11:11:43 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Fix fdupes call
+
+-------------------------------------------------------------------
+Wed Dec 19 00:13:49 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in descriptions.
+
+-------------------------------------------------------------------
+Tue Dec 4 12:51:10 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-parsedatetime.spec ++++++
--- /var/tmp/diff_new_pack.ueO9A3/_old 2020-03-09 18:09:52.433068283 +0100
+++ /var/tmp/diff_new_pack.ueO9A3/_new 2020-03-09 18:09:52.437068289 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-parsedatetime
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -20,23 +20,21 @@
Name: python-parsedatetime
Version: 2.4
Release: 0
-Summary: Parse human-readable date/time text
+Summary: Python module to parse human-readable date/time text
License: Apache-2.0
Group: Development/Libraries/Python
-Url: https://github.com/regebro/parsedatetime
+URL: https://github.com/regebro/parsedatetime
Source:
https://files.pythonhosted.org/packages/source/p/parsedatetime/parsedatetime-%{version}.tar.gz
-BuildRequires: %{python_module devel}
BuildRequires: %{python_module future}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
-
%python_subpackages
%description
-Parse human-readable date/time strings.
+A Python module to parse human-readable date/time strings.
%prep
%setup -q -n parsedatetime-%{version}
@@ -46,14 +44,14 @@
%install
%python_install
-%python_expand %fdupes %{buildroot}%{python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%python_exec setup.py test
%files %{python_files}
-%defattr(-,root,root)
-%doc AUTHORS.txt LICENSE.txt CHANGES.txt README.rst
+%license LICENSE.txt
+%doc AUTHORS.txt CHANGES.txt README.rst
%{python_sitelib}/parsedatetime/
%{python_sitelib}/parsedatetime-%{version}-py*.egg-info