pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-roman



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Apr 25 12:41:20 UTC 2019

Modified Files:
        pkgsrc/math/py-roman: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/py-roman/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-roman/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/py-roman/Makefile
diff -u pkgsrc/math/py-roman/Makefile:1.10 pkgsrc/math/py-roman/Makefile:1.11
--- pkgsrc/math/py-roman/Makefile:1.10  Tue Dec  4 12:59:58 2018
+++ pkgsrc/math/py-roman/Makefile       Thu Apr 25 12:41:20 2019
@@ -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/}

Index: pkgsrc/math/py-roman/distinfo
diff -u pkgsrc/math/py-roman/distinfo:1.6 pkgsrc/math/py-roman/distinfo:1.7
--- pkgsrc/math/py-roman/distinfo:1.6   Tue Dec  4 12:59:58 2018
+++ pkgsrc/math/py-roman/distinfo       Thu Apr 25 12:41:20 2019
@@ -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