git: 15d8de75cd95 - main - devel/py-librt: Update to 0.12.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 11 Jul 2026 12:24:05 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=15d8de75cd95ac96e2beed9b88e5c4d50b78498c

commit 15d8de75cd95ac96e2beed9b88e5c4d50b78498c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-07-11 11:47:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-07-11 12:21:12 +0000

    devel/py-librt: Update to 0.12.0
    
    Changes:        https://github.com/python/mypy/commits/master/mypyc/lib-rt
---
 devel/py-librt/Makefile                   | 2 +-
 devel/py-librt/distinfo                   | 6 +++---
 devel/py-librt/files/patch-pyproject.toml | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-librt/Makefile b/devel/py-librt/Makefile
index 75c9060b891a..7210dd9dad08 100644
--- a/devel/py-librt/Makefile
+++ b/devel/py-librt/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	librt
-PORTVERSION=	0.11.0
+PORTVERSION=	0.12.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-librt/distinfo b/devel/py-librt/distinfo
index 7931961b327f..a93ca0990a0b 100644
--- a/devel/py-librt/distinfo
+++ b/devel/py-librt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1778641028
-SHA256 (librt-0.11.0.tar.gz) = 075dc3ef4458a278e0195cbf6ac9d38808d9b906c5a6c7f7f79c3888276a3fb1
-SIZE (librt-0.11.0.tar.gz) = 200139
+TIMESTAMP = 1783564072
+SHA256 (librt-0.12.0.tar.gz) = cb26faedbd09c6130e9c1b64d8000efec5076ffd18d606c6cd1cf02730e6d8b0
+SIZE (librt-0.12.0.tar.gz) = 203841
diff --git a/devel/py-librt/files/patch-pyproject.toml b/devel/py-librt/files/patch-pyproject.toml
index 5a9f26138f9f..98021caef019 100644
--- a/devel/py-librt/files/patch-pyproject.toml
+++ b/devel/py-librt/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig	2026-05-10 17:48:00 UTC
+--- pyproject.toml.orig	2026-06-30 15:47:54 UTC
 +++ pyproject.toml
 @@ -1,5 +1,5 @@
  [build-system]
@@ -7,10 +7,10 @@
  build-backend = "setuptools.build_meta"
  
  [project]
-@@ -20,7 +20,7 @@ version = "0.11.0"
+@@ -20,7 +20,7 @@ version = "0.12.0"
      {name = "Ivan Levkivskyi", email = "levkivskyi@gmail.com"},
  ]
- version = "0.11.0"
+ version = "0.12.0"
 -license = "MIT"
 +license = {text = "MIT"}
  classifiers = [