From nobody Thu Dec 14 20:54:41 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 4Srl3619ksz53lP6; Thu, 14 Dec 2023 20:54:42 +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 4Srl360BfBz4cMq; Thu, 14 Dec 2023 20:54:42 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1702587282; 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=ZMKLGW7XXFpU126+CA4Usz+rYfVxfAWO5jrnBev0NEI=; b=YjjumGSqc9wroq1fTojGs6jvQdlNo4sswEl9gE/aTDY7nP2FYK7B9lwt+MeLZpKAnmWtbd 2oIjU1noixJH6PRKF0SVoMkvOYm43BaeTVxtQiQfdFih/WQPtq7dHgfeaksE4UbWs2nAYX AKAQckU08D3mRaaJUFn0U4VQpEb+o2oaMIyQLARprcC3wC+/RpunRAyoZmT0N3g0DBf2db Swurh0Q/NBwKL5tOSTyyc5kXbGxgQWeal/jLC9R2q3Qqhew3sa1VUiLR50tUgJkte3nWIV Q5cgQxHtneSTk48fiOoHUG9GH+Rcmf9xEM7YVb4sG0yjov0rdNN8mRvAl0Dmgw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1702587282; a=rsa-sha256; cv=none; b=ZCsF0btCkKP0Bt0Dfkhq+F/fzDnPMrCCnlyZrEnILxPAqpWiaWAAh2XLN1YjXLslESYFqQ uQWSJiDZf+KrEKUc1Ate2sqOJYTo50x4VyxpphaXd34c0fXol4FJZnPhC72a/KlB6XRssc +oGrksYAQOEPDWwbKsLojBh+ndmR9QVWYsdfnnvfhQTGc3Oz8KCMj9tSMEDc3gVbNvHYuG hpS+yr1Q/Yb8W4JKbSqVJqrf4t1OAEBVqFHkwYMqktmU0OVli07zhY1r+jzpFlJefAbq/B djBXgyd91obZDHocU5qzfRZC5fiiMvkv5o7UcHeXW9EQ/J7IDu3lvFaASpSBOg== 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=1702587282; 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=ZMKLGW7XXFpU126+CA4Usz+rYfVxfAWO5jrnBev0NEI=; b=w1rCQjdHabMxJQmaAyCos0nnrNmMUAKowJwgR3Z/s0FRj25z+X+jF48aA5GKbNyawVMNUq Trln0WKEZhSGIXb1wpN7eKqYVQP8mE8ftltgeu9kP/qNpD3PsxPfZ7uezfsFQaebwf0Odc Dug737nSxNaYLD5iay3Mnw/CBGxgN6GOzORtGuwGh6AJnvJHSLhu9CxdP7CyrTPqqm6wEi gVF+tyn9WKf9sWUT7gcUzKkCcIGnu1YgLh6AWSHc70z00wrId140YOQHOX76+78m8GRtLZ dF68aayp1hz8VZCQKuwy953Z7TrMEPPF6QrABtpX5/DS2oKQOmodclmLtB1Jjg== 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 4Srl356J92zjdw; Thu, 14 Dec 2023 20:54:41 +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 3BEKsfvJ004737; Thu, 14 Dec 2023 20:54:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.17.1/8.17.1/Submit) id 3BEKsfGD004734; Thu, 14 Dec 2023 20:54:41 GMT (envelope-from git) Date: Thu, 14 Dec 2023 20:54:41 GMT Message-Id: <202312142054.3BEKsfGD004734@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: ed8349d032d0 - main - graphics/py-imageio: Update to 2.33.1 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: ed8349d032d0fb5cc8f082983ea149a75786edcd Auto-Submitted: auto-generated The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ed8349d032d0fb5cc8f082983ea149a75786edcd commit ed8349d032d0fb5cc8f082983ea149a75786edcd Author: Po-Chuan Hsieh AuthorDate: 2023-12-14 20:45:23 +0000 Commit: Po-Chuan Hsieh CommitDate: 2023-12-14 20:45:23 +0000 graphics/py-imageio: Update to 2.33.1 Changes: https://github.com/imageio/imageio/releases --- graphics/py-imageio/Makefile | 2 +- graphics/py-imageio/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile index b00bc259573d..9874c58d4bcc 100644 --- a/graphics/py-imageio/Makefile +++ b/graphics/py-imageio/Makefile @@ -1,5 +1,5 @@ PORTNAME= imageio -PORTVERSION= 2.33.0 +PORTVERSION= 2.33.1 CATEGORIES= graphics python MASTER_SITES= PYPI \ https://github.com/imageio/imageio/releases/download/v${PORTVERSION}/ diff --git a/graphics/py-imageio/distinfo b/graphics/py-imageio/distinfo index 9e7b047dc5ac..7339b149dd34 100644 --- a/graphics/py-imageio/distinfo +++ b/graphics/py-imageio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1700759846 -SHA256 (imageio-2.33.0.tar.gz) = 39999d05eb500089e60be467dd7d618f56e142229b44c3961c2b420eeb538d7e -SIZE (imageio-2.33.0.tar.gz) = 387357 +TIMESTAMP = 1702543678 +SHA256 (imageio-2.33.1.tar.gz) = 78722d40b137bd98f5ec7312119f8aea9ad2049f76f434748eb306b6937cc1ce +SIZE (imageio-2.33.1.tar.gz) = 387374