pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-Theano



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Feb 11 20:25:46 UTC 2024

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

Log Message:
py-Theano: updated to 1.0.5

Theano 1.0.5 (27th of July 2020)
================================

This is a maintenance release of Theano, version ``1.0.5``, with no
new features, but some deprecation fixes.

We recommend that everybody update to this version.

Highlights (since 1.0.4):

 - Theano is now compatible with Python 3.9
 - Fixed many deprecation warnings


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/math/py-Theano/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/py-Theano/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-Theano/Makefile
diff -u pkgsrc/math/py-Theano/Makefile:1.14 pkgsrc/math/py-Theano/Makefile:1.15
--- pkgsrc/math/py-Theano/Makefile:1.14 Sun Nov  5 23:37:50 2023
+++ pkgsrc/math/py-Theano/Makefile      Sun Feb 11 20:25:46 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2023/11/05 23:37:50 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2024/02/11 20:25:46 adam Exp $
 
-DISTNAME=      Theano-1.0.4
+DISTNAME=      Theano-1.0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   4
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=T/Theano/}
 
@@ -13,14 +12,13 @@ LICENSE=    modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-scipy>=0.17.0:../../math/py-scipy
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=1.3.0:../../devel/py-nose
 TEST_DEPENDS+= ${PYPKGPREFIX}-parameterized-[0-9]*:../../devel/py-parameterized
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
-USE_TOOLS+=    bash
 USE_LANGUAGES= c c++
+USE_TOOLS+=    bash
 
 REPLACE_INTERPRETER+=  bash
 REPLACE.bash.old=      .*/bin/bash

Index: pkgsrc/math/py-Theano/distinfo
diff -u pkgsrc/math/py-Theano/distinfo:1.6 pkgsrc/math/py-Theano/distinfo:1.7
--- pkgsrc/math/py-Theano/distinfo:1.6  Sun Nov  5 23:37:50 2023
+++ pkgsrc/math/py-Theano/distinfo      Sun Feb 11 20:25:46 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2023/11/05 23:37:50 wiz Exp $
+$NetBSD: distinfo,v 1.7 2024/02/11 20:25:46 adam Exp $
 
-BLAKE2s (Theano-1.0.4.tar.gz) = 968e9e782252836a2ba943454cd5bcc42b66290b08a06c305fafac8035597816
-SHA512 (Theano-1.0.4.tar.gz) = 3cc7f9dbb606c3c997c8651c34dd861721d5a8b99d06ed0887306d5a5ad0d7e402fbe29dcb5ad2f513b3bf75966e41a2854ebdf9a4fb212607345f84f367de8c
-Size (Theano-1.0.4.tar.gz) = 2840691 bytes
+BLAKE2s (Theano-1.0.5.tar.gz) = bad77cb42a39d99f5ec9b10050479bda71a065b904fbabbe4e739d5cb4b3bf42
+SHA512 (Theano-1.0.5.tar.gz) = 6bb27753957d32392ea793e39ea56eff94baafbb55e27488f9c0bbdb387172a6829e64f461f83dae192486d9764b72d815e3b8dc059b2af116b024fc7228a118
+Size (Theano-1.0.5.tar.gz) = 2842778 bytes
 SHA1 (patch-versioneer.py) = fd751f29290df33524fe96546c8f03ed97fbf937



Home | Main Index | Thread Index | Old Index