diff --git a/cbor2-4.1.2.tar.gz b/cbor2-4.1.2.tar.gz deleted file mode 100644 index 59c8172..0000000 --- a/cbor2-4.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:17b615da69964f87e48c5adb34ba63db3068f65b9cd14a7b099503d9f8a0e9ae -size 23498 diff --git a/cbor2-5.0.1.tar.gz b/cbor2-5.0.1.tar.gz new file mode 100644 index 0000000..ee4aae6 --- /dev/null +++ b/cbor2-5.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4299db69e5ac7b3026abb2a639737c72804511130ced81f660a9cb9222352dba +size 72038 diff --git a/python-cbor2.changes b/python-cbor2.changes index c989355..5bb8fd9 100644 --- a/python-cbor2.changes +++ b/python-cbor2.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jan 24 13:45:03 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-cbor2.spec b/python-cbor2.spec index d75ba3a..8c6bf07 100644 --- a/python-cbor2.spec +++ b/python-cbor2.spec @@ -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