pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-poetry-core



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Feb 17 09:38:33 UTC 2025

Modified Files:
        pkgsrc/devel/py-poetry-core: Makefile distinfo

Log Message:
py-poetry-core: updated to 2.1.1

2.1.1 - 2025-02-16

Fixed

Fix an issue where simplifying a python_version marker resulted in an invalid marker

2.1.0 - 2025-02-15

Added

Pass a local version label to the build backend interface
Expose build-system dependencies via the poetry instance
Add has_upper_bound method to VersionConstraint

Changed

Improve performance of calculating intersections and unions of extra markers
Improve performance of calculating intersections and unions of complex markers
Improve performance of marker operations by simplifying python_version markers
Improve performance by caching parsed requirements
Improve error message when a referenced license file is missing

Fixed

Fix an issue where inclusive ordering with post releases was inconsistent with PEP 440
Fix an issue where invalid URI tokens in PEP 508 requirement strings were silently discarded
Fix an issue where wrong markers were calculated when removing parts covered by the project's python constraint
Fix an issue where optional dependencies that are not part of an extra were included in the wheel metadata
Fix an issue where the __pycache__ directory and *.pyc files were included in sdists and wheels


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-poetry-core/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-poetry-core/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-core/Makefile
diff -u pkgsrc/devel/py-poetry-core/Makefile:1.14 pkgsrc/devel/py-poetry-core/Makefile:1.15
--- pkgsrc/devel/py-poetry-core/Makefile:1.14   Sat Jan 11 20:25:14 2025
+++ pkgsrc/devel/py-poetry-core/Makefile        Mon Feb 17 09:38:33 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/01/11 20:25:14 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/02/17 09:38:33 adam Exp $
 
-DISTNAME=      poetry_core-2.0.1
+DISTNAME=      poetry_core-2.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/poetry-core/}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://python-poetry.org/
 COMMENT=       Poetry PEP 517 build backend
 LICENSE=       mit
 
+TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base
 TEST_DEPENDS+= ${PYPKGPREFIX}-build>=0.10.0:../../devel/py-build
 TEST_DEPENDS+= ${PYPKGPREFIX}-setuptools>=60:../../devel/py-setuptools
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=3.0.0:../../devel/py-test-cov
@@ -17,7 +18,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-mock>
 TEST_DEPENDS+= ${PYPKGPREFIX}-tomli_w>=1.0.0:../../textproc/py-tomli_w
 TEST_DEPENDS+= ${PYPKGPREFIX}-trove-classifiers>=2022.5.19:../../misc/py-trove-classifiers
 TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv>=20.21:../../devel/py-virtualenv
-TEST_DEPENDS+= git-base-[0-9]*:../../devel/git-base
 
 # for tests only
 USE_LANGUAGES= c

Index: pkgsrc/devel/py-poetry-core/distinfo
diff -u pkgsrc/devel/py-poetry-core/distinfo:1.11 pkgsrc/devel/py-poetry-core/distinfo:1.12
--- pkgsrc/devel/py-poetry-core/distinfo:1.11   Sat Jan 11 20:25:14 2025
+++ pkgsrc/devel/py-poetry-core/distinfo        Mon Feb 17 09:38:33 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2025/01/11 20:25:14 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/02/17 09:38:33 adam Exp $
 
-BLAKE2s (poetry_core-2.0.1.tar.gz) = ba86641ee324f660885d144a7a90bd331844bef484305c9ca9ba1c0e7123f789
-SHA512 (poetry_core-2.0.1.tar.gz) = dd1d303abd034fc0341aaa5fc8d11f13ef305e93b9e9036f4040c2cb007c8b1eecbdb719d2b5692530b80ecc06d416751a45c499f373a05b7066e56785d1a8e8
-Size (poetry_core-2.0.1.tar.gz) = 355487 bytes
+BLAKE2s (poetry_core-2.1.1.tar.gz) = 52aa34c0b62503f483e4f7be9add5318f7a1ffe652437f224d4239750a2f9123
+SHA512 (poetry_core-2.1.1.tar.gz) = 6624530062196c9a40be73d74a8dd51cfa8af8f34705837c5101b3955252e94fd136b32259887796ea304b77cfcd35042bf391fe78174f22faeebe77247605c4
+Size (poetry_core-2.1.1.tar.gz) = 362210 bytes



Home | Main Index | Thread Index | Old Index