Date: Thu, 15 Aug 2024 11:54:42 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: 461f31272b99 - main - lang/cython3: Update to 3.0.11 Message-ID: <202408151154.47FBsgnf057051@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=461f31272b9908f84a340bc54ad3d6055b2b2eba commit 461f31272b9908f84a340bc54ad3d6055b2b2eba Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-08-15 09:44:30 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-08-15 10:55:28 +0000 lang/cython3: Update to 3.0.11 Changes: https://github.com/cython/cython/releases https://github.com/cython/cython/blob/master/CHANGES.rst --- lang/cython3/Makefile | 3 +-- lang/cython3/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/lang/cython3/Makefile b/lang/cython3/Makefile index 9a9325f75a7d..0b3294e2544f 100644 --- a/lang/cython3/Makefile +++ b/lang/cython3/Makefile @@ -1,11 +1,10 @@ PORTNAME= cython -PORTVERSION= 3.0.10 +PORTVERSION= 3.0.11 CATEGORIES= lang python MASTER_SITES= PYPI \ https://github.com/cython/cython/releases/download/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 3 -DISTNAME= Cython-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Compiler for Writing C Extensions for the Python Language diff --git a/lang/cython3/distinfo b/lang/cython3/distinfo index cc4982fbce42..723af291b100 100644 --- a/lang/cython3/distinfo +++ b/lang/cython3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1711860481 -SHA256 (Cython-3.0.10.tar.gz) = dcc96739331fb854dcf503f94607576cfe8488066c61ca50dfd55836f132de99 -SIZE (Cython-3.0.10.tar.gz) = 2751764 +TIMESTAMP = 1723201029 +SHA256 (cython-3.0.11.tar.gz) = 7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80b1faff +SIZE (cython-3.0.11.tar.gz) = 2755544
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408151154.47FBsgnf057051>