Date: Thu, 07 May 2026 14:32:46 +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: 76dbb4f1d3ec - main - devel/py-librt: Update to 0.10.0 Message-ID: <69fca28e.220ba.2fa3d625@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=76dbb4f1d3ecc54571ea1e03bf219b344f335ce8 commit 76dbb4f1d3ecc54571ea1e03bf219b344f335ce8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-05-07 14:20:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-05-07 14:27:34 +0000 devel/py-librt: Update to 0.10.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 97ff385f5238..dcfef7ae679b 100644 --- a/devel/py-librt/Makefile +++ b/devel/py-librt/Makefile @@ -1,5 +1,5 @@ PORTNAME= librt -PORTVERSION= 0.9.0 +PORTVERSION= 0.10.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-librt/distinfo b/devel/py-librt/distinfo index a0bd25390f36..e1d4570e16da 100644 --- a/devel/py-librt/distinfo +++ b/devel/py-librt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1777252640 -SHA256 (librt-0.9.0.tar.gz) = a0951822531e7aee6e0dfb556b30d5ee36bbe234faf60c20a16c01be3530869d -SIZE (librt-0.9.0.tar.gz) = 184368 +TIMESTAMP = 1778096616 +SHA256 (librt-0.10.0.tar.gz) = 1aba1e8aa4e3307a7be68a74149545fde7451964dc0235a8bec5704a17bdda42 +SIZE (librt-0.10.0.tar.gz) = 191799 diff --git a/devel/py-librt/files/patch-pyproject.toml b/devel/py-librt/files/patch-pyproject.toml index 80be0365e2cb..e9bbbd3ee5e2 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-04-09 15:44:57 UTC +--- pyproject.toml.orig 2026-05-05 15:35:28 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.9.0" +@@ -20,7 +20,7 @@ version = "0.10.0" {name = "Ivan Levkivskyi", email = "levkivskyi@gmail.com"}, ] - version = "0.9.0" + version = "0.10.0" -license = "MIT" +license = {text = "MIT"} classifiers = [home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69fca28e.220ba.2fa3d625>
