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 Feb 23 11:37:55 UTC 2025

Modified Files:
        pkgsrc/devel/py-flit_core: Makefile PLIST distinfo

Log Message:
py-flit_core: update to 3.11.0.

Support for SPDX license expressions and multiple license files,
as detailed in PEP 639:

    license = "BSD-3-Clause"
    license-files = ["LICENSE"]

For now, only a single license identifier is allowed. More complex
expressions describing multiple licenses & expressions may be
supported in a future version.

The metadata format in produced packages is now version 2.4, to
support the expanded license information.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-flit_core/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-flit_core/PLIST
cvs rdiff -u -r1.5 -r1.6 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.9 pkgsrc/devel/py-flit_core/Makefile:1.10
--- pkgsrc/devel/py-flit_core/Makefile:1.9      Sun Nov  3 07:50:30 2024
+++ pkgsrc/devel/py-flit_core/Makefile  Sun Feb 23 11:37:55 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/11/03 07:50:30 adam Exp $
+# $NetBSD: Makefile,v 1.10 2025/02/23 11:37:55 wiz Exp $
 
-DISTNAME=      flit_core-3.10.1
+DISTNAME=      flit_core-3.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flit-core/}

Index: pkgsrc/devel/py-flit_core/PLIST
diff -u pkgsrc/devel/py-flit_core/PLIST:1.7 pkgsrc/devel/py-flit_core/PLIST:1.8
--- pkgsrc/devel/py-flit_core/PLIST:1.7 Sun Nov  3 07:50:30 2024
+++ pkgsrc/devel/py-flit_core/PLIST     Sun Feb 23 11:37:55 2025
@@ -1,10 +1,13 @@
-@comment $NetBSD: PLIST,v 1.7 2024/11/03 07:50:30 adam Exp $
-${PYSITELIB}/flit_core-${PKGVERSION}.dist-info/LICENSE
+@comment $NetBSD: PLIST,v 1.8 2025/02/23 11:37:55 wiz Exp $
 ${PYSITELIB}/flit_core-${PKGVERSION}.dist-info/METADATA
 ${PYSITELIB}/flit_core-${PKGVERSION}.dist-info/RECORD
 ${PYSITELIB}/flit_core-${PKGVERSION}.dist-info/WHEEL
+${PYSITELIB}/flit_core-${PKGVERSION}.dist-info/licenses/LICENSE
+${PYSITELIB}/flit_core-${PKGVERSION}.dist-info/licenses/flit_core/vendor/tomli-1.2.3.dist-info/LICENSE
 ${PYSITELIB}/flit_core/__init__.py
 ${PYSITELIB}/flit_core/__init__.pyc
+${PYSITELIB}/flit_core/_spdx_data.py
+${PYSITELIB}/flit_core/_spdx_data.pyc
 ${PYSITELIB}/flit_core/buildapi.py
 ${PYSITELIB}/flit_core/buildapi.pyc
 ${PYSITELIB}/flit_core/common.py

Index: pkgsrc/devel/py-flit_core/distinfo
diff -u pkgsrc/devel/py-flit_core/distinfo:1.5 pkgsrc/devel/py-flit_core/distinfo:1.6
--- pkgsrc/devel/py-flit_core/distinfo:1.5      Sun Nov  3 07:50:30 2024
+++ pkgsrc/devel/py-flit_core/distinfo  Sun Feb 23 11:37:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/11/03 07:50:30 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/02/23 11:37:55 wiz Exp $
 
-BLAKE2s (flit_core-3.10.1.tar.gz) = 493f66a39f7915dbb9181bbaf5327363987dae6927aea55a7a3e721b241a6674
-SHA512 (flit_core-3.10.1.tar.gz) = ac0d39b6ee35b553fc8f7f3f6e558fdc32714ed64d6c506da7913ef95d00780b5f86894d9b042f32cdc51d38ec515fa02f1154b0edbc81d8e53475788c444b08
-Size (flit_core-3.10.1.tar.gz) = 42842 bytes
+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



Home | Main Index | Thread Index | Old Index