10 Commits

Author SHA256 Message Date
860dee7bfb Accepting request 1314563 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1314563
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cbor2?expand=0&rev=18
2025-10-30 16:10:52 +00:00
31f1f8651d - Update to 5.7.1
* Improved performance on decoding large definite bytestrings
  * Fixed a read(-1) vulnerability caused by boundary handling error

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cbor2?expand=0&rev=37
2025-10-30 13:18:28 +00:00
aad6eaab4d Accepting request 1307718 from devel:languages:python
- update to 5.7.0:
  * Added support for Python 3.14 (no free-threading support yet,
    sorry)
  * Dropped support for Python 3.8
  * Added support for encoding indefinite containers
  * Added complex number support (tag 43000)

OBS-URL: https://build.opensuse.org/request/show/1307718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cbor2?expand=0&rev=17
2025-09-29 14:37:20 +00:00
a6c86ae467 - update to 5.7.0:
* Added support for Python 3.14 (no free-threading support yet,
    sorry)
  * Dropped support for Python 3.8
  * Added support for encoding indefinite containers
  * Added complex number support (tag 43000)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cbor2?expand=0&rev=35
2025-09-29 10:21:47 +00:00
fd17d68952 Accepting request 1298978 from devel:languages:python
- Make the libalternatives transition conditional

OBS-URL: https://build.opensuse.org/request/show/1298978
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cbor2?expand=0&rev=16
2025-08-12 15:05:09 +00:00
c9f7b13f08 - Make the libalternatives transition conditional
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cbor2?expand=0&rev=33
2025-08-12 08:01:34 +00:00
fdfe39a01d Accepting request 1288516 from devel:languages:python
- Convert to libalternatives

OBS-URL: https://build.opensuse.org/request/show/1288516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cbor2?expand=0&rev=15
2025-06-26 09:39:02 +00:00
9f8bb43810 - Convert to libalternatives
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cbor2?expand=0&rev=31
2025-06-25 11:44:47 +00:00
ed59bf6373 Accepting request 1243333 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1243333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cbor2?expand=0&rev=14
2025-02-05 16:21:21 +00:00
84b6145434 - Update to 5.6.3 (bsc#1220096, CVE-2024-26134):
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cbor2?expand=0&rev=29
2025-01-29 11:47:20 +00:00
4 changed files with 46 additions and 6 deletions

Binary file not shown.

3
cbor2-5.7.1.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Oct 30 13:11:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.7.1
* Improved performance on decoding large definite bytestrings
* Fixed a read(-1) vulnerability caused by boundary handling error
-------------------------------------------------------------------
Mon Sep 29 10:21:41 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 5.7.0:
* Added support for Python 3.14 (no free-threading support yet,
sorry)
* Dropped support for Python 3.8
* Added support for encoding indefinite containers
* Added complex number support (tag 43000)
-------------------------------------------------------------------
Tue Aug 12 08:01:01 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make the libalternatives transition conditional
-------------------------------------------------------------------
Wed Jun 25 11:44:28 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives
-------------------------------------------------------------------
Tue Oct 22 13:48:00 UTC 2024 - Dirk Müller <dmueller@suse.com>
@@ -16,7 +43,7 @@ Thu Jun 6 10:36:17 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
-------------------------------------------------------------------
Wed Jun 5 15:47:30 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 5.6.3
- Update to 5.6.3 (bsc#1220096, CVE-2024-26134):
* Fixed decoding of epoch-based dates being affected by the local
time zone in the C extension
- from version 5.6.2

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cbor2
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,14 @@
#
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?sle15_python_module_pythons}
Name: python-cbor2
Version: 5.6.5
Version: 5.7.1
Release: 0
Summary: Pure Python CBOR (de)serializer with extensive tag support
License: MIT
@@ -33,8 +38,13 @@ BuildRequires: %{python_module setuptools_scm >= 6.4}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if %{with libalternatives}
BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun): update-alternatives
%endif
%python_subpackages
%description
@@ -60,6 +70,9 @@ export LANG=en_US.UTF8
export LANG=en_US.UTF8
%pytest_arch
%pre
%python_libalternatives_reset_alternative cbor2
%post
%python_install_alternative cbor2