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: wiz
Date: Mon Jan 26 10:54:43 UTC 2026
Modified Files:
pkgsrc/devel/py-poetry-core: Makefile distinfo
Log Message:
py-poetry-core: update to 2.3.0.
Added
Add (optional) size and upload_time to Link and Package.files (#905).
Changed
Drop support for Python 3.9 (#897).
Normalize versions (#893).
Remove helper function to create temporary directories (#337).
Improve type hint of Package.files (#904).
Update list of supported licenses (#890, #895).
Fixed
Fix an issue where unsatisfiable requirements did not raise an error (#891).
Fix an issue where the implicit main group did not exist if it was explicitly declared as not having any dependencies (#892).
Fix an issue where python_full_version markers with pre-release versions were parsed incorrectly (#893).
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-poetry-core/Makefile
cvs rdiff -u -r1.15 -r1.16 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.18 pkgsrc/devel/py-poetry-core/Makefile:1.19
--- pkgsrc/devel/py-poetry-core/Makefile:1.18 Sun Sep 21 15:59:11 2025
+++ pkgsrc/devel/py-poetry-core/Makefile Mon Jan 26 10:54:43 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2025/09/21 15:59:11 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2026/01/26 10:54:43 wiz Exp $
-DISTNAME= poetry_core-2.2.1
+DISTNAME= poetry_core-2.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/poetry-core/}
@@ -22,8 +22,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-virtualenv
# for tests only
USE_LANGUAGES= c
-# as of 2.2.0
-# 2788 passed, 7 skipped, 9 deselected
+# as of 2.3.0
+# 2805 passed, 5 skipped, 9 deselected
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-poetry-core/distinfo
diff -u pkgsrc/devel/py-poetry-core/distinfo:1.15 pkgsrc/devel/py-poetry-core/distinfo:1.16
--- pkgsrc/devel/py-poetry-core/distinfo:1.15 Sun Sep 21 15:59:11 2025
+++ pkgsrc/devel/py-poetry-core/distinfo Mon Jan 26 10:54:43 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2025/09/21 15:59:11 wiz Exp $
+$NetBSD: distinfo,v 1.16 2026/01/26 10:54:43 wiz Exp $
-BLAKE2s (poetry_core-2.2.1.tar.gz) = 4478f9af996578976b0ff89dbddb9dcdfcabc944f1397d161393f7bf80d38bf7
-SHA512 (poetry_core-2.2.1.tar.gz) = 786ccaad8cfdd5991d755f811661ce2493b335e6ad927c1a15c62b1055571180759eef63ed14b243677e0bfcedcf08e471bab9e0b261f65096984d2b7370f972
-Size (poetry_core-2.2.1.tar.gz) = 378867 bytes
+BLAKE2s (poetry_core-2.3.0.tar.gz) = 8be83e02a854f0207cbff827007bac14a6a65c3b7cbf7a6b75e37f6fcc06073d
+SHA512 (poetry_core-2.3.0.tar.gz) = 6bf2e33d6f7268eb0c598fd64eade580f410d68c1669663d2a472675a04b1a09dc23a97bb7fa9c9a13d9eca646a560a4907faf08d5494dc9a0a0572134f10baf
+Size (poetry_core-2.3.0.tar.gz) = 380922 bytes
Home |
Main Index |
Thread Index |
Old Index