pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/py-loguru
Module Name: pkgsrc
Committed By: adam
Date: Tue Feb 4 11:36:44 UTC 2025
Modified Files:
pkgsrc/sysutils/py-loguru: Makefile PLIST distinfo
Log Message:
py-loguru: updated to 0.7.3
0.7.3
Fix Cython incompatibility caused by the absence of underlying stack frames, which resulted in a ValueError during logging
Fix possible RuntimeError when removing all handlers with logger.remove() due to thread-safety issue
Fix diagnose=True option of exception formatting not working as expected with Python 3.13
Fix non-standard level names not fully compatible with logging.Formatter()
Fix inability to display a literal "\" immediately before color markups
Fix possible infinite recursion when an exception is raised from a __repr__ method decorated with logger.catch()
Improve performance of datetime formatting while logging messages
Reduce startup time in the presence of installed but unused IPython third-party library
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/py-loguru/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/py-loguru/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/py-loguru/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/py-loguru/Makefile
diff -u pkgsrc/sysutils/py-loguru/Makefile:1.5 pkgsrc/sysutils/py-loguru/Makefile:1.6
--- pkgsrc/sysutils/py-loguru/Makefile:1.5 Mon Nov 11 07:28:59 2024
+++ pkgsrc/sysutils/py-loguru/Makefile Tue Feb 4 11:36:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/11/11 07:28:59 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/02/04 11:36:44 adam Exp $
-DISTNAME= loguru-0.7.2
+DISTNAME= loguru-0.7.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= sysutils python
MASTER_SITES= ${MASTER_SITE_PYPI:=l/loguru/}
@@ -10,14 +10,12 @@ HOMEPAGE= https://github.com/Delgan/logu
COMMENT= Python logging made (stupidly) simple
LICENSE= mit
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
-TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun>=1.2.2:../../devel/py-freezegun
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0.0:../../devel/py-test-cov
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy-plugins>=1.10.1:../../devel/py-test-mypy-plugins
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3:../../devel/py-flit_core
+#TEST_DEPENDS+= ${PYPKGPREFIX}-freezegun>=1.2.2:../../devel/py-freezegun
+#TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0.0:../../devel/py-test-cov
+#TEST_DEPENDS+= ${PYPKGPREFIX}-test-mypy-plugins>=1.10.1:../../devel/py-test-mypy-plugins
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/py-loguru/PLIST
diff -u pkgsrc/sysutils/py-loguru/PLIST:1.2 pkgsrc/sysutils/py-loguru/PLIST:1.3
--- pkgsrc/sysutils/py-loguru/PLIST:1.2 Mon Nov 27 15:31:19 2023
+++ pkgsrc/sysutils/py-loguru/PLIST Tue Feb 4 11:36:44 2025
@@ -1,9 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2023/11/27 15:31:19 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.3 2025/02/04 11:36:44 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/loguru/__init__.py
${PYSITELIB}/loguru/__init__.pyc
${PYSITELIB}/loguru/__init__.pyi
Index: pkgsrc/sysutils/py-loguru/distinfo
diff -u pkgsrc/sysutils/py-loguru/distinfo:1.3 pkgsrc/sysutils/py-loguru/distinfo:1.4
--- pkgsrc/sysutils/py-loguru/distinfo:1.3 Mon Nov 27 15:31:19 2023
+++ pkgsrc/sysutils/py-loguru/distinfo Tue Feb 4 11:36:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2023/11/27 15:31:19 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/02/04 11:36:44 adam Exp $
-BLAKE2s (loguru-0.7.2.tar.gz) = 0e87dadc328ba7868b3f8ae4b16973d8c8d8ca88f44258d8afe109799b0653af
-SHA512 (loguru-0.7.2.tar.gz) = 68cb7172f6f65fa1b9f9659b0ef7e361cc2423014b18e4a2b0f32c78616df6ae5bc7b64423a1e9d20f66347894170bcad69c36bf1e11d2ef4ef589313f3b85a4
-Size (loguru-0.7.2.tar.gz) = 145103 bytes
+BLAKE2s (loguru-0.7.3.tar.gz) = af851647b7c2ce4b3b5b93e4986d8009f54446e3dd95ead550017682af5c2c5b
+SHA512 (loguru-0.7.3.tar.gz) = ff2e2a8b125b9616a5e6d2ace34a8b8106fa50b206ea632b6275c756dde7ede11130b0a3fc2f288f4f42a39877f4ce3c211ade4feaf876f4947cc1a0b4e73153
+Size (loguru-0.7.3.tar.gz) = 63559 bytes
Home |
Main Index |
Thread Index |
Old Index