Hello community,
here is the log from the commit of package python-wcwidth for
openSUSE:Leap:15.2 checked in at 2020-03-02 13:24:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-wcwidth (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-wcwidth.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wcwidth"
Mon Mar 2 13:24:46 2020 rev:11 rq:777272 version:0.1.8
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-wcwidth/python-wcwidth.changes
2020-01-15 15:54:09.631622568 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-wcwidth.new.26092/python-wcwidth.changes
2020-03-02 13:24:47.194568862 +0100
@@ -1,0 +2,27 @@
+Thu Feb 6 14:56:55 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 0.1.8
+ * Unicode v12 and proj. maintenence
+ * remove static analysis
+ * EastAsianWidth v9 -> v12
+ * README and tox.ini
+
+-------------------------------------------------------------------
+Wed Oct 2 04:39:59 UTC 2019 - John Vandenberg <[email protected]>
+
+- Re-active test suite
+- Remove test suite from runtime package
+- Run fdupes
+
+-------------------------------------------------------------------
+Thu Mar 7 11:18:22 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Fix test macro expansion
+
+-------------------------------------------------------------------
+Thu Sep 6 10:10:27 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Drop devel dependency
+- Install license file
+
+-------------------------------------------------------------------
Old:
----
wcwidth-0.1.7.tar.gz
New:
----
wcwidth-0.1.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-wcwidth.spec ++++++
--- /var/tmp/diff_new_pack.DfAJVr/_old 2020-03-02 13:24:47.470569411 +0100
+++ /var/tmp/diff_new_pack.DfAJVr/_new 2020-03-02 13:24:47.470569411 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-wcwidth
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,26 +12,24 @@
# 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-%{**}}
Name: python-wcwidth
-Version: 0.1.7
+Version: 0.1.8
Release: 0
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: fdupes
+BuildRequires: python-rpm-macros
BuildArch: noarch
-
%python_subpackages
%description
@@ -56,20 +54,18 @@
%install
%python_install
-# This file is meant to be runnable on its own for testing,
-# so don't remove the shebang.
-%python_expand chmod a+x %{buildroot}%{$python_sitelib}/wcwidth/tests/test_*.py
+# Remove tests from runtime
+%{python_expand rm -r %{buildroot}%{$python_sitelib}/wcwidth/tests/
+%fdupes %{buildroot}%{$python_sitelib}
+}
%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} test*.py
popd
%files %{python_files}
-%defattr(-,root,root,-)
+%license LICENSE.txt
%doc README.rst
%{python_sitelib}/*
++++++ wcwidth-0.1.7.tar.gz -> wcwidth-0.1.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wcwidth-0.1.7/PKG-INFO new/wcwidth-0.1.8/PKG-INFO
--- old/wcwidth-0.1.7/PKG-INFO 2016-07-02 18:42:03.000000000 +0200
+++ new/wcwidth-0.1.8/PKG-INFO 2020-01-03 21:28:54.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: wcwidth
-Version: 0.1.7
+Version: 0.1.8
Summary: Measures number of Terminal column cells of wide-character codes
Home-page: https://github.com/jquast/wcwidth
Author: Jeff Quast
@@ -171,6 +171,9 @@
History
=======
+ 0.1.8 *2020-01-01*
+ * **Updated** tables to Unicode Specification 12.0.0. (`PR #30`_).
+
0.1.7 *2016-07-01*
* **Updated** tables to Unicode Specification 9.0.0. (`PR #18`_).
@@ -227,6 +230,7 @@
.. _`PR #5`: https://github.com/jquast/wcwidth/pull/5
.. _`PR #11`: https://github.com/jquast/wcwidth/pull/11
.. _`PR #18`: https://github.com/jquast/wcwidth/pull/18
+ .. _`PR #30`: https://github.com/jquast/wcwidth/pull/30
.. _`jquast/blessed`: https://github.com/jquast/blessed
.. _`jonathanslenders/python-prompt-toolkit`:
https://github.com/jonathanslenders/python-prompt-toolkit
.. _`wcwidth(3)`: http://man7.org/linux/man-pages/man3/wcwidth.3.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wcwidth-0.1.7/README.rst new/wcwidth-0.1.8/README.rst
--- old/wcwidth-0.1.7/README.rst 2016-07-02 18:36:34.000000000 +0200
+++ new/wcwidth-0.1.8/README.rst 2020-01-02 02:20:42.000000000 +0100
@@ -163,6 +163,9 @@
History
=======
+0.1.8 *2020-01-01*
+ * **Updated** tables to Unicode Specification 12.0.0. (`PR #30`_).
+
0.1.7 *2016-07-01*
* **Updated** tables to Unicode Specification 9.0.0. (`PR #18`_).
@@ -219,6 +222,7 @@
.. _`PR #5`: https://github.com/jquast/wcwidth/pull/5
.. _`PR #11`: https://github.com/jquast/wcwidth/pull/11
.. _`PR #18`: https://github.com/jquast/wcwidth/pull/18
+.. _`PR #30`: https://github.com/jquast/wcwidth/pull/30
.. _`jquast/blessed`: https://github.com/jquast/blessed
.. _`jonathanslenders/python-prompt-toolkit`:
https://github.com/jonathanslenders/python-prompt-toolkit
.. _`wcwidth(3)`: http://man7.org/linux/man-pages/man3/wcwidth.3.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wcwidth-0.1.7/setup.cfg new/wcwidth-0.1.8/setup.cfg
--- old/wcwidth-0.1.7/setup.cfg 2016-07-02 18:42:03.000000000 +0200
+++ new/wcwidth-0.1.8/setup.cfg 2020-01-03 21:28:54.000000000 +0100
@@ -1,8 +1,10 @@
[bdist_wheel]
universal = 1
+[metadata]
+license_file = LICENSE.txt
+
[egg_info]
tag_build =
tag_date = 0
-tag_svn_revision = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wcwidth-0.1.7/setup.py new/wcwidth-0.1.8/setup.py
--- old/wcwidth-0.1.7/setup.py 2016-07-02 06:21:58.000000000 +0200
+++ new/wcwidth-0.1.8/setup.py 2020-01-02 02:14:21.000000000 +0100
@@ -273,7 +273,7 @@
import codecs
setuptools.setup(
name='wcwidth',
- version='0.1.7',
+ version='0.1.8',
description=("Measures number of Terminal column cells "
"of wide-character codes"),
long_description=codecs.open(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wcwidth-0.1.7/wcwidth/table_wide.py
new/wcwidth-0.1.8/wcwidth/table_wide.py
--- old/wcwidth-0.1.7/wcwidth/table_wide.py 2016-07-02 18:36:11.000000000
+0200
+++ new/wcwidth-0.1.8/wcwidth/table_wide.py 2020-01-02 02:14:21.000000000
+0100
@@ -1,7 +1,7 @@
"""Wide_Eastasian table. Created by setup.py."""
-# Generated: 2016-07-02T04:20:28.048222
-# Source: EastAsianWidth-9.0.0.txt
-# Date: 2016-05-27, 17:00:00 GMT [KW, LI]
+# Generated: 2020-01-01T22:59:30.491382
+# Source: EastAsianWidth-12.1.0.txt
+# Date: 2019-03-31, 22:01:58 GMT [KW, LI]
WIDE_EASTASIAN = (
(0x1100, 0x115f,), # Hangul Choseong Kiyeok ..Hangul Choseong Filler
(0x231a, 0x231b,), # Watch ..Hourglass
@@ -45,14 +45,13 @@
(0x3000, 0x303e,), # Ideographic Space ..Ideographic Variation In
(0x3041, 0x3096,), # Hiragana Letter Small A ..Hiragana Letter Small Ke
(0x3099, 0x30ff,), # Combining Katakana-hirag..Katakana Digraph Koto
- (0x3105, 0x312d,), # Bopomofo Letter B ..Bopomofo Letter Ih
+ (0x3105, 0x312f,), # Bopomofo Letter B ..
(0x3131, 0x318e,), # Hangul Letter Kiyeok ..Hangul Letter Araeae
(0x3190, 0x31ba,), # Ideographic Annotation L..Bopomofo Letter Zy
(0x31c0, 0x31e3,), # Cjk Stroke T ..Cjk Stroke Q
(0x31f0, 0x321e,), # Katakana Letter Small Ku..Parenthesized Korean Cha
(0x3220, 0x3247,), # Parenthesized Ideograph ..Circled Ideograph Koto
- (0x3250, 0x32fe,), # Partnership Sign ..Circled Katakana Wo
- (0x3300, 0x4dbf,), # Square Apaato ..
+ (0x3250, 0x4dbf,), # Partnership Sign ..
(0x4e00, 0xa48c,), # Cjk Unified Ideograph-4e..Yi Syllable Yyr
(0xa490, 0xa4c6,), # Yi Radical Qot ..Yi Radical Ke
(0xa960, 0xa97c,), # Hangul Choseong Tikeut-m..Hangul Choseong Ssangyeo
@@ -64,10 +63,13 @@
(0xfe68, 0xfe6b,), # Small Reverse Solidus ..Small Commercial At
(0xff01, 0xff60,), # Fullwidth Exclamation Ma..Fullwidth Right White Pa
(0xffe0, 0xffe6,), # Fullwidth Cent Sign ..Fullwidth Won Sign
- (0x16fe0, 0x16fe0,), # (nil) ..
- (0x17000, 0x187ec,), # (nil) ..
+ (0x16fe0, 0x16fe3,), # (nil) ..
+ (0x17000, 0x187f7,), # (nil) ..
(0x18800, 0x18af2,), # (nil) ..
- (0x1b000, 0x1b001,), # Katakana Letter Archaic ..Hiragana Letter Archaic
+ (0x1b000, 0x1b11e,), # Katakana Letter Archaic ..
+ (0x1b150, 0x1b152,), # (nil) ..
+ (0x1b164, 0x1b167,), # (nil) ..
+ (0x1b170, 0x1b2fb,), # (nil) ..
(0x1f004, 0x1f004,), # Mahjong Tile Red Dragon ..Mahjong Tile Red Dragon
(0x1f0cf, 0x1f0cf,), # Playing Card Black Joker..Playing Card Black Joker
(0x1f18e, 0x1f18e,), # Negative Squared Ab ..Negative Squared Ab
@@ -76,6 +78,7 @@
(0x1f210, 0x1f23b,), # Squared Cjk Unified Ideo..
(0x1f240, 0x1f248,), # Tortoise Shell Bracketed..Tortoise Shell Bracketed
(0x1f250, 0x1f251,), # Circled Ideograph Advant..Circled Ideograph Accept
+ (0x1f260, 0x1f265,), # (nil) ..
(0x1f300, 0x1f320,), # Cyclone ..Shooting Star
(0x1f32d, 0x1f335,), # Hot Dog ..Cactus
(0x1f337, 0x1f37c,), # Tulip ..Baby Bottle
@@ -97,16 +100,20 @@
(0x1f680, 0x1f6c5,), # Rocket ..Left Luggage
(0x1f6cc, 0x1f6cc,), # Sleeping Accommodation ..Sleeping Accommodation
(0x1f6d0, 0x1f6d2,), # Place Of Worship ..
+ (0x1f6d5, 0x1f6d5,), # (nil) ..
(0x1f6eb, 0x1f6ec,), # Airplane Departure ..Airplane Arriving
- (0x1f6f4, 0x1f6f6,), # (nil) ..
- (0x1f910, 0x1f91e,), # Zipper-mouth Face ..
- (0x1f920, 0x1f927,), # (nil) ..
- (0x1f930, 0x1f930,), # (nil) ..
- (0x1f933, 0x1f93e,), # (nil) ..
- (0x1f940, 0x1f94b,), # (nil) ..
- (0x1f950, 0x1f95e,), # (nil) ..
- (0x1f980, 0x1f991,), # Crab ..
- (0x1f9c0, 0x1f9c0,), # Cheese Wedge ..Cheese Wedge
+ (0x1f6f4, 0x1f6fa,), # (nil) ..
+ (0x1f7e0, 0x1f7eb,), # (nil) ..
+ (0x1f90d, 0x1f971,), # (nil) ..
+ (0x1f973, 0x1f976,), # (nil) ..
+ (0x1f97a, 0x1f9a2,), # (nil) ..
+ (0x1f9a5, 0x1f9aa,), # (nil) ..
+ (0x1f9ae, 0x1f9ca,), # (nil) ..
+ (0x1f9cd, 0x1f9ff,), # (nil) ..
+ (0x1fa70, 0x1fa73,), # (nil) ..
+ (0x1fa78, 0x1fa7a,), # (nil) ..
+ (0x1fa80, 0x1fa82,), # (nil) ..
+ (0x1fa90, 0x1fa95,), # (nil) ..
(0x20000, 0x2fffd,), # Cjk Unified Ideograph-20..
(0x30000, 0x3fffd,), # (nil) ..
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wcwidth-0.1.7/wcwidth/table_zero.py
new/wcwidth-0.1.8/wcwidth/table_zero.py
--- old/wcwidth-0.1.7/wcwidth/table_zero.py 2016-07-02 18:36:11.000000000
+0200
+++ new/wcwidth-0.1.8/wcwidth/table_zero.py 2020-01-02 02:14:21.000000000
+0100
@@ -1,5 +1,5 @@
"""Zero_Width table. Created by setup.py."""
-# Generated: 2016-07-02T04:20:28.075504
+# Generated: 2020-01-01T22:59:30.515579
# Source: DerivedGeneralCategory-9.0.0.txt
# Date: 2016-06-01, 10:34:26 GMT
ZERO_WIDTH = (
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/wcwidth-0.1.7/wcwidth.egg-info/PKG-INFO
new/wcwidth-0.1.8/wcwidth.egg-info/PKG-INFO
--- old/wcwidth-0.1.7/wcwidth.egg-info/PKG-INFO 2016-07-02 18:42:01.000000000
+0200
+++ new/wcwidth-0.1.8/wcwidth.egg-info/PKG-INFO 2020-01-03 21:28:54.000000000
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: wcwidth
-Version: 0.1.7
+Version: 0.1.8
Summary: Measures number of Terminal column cells of wide-character codes
Home-page: https://github.com/jquast/wcwidth
Author: Jeff Quast
@@ -171,6 +171,9 @@
History
=======
+ 0.1.8 *2020-01-01*
+ * **Updated** tables to Unicode Specification 12.0.0. (`PR #30`_).
+
0.1.7 *2016-07-01*
* **Updated** tables to Unicode Specification 9.0.0. (`PR #18`_).
@@ -227,6 +230,7 @@
.. _`PR #5`: https://github.com/jquast/wcwidth/pull/5
.. _`PR #11`: https://github.com/jquast/wcwidth/pull/11
.. _`PR #18`: https://github.com/jquast/wcwidth/pull/18
+ .. _`PR #30`: https://github.com/jquast/wcwidth/pull/30
.. _`jquast/blessed`: https://github.com/jquast/blessed
.. _`jonathanslenders/python-prompt-toolkit`:
https://github.com/jonathanslenders/python-prompt-toolkit
.. _`wcwidth(3)`: http://man7.org/linux/man-pages/man3/wcwidth.3.html