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 Aug 9 13:54:04 UTC 2026
Modified Files:
pkgsrc/devel/py-flit_core: Makefile distinfo
Log Message:
py-flit_core: update to 4.0.2.
Version 4.0.2
Fix invalid metadata files with Import-Name (#813).
Version 4.0.1
No changes, but a new tag to trigger an upload to PyPI now that
twine will accept it.
Version 4.0
This version contains breaking changes, but most projects which
are already using the [project] table for metadata shouldn’t be
affected, and can simply change the flit_core <4 constraint to <5.
The [tool.flit.metadata] table is no longer used for project metadata
(PR #771). Use the newer [project] table instead (or if that is
not possible, build with flit_core <4).
flit build and flit publish no longer include files in the sdist
based on what is committed in git or Mercurial (PR #772). These
commands now build packages more like Flit does when called as a
backend by e.g. python -m build. Specify sdist include & exclude
patterns instead (Flit can help to generate these), or pass the
--use-vcs option to get the old behaviour back.
flit_core now requires Python 3.8 or above (PR #738)
The --setup-py option to generate sdists containing a setup.py file
is no longer available (PR #776).
Making typing stubs packages with a -stubs suffix will now work
(PR #742).
The default glob patterns for license files have been extended to
include NOTICE* and AUTHORS* (PR #758).
license-files glob patterns can contain spaces (PR #797).
Fix a bug where license files could be found twice on Windows (PR
#752).
The new Import-Name and Import-Namespace metadata fields (metadata
2.5) are now supported (PR #774). In most cases no new input is
required, as Flit will create this metadata automatically.
Fix creating RECORD files when file names include commas (PR #744).
The --use-vcs option now correctly recognises git from inside a
git worktree folder (PR #799).
On Python 3.12 and above, flit build now uses the ‘data’ filter
when extracting the just-created sdist prior to building a wheel
(PR #775). This restricts some special features of tar files, but
sdists are unlikely to use these features, and they would probably
break in other scenarios if you did.
The vendorised readme_renderer package was updated to version 44.0
(PR #760).
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-flit_core/Makefile
cvs rdiff -u -r1.7 -r1.8 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.11 pkgsrc/devel/py-flit_core/Makefile:1.12
--- pkgsrc/devel/py-flit_core/Makefile:1.11 Sun Apr 20 20:18:23 2025
+++ pkgsrc/devel/py-flit_core/Makefile Sun Aug 9 13:54:04 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2025/04/20 20:18:23 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2026/08/09 13:54:04 wiz Exp $
-DISTNAME= flit_core-3.12.0
+DISTNAME= flit_core-4.0.2
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.7 pkgsrc/devel/py-flit_core/distinfo:1.8
--- pkgsrc/devel/py-flit_core/distinfo:1.7 Sun Apr 20 20:18:23 2025
+++ pkgsrc/devel/py-flit_core/distinfo Sun Aug 9 13:54:04 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/04/20 20:18:23 wiz Exp $
+$NetBSD: distinfo,v 1.8 2026/08/09 13:54:04 wiz Exp $
-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
+BLAKE2s (flit_core-4.0.2.tar.gz) = b4d298e75ea6bf5bbc3065a6b7e20540ea3a5ec542ac529c80fb3e710c86bbb0
+SHA512 (flit_core-4.0.2.tar.gz) = d0d3ace00529392cb69813ee975b37bbcdadbacb1ff9ad841838cb821f3732ae3c075fe3c740ca88bf7017b6d49739602382fed4603cfb0f49331f5b5da6dfb3
+Size (flit_core-4.0.2.tar.gz) = 53083 bytes
Home |
Main Index |
Thread Index |
Old Index