From nobody Wed Nov 03 16:20:15 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 0A3451829D6A; Wed, 3 Nov 2021 16:20:16 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HksSH4jl9z4pqN; Wed, 3 Nov 2021 16:20:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F7341BD71; Wed, 3 Nov 2021 16:20:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A3GKFwS002050; Wed, 3 Nov 2021 16:20:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A3GKFJS002047; Wed, 3 Nov 2021 16:20:15 GMT (envelope-from git) Date: Wed, 3 Nov 2021 16:20:15 GMT Message-Id: <202111031620.1A3GKFJS002047@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Kai Knoblich Subject: git: b218e25f566b - main - textproc/py-tablib: Update to 3.1.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kai X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b218e25f566b5fe13ea8e11f5f1766da602845b4 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=b218e25f566b5fe13ea8e11f5f1766da602845b4 commit b218e25f566b5fe13ea8e11f5f1766da602845b4 Author: Kai Knoblich AuthorDate: 2021-11-03 16:15:26 +0000 Commit: Kai Knoblich CommitDate: 2021-11-03 16:15:26 +0000 textproc/py-tablib: Update to 3.1.0 Changelog: https://github.com/jazzband/tablib/releases/tag/v3.1.0 MFH: No (not compatible with net-mgmt/netbox in 2021Q4) --- textproc/py-tablib/Makefile | 4 ++-- textproc/py-tablib/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/textproc/py-tablib/Makefile b/textproc/py-tablib/Makefile index 406be4398eb9..aa22187da9a7 100644 --- a/textproc/py-tablib/Makefile +++ b/textproc/py-tablib/Makefile @@ -1,5 +1,5 @@ PORTNAME= tablib -PORTVERSION= 3.0.0 +PORTVERSION= 3.1.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ COMMENT= Format agnostic tabular data library (XLS, JSON, YAML, CSV) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4:devel/py-setuptools_scm@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} USES= cpe python:3.7+ diff --git a/textproc/py-tablib/distinfo b/textproc/py-tablib/distinfo index 52b4cf4c97cd..3604b064a92e 100644 --- a/textproc/py-tablib/distinfo +++ b/textproc/py-tablib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611665312 -SHA256 (tablib-3.0.0.tar.gz) = f83cac08454f225a34a305daa20e2110d5e6335135d505f93bc66583a5f9c10d -SIZE (tablib-3.0.0.tar.gz) = 95049 +TIMESTAMP = 1635947522 +SHA256 (tablib-3.1.0.tar.gz) = d64c9f6712918a3d90ec5d71b44b8bab1083e3609e4844ad2be80eb633e097ed +SIZE (tablib-3.1.0.tar.gz) = 96216