14
0
forked from pool/python-cbor2

Accepting request 946692 from devel:languages:python

- update to 5.4.2:
  * Fix segfault when initializing CBORTag with incorrect arguments 
  * Fix sphinx build warnings 
  * Fix SystemErrors when using C-backend, meaningful exceptions now raised 
  * Fix precision loss when decoding base10 decimal fractions 
  * Made CBORTag handling consistent between python and C-module

OBS-URL: https://build.opensuse.org/request/show/946692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cbor2?expand=0&rev=8
This commit is contained in:
2022-01-16 23:22:47 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jan 15 17:50:18 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 5.4.2:
* Fix segfault when initializing CBORTag with incorrect arguments
* Fix sphinx build warnings
* Fix SystemErrors when using C-backend, meaningful exceptions now raised
* Fix precision loss when decoding base10 decimal fractions
* Made CBORTag handling consistent between python and C-module
-------------------------------------------------------------------
Tue Jun 8 12:53:06 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-cbor2
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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.4.0
Version: 5.4.2
Release: 0
Summary: Pure Python CBOR (de)serializer with extensive tag support
License: MIT