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:   wiz
Date:           Tue Jun  6 10:41:46 UTC 2023

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

Log Message:
py-poetry-plugin-export: update to 1.4.0.

poetry-plugin-export (^1.4.0)

    Fix an issue where --extra-index-url and --trusted-host was not generated for sources with priority explicit (#205).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-poetry-plugin-export/Makefile \
    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.1 pkgsrc/devel/py-poetry-plugin-export/Makefile:1.2
--- pkgsrc/devel/py-poetry-plugin-export/Makefile:1.1   Mon Apr 17 20:53:30 2023
+++ pkgsrc/devel/py-poetry-plugin-export/Makefile       Tue Jun  6 10:41:46 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/04/17 20:53:30 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/06/06 10:41:46 wiz Exp $
 
-DISTNAME=      poetry_plugin_export-1.3.1
+DISTNAME=      poetry_plugin_export-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/poetry-plugin-export/}
@@ -22,6 +22,8 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+# as of 1.4.0
+# 1 failed, 67 passed
 do-test:
        cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
Index: pkgsrc/devel/py-poetry-plugin-export/distinfo
diff -u pkgsrc/devel/py-poetry-plugin-export/distinfo:1.1 pkgsrc/devel/py-poetry-plugin-export/distinfo:1.2
--- pkgsrc/devel/py-poetry-plugin-export/distinfo:1.1   Mon Apr 17 20:53:30 2023
+++ pkgsrc/devel/py-poetry-plugin-export/distinfo       Tue Jun  6 10:41:46 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/04/17 20:53:30 adam Exp $
+$NetBSD: distinfo,v 1.2 2023/06/06 10:41:46 wiz Exp $
 
-BLAKE2s (poetry_plugin_export-1.3.1.tar.gz) = 0f97f061879f41d620d7bec1f05aa57ee91caa7c948527820af0334a928f77a3
-SHA512 (poetry_plugin_export-1.3.1.tar.gz) = 8bed3ebd4f8b3d3c15877da43829a043b623440a4b0b2059874759f103332adcf63e2a9883b86534dcecbe1eafef2cdd39ae5960393ff48d7144cbc11a361206
-Size (poetry_plugin_export-1.3.1.tar.gz) = 28141 bytes
+BLAKE2s (poetry_plugin_export-1.4.0.tar.gz) = 1e02bc9aeabdfeaaa0e4c8c008fe7884b581f313650705f57a4f714eaf3252f7
+SHA512 (poetry_plugin_export-1.4.0.tar.gz) = 60fd1a63505e82f62372e7ec4e4908835f0556e86213b58ce836d3cf64bd6de8f83cbc965ad1a2b59c50ca3bf287675bda46b5a410a5f65078e091004eaf8ed9
+Size (poetry_plugin_export-1.4.0.tar.gz) = 28553 bytes



Home | Main Index | Thread Index | Old Index