git: deaf0cc44881 - main - textproc/py-tablib: Update to 3.7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Nov 2024 15:23:55 UTC
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=deaf0cc44881c661faef3eb7b5f1d494c08ed7c0 commit deaf0cc44881c661faef3eb7b5f1d494c08ed7c0 Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2024-11-01 15:06:56 +0000 Commit: Kai Knoblich <kai@FreeBSD.org> CommitDate: 2024-11-01 15:06:56 +0000 textproc/py-tablib: Update to 3.7.0 * Support for Python 3.8 was dropped with release 3.7.0, adjust USES=python accordingly. Changelog: https://github.com/jazzband/tablib/releases/tag/v3.7.0 --- textproc/py-tablib/Makefile | 5 ++--- textproc/py-tablib/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/textproc/py-tablib/Makefile b/textproc/py-tablib/Makefile index 8eb9c644cd7b..f3112699b26b 100644 --- a/textproc/py-tablib/Makefile +++ b/textproc/py-tablib/Makefile @@ -1,6 +1,5 @@ PORTNAME= tablib -PORTVERSION= 3.6.1 -PORTREVISION= 1 +PORTVERSION= 3.7.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +15,7 @@ BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= cpe python +USES= cpe python:3.9+ CPE_VENDOR= python USE_PYTHON= autoplist pep517 pytest diff --git a/textproc/py-tablib/distinfo b/textproc/py-tablib/distinfo index af5b20fe081a..763c3d4273a6 100644 --- a/textproc/py-tablib/distinfo +++ b/textproc/py-tablib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712293168 -SHA256 (tablib-3.6.1.tar.gz) = 040685fde11e9237675f43e985edb94b63250a5e9236f89d561ce6fb1465b839 -SIZE (tablib-3.6.1.tar.gz) = 119207 +TIMESTAMP = 1729085724 +SHA256 (tablib-3.7.0.tar.gz) = f9db84ed398df5109bd69c11d46613d16cc572fb9ad3213f10d95e2b5f12c18e +SIZE (tablib-3.7.0.tar.gz) = 121221