Hello community,

here is the log from the commit of package python-wcwidth for openSUSE:Factory 
checked in at 2020-06-11 14:42:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-wcwidth (Old)
 and      /work/SRC/openSUSE:Factory/.python-wcwidth.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-wcwidth"

Thu Jun 11 14:42:15 2020 rev:9 rq:812628 version:0.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-wcwidth/python-wcwidth.changes    
2020-05-11 13:25:54.311174532 +0200
+++ /work/SRC/openSUSE:Factory/.python-wcwidth.new.3606/python-wcwidth.changes  
2020-06-11 14:42:39.864995643 +0200
@@ -1,0 +2,22 @@
+Mon Jun  8 13:45:57 UTC 2020 - Dirk Mueller <[email protected]>
+
+- update to 0.2.3
+  * add tests
+
+-------------------------------------------------------------------
+Mon Jun  8 07:13:36 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Add missing python2 dependency for Leap to work
+
+-------------------------------------------------------------------
+Tue Jun  2 06:52:39 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Update to version 0.2.2
+  * Enhancement: Unicode version may be selected by exporting the 
+    Environment variable UNICODE_VERSION, such as 13.0, or 6.3.0. 
+    See the jquast/ucs-detect CLI utility for automatic detection.
+  * Enhancement: API Documentation is published to readthedocs.org.
+  * Updated tables for all Unicode Specifications with files published 
+    in a programmatically consumable format.
+
+-------------------------------------------------------------------

Old:
----
  wcwidth-0.1.9.tar.gz

New:
----
  wcwidth-0.2.3.tar.gz

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

Other differences:
------------------
++++++ python-wcwidth.spec ++++++
--- /var/tmp/diff_new_pack.2g0KdX/_old  2020-06-11 14:42:40.824999341 +0200
+++ /var/tmp/diff_new_pack.2g0KdX/_new  2020-06-11 14:42:40.828999357 +0200
@@ -19,27 +19,34 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
-%bcond_without test
 %define psuffix -%{flavor}
+%bcond_without test
 %else
-%bcond_with test
 %define psuffix %{nil}
+%bcond_with test
 %endif
+%bcond_without python2
 Name:           python-wcwidth%{psuffix}
-Version:        0.1.9
+Version:        0.2.3
 Release:        0
 Summary:        Number of Terminal column cells of wide-character codes
 License:        MIT
-Group:          Development/Languages/Python
 URL:            https://github.com/jquast/wcwidth
-Source:         
https://files.pythonhosted.org/packages/source/w/wcwidth/wcwidth-%{version}.tar.gz
-%if %{with test}
-BuildRequires:  %{python_module pytest}
-%endif
+Source:         
https://github.com/jquast/wcwidth/archive/%{version}.tar.gz#/wcwidth-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
+%if %{with test}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module wcwidth >= %{version}}
+%if %{with python2}
+BuildRequires:  python-backports.functools_lru_cache >= 1.2.1
+%endif
+%endif
+%ifpython2
+Requires:       python-backports.functools_lru_cache >= 1.2.1
+%endif
 %python_subpackages
 
 %description
@@ -57,6 +64,7 @@
 
 %prep
 %setup -q -n wcwidth-%{version}
+sed -i 's/--cov[-=a-z]*//g' tox.ini
 
 %build
 %python_build
@@ -64,22 +72,17 @@
 %install
 %if ! %{with test}
 %python_install
-
-# Remove tests from runtime
-%{python_expand rm -r %{buildroot}%{$python_sitelib}/wcwidth/tests/
-%fdupes %{buildroot}%{$python_sitelib}
-}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 %endif
 
 %check
 %if %{with test}
-%pytest
+%pytest tests
 %endif
 
 %if ! %{with test}
-
 %files %{python_files}
-%license LICENSE.txt
+%license LICENSE
 %doc README.rst
 %{python_sitelib}/*
 %endif

++++++ wcwidth-0.1.9.tar.gz -> wcwidth-0.2.3.tar.gz ++++++
++++ 9862 lines of diff (skipped)


Reply via email to