Skip to content

Commit

Permalink
py-poetry-plugin-export: update to 1.7.1.
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
0-wiz-0 committed Mar 20, 2024
1 parent bbb1a7d commit 7d42c72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions devel/py-poetry-plugin-export/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
8 changes: 4 additions & 4 deletions devel/py-poetry-plugin-export/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7d42c72

Please sign in to comment.