From nobody Mon Feb 03 15:57:38 2025 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 4Ymrjv4K6lz5lt9s; Mon, 03 Feb 2025 15:57:39 +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 4Ymrjv0FWGz3mZr; Mon, 03 Feb 2025 15:57:39 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1738598259; 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=aTMJJaQMIPeMD7CxXexFenHLJow8tdBTeilSf2vHhFI=; b=vN1eIulr/Y1VMGylEpkAc5iDFWv0yAwhBH25Updl6aB9JaneKnpsivcRXHw6OwvqYki6vl RXsxtJ2NnIN31DhzU9WMRFBztvqHXBnS607ywNzZz8UcgKeZ881YdczAGTfwp301tqFbzc vu0KrDgrXjvqjcW6FzYGTlwEVcC4iuMt5htjCUJ52jCa9tZxVpq9dxjom2R1QvU6TaV/zI 5k4Fv6AcIO0H/UQmBJf2BfiMM6pCKtTvwSnUNiI1rJaobNRgOq3LQtVMEGtBGFv39ymila YUiIIWSbyM7fwJdZLGH1HRDbcYaQUu870vPcTIEKJ/8XODgtwY8vBR/jwh8jaw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1738598259; 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=aTMJJaQMIPeMD7CxXexFenHLJow8tdBTeilSf2vHhFI=; b=Tm1fPvpAgfd5W79bRwRUUXZ2MoXvoCCKVRKY2MPzrFr5yuXD1clg1oGiXpOx/W+5jaL84K ZmQQnoDijnnger1kkC6WuNR3aNSxaWm2x+iHkQcStiDYQ0Qao/0E08FLCNzpK4fLV7+0uC PsYI8sVLYhpSpsTKuncZI7w154jFe0Dy7dT+R13LYMM8HjvEjOv1S+VQ93H/7V5cyJtZML hi2K2A2Shz29CsJtqC6PZ2kOjSZKrOw4vExmjrIKa1OIDTviRkbz9u7NHr5xETE2vleREr dLKZaGKK7gxUebAkSyfkyFUFwoCCQysvQYY9NMERXuh6nkWgZRdykq/R64g8pw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1738598259; a=rsa-sha256; cv=none; b=Ca3UANTJT/ldqSgLqGA05dBPc9utV0m78PDzi9GnrdG2ydbjY0YgCxE0FSdwrhjolm18ml NDrHAIS90YJnuMJWCo4SUOfW0yXzyIp100r28nqTfcp9FnL4E1arHm1y9VwPSTenZF6rXZ 7eAOWEBB3hP/HefbfaobLWqxdesrlWy5ZmxB5tj2LXW7TuLiP2HXK2SsBrN6OQULNcl2bf YYrr08El6PfwnqGdo8C/X73We2qNyJxsu1XCtdcc38D1GctmeFPobUlPyf1RmpPEsBgoDj mHTDR8j0eOQtr75iGn7srIw0wvd9TRycZEl5eTWtE0zc42Vq4h/QLweDTKZHow== ARC-Authentication-Results: i=1; mx1.freebsd.org; none 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 4Ymrjt6tY2zjsr; Mon, 03 Feb 2025 15:57:38 +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 513FvcSB010861; Mon, 3 Feb 2025 15:57:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 513Fvcod010858; Mon, 3 Feb 2025 15:57:38 GMT (envelope-from git) Date: Mon, 3 Feb 2025 15:57:38 GMT Message-Id: <202502031557.513Fvcod010858@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: 9a2997c19af3 - main - devel/py-moto: Update to 5.0.27 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: X-BeenThere: dev-commits-ports-all@freebsd.org Sender: owner-dev-commits-ports-all@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: 9a2997c19af33cd78682a780671345f3c8052dad Auto-Submitted: auto-generated The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=9a2997c19af33cd78682a780671345f3c8052dad commit 9a2997c19af33cd78682a780671345f3c8052dad Author: Po-Chuan Hsieh AuthorDate: 2025-02-03 15:18:50 +0000 Commit: Po-Chuan Hsieh CommitDate: 2025-02-03 15:51:11 +0000 devel/py-moto: Update to 5.0.27 Changes: https://github.com/getmoto/moto/releases https://github.com/getmoto/moto/blob/master/CHANGELOG.md --- devel/py-moto/Makefile | 2 +- devel/py-moto/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/py-moto/Makefile b/devel/py-moto/Makefile index 8319f02b8ba8..30ce00e16e84 100644 --- a/devel/py-moto/Makefile +++ b/devel/py-moto/Makefile @@ -1,5 +1,5 @@ PORTNAME= moto -PORTVERSION= 5.0.25 +PORTVERSION= 5.0.27 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/getmoto/moto/releases/download/${PORTVERSION}/ diff --git a/devel/py-moto/distinfo b/devel/py-moto/distinfo index 5dc4d6d770c7..a863808d328e 100644 --- a/devel/py-moto/distinfo +++ b/devel/py-moto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735705165 -SHA256 (moto-5.0.25.tar.gz) = deea8b158cec5a65c9635ae1fff4579d735b11ac8a0e5226fbbeb742ce0ce6b2 -SIZE (moto-5.0.25.tar.gz) = 6404745 +TIMESTAMP = 1738088994 +SHA256 (moto-5.0.27.tar.gz) = 6c123de7e0e5e6508a10c399ba3ecf2d5143f263f8e804fd4a7091941c3f5207 +SIZE (moto-5.0.27.tar.gz) = 6461751