Skip to content
Snippets Groups Projects
Commit 272fd54b authored by David Runge's avatar David Runge :chipmunk:
Browse files

Upgrade to 22.3.4.

Add python-typing-extensions to depends.
parent ee46371f
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
# Contributor: Sparadox <etienne.lafarge at gmail.com>
pkgname=cloud-init
pkgver=22.3.3
pkgver=22.3.4
pkgrel=1
pkgdesc="Cloud instance initialization"
arch=(any)
......@@ -15,7 +15,8 @@ url="https://cloud-init.io"
license=(GPL3)
depends=(dhclient netplan python-configobj python-jinja
python-jsonpatch python-jsonschema python-netifaces python-oauthlib
python-requests python-pyserial python-pyyaml sudo systemd)
python-requests python-pyserial python-pyyaml python-typing-extensions sudo
systemd)
makedepends=(python-build python-installer python-setuptools python-wheel)
checkdepends=(python-httpretty python-pytest python-pytest-mock python-responses)
optdepends=('cloud-guest-utils: for growpart')
......@@ -27,9 +28,9 @@ source=(
$pkgname-$pkgver.tar.gz::https://github.com/canonical/cloud-init/archive/refs/tags/$pkgver.tar.gz
$pkgname-22.1-lib_dir.patch
)
sha512sums=('04a7130a2cc305dcec7682d3e90be17ea272057171c40a4bd3cbdd5a0fe9ae14eda5bac8d6ca7ca926301320ddc0709877a767469e5574f47fc7879a950d9a17'
sha512sums=('cda3fe917e9777c82d780afe77c9c62c3784e99e41f500dc35c1aee050a5c55fff97467b9be9b8cc2f986f8f087aa1c568d9dbe6d8cfdb11fea31b94cd137943'
'32b7521f0ae4d61a4d86f2f840fb0670e2cdc7bab708fc7b7676b5178b6d660beb3a46b803f5bcd7e0f18c6d6339fc96e20a951dfafadbb0312e4a0cafce325f')
b2sums=('c32fc4515b9d71bb475fa4d141624224dd7c12ca2ac015ea780726c85359ad348e1268e2b3658685729bbfdfa857d976c5f3cf7facd2003af61c79ac86c723e1'
b2sums=('1fdba5774f2f96effc34240b9e4bfe29f0210d9ae0b3f42885b05623881c485f777c9441db6cd42dff2b5a0f779ae1558a6e9a08c0d09dcc8bdc4a899c2df0ca'
'4e03bd647ca9e1bc3d9c507824d43e4013a20d5bbcb7215755b427d0c7ded9ee48dbfb9faaae703ab2d519aee7c48a40277603c8f874347b574b7ac2b1e1a9fd')
prepare() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment