From e6f2dc2e1f8ecbd2912006d5e1fcbe98c21557a1f0e989b974ea23fa06a3baa1 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 27 Sep 2022 19:04:16 +0000 Subject: [PATCH] Accepting request 1006446 from home:yarunachalam:branches:devel:languages:python - Update to version 0.1.7 * Ensure that cython generated C source file is always included in sdist. - Update to version 0.1.6 * Add support for Python 3.10 * Drop support for Python 3.6 - Update to version 0.1.5 * Fix type annotations - Update to version 0.1.4 * Include tests again. * Include C file again. - Update to version 0.1.3 * Fix memory leaks in certain error cases. * Modernize build system and rely on setuptool's Cython support. * Add more tests. * Skip some tests if not run in a UTF-8 locale. * Use libc's implementation on Mac OS. - Update to version 0.1.2 * Also build wheels with cibuildwheel. * Provide type information for mypy. OBS-URL: https://build.opensuse.org/request/show/1006446 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cwcwidth?expand=0&rev=5 --- cwcwidth-0.1.4.tar.gz | 3 --- cwcwidth-0.1.7.tar.gz | 3 +++ python-cwcwidth.changes | 23 +++++++++++++++++++++++ python-cwcwidth.spec | 4 ++-- 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 cwcwidth-0.1.4.tar.gz create mode 100644 cwcwidth-0.1.7.tar.gz diff --git a/cwcwidth-0.1.4.tar.gz b/cwcwidth-0.1.4.tar.gz deleted file mode 100644 index f9ef77f..0000000 --- a/cwcwidth-0.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:482a937891a6918667436e0a7041aab576c26e4bcbcdddd178ef79362fbcf9ab -size 11190 diff --git a/cwcwidth-0.1.7.tar.gz b/cwcwidth-0.1.7.tar.gz new file mode 100644 index 0000000..fdb270b --- /dev/null +++ b/cwcwidth-0.1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d647e12e3a4b15a881e1d84f796937516648489e011257237dc2179d6b1951 +size 38140 diff --git a/python-cwcwidth.changes b/python-cwcwidth.changes index 4a56689..5abf30e 100644 --- a/python-cwcwidth.changes +++ b/python-cwcwidth.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Sep 27 15:29:14 UTC 2022 - Yogalakshmi Arunachalam + +- Update to version 0.1.7 + * Ensure that cython generated C source file is always included in sdist. +- Update to version 0.1.6 + * Add support for Python 3.10 + * Drop support for Python 3.6 +- Update to version 0.1.5 + * Fix type annotations +- Update to version 0.1.4 + * Include tests again. + * Include C file again. +- Update to version 0.1.3 + * Fix memory leaks in certain error cases. + * Modernize build system and rely on setuptool's Cython support. + * Add more tests. + * Skip some tests if not run in a UTF-8 locale. + * Use libc's implementation on Mac OS. +- Update to version 0.1.2 + * Also build wheels with cibuildwheel. + * Provide type information for mypy. + ------------------------------------------------------------------- Tue Apr 6 14:50:58 UTC 2021 - Arun Persaud diff --git a/python-cwcwidth.spec b/python-cwcwidth.spec index 1339a72..882dee1 100644 --- a/python-cwcwidth.spec +++ b/python-cwcwidth.spec @@ -1,7 +1,7 @@ # # spec file for package python-cwcwidth # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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.4 +Version: 0.1.7 Release: 0 Summary: Python bindings for wc(s)width License: MIT