15
0

- update to 1.1.4:

* Fix `UnicodeDecodeError` exception sending correctly
  * Remove deprecated `tests_require` from setup.py
  * Modify to use `setuptools_scm` for package build
  * Add support for Python 3.13
  * Drop support for Python 3.7/3.8
  * Add metadata attributes to the `mbstrdecoder` module
  * Improve type annotations

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mbstrdecoder?expand=0&rev=22
This commit is contained in:
2025-05-05 20:57:54 +00:00
committed by Git OBS Bridge
parent c0afaa5c76
commit 99ec88c6d6
4 changed files with 17 additions and 5 deletions

View File

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

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon May 5 20:57:36 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.1.4:
* Fix `UnicodeDecodeError` exception sending correctly
* Remove deprecated `tests_require` from setup.py
* Modify to use `setuptools_scm` for package build
* Add support for Python 3.13
* Drop support for Python 3.7/3.8
* Add metadata attributes to the `mbstrdecoder` module
* Improve type annotations
-------------------------------------------------------------------
Fri Dec 1 17:01:42 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-mbstrdecoder
#
# Copyright (c) 2023 SUSE LLC
# 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-mbstrdecoder
Version: 1.1.3
Version: 1.1.4
Release: 0
Summary: Multi-byte character string decoder
License: MIT