From ca842a17434ba90714c42c93b94f0487d2e728c5c2a08e92ad0d687ea9f77406 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 10 Nov 2023 13:26:52 +0000 Subject: [PATCH] - update to 41.0.5: * Update test vectors to match python-cryptography 41.0.5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cwcwidth?expand=0&rev=9 --- cwcwidth-0.1.8.tar.gz | 3 --- cwcwidth-0.1.9.tar.gz | 3 +++ python-cwcwidth.changes | 8 ++++++++ python-cwcwidth.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 cwcwidth-0.1.8.tar.gz create mode 100644 cwcwidth-0.1.9.tar.gz diff --git a/cwcwidth-0.1.8.tar.gz b/cwcwidth-0.1.8.tar.gz deleted file mode 100644 index 36588f6..0000000 --- a/cwcwidth-0.1.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5adc034b7c90e6a8586bd046bcbf6004e35e16b0d7e31de395513a50d729bbf6 -size 38178 diff --git a/cwcwidth-0.1.9.tar.gz b/cwcwidth-0.1.9.tar.gz new file mode 100644 index 0000000..25443bf --- /dev/null +++ b/cwcwidth-0.1.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19d11a0148d4a8cacd064c96e93bca8ce3415a186ae8204038f45e108db76b8 +size 57892 diff --git a/python-cwcwidth.changes b/python-cwcwidth.changes index 73dd81a..80ed0aa 100644 --- a/python-cwcwidth.changes +++ b/python-cwcwidth.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 10 13:26:49 UTC 2023 - Dirk Müller + +- update to 0.1.9: + * Drop support for Python 3.7. + * Add support for Python 3.12. + * Avoid redefinition of `_XOPEN_SOURCE`. + ------------------------------------------------------------------- Mon Nov 7 21:09:44 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-cwcwidth.spec b/python-cwcwidth.spec index 36329ac..267bcb1 100644 --- a/python-cwcwidth.spec +++ b/python-cwcwidth.spec @@ -1,7 +1,7 @@ # # spec file for package python-cwcwidth # -# 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 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cwcwidth -Version: 0.1.8 +Version: 0.1.9 Release: 0 Summary: Python bindings for wc(s)width License: MIT