Hello community,
here is the log from the commit of package python-TermRecord for
openSUSE:Factory checked in at 2019-11-08 15:26:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-TermRecord (Old)
and /work/SRC/openSUSE:Factory/.python-TermRecord.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-TermRecord"
Fri Nov 8 15:26:23 2019 rev:4 rq:746339 version:1.2.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-TermRecord/python-TermRecord.changes
2018-12-19 13:52:30.599027773 +0100
+++
/work/SRC/openSUSE:Factory/.python-TermRecord.new.2990/python-TermRecord.changes
2019-11-08 15:26:26.595040264 +0100
@@ -1,0 +2,5 @@
+Thu Nov 7 15:56:09 UTC 2019 - Matej Cepl <[email protected]>
+
+- Run through spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-TermRecord.spec ++++++
--- /var/tmp/diff_new_pack.nqhnpe/_old 2019-11-08 15:26:27.603041330 +0100
+++ /var/tmp/diff_new_pack.nqhnpe/_new 2019-11-08 15:26:27.607041334 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-TermRecord
#
-# Copyright (c) 2018 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
@@ -22,20 +22,18 @@
Release: 0
Summary: A terminal session recorder with HTML output
License: MIT
-Group: Development/Languages/Python
-Url: http://github.com/theonewolf/TermRecord
-Source:
https://pypi.python.org/packages/source/T/TermRecord/TermRecord-%{version}.tar.gz
+URL: https://github.com/theonewolf/TermRecord
+Source:
https://files.pythonhosted.org/packages/source/T/TermRecord/TermRecord-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-# SECTION test requirements
-BuildRequires: %{python_module Jinja2 >= 2.6}
-# /SECTION
Requires: python-Jinja2 >= 2.6
-BuildArch: noarch
Requires(post): update-alternatives
Requires(postun): update-alternatives
-
+BuildArch: noarch
+# SECTION test requirements
+BuildRequires: %{python_module Jinja2 >= 2.6}
+# /SECTION
%python_subpackages
%description