Hello community,
here is the log from the commit of package python-parsedatetime for
openSUSE:Factory checked in at 2018-12-24 11:46:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-parsedatetime (Old)
and /work/SRC/openSUSE:Factory/.python-parsedatetime.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-parsedatetime"
Mon Dec 24 11:46:30 2018 rev:4 rq:659836 version:2.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-parsedatetime/python-parsedatetime.changes
2017-10-26 18:43:50.809455744 +0200
+++
/work/SRC/openSUSE:Factory/.python-parsedatetime.new.28833/python-parsedatetime.changes
2018-12-24 11:46:32.377178732 +0100
@@ -1,0 +2,10 @@
+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.C1L5aJ/_old 2018-12-24 11:46:32.905178268 +0100
+++ /var/tmp/diff_new_pack.C1L5aJ/_new 2018-12-24 11:46:32.905178268 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-parsedatetime
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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}
@@ -52,8 +50,8 @@
%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