15
0

- 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
This commit is contained in:
2023-11-10 13:26:52 +00:00
committed by Git OBS Bridge
parent 399473b052
commit ca842a1743
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5adc034b7c90e6a8586bd046bcbf6004e35e16b0d7e31de395513a50d729bbf6
size 38178

3
cwcwidth-0.1.9.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f19d11a0148d4a8cacd064c96e93bca8ce3415a186ae8204038f45e108db76b8
size 57892

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Nov 10 13:26:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <yarunachalam@suse.com>

View File

@@ -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