14
0

- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-wcwidth?expand=0&rev=39
This commit is contained in:
2023-01-17 06:30:00 +00:00
committed by Git OBS Bridge
parent 1f5a0dc0fd
commit cfe629c740
5 changed files with 16 additions and 66 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jan 17 06:29:30 UTC 2023 - Steve Kowalik <steven.kowalik@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.
-------------------------------------------------------------------
Wed Nov 23 10:03:23 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>