From d1f8700356e84248b5f7997f2d575a54d2e3e5cebe649b2242e38cfd26c49546 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 9 May 2023 21:30:37 +0000 Subject: [PATCH] - update to 3.11.1: * Fixed ``EncodingWarnings`` when reading/writing text. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.text?expand=0&rev=24 --- jaraco.text-3.11.0.tar.gz | 3 --- jaraco.text-3.11.1.tar.gz | 3 +++ python-jaraco.text.changes | 6 ++++++ python-jaraco.text.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 jaraco.text-3.11.0.tar.gz create mode 100644 jaraco.text-3.11.1.tar.gz diff --git a/jaraco.text-3.11.0.tar.gz b/jaraco.text-3.11.0.tar.gz deleted file mode 100644 index 04a4cb7..0000000 --- a/jaraco.text-3.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ddb589595fe176ea8179c801ca4ece2be0aa71f377b91f3ca65b4d741948351 -size 15883 diff --git a/jaraco.text-3.11.1.tar.gz b/jaraco.text-3.11.1.tar.gz new file mode 100644 index 0000000..d94070d --- /dev/null +++ b/jaraco.text-3.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333a5df2148f7139718607cdf352fe1d95162971a7299c380dcc24dab0168980 +size 16083 diff --git a/python-jaraco.text.changes b/python-jaraco.text.changes index a16afc5..5207475 100644 --- a/python-jaraco.text.changes +++ b/python-jaraco.text.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue May 9 21:30:06 UTC 2023 - Dirk Müller + +- update to 3.11.1: + * Fixed ``EncodingWarnings`` when reading/writing text. + ------------------------------------------------------------------- Tue Dec 6 03:48:18 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-jaraco.text.spec b/python-jaraco.text.spec index 48dc2a2..7de9c4c 100644 --- a/python-jaraco.text.spec +++ b/python-jaraco.text.spec @@ -1,7 +1,7 @@ # # spec file for package python-jaraco.text # -# 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 @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-jaraco.text -Version: 3.11.0 +Version: 3.11.1 Release: 0 Summary: Tools to work with text License: MIT