forked from pool/python-cwcwidth
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f8b7b60dd4 | |||
| 5c3ca30b10 | |||
| 47924ab2d9 | |||
| 1c75858240 |
3
cwcwidth-0.1.12.tar.gz
Normal file
3
cwcwidth-0.1.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bfc16531d1246dd2558eb9b3a63aa37a9978672b956860dc5426da2343ebf366
|
||||||
|
size 72009
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f19d11a0148d4a8cacd064c96e93bca8ce3415a186ae8204038f45e108db76b8
|
|
||||||
size 57892
|
|
||||||
@@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 22 14:22:25 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.1.12:
|
||||||
|
* Drop support for Python 3.10.
|
||||||
|
* Add support for building extensions with limited API.
|
||||||
|
* Build wheels for PyPI with limited API.
|
||||||
|
* Drop support for Python 3.9.
|
||||||
|
* Add support for Python 3.14.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 19 08:57:46 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.1.10
|
||||||
|
* Drop support for Python 3.8.
|
||||||
|
* Add support for Python 3.13.
|
||||||
|
* Update Unicode definition to 15.1.
|
||||||
|
- Limit Python files matched in %files section
|
||||||
|
- Switch package to modern Python Stack on SLE-15
|
||||||
|
* Use Python 3.11 on SLE-15 by default
|
||||||
|
* Drop support for older Python versions
|
||||||
|
- Switch build system from setuptools to pyproject.toml
|
||||||
|
* Add python-pip and python-wheel to BuildRequires
|
||||||
|
* Replace %python_build with %pyproject_wheel
|
||||||
|
* Replace %python_install with %pyproject_install
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 10 13:26:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Fri Nov 10 13:26:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@@ -9,7 +35,7 @@ Fri Nov 10 13:26:49 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 7 21:09:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Mon Nov 7 21:09:44 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
- Update to version 0.1.8
|
- Update to version 0.1.8
|
||||||
Set build-backend in pyproject.toml.
|
Set build-backend in pyproject.toml.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
@@ -33,7 +59,7 @@ Tue Sep 27 15:29:14 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|||||||
* Use libc's implementation on Mac OS.
|
* Use libc's implementation on Mac OS.
|
||||||
- Update to version 0.1.2
|
- Update to version 0.1.2
|
||||||
* Also build wheels with cibuildwheel.
|
* Also build wheels with cibuildwheel.
|
||||||
* Provide type information for mypy.
|
* Provide type information for mypy.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 6 14:50:58 UTC 2021 - Arun Persaud <arun@gmx.de>
|
Tue Apr 6 14:50:58 UTC 2021 - Arun Persaud <arun@gmx.de>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-cwcwidth
|
# spec file for package python-cwcwidth
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,16 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-cwcwidth
|
Name: python-cwcwidth
|
||||||
Version: 0.1.9
|
Version: 0.1.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python bindings for wc(s)width
|
Summary: Python bindings for wc(s)width
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/sebastinas/cwcwidth
|
URL: https://github.com/sebastinas/cwcwidth
|
||||||
Source: https://files.pythonhosted.org/packages/source/c/cwcwidth/cwcwidth-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/c/cwcwidth/cwcwidth-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module Cython}
|
BuildRequires: %{python_module Cython}
|
||||||
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -38,15 +40,16 @@ Python bindings for wc(s)width
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
%python_build
|
%pyproject_wheel
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%pyproject_install
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
%python_expand %fdupes %{buildroot}%{$python_sitearch}
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc CHANGELOG.md README.md
|
%doc CHANGELOG.md README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitearch}/*
|
%{python_sitearch}/cwcwidth
|
||||||
|
%{python_sitearch}/cwcwidth-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user