Hello community,

here is the log from the commit of package 
python-backports.shutil_get_terminal_size for openSUSE:Factory checked in at 
2017-04-20 20:49:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-backports.shutil_get_terminal_size 
(Old)
 and      
/work/SRC/openSUSE:Factory/.python-backports.shutil_get_terminal_size.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-backports.shutil_get_terminal_size"

Thu Apr 20 20:49:47 2017 rev:1 rq:483907 version:1.0.0

Changes:
--------
New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-backports.shutil_get_terminal_size.new/python-backports.shutil_get_terminal_size.changes
 2017-04-20 20:49:50.853317627 +0200
@@ -0,0 +1,11 @@
+-------------------------------------------------------------------
+Thu Mar 30 22:14:12 UTC 2017 - toddrme2...@gmail.com
+
+- Use the common __init__.py used by the python-backports package
+  to avoid conflicts.
+
+-------------------------------------------------------------------
+Mon Oct 10 18:51:45 UTC 2016 - mar...@gmx.de
+
+- initial package, version 1.0.0
+

New:
----
  backports.shutil_get_terminal_size-1.0.0.tar.gz
  python-backports.shutil_get_terminal_size.changes
  python-backports.shutil_get_terminal_size.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-backports.shutil_get_terminal_size.spec ++++++
#
# spec file for package python-backports.shutil_get_terminal_size
#
# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/


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
Group:          Development/Languages/Python
Source:         
https://pypi.io/packages/source/b/backports.shutil_get_terminal_size/backports.shutil_get_terminal_size-%{version}.tar.gz
BuildRequires:  python-devel
BuildRequires:  python-setuptools
BuildRequires:  python-backports
#BuildRequires:  python-nose
#BuildRequires:  python-pytest
Requires:       python-backports
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
A backport of the `get_terminal_size`_ function from Python 3.3's shutil.
Unlike the original version it is written in pure Python rather than C,
so it might be a tiny bit slower.

%prep
%setup -q -n backports.shutil_get_terminal_size-%{version}

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

rm %{buildroot}%{python_sitelib}/backports/__init__.py*

%check
#nosetests

%files
%defattr(-,root,root,-)
%doc LICENSE README.rst
%{python_sitelib}/backports/shutil_get_terminal_size/
%{python_sitelib}/backports.shutil_get_terminal_size-%{version}-py%{py_ver}.egg-info

%changelog

Reply via email to