From 24022bf779105a60f391ce595730f39874090047 Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Tue, 8 Nov 2022 19:00:18 -0600 Subject: [PATCH 1/3] gns3-gui: update to 2.2.35. --- 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 5b83f9314837..8a08c6d34214 100644 --- a/srcpkgs/gns3-gui/template +++ b/srcpkgs/gns3-gui/template @@ -1,7 +1,7 @@ # Template file for 'gns3-gui' pkgname=gns3-gui -version=2.2.34 -revision=2 +version=2.2.35 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-psutil python3-jsonschema @@ -14,7 +14,7 @@ license="GPL-3.0-or-later" homepage="https://gns3.com" changelog="https://raw.githubusercontent.com/GNS3/gns3-gui/master/CHANGELOG" distfiles="https://github.com/GNS3/${pkgname}/archive/v${version}.tar.gz" -checksum=bf66313a4808fdb1cd9b06c72d34fd9fc4bcf5abe990dfd8de70d8128a2c26dc +checksum=5dee30a6be10a4463d16c3cec516bf81717fc6f37f4f53386347d98de9a1f43b post_patch() { From 354194e5f422fcc218c8f434cf19008a4b4c0287 Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Tue, 8 Nov 2022 19:00:23 -0600 Subject: [PATCH 2/3] gns3-server: update to 2.2.35. --- srcpkgs/gns3-server/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gns3-server/template b/srcpkgs/gns3-server/template index c795b151432d..7bb29035ffe9 100644 --- a/srcpkgs/gns3-server/template +++ b/srcpkgs/gns3-server/template @@ -1,12 +1,12 @@ # Template file for 'gns3-server' pkgname=gns3-server -version=2.2.34 -revision=2 +version=2.2.35 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-setuptools python3-jsonschema python3-aiohttp python3-aiohttp-cors python3-yarl python3-Jinja2 python3-psutil python3-aiofiles - python3-py-cpuinfo python3-distro python3-async-timeout dynamips" + python3-py-cpuinfo python3-distro python3-async-timeout dynamips python3-importlib_resources" checkdepends="${depends} python3-pytest python3-flake8 python3-pytest-timeout python3-pytest-aiohttp" short_desc="Graphical Network Simulator 3 - Server" maintainer="Tim Sandquist " @@ -14,7 +14,7 @@ license="GPL-3.0-or-later" homepage="https://gns3.com" changelog="https://raw.githubusercontent.com/GNS3/gns3-server/master/CHANGELOG" distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz" -checksum=8bd61a0777df7cf195b2670ab81139f3029d9b33cf329cfa612d2b2ea3def947 +checksum=2c20ddc968a24fd8a77c272071d35304bac0706266a3f9e643658555e634c489 # The source archive contains statically linked artifacts for x86_64 # glibc, since this is the only architecture supported by upstream, we From bfd68ac54cc35cb514ca76223c194a9f748af246 Mon Sep 17 00:00:00 2001 From: Tim Sandquist Date: Tue, 8 Nov 2022 19:00:35 -0600 Subject: [PATCH 3/3] New package: python3-importlib_resources-5.10.0 --- srcpkgs/python3-importlib_resources/template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/python3-importlib_resources/template diff --git a/srcpkgs/python3-importlib_resources/template b/srcpkgs/python3-importlib_resources/template new file mode 100644 index 000000000000..af52874205ed --- /dev/null +++ b/srcpkgs/python3-importlib_resources/template @@ -0,0 +1,13 @@ +# Template file for 'python3-importlib_resources' +pkgname=python3-importlib_resources +version=5.10.0 +revision=1 +wrksrc="importlib_resources-${version}" +build_style=python3-pep517 +hostmakedepends="python3-setuptools_scm python3-wheel" +short_desc="Backport of Python standard library importlib.resources module" +maintainer="Tim Sandquist " +license="Apache-2.0" +homepage="https://github.com/python/importlib_resources" +distfiles="${PYPI_SITE}/i/importlib_resources/importlib_resources-${version}.tar.gz" +checksum=c01b1b94210d9849f286b86bb51bcea7cd56dde0600d8db721d7b81330711668