Hello community,
here is the log from the commit of package python-contexter for
openSUSE:Factory checked in at 2019-08-27 10:20:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-contexter (Old)
and /work/SRC/openSUSE:Factory/.python-contexter.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-contexter"
Tue Aug 27 10:20:45 2019 rev:2 rq:725883 version:0.1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-contexter/python-contexter.changes
2019-07-17 14:26:45.563438312 +0200
+++
/work/SRC/openSUSE:Factory/.python-contexter.new.7948/python-contexter.changes
2019-08-27 10:20:48.599941869 +0200
@@ -1,0 +2,5 @@
+Sat Aug 24 14:16:26 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Avoid name repetition in summary.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-contexter.spec ++++++
--- /var/tmp/diff_new_pack.0gFbTN/_old 2019-08-27 10:20:49.047941840 +0200
+++ /var/tmp/diff_new_pack.0gFbTN/_new 2019-08-27 10:20:49.047941840 +0200
@@ -12,27 +12,27 @@
# 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-%{**}}
Name: python-contexter
Version: 0.1.4
Release: 0
+Summary: A replacement of the contextlib module
License: MIT
-Summary: Contexter is a replacement of the contextlib module
-Url: https://bitbucket.org/defnull/contexter
Group: Development/Languages/Python
+URL: https://bitbucket.org/defnull/contexter
Source:
https://files.pythonhosted.org/packages/source/c/contexter/contexter-%{version}.tar.gz
-BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
%description
-
Contexter is a full replacement of the contextlib standard library
module.