From 8d423cdf9accebcbef125c257d856122e97eb73b2688367c3a018e97e06ea076 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 28 Sep 2022 16:49:20 +0000 Subject: [PATCH] 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 --- flufl.i18n-4.0.tar.gz | 3 --- flufl.i18n-4.1.1.tar.gz | 3 +++ python-flufl.i18n.changes | 15 +++++++++++++++ python-flufl.i18n.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 flufl.i18n-4.0.tar.gz create mode 100644 flufl.i18n-4.1.1.tar.gz diff --git a/flufl.i18n-4.0.tar.gz b/flufl.i18n-4.0.tar.gz deleted file mode 100644 index 8af852e..0000000 --- a/flufl.i18n-4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:313ab4763845a7f704c74133b7911a333dccceb0168f16741d04a47c5b9ab166 -size 21119 diff --git a/flufl.i18n-4.1.1.tar.gz b/flufl.i18n-4.1.1.tar.gz new file mode 100644 index 0000000..2ee1f40 --- /dev/null +++ b/flufl.i18n-4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0acfa6a082427d60127ea3be578c2e037679fe662f619580e7962c1373b0cdb +size 21239 diff --git a/python-flufl.i18n.changes b/python-flufl.i18n.changes index 355e38a..58d298a 100644 --- a/python-flufl.i18n.changes +++ b/python-flufl.i18n.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Sep 28 15:29:41 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-flufl.i18n.spec b/python-flufl.i18n.spec index 1df0716..b2b99e8 100644 --- a/python-flufl.i18n.spec +++ b/python-flufl.i18n.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-flufl.i18n -Version: 4.0 +Version: 4.1.1 Release: 0 Summary: High level API for internationalizing Python libraries and applications License: Apache-2.0