devel/py-proglog: Update to 0.1.11

Changes:	https://github.com/Edinburgh-Genome-Foundry/Proglog/releases
This commit is contained in:
Po-Chuan Hsieh 2025-04-18 13:16:01 +08:00
parent 23942e991f
commit ceee14c52f
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 15 additions and 5 deletions

View file

@ -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}

View file

@ -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

View file

@ -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"