diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/gns3-server/APKBUILD | 4 | ||||
-rw-r--r-- | community/gns3-server/dropped-requirements.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/community/gns3-server/APKBUILD b/community/gns3-server/APKBUILD index b69fcb7899..cfae03a447 100644 --- a/community/gns3-server/APKBUILD +++ b/community/gns3-server/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=gns3-server pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="GNS3 network simulator. Server package." url="https://github.com/GNS3/gns3-server" arch="all" @@ -53,4 +53,4 @@ EOF sha512sums="fe85cee40308912c1b530e74301302cdbc44c60092f245cf87da4ee1355dc577c69d6f2c4f6c2018208c425e1b7e51671397494b73c810b6cde8a35c07a0bff3 gns3-server-2.1.0.tar.gz 4e0c181253e2c055d5e6f10a2bc8b93bbb0dfb42479d1b12cf83049648136745666b4388d6a971a9b8ace4c3980ce8f9ff7d24e113b126fe1a466412ec2a9254 gns3-server-aiohttp.patch -e324e1d1580a400671d93195b8be18df44d5a7da46dc5a9bbf493ea60d68d85bda609f45a59ecedb4e6a91ccf7342974fb3bb966546ca6881b838d4ccb9ddc0e dropped-requirements.patch" +48ecf257b4ce7d960c0040b516285d592490a6e7c98598a0c08583c68609d3123d6e53ef7ebd8e52f603c3159951fe402607601934eaf5d18deca83ba8fa92ba dropped-requirements.patch" diff --git a/community/gns3-server/dropped-requirements.patch b/community/gns3-server/dropped-requirements.patch index 77a05343e2..f658454f8a 100644 --- a/community/gns3-server/dropped-requirements.patch +++ b/community/gns3-server/dropped-requirements.patch @@ -8,7 +8,7 @@ index 2d88225..92b19c4 100644 +aiohttp>=2.2.0,<2.3.4 # pyup: ignore aiohttp-cors>=0.5.3,<0.6.0 # pyup: ignore -yarl>=0.11,<0.12 # pyup: ignore -+yarl>=0.11,<0.15 # pyup: ignore ++yarl>=0.15 # pyup: ignore Jinja2>=2.7.3 raven>=5.23.0 psutil>=3.0.0 |