From 0ba147b79c29b674572ef36d80375ba7cf0a5a05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 22 Jun 2021 22:08:02 +0200 Subject: [PATCH 1/3] New package: python3-resolvelib-0.7.1 --- srcpkgs/python3-resolvelib/template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 srcpkgs/python3-resolvelib/template diff --git a/srcpkgs/python3-resolvelib/template b/srcpkgs/python3-resolvelib/template new file mode 100644 index 000000000000..4a655793f626 --- /dev/null +++ b/srcpkgs/python3-resolvelib/template @@ -0,0 +1,13 @@ +# Template file for 'python3-resolvelib' +pkgname=python3-resolvelib +version=0.7.1 +revision=1 +wrksrc="${pkgname/python3-/}-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Resolve abstract dependencies into concrete ones" +maintainer="Jan Christian Grünhage " +license="ISC" +homepage="https://github.com/sarugaku/resolvelib" +distfiles="https://github.com/sarugaku/resolvelib/archive/refs/tags/${version}.tar.gz" +checksum=fe09a918c04172656e5edc33ca62166ff7e557d8c22e0bf60cc9981220ac51cf From d4be900a42babf48c32a68ce2270a9d013c7bee3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 22 Jun 2021 22:08:12 +0200 Subject: [PATCH 2/3] ansible-core: update to 2.11.2. --- srcpkgs/ansible-core/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ansible-core/template b/srcpkgs/ansible-core/template index 3b67e5ec03df..397118d5d692 100644 --- a/srcpkgs/ansible-core/template +++ b/srcpkgs/ansible-core/template @@ -1,17 +1,17 @@ # Template file for 'ansible-core' pkgname=ansible-core -version=2.11.0 +version=2.11.2 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko - python3-yaml python3-packaging" + python3-yaml python3-packaging python3-resolvelib" short_desc="Simple deployment, configuration management and execution framework" maintainer="Jan Christian Grünhage " license="GPL-3.0-or-later" homepage="https://www.ansible.com/" distfiles="${PYPI_SITE}/a/ansible-core/ansible-core-${version}.tar.gz" -checksum=9470ceb710711eacd75f1bcae802af036ab2a6c2cd5a13bfcb50b2d89667c9c5 +checksum=5ae4c3da765df08ce23f6315a6d48121c0090324fe0a9d305c85f362ff6bcaeb conflicts="ansible<2.10.1_1" replaces="ansible-base<2.11.0_1" make_check=no From 9541e8567d58632f266ceff6745c7fc82348c5d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Tue, 22 Jun 2021 22:08:17 +0200 Subject: [PATCH 3/3] ansible: update to 4.1.0. --- srcpkgs/ansible/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template index 6b44a5c7ea22..41123332a2a0 100644 --- a/srcpkgs/ansible/template +++ b/srcpkgs/ansible/template @@ -1,6 +1,6 @@ # Template file for 'ansible' pkgname=ansible -version=4.0.0 +version=4.1.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -10,5 +10,5 @@ maintainer="Jan Christian Grünhage " license="GPL-3.0-or-later" homepage="https://www.ansible.com/" distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz" -checksum=6f67ca5c634e4721d1f8e206dc71d60d1a114d147945355bfc902bd37eb07080 +checksum=f561cca7fbc4daa14d98e18cd0cb74bd8b173f1501b8fa11543f6ef002de3167 make_check=no