svn commit: r468645 - head/math/py-keras

Danilo G. Baio dbaio at FreeBSD.org
Sun Apr 29 19:36:10 UTC 2018


Author: dbaio
Date: Sun Apr 29 19:36:09 2018
New Revision: 468645
URL: https://svnweb.freebsd.org/changeset/ports/468645

Log:
  math/py-keras: Update to 2.1.6
  
  - Repository changed at Github
  
  Changes:	https://github.com/keras-team/keras/releases/tag/2.1.6
  
  PR:		227820
  Submitted by:	Neel Chauhan <neel at neelc.org> (maintainer)

Modified:
  head/math/py-keras/Makefile
  head/math/py-keras/distinfo

Modified: head/math/py-keras/Makefile
==============================================================================
--- head/math/py-keras/Makefile	Sun Apr 29 19:34:39 2018	(r468644)
+++ head/math/py-keras/Makefile	Sun Apr 29 19:36:09 2018	(r468645)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	keras
-DISTVERSION=	2.1.5
+DISTVERSION=	2.1.6
 CATEGORIES=	math
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 
 USES=		python
 USE_GITHUB=	yes
-GH_ACCOUNT=	fchollet
+GH_ACCOUNT=	keras-team
 USE_PYTHON=	autoplist distutils
 NO_ARCH=	yes
 

Modified: head/math/py-keras/distinfo
==============================================================================
--- head/math/py-keras/distinfo	Sun Apr 29 19:34:39 2018	(r468644)
+++ head/math/py-keras/distinfo	Sun Apr 29 19:36:09 2018	(r468645)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1522653674
-SHA256 (fchollet-keras-2.1.5_GH0.tar.gz) = 9195027cc2deb063bee4964bb27be1f5e2411e44defc69348ed9ede418641557
-SIZE (fchollet-keras-2.1.5_GH0.tar.gz) = 495201
+TIMESTAMP = 1524915042
+SHA256 (keras-team-keras-2.1.6_GH0.tar.gz) = 88734b83105a7f3aecfe52153db9f47cf7ab5a44c613922d43dc6d8b646f484e
+SIZE (keras-team-keras-2.1.6_GH0.tar.gz) = 499717


More information about the svn-ports-head mailing list