diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/got/Makefile | 2 | ||||
-rw-r--r-- | devel/got/distinfo | 6 | ||||
-rw-r--r-- | devel/librelp/Makefile | 2 | ||||
-rw-r--r-- | devel/librelp/distinfo | 6 | ||||
-rw-r--r-- | devel/py-types-jsonschema/Makefile | 2 | ||||
-rw-r--r-- | devel/py-types-jsonschema/distinfo | 6 | ||||
-rw-r--r-- | devel/py-types-jsonschema/files/patch-pyproject.toml | 6 |
7 files changed, 15 insertions, 15 deletions
diff --git a/devel/got/Makefile b/devel/got/Makefile index 8ce52e9ace7a..9cf134850536 100644 --- a/devel/got/Makefile +++ b/devel/got/Makefile @@ -1,5 +1,5 @@ PORTNAME= got -DISTVERSION= 0.117 +DISTVERSION= 0.118 CATEGORIES= devel MASTER_SITES= https://gameoftrees.org/releases/portable/ DISTNAME= got-portable-${DISTVERSION} diff --git a/devel/got/distinfo b/devel/got/distinfo index 83f42d8aac9e..2a827cba7cc6 100644 --- a/devel/got/distinfo +++ b/devel/got/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755546260 -SHA256 (got-portable-0.117.tar.gz) = 8d53ffd6f5f5749ba474753e47e45e8e53d57de541be8bb3b0ce8e8fc233c141 -SIZE (got-portable-0.117.tar.gz) = 2497749 +TIMESTAMP = 1757506309 +SHA256 (got-portable-0.118.tar.gz) = 3119fe105a1fb23cf44937be7960b59970c92a3e320d496841b6d878d199c623 +SIZE (got-portable-0.118.tar.gz) = 1587727 diff --git a/devel/librelp/Makefile b/devel/librelp/Makefile index 6f22e5efff82..2f5ad60adc8b 100644 --- a/devel/librelp/Makefile +++ b/devel/librelp/Makefile @@ -1,5 +1,5 @@ PORTNAME= librelp -PORTVERSION= 1.11.0 +PORTVERSION= 1.12.0 CATEGORIES= devel MASTER_SITES= http://download.rsyslog.com/librelp/ diff --git a/devel/librelp/distinfo b/devel/librelp/distinfo index 61eee1477b82..4ee5d3e4cfae 100644 --- a/devel/librelp/distinfo +++ b/devel/librelp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673543711 -SHA256 (librelp-1.11.0.tar.gz) = 7719b5f31e07cbb9872289ad32b787c613b5355d407982a0a2c4d69938457fd6 -SIZE (librelp-1.11.0.tar.gz) = 546841 +TIMESTAMP = 1757490694 +SHA256 (librelp-1.12.0.tar.gz) = e2e53a9812d06f95d0a311bbfafba78704835de6d7f0ea0fd9c0d94e8eae496a +SIZE (librelp-1.12.0.tar.gz) = 557142 diff --git a/devel/py-types-jsonschema/Makefile b/devel/py-types-jsonschema/Makefile index daa693c7e783..eed32aa2c71a 100644 --- a/devel/py-types-jsonschema/Makefile +++ b/devel/py-types-jsonschema/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-jsonschema -PORTVERSION= 4.25.0.20250720 +PORTVERSION= 4.25.1.20250822 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-types-jsonschema/distinfo b/devel/py-types-jsonschema/distinfo index 784027833899..07093549e17b 100644 --- a/devel/py-types-jsonschema/distinfo +++ b/devel/py-types-jsonschema/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752998928 -SHA256 (types_jsonschema-4.25.0.20250720.tar.gz) = 765a3b6144798fe3161fd8cbe570a756ed3e8c0e5adb7c09693eb49faad39dbd -SIZE (types_jsonschema-4.25.0.20250720.tar.gz) = 15470 +TIMESTAMP = 1757492053 +SHA256 (types_jsonschema-4.25.1.20250822.tar.gz) = aac69ed4b23f49aaceb7fcb834141d61b9e4e6a7f6008cb2f0d3b831dfa8464a +SIZE (types_jsonschema-4.25.1.20250822.tar.gz) = 15628 diff --git a/devel/py-types-jsonschema/files/patch-pyproject.toml b/devel/py-types-jsonschema/files/patch-pyproject.toml index 139170439382..04871adc77a4 100644 --- a/devel/py-types-jsonschema/files/patch-pyproject.toml +++ b/devel/py-types-jsonschema/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-07-20 03:29:32 UTC +--- pyproject.toml.orig 2025-08-22 03:04:15 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] @@ -8,14 +8,14 @@ [project] name = "types-jsonschema" - version = "4.25.0.20250720" + version = "4.25.1.20250822" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } description = "Typing stubs for jsonschema" readme = { text = """\ ## Typing stubs for jsonschema -@@ -51,5 +50,4 @@ dependencies = ['referencing'] +@@ -46,5 +45,4 @@ dependencies = ['referencing'] "Chat" = "https://gitter.im/python/typing" [tool.setuptools] |