From nobody Thu Oct 5 02:01:37 2023 X-Original-To: dev-commits-ports-main@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 4S1FD25brzz4vnq2; Thu, 5 Oct 2023 02:01:38 +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 4S1FD1636xz3G4J; Thu, 5 Oct 2023 02:01:37 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696471297; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+gemVRRckoHEIQcYeQCCNIp5Qyy85dwOSmf71U4lY5I=; b=Hvha3VypPhP2UgBxdgRMwhSCfn/aDzwNFxXlh3NgCisOa5Tggizw2yP49LA2/rvS6ABOhi NApOa7bTJxSWfVcjbAraNDRfD+bdPMW0TTlX9Y6GDqm/adDLy/iPFjaEzIh2Bv/qSDJopK 4V59U8KUEwDbOQFT6iv+IzkK2bpYOtMOtWW78HT4pFJizNRhteW2oRhXnxdqqJJ5759AEL 0r+c5uz5tXQu4AqEAlMQ05zQq3xILXcvdBNMVK3hfUD3l0HRso9BSfhyVyAL2DuDU+sobi yBD/5GPdj/Qc/1CiGymsU/P3ncTM8pugTcRAQ0Rkxq0+eSE3iPNR3jPvyVRQYA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1696471297; a=rsa-sha256; cv=none; b=qmdPxSabErWiyYjoohoc972m4uHThbkb9LBkacQ2idzFRGBxc8lt7T9vDFxtvSu6DMaruO GEsmXHf+FJt+FknV/L0JQvDp2J6JAvRwnZeptCtyTYgBFc3tXEQznaL/70usroDcyKwpz+ ydf6bywPjid+knfPfUQWtBav3K8ImP7kLMfY7LP9WFjOrfFTwpYC9s15/tkrlNmltwvRXp SX1Rfkknb9gtkPML3/26C1wfCtd1zcFDrzDpvMXwiaYn26QWpn+9tFTDPdoKgsfwH8E65S hynBDJQYyUW7N6NUg4zxZFS5FYJAcwCqrCWYmb2dNh90YF3iuuV1hIrMCeiGnA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1696471297; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+gemVRRckoHEIQcYeQCCNIp5Qyy85dwOSmf71U4lY5I=; b=Gm1Rtu+1IhbEmfHobya3XDIp8OsyA7jpYtCnF5g5wdJBT8Wcm3nP+HJtkj+FGvaWjDfRPh PIHMgOEq36aekSvNtV7NPNeRs0LbKoz9f6OxHZKWDbDI+oX0Me3RSYvtVL8oTAROa3MEvD uWRIYX8TCzyvYty+5tLA/LejpNmamXpfUpvS7hLlsJf27RD8m1wZztlOwWb0I3QQlhHfWt 0ejo4QbksmpQo1Yy6NIzvSJQxJ0logzbajz/X2Ljcm3cnCMqSPXD2k60knqD6HujMO//ZF keqB/fMW7hjiOxt0ScSR5UsCMfdibPCcIvK5TsoD29zfVimaF6tT1BF/o9ruOA== 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 4S1FD158xZz12V6; Thu, 5 Oct 2023 02:01:37 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.17.1/8.17.1) with ESMTP id 39521bM5055930; Thu, 5 Oct 2023 02:01:37 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.17.1/8.17.1/Submit) id 39521bZ6055927; Thu, 5 Oct 2023 02:01:37 GMT (envelope-from git) Date: Thu, 5 Oct 2023 02:01:37 GMT Message-Id: <202310050201.39521bZ6055927@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: a592cfb019ff - main - devel/py-frictionless: Update to 5.15.12 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: a592cfb019ff2fb070f4190106b3eb382be335ee Auto-Submitted: auto-generated The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a592cfb019ff2fb070f4190106b3eb382be335ee commit a592cfb019ff2fb070f4190106b3eb382be335ee Author: Po-Chuan Hsieh AuthorDate: 2023-10-05 01:56:20 +0000 Commit: Po-Chuan Hsieh CommitDate: 2023-10-05 02:00:17 +0000 devel/py-frictionless: Update to 5.15.12 Changes: https://github.com/frictionlessdata/frictionless-py/releases https://github.com/frictionlessdata/frictionless-py/blob/main/CHANGELOG.md https://github.com/frictionlessdata/frictionless-py/commits/main --- devel/py-frictionless/Makefile | 2 +- devel/py-frictionless/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-frictionless/Makefile b/devel/py-frictionless/Makefile index 8fb593feccba..db91e9e94a08 100644 --- a/devel/py-frictionless/Makefile +++ b/devel/py-frictionless/Makefile @@ -1,5 +1,5 @@ PORTNAME= frictionless -PORTVERSION= 5.15.10 +PORTVERSION= 5.15.12 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-frictionless/distinfo b/devel/py-frictionless/distinfo index faa6e9e9eec7..cdd5a4fcc34d 100644 --- a/devel/py-frictionless/distinfo +++ b/devel/py-frictionless/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691070046 -SHA256 (frictionless-5.15.10.tar.gz) = 70a351f08e18031164e7745dfb8242d12fa5b9ed785c63927687dfe6b8949449 -SIZE (frictionless-5.15.10.tar.gz) = 74558047 +TIMESTAMP = 1696432912 +SHA256 (frictionless-5.15.12.tar.gz) = 11c2b63ea66abe8d6acba88a9fca5e82e10052a1025e82050e80f8c3dcd547e0 +SIZE (frictionless-5.15.12.tar.gz) = 74558461