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: gdt
Date: Thu Oct 6 13:07:19 UTC 2022
Modified Files:
pkgsrc/devel/py-poetry-core: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-poetry-core/Makefile
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.2 pkgsrc/devel/py-poetry-core/Makefile:1.3
--- pkgsrc/devel/py-poetry-core/Makefile:1.2 Thu Apr 14 20:29:56 2022
+++ pkgsrc/devel/py-poetry-core/Makefile Thu Oct 6 13:07:19 2022
@@ -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