forked from pool/python-cbor2
- update to 5.4.0:
* Added new feature stringrefs, which makes repetitive dictionary structures
more compact. Use with care since support for this is rare in other CBOR
implementations.
* This release includes some bugfixes around decoding invalid data, which may
improve security on decoding untrusted data.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cbor2?expand=0&rev=14
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a33aa2e5534fd74401ac95686886e655e3b2ce6383b3f958199b6e70a87c94bf
|
||||
size 81467
|
||||
3
cbor2-5.4.0.tar.gz
Normal file
3
cbor2-5.4.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7926f7244b08c413f1a4fa71a81aa256771c75bdf1a4fd77308547a2d63dd48
|
||||
size 84850
|
||||
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 8 12:53:06 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.4.0:
|
||||
* Added new feature stringrefs, which makes repetitive dictionary structures
|
||||
more compact. Use with care since support for this is rare in other CBOR
|
||||
implementations.
|
||||
* This release includes some bugfixes around decoding invalid data, which may
|
||||
improve security on decoding untrusted data.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 22 20:17:32 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-cbor2
|
||||
Version: 5.2.0
|
||||
Version: 5.4.0
|
||||
Release: 0
|
||||
Summary: Pure Python CBOR (de)serializer with extensive tag support
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user