15
0

Accepting request 1006718 from home:yarunachalam:branches:devel:languages:python

- Update to 4.1.1 (2022-09-05)
  * Improvements to the GitLab CI integration.
  * Several minor updates to work better with the latest pdm.
- Update to 4.1 (2022-08-25)
  * The standard substitution pattern now ignores the trailing dot on $-string placeholders. I.e. $foo. is now recognized as $foo. (GL#12)
  * Update to pdm 1.3.
  * Update dependencies.
  * Make sure the doctest teardown gets run.
  * Add support for Python 3.11.

OBS-URL: https://build.opensuse.org/request/show/1006718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.i18n?expand=0&rev=9
This commit is contained in:
2022-09-28 16:49:20 +00:00
committed by Git OBS Bridge
parent 895c3690bc
commit 8d423cdf9a
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Sep 28 15:29:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 4.1.1 (2022-09-05)
* Improvements to the GitLab CI integration.
* Several minor updates to work better with the latest pdm.
- Update to 4.1 (2022-08-25)
* The standard substitution pattern now ignores the trailing dot on $-string placeholders. I.e. $foo. is now recognized as $foo. (GL#12)
* Update to pdm 1.3.
* Update dependencies.
* Make sure the doctest teardown gets run.
* Add support for Python 3.11.
-------------------------------------------------------------------
Sat Jul 2 10:08:22 UTC 2022 - Matej Cepl <mcepl@suse.com>