[arch-commits] Commit in python-poetry/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Mon Aug 1 07:32:43 UTC 2022


    Date: Monday, August 1, 2022 @ 07:32:42
  Author: arojas
Revision: 1259584

upgpkg: python-poetry 1.1.14-2: Relax packaging version constraint (FS#75324)

Modified:
  python-poetry/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-01 07:24:42 UTC (rev 1259583)
+++ PKGBUILD	2022-08-01 07:32:42 UTC (rev 1259584)
@@ -7,7 +7,7 @@
 _pkgname=poetry
 pkgname=python-poetry
 pkgver=1.1.14
-pkgrel=1
+pkgrel=2
 pkgdesc='Python dependency management and packaging made easy'
 arch=(any)
 url=https://python-poetry.org
@@ -56,6 +56,8 @@
 	install -m0755 -t ./ ../poetry-completions-generator
 	# https://github.com/python-poetry/poetry/issues/5216
 	patch -p1 -i ../b4a74c7.patch
+        # relax dependency version constraints
+        sed -e 's|packaging = .*|packaging = \">=20.4\"|' -i pyproject.toml
 }
 
 build() {



More information about the arch-commits mailing list