forked from pool/python-cbor2
Accepting request 766911 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/766911 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-cbor2?expand=0&rev=2
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17b615da69964f87e48c5adb34ba63db3068f65b9cd14a7b099503d9f8a0e9ae
|
||||
size 23498
|
||||
3
cbor2-5.0.1.tar.gz
Normal file
3
cbor2-5.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4299db69e5ac7b3026abb2a639737c72804511130ced81f660a9cb9222352dba
|
||||
size 72038
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 24 13:45:03 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to version 5.0.1
|
||||
* Fix deprecation warning on python 3.7, 3.8
|
||||
* BACKWARD INCOMPATIBLE CBOR does not have a bare DATE type,
|
||||
encoding dates as datetimes is disabled by default
|
||||
* few major changes in the API, see docs/versionhistory.rst
|
||||
* Optional Pure C implementation by waveform80 that functions
|
||||
identically to the pure Python implementation
|
||||
* Drop Python 3.3 and 3.4 support from the build process
|
||||
* Added support for encoding and decoding IPv4 and IPv6 addresses
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 19 02:42:46 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-cbor2
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 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: 4.1.2
|
||||
Version: 5.0.1
|
||||
Release: 0
|
||||
Summary: Pure Python CBOR (de)serializer with extensive tag support
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user