Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 13:12:22 +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: 75886da7dbe0 - main - devel/py-types-pyyaml: Update to 6.0.12.20260408
Message-ID:  <69ef60b6.32907.7c47ec80@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=75886da7dbe062d78bd36dc4a557a1d392df4fda

commit 75886da7dbe062d78bd36dc4a557a1d392df4fda
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-27 13:03:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-27 13:07:39 +0000

    devel/py-types-pyyaml: Update to 6.0.12.20260408
    
    Changes:        https://github.com/typeshed-internal/stub_uploader/blob/main/data/changelogs/PyYAML.md
---
 devel/py-types-pyyaml/Makefile                   |  2 +-
 devel/py-types-pyyaml/distinfo                   |  6 +++---
 devel/py-types-pyyaml/files/patch-pyproject.toml | 11 +++++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/devel/py-types-pyyaml/Makefile b/devel/py-types-pyyaml/Makefile
index 3e0a8c2daa77..58f2590f5686 100644
--- a/devel/py-types-pyyaml/Makefile
+++ b/devel/py-types-pyyaml/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	types-pyyaml
-PORTVERSION=	6.0.12.20250915
+PORTVERSION=	6.0.12.20260408
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-types-pyyaml/distinfo b/devel/py-types-pyyaml/distinfo
index 132bac4b08b1..f19884bab4dc 100644
--- a/devel/py-types-pyyaml/distinfo
+++ b/devel/py-types-pyyaml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759816686
-SHA256 (types_pyyaml-6.0.12.20250915.tar.gz) = 0f8b54a528c303f0e6f7165687dd33fafa81c807fcac23f632b63aa624ced1d3
-SIZE (types_pyyaml-6.0.12.20250915.tar.gz) = 17522
+TIMESTAMP = 1777252742
+SHA256 (types_pyyaml-6.0.12.20260408.tar.gz) = 92a73f2b8d7f39ef392a38131f76b970f8c66e4c42b3125ae872b7c93b556307
+SIZE (types_pyyaml-6.0.12.20260408.tar.gz) = 17735
diff --git a/devel/py-types-pyyaml/files/patch-pyproject.toml b/devel/py-types-pyyaml/files/patch-pyproject.toml
index 7637a07ee02d..e89d640a471f 100644
--- a/devel/py-types-pyyaml/files/patch-pyproject.toml
+++ b/devel/py-types-pyyaml/files/patch-pyproject.toml
@@ -1,24 +1,27 @@
---- pyproject.toml.orig	2025-09-15 03:00:57 UTC
+--- pyproject.toml.orig	2026-04-08 04:30:48 UTC
 +++ pyproject.toml
 @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta"
  [build-system]
  build-backend = "setuptools.build_meta"
--requires = ["setuptools>=77.0.3"]
+-requires = ["setuptools>=82.0.1"]
 +requires = ["setuptools>=61"]
  
  [project]
 -name = "types-PyYAML"
 +name = "types-pyyaml"
- version = "6.0.12.20250915"
+ version = "6.0.12.20260408"
 -license = "Apache-2.0"
 -license-files = ["LICENSE"]
 +license = { text = "Apache-2.0" }
  description = "Typing stubs for PyYAML"
  readme = { text = """\
  ## Typing stubs for PyYAML
-@@ -46,5 +45,4 @@ dependencies = []
+@@ -46,8 +45,4 @@ dependencies = []
  "Chat" = "https://gitter.im/python/typing"
  
  [tool.setuptools]
 -packages = ['yaml-stubs']
  include-package-data = false
+-
+-[tool.setuptools.package-data]
+-'yaml-stubs' = ['__init__.pyi', '_yaml.pyi', 'composer.pyi', 'constructor.pyi', 'cyaml.pyi', 'dumper.pyi', 'emitter.pyi', 'error.pyi', 'events.pyi', 'loader.pyi', 'nodes.pyi', 'parser.pyi', 'reader.pyi', 'representer.pyi', 'resolver.pyi', 'scanner.pyi', 'serializer.pyi', 'tokens.pyi', 'METADATA.toml', 'py.typed']


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef60b6.32907.7c47ec80>