svn commit: r483334 - head/math/py-patsy

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 28 19:57:16 UTC 2018


Author: sunpoet
Date: Sun Oct 28 19:57:09 2018
New Revision: 483334
URL: https://svnweb.freebsd.org/changeset/ports/483334

Log:
  Update to 0.5.1
  
  Changes:	https://github.com/pydata/patsy/releases
  		https://github.com/pydata/patsy/blob/master/doc/changes.rst

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

Modified: head/math/py-patsy/Makefile
==============================================================================
--- head/math/py-patsy/Makefile	Sun Oct 28 19:57:01 2018	(r483333)
+++ head/math/py-patsy/Makefile	Sun Oct 28 19:57:09 2018	(r483334)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	patsy
-PORTVERSION=	0.5.0
-PORTREVISION=	1
+PORTVERSION=	0.5.1
 CATEGORIES=	math python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -20,6 +19,7 @@ RUN_DEPENDS=	${PYNUMPY} \
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils
+
 NO_ARCH=	yes
 
 OPTIONS_DEFINE=	DOCS EXAMPLES

Modified: head/math/py-patsy/distinfo
==============================================================================
--- head/math/py-patsy/distinfo	Sun Oct 28 19:57:01 2018	(r483333)
+++ head/math/py-patsy/distinfo	Sun Oct 28 19:57:09 2018	(r483334)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519513259
-SHA256 (patsy-0.5.0.tar.gz) = e05f38d5c38c8d216f0cc2b765b1069b433c92d628b954fb2fee68d13e42883b
-SIZE (patsy-0.5.0.tar.gz) = 399109
+TIMESTAMP = 1540753562
+SHA256 (patsy-0.5.1.tar.gz) = f115cec4201e1465cd58b9866b0b0e7b941caafec129869057405bfe5b5e3991
+SIZE (patsy-0.5.1.tar.gz) = 397623


More information about the svn-ports-all mailing list