From 0eac1a8a0d52b3abb0185be210f6f0b9ca1ebd47 Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Mon, 9 Aug 2021 15:46:43 -0500 Subject: [PATCH 1/4] python3-sentry: update to 1.1.0. --- srcpkgs/python3-sentry/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-sentry/template b/srcpkgs/python3-sentry/template index c2056965cad9..186671f0b7eb 100644 --- a/srcpkgs/python3-sentry/template +++ b/srcpkgs/python3-sentry/template @@ -1,6 +1,6 @@ # Template file for 'python3-sentry' pkgname=python3-sentry -version=1.0.0 +version=1.1.0 revision=1 wrksrc="sentry-python-${version}" build_style=python3-module @@ -12,7 +12,7 @@ maintainer="Karol Kosek " license="BSD-2-Clause" homepage="https://github.com/getsentry/sentry-python" distfiles="https://github.com/getsentry/sentry-python/archive/${version}.tar.gz" -checksum=@514331143990028b4cecf9f8e4ff5dfe4c0dddd0dcb206b28b7fba22ada6cece +checksum=78a8ca3651976a46a64793c09942f2023984156bd402b53991dd3d8430cabee8 do_check() { cd build/lib From e90e506abc10cb6819661160da4c76e47481b4b7 Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Mon, 9 Aug 2021 15:46:50 -0500 Subject: [PATCH 2/4] python3-py-cpuinfo: update to 8.0.0. --- srcpkgs/python3-py-cpuinfo/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-py-cpuinfo/template b/srcpkgs/python3-py-cpuinfo/template index 6f5d469db551..f3cba9fbf044 100644 --- a/srcpkgs/python3-py-cpuinfo/template +++ b/srcpkgs/python3-py-cpuinfo/template @@ -1,7 +1,7 @@ # Template file for 'python3-py-cpuinfo' pkgname=python3-py-cpuinfo -version=6.0.0 -revision=2 +version=8.0.0 +revision=1 wrksrc="py-cpuinfo-${version}" build_style=python3-module hostmakedepends=python3-setuptools @@ -10,7 +10,7 @@ maintainer="Karol Kosek " license="MIT" homepage="https://github.com/workhorsy/py-cpuinfo" distfiles="${PYPI_SITE}/p/py-cpuinfo/py-cpuinfo-${version}.tar.gz" -checksum=7ffb31dea845b9f359b99bd5f7eea72dc70f852e0e34547d261a630f2b8c9c61 +checksum=5f269be0e08e33fd959de96b34cd4aeeeacac014dd8305f70eb28d06de2345c5 post_install() { vlicense LICENSE From da8da0f8ce0320f967911708fc232407ce004c38 Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Mon, 9 Aug 2021 15:47:00 -0500 Subject: [PATCH 3/4] gns3-gui: update to 2.2.23. --- srcpkgs/gns3-gui/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/gns3-gui/template b/srcpkgs/gns3-gui/template index a82996e790ce..f44d1f7411f7 100644 --- a/srcpkgs/gns3-gui/template +++ b/srcpkgs/gns3-gui/template @@ -1,6 +1,6 @@ # Template file for 'gns3-gui' pkgname=gns3-gui -version=2.2.21 +version=2.2.23 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,11 +13,11 @@ maintainer="Tim Sandquist " license="GPL-3.0-or-later" homepage="https://gns3.com" distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz" -checksum=@58b12add3fa29a095f14bbf4c61f54f41fdee45c8ca490c651d9ccb37b9884fe +checksum=60347f84b48bdd7dc6125469a7f82d5ef67bf061e85a554aa2b97795d45d40a8 post_patch() { # relax requirements - vsed -e 's|jsonschema.*|jsonschema>=2.6.0|' -i requirements.txt + vsed -e 's|distro.*|distro>=1.5.0|' -i requirements.txt } do_check() { From 252abfa9714b8347d992657f8038e67a9508de68 Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Mon, 9 Aug 2021 15:46:56 -0500 Subject: [PATCH 4/4] gns3-server: update to 2.2.23. --- srcpkgs/gns3-server/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template index 02ae7b2ef438..8cded41f1819 100644 --- a/srcpkgs/gns3-server/template +++ b/srcpkgs/gns3-server/template @@ -1,6 +1,6 @@ # Template file for 'gns3-server' pkgname=gns3-server -version=2.2.21 +version=2.2.23 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,16 +13,16 @@ maintainer="Tim Sandquist " license="GPL-3.0-or-later" homepage="https://gns3.com" distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz" -checksum=@9f3d7f4caf6cd420049a62ae9d7579f29b0e3805f1a50913ae9111ab6752bdb0 +checksum=0ed75a0d4438ef5cc07cccbccb79a60e6982f615981a58a2dde5082773203575 make_check=no post_patch() { # relax requirements - vsed -e 's|aiofiles.*|aiofiles>=0.4.0|' \ + vsed -e 's|Jinja2.*|Jinja2<3.0.0|' \ -e 's|aiohttp=.*|aiohttp>=3.7.4|' \ - -e 's|jsonschema.*|jsonschema>=2.6.0|' \ - -e 's|py-cpuinfo.*|py-cpuinfo>=5.8.0|' -i requirements.txt -} + -e 's|distro.*|distro>=1.5.0|' -i requirements.txt + } + post_install() { # remove tests directory polluting site-packages rm -rf -- ${DESTDIR}/usr/lib/python*/site-packages/tests