pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-incremental
Module Name: pkgsrc
Committed By: adam
Date: Tue Jul 30 03:50:59 UTC 2024
Modified Files:
pkgsrc/devel/py-incremental: Makefile distinfo
Log Message:
py-incremental: updated to 24.7.2
Incremental 24.7.2 (2024-07-29)
Bugfixes
- Incremental could mis-identify that a project had opted in to version management.
If a ``pyproject.toml`` in the current directory contained a ``[project]`` table with a ``name`` key, but did not contain the opt-in ``[tool.incremental]`` table, Incremental would still treat the
file as if the opt-in were present and attempt to validate the configuration. This could happen in contexts outside of packaging, such as when creating a virtualenv. When operating as a setuptools
plugin Incremental now always ignores invalid configuration, such as configuration that doesn't match the content of the working directory.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-incremental/Makefile \
pkgsrc/devel/py-incremental/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-incremental/Makefile
diff -u pkgsrc/devel/py-incremental/Makefile:1.7 pkgsrc/devel/py-incremental/Makefile:1.8
--- pkgsrc/devel/py-incremental/Makefile:1.7 Sun Jul 28 10:26:08 2024
+++ pkgsrc/devel/py-incremental/Makefile Tue Jul 30 03:50:59 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/07/28 10:26:08 adam Exp $
+# $NetBSD: Makefile,v 1.8 2024/07/30 03:50:59 adam Exp $
-DISTNAME= incremental-24.7.1
+DISTNAME= incremental-24.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/incremental/}
Index: pkgsrc/devel/py-incremental/distinfo
diff -u pkgsrc/devel/py-incremental/distinfo:1.7 pkgsrc/devel/py-incremental/distinfo:1.8
--- pkgsrc/devel/py-incremental/distinfo:1.7 Sun Jul 28 10:26:08 2024
+++ pkgsrc/devel/py-incremental/distinfo Tue Jul 30 03:50:59 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/07/28 10:26:08 adam Exp $
+$NetBSD: distinfo,v 1.8 2024/07/30 03:50:59 adam Exp $
-BLAKE2s (incremental-24.7.1.tar.gz) = 9cb748aa95d222d733fb89253c6d3c35967ab4fd365c4eae8c90bb8579a3ad75
-SHA512 (incremental-24.7.1.tar.gz) = 1226b6a2b01e29c559371e0a4ab49524fd8ee2659d43fb85e61da5ba56f556dc904753d6ee4e85dc389813fd3b9a12bf0ab8d178c091c6dce686e788f78025ad
-Size (incremental-24.7.1.tar.gz) = 26768 bytes
+BLAKE2s (incremental-24.7.2.tar.gz) = 8067731bf5a0eafe1ac4ea4afd091f38c412452a05527accd6ba43f456c529bd
+SHA512 (incremental-24.7.2.tar.gz) = d738d32392ff3a3fa15b880598a74c8fe61383ab2ca167612ffdad464edda9d08fbfabfdf5c4939731c4d0489a76ba72a483fe3813351610b3618fbcc9539d82
+Size (incremental-24.7.2.tar.gz) = 28157 bytes
Home |
Main Index |
Thread Index |
Old Index