pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-flit



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 23 17:58:45 UTC 2025

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

Log Message:
py-flit: update to 3.11.0.

Version 3.11
------------

- 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 <https://packaging.python.org/en/latest/specifications/core-metadata/>`_
  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/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-flit/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-flit/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/Makefile
diff -u pkgsrc/devel/py-flit/Makefile:1.9 pkgsrc/devel/py-flit/Makefile:1.10
--- pkgsrc/devel/py-flit/Makefile:1.9   Sun Nov  3 07:50:30 2024
+++ pkgsrc/devel/py-flit/Makefile       Sun Feb 23 17:58:45 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 17:58:45 wiz Exp $
 
-DISTNAME=      flit-3.10.1
+DISTNAME=      flit-3.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flit/}

Index: pkgsrc/devel/py-flit/PLIST
diff -u pkgsrc/devel/py-flit/PLIST:1.4 pkgsrc/devel/py-flit/PLIST:1.5
--- pkgsrc/devel/py-flit/PLIST:1.4      Sat Oct 28 19:57:00 2023
+++ pkgsrc/devel/py-flit/PLIST  Sun Feb 23 17:58:45 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2023/10/28 19:57:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/02/23 17:58:45 wiz Exp $
 bin/flit-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/flit/__init__.py
 ${PYSITELIB}/flit/__init__.pyc
 ${PYSITELIB}/flit/__init__.pyo

Index: pkgsrc/devel/py-flit/distinfo
diff -u pkgsrc/devel/py-flit/distinfo:1.8 pkgsrc/devel/py-flit/distinfo:1.9
--- pkgsrc/devel/py-flit/distinfo:1.8   Sun Nov  3 07:50:30 2024
+++ pkgsrc/devel/py-flit/distinfo       Sun Feb 23 17:58:45 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2024/11/03 07:50:30 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/02/23 17:58:45 wiz Exp $
 
-BLAKE2s (flit-3.10.1.tar.gz) = cdf1a68e5c47f5d421e5ce40e7939ba1ad62b75012b052a72b4851e9c101e6a7
-SHA512 (flit-3.10.1.tar.gz) = 37ff7e4de10d4b123cee854e692511574748a050d177e50f06330223ae94a4347e358ff07ca9545c3c8346c51c6734227808929f59401fdd062498d6bf69209a
-Size (flit-3.10.1.tar.gz) = 143162 bytes
+BLAKE2s (flit-3.11.0.tar.gz) = b5930af641cfc9df55dccea493ee1c715b03a83ddbfaa65e384abcb2d38d541a
+SHA512 (flit-3.11.0.tar.gz) = 704774ab9b8154056a82f59814c2589ad4b3c8593a8e0de75eae99b1517211790604988efaf4f32e5f49fd472ec00efe8269b72524f285a647f4b8126699a4b7
+Size (flit-3.11.0.tar.gz) = 153236 bytes
 SHA1 (patch-tests_test__find__python__executable.py) = 2b7c61dca228c54db79ce9a78608c4b5c03800bb



Home | Main Index | Thread Index | Old Index