Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-wcwidth for openSUSE:Factory checked in at 2023-01-18 13:08:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-wcwidth (Old) and /work/SRC/openSUSE:Factory/.python-wcwidth.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-wcwidth" Wed Jan 18 13:08:15 2023 rev:16 rq:1058811 version:0.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-wcwidth/python-wcwidth.changes 2022-11-24 12:22:37.833069278 +0100 +++ /work/SRC/openSUSE:Factory/.python-wcwidth.new.32243/python-wcwidth.changes 2023-01-18 13:08:19.451963052 +0100 @@ -1,0 +2,11 @@ +Tue Jan 17 06:29:30 UTC 2023 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 0.2.6: + * Fix example for str.rjust(20, '_') + * Add CodeQL workflow for GitHub code scanning + * Switch to using importlib.metadata + * Use a new jinja2 templating process to update library to latest unicode +- Drop patch remove-pkg_resources.patch. +- Remove Python 2 gubbins. + +------------------------------------------------------------------- Old: ---- remove-pkg_resources.patch wcwidth-0.2.5.tar.gz New: ---- wcwidth-0.2.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-wcwidth.spec ++++++ --- /var/tmp/diff_new_pack.JjBDor/_old 2023-01-18 13:08:20.059966314 +0100 +++ /var/tmp/diff_new_pack.JjBDor/_new 2023-01-18 13:08:20.063966335 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-wcwidth # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,28 +16,18 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without python2 Name: python-wcwidth -Version: 0.2.5 +Version: 0.2.6 Release: 0 Summary: Number of Terminal column cells of wide-character codes License: MIT URL: https://github.com/jquast/wcwidth Source: https://github.com/jquast/wcwidth/archive/%{version}.tar.gz#/wcwidth-%{version}.tar.gz -# PATCH-FIX-UPSTREAM gh#jquast/wcwidth#62 -Patch0: remove-pkg_resources.patch BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch -%if %{with python2} -BuildRequires: python-backports.functools_lru_cache >= 1.2.1 -%endif -%ifpython2 -Requires: python-backports.functools_lru_cache >= 1.2.1 -%endif %if %python_version_nodots < 38 Requires: python-importlib_metadata %endif ++++++ wcwidth-0.2.5.tar.gz -> wcwidth-0.2.6.tar.gz ++++++ ++++ 8842 lines of diff (skipped)