diff --git a/cbor2-5.1.2.tar.gz b/cbor2-5.1.2.tar.gz deleted file mode 100644 index 0bb9735..0000000 --- a/cbor2-5.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:91759bd0ee5ef0d4fa24144dfa551670730baeca8cf2fff1cc59f734ecd21de6 -size 73247 diff --git a/cbor2-5.2.0.tar.gz b/cbor2-5.2.0.tar.gz new file mode 100644 index 0000000..39cbd00 --- /dev/null +++ b/cbor2-5.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33aa2e5534fd74401ac95686886e655e3b2ce6383b3f958199b6e70a87c94bf +size 81467 diff --git a/python-cbor2.changes b/python-cbor2.changes index 5d8ca41..5ca7475 100644 --- a/python-cbor2.changes +++ b/python-cbor2.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Apr 22 20:17:32 UTC 2021 - Dirk Müller + +- update to 5.2.0: + * Final version tested with Python 2.7 and 3.5 + * README: Announce deprecation of Python 2.7, 3.5 + * README: More detail and examples + * Bugfix: Fix segfault on loading huge arrays with C-backend (Sekenre) + * Build system: Allow packagers to force C-backend building or disable using env var (jameshilliard) + * Feature: :module:`cbor2.tool` Command line diagnostic tool (Sekenre) + * Feature: Ignore semantic tag used for file magic 55799 AKA "Self-Described CBOR" (kalcutter) + ------------------------------------------------------------------- Fri Aug 21 10:06:22 UTC 2020 - Ondřej Súkup diff --git a/python-cbor2.spec b/python-cbor2.spec index ccc4715..ae10002 100644 --- a/python-cbor2.spec +++ b/python-cbor2.spec @@ -1,7 +1,7 @@ # # spec file for package python-cbor2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-cbor2 -Version: 5.1.2 +Version: 5.2.0 Release: 0 Summary: Pure Python CBOR (de)serializer with extensive tag support License: MIT