Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2fbcda4ebe | |||
| 297b04d455 | |||
| 1f505ec019 | |||
| 84de293402 | |||
| 01ddbd6765 | |||
| 1fb94cf915 | |||
| cec8cd6a71 | |||
| 8ba75a53fe |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1c533c50dde86bef1c6950602054a0ffa3c376e8b0e20c7b8f5b108793f6983e
|
|
||||||
size 100865
|
|
||||||
BIN
cbor2-5.6.5.tar.gz
LFS
Normal file
BIN
cbor2-5.6.5.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- update to 5.6.5:
|
||||||
|
* Published binary wheels for Python 3.13
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 6 10:36:17 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Thu Jun 6 10:36:17 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
@@ -10,7 +26,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>
|
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
|
* Fixed decoding of epoch-based dates being affected by the local
|
||||||
time zone in the C extension
|
time zone in the C extension
|
||||||
- from version 5.6.2
|
- from version 5.6.2
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-cbor2
|
# spec file for package python-cbor2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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,9 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%if 0%{?suse_version} > 1500
|
||||||
|
%bcond_without libalternatives
|
||||||
|
%else
|
||||||
|
%bcond_with libalternatives
|
||||||
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-cbor2
|
Name: python-cbor2
|
||||||
Version: 5.6.4
|
Version: 5.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Pure Python CBOR (de)serializer with extensive tag support
|
Summary: Pure Python CBOR (de)serializer with extensive tag support
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -33,8 +38,13 @@ BuildRequires: %{python_module setuptools_scm >= 6.4}
|
|||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
%if %{with libalternatives}
|
||||||
|
BuildRequires: alts
|
||||||
|
Requires: alts
|
||||||
|
%else
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun): update-alternatives
|
Requires(postun): update-alternatives
|
||||||
|
%endif
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -60,6 +70,9 @@ export LANG=en_US.UTF8
|
|||||||
export LANG=en_US.UTF8
|
export LANG=en_US.UTF8
|
||||||
%pytest_arch
|
%pytest_arch
|
||||||
|
|
||||||
|
%pre
|
||||||
|
%python_libalternatives_reset_alternative cbor2
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative cbor2
|
%python_install_alternative cbor2
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user