17
0

Compare commits

2 Commits

Author SHA256 Message Date
cb82f1b248 Accepting request 1254395 from devel:languages:python
Forwarded request #1254338 from glaubitz

- 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

OBS-URL: https://build.opensuse.org/request/show/1254395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cwcwidth?expand=0&rev=5
2025-03-20 18:23:45 +00:00
4931e8533b Accepting request 1254338 from home:glaubitz:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/1254338
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cwcwidth?expand=0&rev=11
2025-03-19 12:27:31 +00:00
4 changed files with 7 additions and 17 deletions

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

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

View File

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

View File

@@ -1,13 +1,3 @@
-------------------------------------------------------------------
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>
@@ -35,7 +25,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>
- Update to version 0.1.8
- Update to version 0.1.8
Set build-backend in pyproject.toml.
-------------------------------------------------------------------
@@ -59,7 +49,7 @@ Tue Sep 27 15:29:14 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
* Use libc's implementation on Mac OS.
- Update to version 0.1.2
* 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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cwcwidth
#
# Copyright (c) 2026 SUSE LLC and contributors
# Copyright (c) 2025 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 @@
%{?sle15_python_module_pythons}
Name: python-cwcwidth
Version: 0.1.12
Version: 0.1.10
Release: 0
Summary: Python bindings for wc(s)width
License: MIT