Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2018 16:12:55 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487240 - head/devel/py-cbor2
Message-ID:  <201812111612.wBBGCtHX063470@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812111612.wBBGCtHX063470>