Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Feb 2026 05:18:15 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 38e9f7a74768 - main - devel/py-localstack-core: Update to 4.13.0
Message-ID:  <69818517.197d6.23d177b2@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=38e9f7a747680b57ea777c0e411e518f724465d3

commit 38e9f7a747680b57ea777c0e411e518f724465d3
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-03 04:44:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-03 05:09:35 +0000

    devel/py-localstack-core: Update to 4.13.0
    
    Changes:        https://github.com/localstack/localstack/releases
---
 devel/py-localstack-core/Makefile                   |  3 +--
 devel/py-localstack-core/distinfo                   |  6 +++---
 devel/py-localstack-core/files/patch-pyproject.toml | 20 ++------------------
 3 files changed, 6 insertions(+), 23 deletions(-)

diff --git a/devel/py-localstack-core/Makefile b/devel/py-localstack-core/Makefile
index 9c5a67520448..efd1f6730a84 100644
--- a/devel/py-localstack-core/Makefile
+++ b/devel/py-localstack-core/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	localstack-core
-PORTVERSION=	4.12.0
+PORTVERSION=	4.13.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +21,6 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}plux>=1.12:devel/py-plux@${PY_FLAVOR} \
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1crypto>=1.5.1:devel/py-asn1crypto@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}cachetools>=5.0:devel/py-cachetools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}click>=8.1.0:devel/py-click@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dill>=0.3.6:devel/py-dill@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dnslib>=0.9.10:dns/py-dnslib@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dnspython>=1.16.0,1:dns/py-dnspython@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}plux>=1.10:devel/py-plux@${PY_FLAVOR} \
diff --git a/devel/py-localstack-core/distinfo b/devel/py-localstack-core/distinfo
index bd8d0187299a..9c1c74c4509c 100644
--- a/devel/py-localstack-core/distinfo
+++ b/devel/py-localstack-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1767157565
-SHA256 (localstack_core-4.12.0.tar.gz) = 893359fb2392b95a1587e109120904dd4001e640238a2d4a87f8b46c6cb67ba6
-SIZE (localstack_core-4.12.0.tar.gz) = 3619879
+TIMESTAMP = 1769874322
+SHA256 (localstack_core-4.13.0.tar.gz) = 57581eddcfd84e2fde175abac88bd67c96ac554dce8e08e192ac4138cf64b772
+SIZE (localstack_core-4.13.0.tar.gz) = 2209668
diff --git a/devel/py-localstack-core/files/patch-pyproject.toml b/devel/py-localstack-core/files/patch-pyproject.toml
index e34e8c75f676..8459a994cacf 100644
--- a/devel/py-localstack-core/files/patch-pyproject.toml
+++ b/devel/py-localstack-core/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2025-12-11 12:56:23 UTC
+--- pyproject.toml.orig	2026-01-29 07:53:27 UTC
 +++ pyproject.toml
 @@ -1,6 +1,6 @@
  # LocalStack project configuration
@@ -8,7 +8,7 @@
  build-backend = "setuptools.build_meta"
  
  [project]
-@@ -9,14 +9,14 @@ description = "The core library and runtime of LocalSt
+@@ -9,11 +9,11 @@ description = "The core library and runtime of LocalSt
      { name = "LocalStack Contributors", email = "info@localstack.cloud" }
  ]
  description = "The core library and runtime of LocalStack"
@@ -21,20 +21,4 @@
 +    "click>=8.1.0",
      "cachetools>=5.0",
      "cryptography",
--    "dill==0.3.6",
-+    "dill>=0.3.6",
      "dnslib>=0.9.10",
-     "dnspython>=1.16.0",
-     "plux>=1.10",
-@@ -52,9 +52,9 @@ base-runtime = [
- # minimal required to actually run localstack on the host for services natively implemented in python
- base-runtime = [
-     # pinned / updated by ASF update action
--    "boto3==1.42.4",
-+    "boto3>=1.42.4",
-     # pinned / updated by ASF update action
--    "botocore==1.42.4",
-+    "botocore>=1.42.4",
-     # transitive dependency of botocore, added to avoid specific version
-     "awscrt>=0.13.14,!=0.27.1",
-     "cbor2>=5.5.0",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69818517.197d6.23d177b2>