From nobody Thu Oct 17 19:06:32 2024 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 4XTy485c9Jz5ZMch; Thu, 17 Oct 2024 19:06:32 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTy4825pWz4RKN; Thu, 17 Oct 2024 19:06:32 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1729191992; 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=ULPOvtH+PVJKHariKbnOW+eP0gVncLOv2esffF1dRkA=; b=Kbr2F+Zter0f0OFYDL613QAfT5bK9aEGo9+ek9iaDnJwI0vy3w4nTY4YroSv35Ze/2aOLc ZVMytJZkCoTE/NxThCX8jKAZ3k0QRSia8YaW2Qj3+XxKFGQFQRUR31M0NUSWmGRlBA9bnZ S/EQeOTzt4pLbhkaC0mTDuvH/jYe5ewCTOt95sztryzgnVm3LvZLMYaJS9rglVtjlSSdcj 380MIUya/fYBSlHiayljDXeAIldpzfkFd+BAPmdAz5j/V0YghzeyF2RxAoy0oP2S4sxANO wQkLenzTJfjhIQAA1gAKnofcgRS5Mg+2MA5glF1y5KPBraE5B3AaULie5p2kgA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1729191992; 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=ULPOvtH+PVJKHariKbnOW+eP0gVncLOv2esffF1dRkA=; b=PL4TTUtrNq+xT7MXXvGfDWA+GneOCBStivo37NUtSkG678toMvT15Mb5n8DfMJ232PtCtQ l69zUpmC+3SN9fA5iGxNN3ul1GbHCjy/sEXbsoMqGIauJxSyXW6xlDzyQmaecOA+LCD5hx Lm52J2vH4Vsr52Ehmh1yYFWnXHboUrFC/BRU+tV3Zkqf3mb5xXdiM9B1Y88hS0tbYcW/kc HoIMqJbiMi7JKqdALF3PqQVFpd2/Y4YO1ocvfed5TwlXSuRqBmyDwFUIlh4JvjuD6FOhVu OHZ52FjTQxM/zqOf0zYoNSZpppIPoZetbbj9vWsblunA64TXZ4HrOnM+ShHC7w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729191992; a=rsa-sha256; cv=none; b=x+V+Lt7MFfHhDRBKTcc8ic0CCF3iWyUd3FKDT5na9juGdETbJ4VG4Q041JMNZU9vb+Djry GGX5CcxDVqn7ClNldjgaIn1ZsCF2Q+uj/7RdkuRw5wFualu8MeBMCVy6AM1FyIt51/T5I8 hhumNkJnGieyhwvt7vhzjG5l7HDf8nJniVxX5Js38TKqi4IN8kwyrEZgC54jkRQxDiNt6M EQpxBMHacspvwuzUx0a0dNARAd1YihABRtx5yeXZB3R9pbSixDq1AOOjrqSuQKHrzGP9Ch CDe3CJ0KguuRDFUdbH4H3K/YFWkhkVrsQsoddex+Y1bkv6wln42zl4QmWOXFZg== 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 4XTy481J4Xz12Mv; Thu, 17 Oct 2024 19:06:32 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 49HJ6WMC090053; Thu, 17 Oct 2024 19:06:32 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 49HJ6W0P090050; Thu, 17 Oct 2024 19:06:32 GMT (envelope-from git) Date: Thu, 17 Oct 2024 19:06:32 GMT Message-Id: <202410171906.49HJ6W0P090050@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: b319990b9567 - main - devel/py-frozendict: Update to 2.4.6 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: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-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: b319990b956776f3514ae2720e5e84e291481bde Auto-Submitted: auto-generated The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b319990b956776f3514ae2720e5e84e291481bde commit b319990b956776f3514ae2720e5e84e291481bde Author: Po-Chuan Hsieh AuthorDate: 2024-10-17 19:02:51 +0000 Commit: Po-Chuan Hsieh CommitDate: 2024-10-17 19:02:51 +0000 devel/py-frozendict: Update to 2.4.6 Changes: https://github.com/Marco-Sulla/python-frozendict/releases --- devel/py-frozendict/Makefile | 2 +- devel/py-frozendict/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-frozendict/Makefile b/devel/py-frozendict/Makefile index 727d3644366d..c39def66b98b 100644 --- a/devel/py-frozendict/Makefile +++ b/devel/py-frozendict/Makefile @@ -1,5 +1,5 @@ PORTNAME= frozendict -PORTVERSION= 2.4.5 +PORTVERSION= 2.4.6 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/Marco-Sulla/python-frozendict/releases/download/v${PORTVERSSION}/ diff --git a/devel/py-frozendict/distinfo b/devel/py-frozendict/distinfo index 33ae5935306b..ab967a90ca45 100644 --- a/devel/py-frozendict/distinfo +++ b/devel/py-frozendict/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728632338 -SHA256 (frozendict-2.4.5.tar.gz) = fd7add309789595c044c0155a0bddfa9d20c77f65de1e33a14aa3033b936ef63 -SIZE (frozendict-2.4.5.tar.gz) = 316463 +TIMESTAMP = 1728922890 +SHA256 (frozendict-2.4.6.tar.gz) = df7cd16470fbd26fc4969a208efadc46319334eb97def1ddf48919b351192b8e +SIZE (frozendict-2.4.6.tar.gz) = 316416