git: ceee14c52f56 - main - devel/py-proglog: Update to 0.1.11

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 18 Apr 2025 05:45:29 UTC
The branch main has been updated by sunpoet:

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

commit ceee14c52f566a69102c4bb1b2e3ea04def7368c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-18 05:16:01 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-04-18 05:37:35 +0000

    devel/py-proglog: Update to 0.1.11
    
    Changes:        https://github.com/Edinburgh-Genome-Foundry/Proglog/releases
---
 devel/py-proglog/Makefile                   |  3 +--
 devel/py-proglog/distinfo                   |  6 +++---
 devel/py-proglog/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/devel/py-proglog/Makefile b/devel/py-proglog/Makefile
index 2b1f910d9a99..22a4210197c5 100644
--- a/devel/py-proglog/Makefile
+++ b/devel/py-proglog/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	proglog
-PORTVERSION=	0.1.10
-PORTREVISION=	1
+PORTVERSION=	0.1.11
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-proglog/distinfo b/devel/py-proglog/distinfo
index 8380260be85a..9b62f4e76f86 100644
--- a/devel/py-proglog/distinfo
+++ b/devel/py-proglog/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652122673
-SHA256 (proglog-0.1.10.tar.gz) = 658c28c9c82e4caeb2f25f488fff9ceace22f8d69b15d0c1c86d64275e4ddab4
-SIZE (proglog-0.1.10.tar.gz) = 11088
+TIMESTAMP = 1744288950
+SHA256 (proglog-0.1.11.tar.gz) = ce35a0f9d1153e69d0063cdae6e6f2d8708fa0a588fc4e089501b77005e72884
+SIZE (proglog-0.1.11.tar.gz) = 9596
diff --git a/devel/py-proglog/files/patch-pyproject.toml b/devel/py-proglog/files/patch-pyproject.toml
new file mode 100644
index 000000000000..fa1bd8982261
--- /dev/null
+++ b/devel/py-proglog/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2025-04-01 16:12:26 UTC
++++ pyproject.toml
+@@ -1,7 +1,7 @@ version = "0.1.11"
+ [project]
+ name = "proglog"
+ version = "0.1.11"
+-license = "MIT"
++license = { text = "MIT" }
+ authors = [{ name = "Zulko" }]
+ description = "Log and progress bar manager for console, notebooks, web..."
+ readme = "pypi-readme.rst"