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:           Wed May 15 08:11:40 UTC 2024

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

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

1.8.0

Changed

Relax the constraint on poetry and poetry-core to allow (future) 2.* versions.

Fixed

Fix an issue where editable installs where not exported correctly


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-poetry-plugin-export/Makefile
cvs rdiff -u -r1.5 -r1.6 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.9 pkgsrc/devel/py-poetry-plugin-export/Makefile:1.10
--- pkgsrc/devel/py-poetry-plugin-export/Makefile:1.9   Wed Mar 20 11:40:05 2024
+++ pkgsrc/devel/py-poetry-plugin-export/Makefile       Wed May 15 08:11:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/03/20 11:40:05 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/05/15 08:11:40 adam Exp $
 
-DISTNAME=      poetry_plugin_export-1.7.1
+DISTNAME=      poetry_plugin_export-1.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/poetry-plugin-export/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://python-poetry.org/
 COMMENT=       Poetry plugin to export the dependencies to various formats
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-poetry-core>=1.6.0:../../devel/py-poetry-core
-TEST_DEPENDS+= ${PYPKGPREFIX}-poetry>=1.5.0:../../devel/py-poetry
+DEPENDS+=      ${PYPKGPREFIX}-poetry-core>=1.7.0:../../devel/py-poetry-core
+TEST_DEPENDS+= ${PYPKGPREFIX}-poetry>=1.8.0:../../devel/py-poetry
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=3.9:../../devel/py-test-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-randomly>=3.12:../../devel/py-test-randomly

Index: pkgsrc/devel/py-poetry-plugin-export/distinfo
diff -u pkgsrc/devel/py-poetry-plugin-export/distinfo:1.5 pkgsrc/devel/py-poetry-plugin-export/distinfo:1.6
--- pkgsrc/devel/py-poetry-plugin-export/distinfo:1.5   Wed Mar 20 11:40:05 2024
+++ pkgsrc/devel/py-poetry-plugin-export/distinfo       Wed May 15 08:11:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/03/20 11:40:05 wiz Exp $
+$NetBSD: distinfo,v 1.6 2024/05/15 08:11:40 adam Exp $
 
-BLAKE2s (poetry_plugin_export-1.7.1.tar.gz) = 805b2f8c5e3353e0933679c14ab900bba023f76f0b0c77fcea6251941ac73206
-SHA512 (poetry_plugin_export-1.7.1.tar.gz) = d472d8e4d6eb803587722854be912009a9bc0a8f86ee0e3ef0046f385ed59236af229109dae85198e3a205702cff86780576939e518fa797f3e5093537a0d2f1
-Size (poetry_plugin_export-1.7.1.tar.gz) = 29656 bytes
+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



Home | Main Index | Thread Index | Old Index