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:           Wed Mar 20 11:40:05 UTC 2024

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

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

1.7.1

Changed

    Export --index-url before --extra-index-url to work around a pip bug (#270).

Fixed

    Fix an issue where the source with the highest priority was exported with --index-url despite PyPI being among the sources (#270).

1.7.0

Changed

    Bump minimum required poetry version to 1.8.0 (#263).

Fixed

    Fix an issue where all sources were exported with --extra-index-url even though PyPI was deactivated (#263).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-poetry-plugin-export/Makefile
cvs rdiff -u -r1.4 -r1.5 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.8 pkgsrc/devel/py-poetry-plugin-export/Makefile:1.9
--- pkgsrc/devel/py-poetry-plugin-export/Makefile:1.8   Tue Nov  7 09:27:36 2023
+++ pkgsrc/devel/py-poetry-plugin-export/Makefile       Wed Mar 20 11:40:05 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/11/07 09:27:36 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2024/03/20 11:40:05 wiz Exp $
 
-DISTNAME=      poetry_plugin_export-1.6.0
+DISTNAME=      poetry_plugin_export-1.7.1
 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.4 pkgsrc/devel/py-poetry-plugin-export/distinfo:1.5
--- pkgsrc/devel/py-poetry-plugin-export/distinfo:1.4   Tue Nov  7 09:27:36 2023
+++ pkgsrc/devel/py-poetry-plugin-export/distinfo       Wed Mar 20 11:40:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2023/11/07 09:27:36 wiz Exp $
+$NetBSD: distinfo,v 1.5 2024/03/20 11:40:05 wiz Exp $
 
-BLAKE2s (poetry_plugin_export-1.6.0.tar.gz) = 160b3cbc1306ffd271229e7f5725b5b70d304f6f52b9326ef07851094c2006d3
-SHA512 (poetry_plugin_export-1.6.0.tar.gz) = d071f69ace98dbc23a3b129ba7fb30c4e6eac07138f4ee5156c266150f8f025f8b69c61dfadd90d29e1895c70d448fc44a9b5cc502024f00e1657247ed3310bd
-Size (poetry_plugin_export-1.6.0.tar.gz) = 29265 bytes
+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



Home | Main Index | Thread Index | Old Index