pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-uncertainties



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 11 08:16:28 UTC 2020

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

Log Message:
py-uncertainties: updated to 3.1.4

3.1.4:
There is now a single code base for Python 2 and Python 3.

Python 2.7 is now the minimal Python version.

The installation can also now be done through a universal wheel, which helps with some external projects.

This Git version should have the same uncertainties code as PyPI version 3.1.4, but some accompanying files have been updated. This should have no impact on users. Developers are better off using 
this Git 3.1.4 version.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/py-uncertainties/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/py-uncertainties/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-uncertainties/Makefile
diff -u pkgsrc/math/py-uncertainties/Makefile:1.4 pkgsrc/math/py-uncertainties/Makefile:1.5
--- pkgsrc/math/py-uncertainties/Makefile:1.4   Mon Apr 27 18:57:23 2020
+++ pkgsrc/math/py-uncertainties/Makefile       Thu Jun 11 08:16:27 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/04/27 18:57:23 adam Exp $
+# $NetBSD: Makefile,v 1.5 2020/06/11 08:16:27 adam Exp $
 
-DISTNAME=      uncertainties-3.1.2
+DISTNAME=      uncertainties-3.1.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/uncertainties/}

Index: pkgsrc/math/py-uncertainties/distinfo
diff -u pkgsrc/math/py-uncertainties/distinfo:1.2 pkgsrc/math/py-uncertainties/distinfo:1.3
--- pkgsrc/math/py-uncertainties/distinfo:1.2   Sat Nov  9 21:46:58 2019
+++ pkgsrc/math/py-uncertainties/distinfo       Thu Jun 11 08:16:27 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/11/09 21:46:58 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/06/11 08:16:27 adam Exp $
 
-SHA1 (uncertainties-3.1.2.tar.gz) = 00734e0971ada59e914a00449e8856a2d5667227
-RMD160 (uncertainties-3.1.2.tar.gz) = dae79b55566e4f853def26b43e9ca9de6a55e0f3
-SHA512 (uncertainties-3.1.2.tar.gz) = 420fa4f58ac8dff17875029bc3dcd6539c638e8c8ffa5bcc273b486d05f0d1cc71b1db140a5098c1cd6472f93b6869303f57f48675296e859814197d899327bd
-Size (uncertainties-3.1.2.tar.gz) = 232577 bytes
+SHA1 (uncertainties-3.1.4.tar.gz) = 36fa49c7e0240e09c1e3b6244d8a5bacdac8b634
+RMD160 (uncertainties-3.1.4.tar.gz) = b4a5c3df73fc01161778bfdb3fedaa1487f6978a
+SHA512 (uncertainties-3.1.4.tar.gz) = 209ebbed1f9cf99e3263f6470b04fc737c6d34d878f7eb1d2a7df7e63d4d42b0460391a08f99d8fe09df8f7f0e1de8a8e6c2cbecaedc7f0373ab06d05fbeb955
+Size (uncertainties-3.1.4.tar.gz) = 148897 bytes



Home | Main Index | Thread Index | Old Index