pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-poetry-plugin-export



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 13 08:37:36 UTC 2025

Modified Files:
        pkgsrc/devel/py-poetry-plugin-export: Makefile distinfo

Log Message:
py-poetry-plugin-export: updated to 1.9.0

1.9.0

Added

Add an --all-groups option to export dependencies from all groups

Changed

Drop support for Python 3.8
Clarify the help text of --with and --only and deprecate --without
Fail if the poetry.lock file is not consistent with the pyproject.toml file

Fixed

Fix an issue where the export failed with the message "dependency walk failed".
This fix requires a poetry.lock file created with Poetry 2.x
Fix an issue where the pre-commit hook regex matched wrong files


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-poetry-plugin-export/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-poetry-plugin-export/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-poetry-plugin-export/Makefile
diff -u pkgsrc/devel/py-poetry-plugin-export/Makefile:1.11 pkgsrc/devel/py-poetry-plugin-export/Makefile:1.12
--- pkgsrc/devel/py-poetry-plugin-export/Makefile:1.11  Mon Oct 14 06:45:40 2024
+++ pkgsrc/devel/py-poetry-plugin-export/Makefile       Mon Jan 13 08:37:36 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/10/14 06:45:40 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2025/01/13 08:37:36 adam Exp $
 
-DISTNAME=      poetry_plugin_export-1.8.0
+DISTNAME=      poetry_plugin_export-1.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/poetry-plugin-export/}

Index: pkgsrc/devel/py-poetry-plugin-export/distinfo
diff -u pkgsrc/devel/py-poetry-plugin-export/distinfo:1.6 pkgsrc/devel/py-poetry-plugin-export/distinfo:1.7
--- pkgsrc/devel/py-poetry-plugin-export/distinfo:1.6   Wed May 15 08:11:40 2024
+++ pkgsrc/devel/py-poetry-plugin-export/distinfo       Mon Jan 13 08:37:36 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2024/05/15 08:11:40 adam Exp $
+$NetBSD: distinfo,v 1.7 2025/01/13 08:37:36 adam Exp $
 
-BLAKE2s (poetry_plugin_export-1.8.0.tar.gz) = c0ebe493f89995c89d16a6f3ad61dbcada2ddb2e00a402b999bc85c92797f190
-SHA512 (poetry_plugin_export-1.8.0.tar.gz) = 90cbf0e79787611a4d78c6ce637d4087d375aa25e65489d770d13f2a769d9919d76512b3fad70073073a83fe41ec42a8925c8b27983d84458007356b3ec8409d
-Size (poetry_plugin_export-1.8.0.tar.gz) = 29840 bytes
+BLAKE2s (poetry_plugin_export-1.9.0.tar.gz) = 7a77fb3ce029eb4ec6b387971d4f0901e2a58550cb1a27df5d9275ba9730b44c
+SHA512 (poetry_plugin_export-1.9.0.tar.gz) = 5c2c5d6bca5832d17083fa568d7974e16ec66010a0dc05aca66d090ed12ce1a1645ed29ce072cbe156315b54e77906b4e723101c6206aa1fbc1e64295a2a8da5
+Size (poetry_plugin_export-1.9.0.tar.gz) = 30835 bytes



Home | Main Index | Thread Index | Old Index