Hello community,

here is the log from the commit of package python-wcwidth for openSUSE:Factory 
checked in at 2018-09-07 15:41:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wcwidth (Old)
 and      /work/SRC/openSUSE:Factory/.python-wcwidth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wcwidth"

Fri Sep  7 15:41:29 2018 rev:3 rq:633706 version:0.1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wcwidth/python-wcwidth.changes    
2017-04-11 09:41:01.520152573 +0200
+++ /work/SRC/openSUSE:Factory/.python-wcwidth.new/python-wcwidth.changes       
2018-09-07 15:41:41.250389300 +0200
@@ -1,0 +2,6 @@
+Thu Sep  6 10:10:27 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Drop devel dependency
+- Install license file
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-wcwidth.spec ++++++
--- /var/tmp/diff_new_pack.4p65RV/_old  2018-09-07 15:41:41.542388987 +0200
+++ /var/tmp/diff_new_pack.4p65RV/_new  2018-09-07 15:41:41.542388987 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wcwidth
 #
-# Copyright (c) 2017 SUSE LINUX 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
@@ -23,15 +23,12 @@
 Summary:        Number of Terminal column cells of wide-character codes
 License:        MIT
 Group:          Development/Languages/Python
-Url:            https://github.com/jquast/wcwidth
+URL:            https://github.com/jquast/wcwidth
 Source:         
https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-%{version}.tar.gz
-BuildRequires:  python-rpm-macros
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module setuptools}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -62,14 +59,11 @@
 
 %check
 pushd wcwidth/tests
-%{python_expand 
-export PYTHONPATH=%{buildroot}%{python_sitelib}
-nosetests-%{python_bin_suffix}
-}
+%python_expand PYTHONPATH=%{buildroot}%{python_sitelib} 
nosetests-%{python_bin_suffix}
 popd
 
 %files %{python_files}
-%defattr(-,root,root,-)
+%license LICENSE.txt
 %doc README.rst
 %{python_sitelib}/*
 


Reply via email to