pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-flit_core
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 20 20:18:23 UTC 2025
Modified Files:
pkgsrc/devel/py-flit_core: Makefile distinfo
Log Message:
py-flit_core: update to 3.12.0.
Support for license expressions using the AND and OR operators (PR #731).
Recognise __version__: str = "0.1" annotated assignments when finding the version number (PR #728).
Clear error message when referring to a license file in a parent directory, which is not supported (PR #725).
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-flit_core/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-flit_core/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-flit_core/Makefile
diff -u pkgsrc/devel/py-flit_core/Makefile:1.10 pkgsrc/devel/py-flit_core/Makefile:1.11
--- pkgsrc/devel/py-flit_core/Makefile:1.10 Sun Feb 23 11:37:55 2025
+++ pkgsrc/devel/py-flit_core/Makefile Sun Apr 20 20:18:23 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2025/02/23 11:37:55 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2025/04/20 20:18:23 wiz Exp $
-DISTNAME= flit_core-3.11.0
+DISTNAME= flit_core-3.12.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/flit-core/}
Index: pkgsrc/devel/py-flit_core/distinfo
diff -u pkgsrc/devel/py-flit_core/distinfo:1.6 pkgsrc/devel/py-flit_core/distinfo:1.7
--- pkgsrc/devel/py-flit_core/distinfo:1.6 Sun Feb 23 11:37:55 2025
+++ pkgsrc/devel/py-flit_core/distinfo Sun Apr 20 20:18:23 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/02/23 11:37:55 wiz Exp $
+$NetBSD: distinfo,v 1.7 2025/04/20 20:18:23 wiz Exp $
-BLAKE2s (flit_core-3.11.0.tar.gz) = 38090b36aa32b195a8f1f06c1d49c00535280a2a78490a5a05a87ca773853d0e
-SHA512 (flit_core-3.11.0.tar.gz) = 628ffd0950da88f1775c1b193ee5c6f1af06046877ca0ad66d7ae5af7df4b49759f19a4494cf15d7a1480d34c19925ce11205e7359df9fc223bca6595f94525d
-Size (flit_core-3.11.0.tar.gz) = 52038 bytes
+BLAKE2s (flit_core-3.12.0.tar.gz) = 7b386ed1058eb98c105aedf1f5365de26d1e6782fbd25a03cbf1689f8e4c52b4
+SHA512 (flit_core-3.12.0.tar.gz) = 189dcd674722164b165e18b11c4dc72b8309fa2e3c82fc1ed6a9160bb5c6c1f86e2b2cfa111603cf73dca0dba74a496a664d5cbb6242587b47f139c42f7ae8bd
+Size (flit_core-3.12.0.tar.gz) = 53690 bytes
Home |
Main Index |
Thread Index |
Old Index