pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-poetry
Module Name: pkgsrc
Committed By: adam
Date: Mon Mar 30 08:53:33 UTC 2026
Modified Files:
pkgsrc/devel/py-poetry: Makefile distinfo
Log Message:
py-poetry: updated to 2.3.3
2.3.3 - 2026-03-29
Fixed
Fix a path traversal vulnerability in the wheel installer that could allow malicious wheel files to write files outside the intended installation directory
Fix an issue where git dependencies from annotated tags could not be updated
Fix an issue where empty VIRTUAL_ENV or CONDA_PREFIX environment variables (e.g., after conda deactivate) would cause Poetry to incorrectly detect an active virtualenv
Fix an issue where an incomprehensible error message was printed when .venv was a file instead of a directory
Fix an issue where HTTP Basic Authentication credentials could be corrupted during request preparation, causing authentication failures with long tokens
Fix an issue where poetry publish --no-interaction --build requested user interaction
Fix an issue where poetry init and poetry new created a deprecated project.license format
Docs
Clarify the differences between poetry install and poetry update
Clarify the section of fields in the pyproject.toml examples
Add a note about the different installation location when Python from the Microsoft Store is used
Fix the system requirements for Poetry
Fix the poetry cache clear example
Fix the link to pipx installation instructions
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-poetry/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-poetry/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/Makefile
diff -u pkgsrc/devel/py-poetry/Makefile:1.31 pkgsrc/devel/py-poetry/Makefile:1.32
--- pkgsrc/devel/py-poetry/Makefile:1.31 Mon Feb 2 10:35:32 2026
+++ pkgsrc/devel/py-poetry/Makefile Mon Mar 30 08:53:33 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2026/02/02 10:35:32 adam Exp $
+# $NetBSD: Makefile,v 1.32 2026/03/30 08:53:33 adam Exp $
-DISTNAME= poetry-2.3.2
+DISTNAME= poetry-2.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/poetry/}
@@ -22,7 +22,7 @@ DEPENDS+= ${PYPKGPREFIX}-packaging>=24.2
DEPENDS+= ${PYPKGPREFIX}-pbs-installer>=2025.6.10:../../misc/py-pbs-installer
DEPENDS+= ${PYPKGPREFIX}-pkginfo>=1.12:../../devel/py-pkginfo
DEPENDS+= ${PYPKGPREFIX}-platformdirs>=3.0.0:../../misc/py-platformdirs
-DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.3.1:../../devel/py-poetry-core
+DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.3.2:../../devel/py-poetry-core
DEPENDS+= ${PYPKGPREFIX}-pyproject_hooks>=1.0.0:../../devel/py-pyproject_hooks
DEPENDS+= ${PYPKGPREFIX}-requests>=2.26:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-requests-toolbelt>=1.0.0:../../devel/py-requests-toolbelt
Index: pkgsrc/devel/py-poetry/distinfo
diff -u pkgsrc/devel/py-poetry/distinfo:1.21 pkgsrc/devel/py-poetry/distinfo:1.22
--- pkgsrc/devel/py-poetry/distinfo:1.21 Mon Feb 2 10:35:32 2026
+++ pkgsrc/devel/py-poetry/distinfo Mon Mar 30 08:53:33 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2026/02/02 10:35:32 adam Exp $
+$NetBSD: distinfo,v 1.22 2026/03/30 08:53:33 adam Exp $
-BLAKE2s (poetry-2.3.2.tar.gz) = 9d5226b1651a00901f48f969c15f0cce1a62baadf9a06cf80456e0eb38d68f94
-SHA512 (poetry-2.3.2.tar.gz) = 3a7206206c454b348fdcbd54ae253e3b56fa2d2d1ffd57efc0270afc8777b08762ab8a11596c092d6ca180d36f3e96b74e5f90ef6bc7aeebad001e45fd1c4d98
-Size (poetry-2.3.2.tar.gz) = 3462586 bytes
+BLAKE2s (poetry-2.3.3.tar.gz) = 0332f101dc8b939fc921cc010050bdd4e296ff02efc001e181e49853157f376b
+SHA512 (poetry-2.3.3.tar.gz) = ace6168aeb4f4ea89ce6c08f8ad2833baa115ba55e90580275774b2c999efa5299b4390778e74ad871a2c0eb43bf25e08d84f3a5bad97290b5970f3b503162d5
+Size (poetry-2.3.3.tar.gz) = 3465814 bytes
Home |
Main Index |
Thread Index |
Old Index