Date: Mon, 27 Sep 2021 20:34:21 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: c3127021fd55 - main - math/py-patsy: Update to 0.5.2 Message-ID: <202109272034.18RKYLXD009880@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3127021fd55a7f30c48f3503fabb2624d681253 commit c3127021fd55a7f30c48f3503fabb2624d681253 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-09-27 20:33:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-09-27 20:33:52 +0000 math/py-patsy: Update to 0.5.2 Changes: https://github.com/pydata/patsy/releases --- math/py-patsy/Makefile | 3 +-- math/py-patsy/distinfo | 6 +++--- math/py-patsy/pkg-descr | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/math/py-patsy/Makefile b/math/py-patsy/Makefile index ff1600b7c15c..db24b1b1808c 100644 --- a/math/py-patsy/Makefile +++ b/math/py-patsy/Makefile @@ -1,8 +1,7 @@ # Created by: Johannes Meixner <johannes@perceivon.net> PORTNAME= patsy -PORTVERSION= 0.5.1 -PORTREVISION= 2 +PORTVERSION= 0.5.2 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-patsy/distinfo b/math/py-patsy/distinfo index 646ad963ffa6..5a6a91acef37 100644 --- a/math/py-patsy/distinfo +++ b/math/py-patsy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1540753562 -SHA256 (patsy-0.5.1.tar.gz) = f115cec4201e1465cd58b9866b0b0e7b941caafec129869057405bfe5b5e3991 -SIZE (patsy-0.5.1.tar.gz) = 397623 +TIMESTAMP = 1632773109 +SHA256 (patsy-0.5.2.tar.gz) = 5053de7804676aba62783dbb0f23a2b3d74e35e5bfa238b88b7cbf148a38b69d +SIZE (patsy-0.5.2.tar.gz) = 397275 diff --git a/math/py-patsy/pkg-descr b/math/py-patsy/pkg-descr index 186f6d6072b8..a201aef1f15e 100644 --- a/math/py-patsy/pkg-descr +++ b/math/py-patsy/pkg-descr @@ -2,5 +2,4 @@ Patsy is a Python library for describing statistical models (especially linear models, or models that have a linear component) and building design matrices. Patsy brings the convenience of R "formulas" to Python. -WWW: https://pypi.org/project/patsy/ WWW: https://github.com/pydata/patsy
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109272034.18RKYLXD009880>