14
0
forked from pool/python-cbor2

- 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)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cbor2?expand=0&rev=12
This commit is contained in:
2021-04-22 20:18:26 +00:00
committed by Git OBS Bridge
parent fdc481e11b
commit a3788d7272
4 changed files with 17 additions and 5 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Apr 22 20:17:32 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <mimi.vx@gmail.com>

View File

@@ -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