Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2026 04:33:45 +0000
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 97c325fd38a5 - main - sysutils/py-ansible-core220: Update to 2.20.4
Message-ID:  <69dc7229.2195d.196c40f5@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=97c325fd38a5a9c588130b49822f1e79fac84c8b

commit 97c325fd38a5a9c588130b49822f1e79fac84c8b
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2026-04-12 03:23:04 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2026-04-13 04:30:46 +0000

    sysutils/py-ansible-core220: Update to 2.20.4
---
 sysutils/py-ansible-core220/Makefile                   | 2 +-
 sysutils/py-ansible-core220/distinfo                   | 6 +++---
 sysutils/py-ansible-core220/files/patch-pyproject.toml | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sysutils/py-ansible-core220/Makefile b/sysutils/py-ansible-core220/Makefile
index 2f1b83402c72..98953857f1ea 100644
--- a/sysutils/py-ansible-core220/Makefile
+++ b/sysutils/py-ansible-core220/Makefile
@@ -4,7 +4,7 @@
 # XXX workaround until Python 3.12 becomes the default.
 
 PORTNAME=	ansible-core
-DISTVERSION=	2.20.2
+DISTVERSION=	2.20.4
 CATEGORIES=	sysutils python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/sysutils/py-ansible-core220/distinfo b/sysutils/py-ansible-core220/distinfo
index 9ff30776b8b1..f783e4fd918d 100644
--- a/sysutils/py-ansible-core220/distinfo
+++ b/sysutils/py-ansible-core220/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1769780022
-SHA256 (ansible_core-2.20.2.tar.gz) = 75e19a3ad8cf659579ea182cdf948ee0900d700e564802e92876de53dbd9715d
-SIZE (ansible_core-2.20.2.tar.gz) = 3317427
+TIMESTAMP = 1775871103
+SHA256 (ansible_core-2.20.4.tar.gz) = 2060c06195ada0cca0ac3128025d1167f567479da465897d818982fbe28bed1f
+SIZE (ansible_core-2.20.4.tar.gz) = 3334074
diff --git a/sysutils/py-ansible-core220/files/patch-pyproject.toml b/sysutils/py-ansible-core220/files/patch-pyproject.toml
index 3537f564fa22..39cca75e49ce 100644
--- a/sysutils/py-ansible-core220/files/patch-pyproject.toml
+++ b/sysutils/py-ansible-core220/files/patch-pyproject.toml
@@ -1,9 +1,9 @@
---- pyproject.toml.orig	2026-01-29 11:20:02.000000000 -0800
-+++ pyproject.toml	2026-01-30 06:06:24.331402000 -0800
+--- pyproject.toml.orig	2026-03-23 10:38:45.000000000 -0700
++++ pyproject.toml	2026-04-10 18:32:40.428607000 -0700
 @@ -1,5 +1,5 @@
  [build-system]
--requires = ["setuptools >= 66.1.0, <= 80.10.2", "wheel == 0.45.1"]  # lower bound to support controller Python versions, upper bound for latest version tested at release
-+requires = ["setuptools >= 63.1.0, <= 80.10.2", "wheel >= 0.45.1"]  # lower bound to support controller Python versions, upper bound for latest version tested at release
+-requires = ["setuptools >= 66.1.0, <= 82.0.1", "wheel == 0.45.1"]  # lower bound to support controller Python versions, upper bound for latest version tested at release
++requires = ["setuptools >= 63.1.0, <= 82.0.1", "wheel >= 0.45.1"]  # lower bound to support controller Python versions, upper bound for latest version tested at release
  build-backend = "setuptools.build_meta"
  
  [project]


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69dc7229.2195d.196c40f5>