Hello community,
here is the log from the commit of package python-dephell-discover for
openSUSE:Factory checked in at 2019-08-24 18:49:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dephell-discover (Old)
and /work/SRC/openSUSE:Factory/.python-dephell-discover.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dephell-discover"
Sat Aug 24 18:49:08 2019 rev:2 rq:725776 version:0.2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-dephell-discover/python-dephell-discover.changes
2019-08-13 13:26:38.969333359 +0200
+++
/work/SRC/openSUSE:Factory/.python-dephell-discover.new.7948/python-dephell-discover.changes
2019-08-24 18:49:09.701741339 +0200
@@ -1,0 +2,5 @@
+Sat Aug 24 06:03:10 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in descriptions.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dephell-discover.spec ++++++
--- /var/tmp/diff_new_pack.n7ha2o/_old 2019-08-24 18:49:11.793741137 +0200
+++ /var/tmp/diff_new_pack.n7ha2o/_new 2019-08-24 18:49:11.793741137 +0200
@@ -12,7 +12,8 @@
# 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/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,14 +21,14 @@
Name: python-dephell-discover
Version: 0.2.1
Release: 0
+Summary: Module to find project modules and data files (packages and
package_data for setup.py)
License: MIT
-Summary: Find project modules and data files (packages and package_data
for setup.py)
-Url: https://github.com/dephell/dephell_discover
Group: Development/Languages/Python
+Url: https://github.com/dephell/dephell_discover
Source:
https://files.pythonhosted.org/packages/source/d/dephell-discover/dephell_discover-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module base >= 3.5}
BuildRequires: %{python_module setuptools}
+BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module attr}
# /SECTION
@@ -38,7 +39,7 @@
%python_subpackages
%description
-Find project modules and data files (packages and package_data for setup.py).
+This Python module finds project modules and data files (packages and
package_data for setup.py).
%prep
%setup -q -n dephell_discover-%{version}