Hello community,
here is the log from the commit of package
python-backports.shutil_get_terminal_size for openSUSE:Factory checked in at
2018-12-13 19:39:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-backports.shutil_get_terminal_size
(Old)
and
/work/SRC/openSUSE:Factory/.python-backports.shutil_get_terminal_size.new.28833
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-backports.shutil_get_terminal_size"
Thu Dec 13 19:39:12 2018 rev:4 rq:653936 version:1.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-backports.shutil_get_terminal_size/python-backports.shutil_get_terminal_size.changes
2018-03-28 10:28:51.886475933 +0200
+++
/work/SRC/openSUSE:Factory/.python-backports.shutil_get_terminal_size.new.28833/python-backports.shutil_get_terminal_size.changes
2018-12-13 19:39:16.369381098 +0100
@@ -1,0 +2,5 @@
+Tue Dec 4 12:45:59 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-backports.shutil_get_terminal_size.spec ++++++
--- /var/tmp/diff_new_pack.6NylLe/_old 2018-12-13 19:39:17.037380387 +0100
+++ /var/tmp/diff_new_pack.6NylLe/_new 2018-12-13 19:39:17.037380387 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-backports.shutil_get_terminal_size
#
-# Copyright (c) 2018 SUSE LINUX Products 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,22 +12,22 @@
# 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-%{**}}
+%if %{python3_version_nodots} >=33
+%define skip_python3 1
+%endif
Name: python-backports.shutil_get_terminal_size
Version: 1.0.0
Release: 0
-License: MIT
Summary: A backport of the get_terminal_size function from Python 3.3's
shutil
-Url: https://github.com/chrippa/backports.shutil_get_terminal_size
+License: MIT
Group: Development/Languages/Python
+URL: https://github.com/chrippa/backports.shutil_get_terminal_size
Source:
https://files.pythonhosted.org/packages/source/b/backports.shutil_get_terminal_size/backports.shutil_get_terminal_size-%{version}.tar.gz
-BuildRequires: %{python_module devel}
-BuildRequires: %{python_module setuptools}
-BuildRequires: fdupes
-BuildRequires: python-rpm-macros
# NOTE:
# %%{python_sitelib}/backports is a namespace package, and so under python 2
it must have a proper namespace __init__.py
# python-backports provides this __init__.py to prevent backports packages
from conflicting.
@@ -36,13 +36,11 @@
# https://www.python.org/dev/peps/pep-0420/%23namespace-packages-today
# If you need to link, the python-backports package is built as a subpackage
of python-configparser
BuildRequires: %{python_module backports}
+BuildRequires: %{python_module setuptools}
+BuildRequires: fdupes
+BuildRequires: python-rpm-macros
Requires: python-backports
BuildArch: noarch
-
-%if %{python3_version_nodots} >=33
-%define skip_python3 1
-%endif
-
%python_subpackages
%description
@@ -63,8 +61,8 @@
%python_expand %fdupes
%{buildroot}%{$python_sitelib}/backports/shutil_get_terminal_size/
%files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
%{python_sitelib}/backports/shutil_get_terminal_size/
%{python_sitelib}/backports.shutil_get_terminal_size-%{version}-py*.egg-info