forked from pool/python-cwcwidth
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user