pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-roman py-roman: updated to 3.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00233f41ad74
branches:  trunk
changeset: 332792:00233f41ad74
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Apr 25 12:41:20 2019 +0000

description:
py-roman: updated to 3.2

3.2:
- expanded test coverage
- Added support for 0 -> N
  (see https://en.wikipedia.org/wiki/Roman_numerals#Zero)
- Added support for Python 3.8

diffstat:

 math/py-roman/Makefile |   4 ++--
 math/py-roman/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 39d9a01c79c2 -r 00233f41ad74 math/py-roman/Makefile
--- a/math/py-roman/Makefile    Thu Apr 25 11:35:50 2019 +0000
+++ b/math/py-roman/Makefile    Thu Apr 25 12:41:20 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/12/04 12:59:58 adam Exp $
+# $NetBSD: Makefile,v 1.11 2019/04/25 12:41:20 adam Exp $
 
-DISTNAME=      roman-3.1
+DISTNAME=      roman-3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/roman/}
diff -r 39d9a01c79c2 -r 00233f41ad74 math/py-roman/distinfo
--- a/math/py-roman/distinfo    Thu Apr 25 11:35:50 2019 +0000
+++ b/math/py-roman/distinfo    Thu Apr 25 12:41:20 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2018/12/04 12:59:58 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/04/25 12:41:20 adam Exp $
 
-SHA1 (roman-3.1.tar.gz) = 9794354d48e911b36376f98af3cb8b08b5219fcf
-RMD160 (roman-3.1.tar.gz) = f10abd7192db701ad7a4874c0235ce5dc04effa7
-SHA512 (roman-3.1.tar.gz) = 120835f9e128ef6d5619a0ccddcc809d5a5df351eb73fbbf47530ece63d2808ed4fcdb21ea4d2e8c40d0f9410dfe4de2c0d263879c02481a1a3118e1a4c1e993
-Size (roman-3.1.tar.gz) = 5255 bytes
+SHA1 (roman-3.2.tar.gz) = 76e3ed7c233f685a0c0d23ef2afc99bd7467fa41
+RMD160 (roman-3.2.tar.gz) = 2e67286345ec1021dd28fac57d18c7fb119180a0
+SHA512 (roman-3.2.tar.gz) = 142904551745c8b7874d52c8d04f483b0c18b18ba8bc3d3a51fcf509e09b3a3f8a28d0b88bdd8282957bf3d698b1bab86de7fb4808cde9b0e5cfb910deca35ab
+Size (roman-3.2.tar.gz) = 7156 bytes



Home | Main Index | Thread Index | Old Index