pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-poetry-core py-poetry-core: Request that this...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3c481e63be1
branches:  trunk
changeset: 386341:a3c481e63be1
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Oct 06 13:07:19 2022 +0000

description:
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.

diffstat:

 devel/py-poetry-core/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r a63ed8558694 -r a3c481e63be1 devel/py-poetry-core/Makefile
--- a/devel/py-poetry-core/Makefile     Thu Oct 06 11:10:24 2022 +0000
+++ b/devel/py-poetry-core/Makefile     Thu Oct 06 13:07:19 2022 +0000
@@ -1,5 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2022/04/14 20:29:56 adam Exp $
+# $NetBSD: Makefile,v 1.3 2022/10/06 13:07:19 gdt Exp $
 
+# Do not update to 1.3.x without understanding the impacts of a change
+# that breaks at least some poetry-using programs.  -gdt
+# https://github.com/matrix-org/synapse/issues/14079
 DISTNAME=      poetry-core-1.0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python



Home | Main Index | Thread Index | Old Index