svn commit: r487240 - head/devel/py-cbor2
Dan Langille
dvl at FreeBSD.org
Tue Dec 11 16:12:56 UTC 2018
Author: dvl
Date: Tue Dec 11 16:12:54 2018
New Revision: 487240
URL: https://svnweb.freebsd.org/changeset/ports/487240
Log:
Upgrade to 4.1.2
4.1.2:
- Fixed bigint encoding taking quadratic time
- Fixed overflow errors when encoding floating point numbers in canonical mode
- Improved decoder performance for dictionaries
- Minor documentation tweaks
4.1.1:
- Fixed encoding of negative ``Decimal`` instances (PR by Sekenre)
Modified:
head/devel/py-cbor2/Makefile
head/devel/py-cbor2/distinfo
Modified: head/devel/py-cbor2/Makefile
==============================================================================
--- head/devel/py-cbor2/Makefile Tue Dec 11 15:04:12 2018 (r487239)
+++ head/devel/py-cbor2/Makefile Tue Dec 11 16:12:54 2018 (r487240)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cbor2
-PORTVERSION= 4.1.0
+PORTVERSION= 4.1.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Modified: head/devel/py-cbor2/distinfo
==============================================================================
--- head/devel/py-cbor2/distinfo Tue Dec 11 15:04:12 2018 (r487239)
+++ head/devel/py-cbor2/distinfo Tue Dec 11 16:12:54 2018 (r487240)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533221101
-SHA256 (cbor2-4.1.0.tar.gz) = a48a1a8fa6bc51b271db63c9605de31f957396793c21332972697efd7800372c
-SIZE (cbor2-4.1.0.tar.gz) = 23109
+TIMESTAMP = 1544543676
+SHA256 (cbor2-4.1.2.tar.gz) = 17b615da69964f87e48c5adb34ba63db3068f65b9cd14a7b099503d9f8a0e9ae
+SIZE (cbor2-4.1.2.tar.gz) = 23498
More information about the svn-ports-head
mailing list