Thu Oct 6 13:07:19 2022 UTC ()
py-poetry-core: Request that this not be updated to 1.3.x

Upstream has a breaking change that causes synapse to fail.  synapse
has added a pinned dependency, which will need to be patched out, but
the build will fail with 1.3.x.  Given the nature of the change in
dependency processing rules, it seems likely that other poetry-using
projects are going to have problems too.


(gdt)
diff -r1.2 -r1.3 pkgsrc/devel/py-poetry-core/Makefile

cvs diff -r1.2 -r1.3 pkgsrc/devel/py-poetry-core/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-poetry-core/Makefile 2022/04/14 20:29:56 1.2
+++ pkgsrc/devel/py-poetry-core/Makefile 2022/10/06 13:07:19 1.3
@@ -1,15 +1,18 @@ @@ -1,15 +1,18 @@
1# $NetBSD: Makefile,v 1.2 2022/04/14 20:29:56 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2022/10/06 13:07:19 gdt Exp $
2 2
 3# Do not update to 1.3.x without understanding the impacts of a change
 4# that breaks at least some poetry-using programs. -gdt
 5# https://github.com/matrix-org/synapse/issues/14079
3DISTNAME= poetry-core-1.0.8 6DISTNAME= poetry-core-1.0.8
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 7PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 8CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/poetry-core/} 9MASTER_SITES= ${MASTER_SITE_PYPI:=p/poetry-core/}
7 10
8MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://python-poetry.org/ 12HOMEPAGE= https://python-poetry.org/
10COMMENT= Poetry PEP 517 build backend 13COMMENT= Poetry PEP 517 build backend
11LICENSE= mit 14LICENSE= mit
12 15
13PYTHON_VERSIONS_INCOMPATIBLE= 27 16PYTHON_VERSIONS_INCOMPATIBLE= 27
14 17
15.include "../../lang/python/pyversion.mk" 18.include "../../lang/python/pyversion.mk"