From 6f8ca3ee07265b5323f3ef96d4ddbed3ed04ff644a697294df844b848057a252 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 22 Oct 2024 13:48:05 +0000 Subject: [PATCH] - update to 5.6.5: * Published binary wheels for Python 3.13 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cbor2?expand=0&rev=27 --- cbor2-5.6.4.tar.gz | 3 --- cbor2-5.6.5.tar.gz | 3 +++ python-cbor2.changes | 6 ++++++ python-cbor2.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 cbor2-5.6.4.tar.gz create mode 100644 cbor2-5.6.5.tar.gz diff --git a/cbor2-5.6.4.tar.gz b/cbor2-5.6.4.tar.gz deleted file mode 100644 index 3ab5165..0000000 --- a/cbor2-5.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c533c50dde86bef1c6950602054a0ffa3c376e8b0e20c7b8f5b108793f6983e -size 100865 diff --git a/cbor2-5.6.5.tar.gz b/cbor2-5.6.5.tar.gz new file mode 100644 index 0000000..4e583a9 --- /dev/null +++ b/cbor2-5.6.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b682820677ee1dbba45f7da11898d2720f92e06be36acec290867d5ebf3d7e09 +size 100886 diff --git a/python-cbor2.changes b/python-cbor2.changes index a083caa..ac162ef 100644 --- a/python-cbor2.changes +++ b/python-cbor2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 22 13:48:00 UTC 2024 - Dirk Müller + +- update to 5.6.5: + * Published binary wheels for Python 3.13 + ------------------------------------------------------------------- Thu Jun 6 10:36:17 UTC 2024 - John Paul Adrian Glaubitz diff --git a/python-cbor2.spec b/python-cbor2.spec index e0e906a..203a2f6 100644 --- a/python-cbor2.spec +++ b/python-cbor2.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-cbor2 -Version: 5.6.4 +Version: 5.6.5 Release: 0 Summary: Pure Python CBOR (de)serializer with extensive tag support License: MIT