Github messages for voidlinux
 help / color / mirror / Atom feed
From: jcgruenhage <jcgruenhage@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] ansible: update to 4.1.0.
Date: Tue, 22 Jun 2021 22:10:45 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31618@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1605 bytes --]

There is a new pull request by jcgruenhage against master on the void-packages repository

https://github.com/jcgruenhage/void-packages ansible-4.1.0_1
https://github.com/void-linux/void-packages/pull/31618

ansible: update to 4.1.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->



A patch file from https://github.com/void-linux/void-packages/pull/31618.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ansible-4.1.0_1-31618.patch --]
[-- Type: text/x-diff, Size: 3824 bytes --]

From ce2310f61c66c37fb46579259a4a475a1b1571b1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Tue, 22 Jun 2021 22:08:02 +0200
Subject: [PATCH 1/3] New package: python3-resolvelib-0.7.1

---
 srcpkgs/python3-resolvelib/template | 22 ++++++++++++++++++++++
 1 file changed, 22 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..086be6f1922d
--- /dev/null
+++ b/srcpkgs/python3-resolvelib/template
@@ -0,0 +1,22 @@
+# Template file for 'python3-resolvelib'
+pkgname=python3-resolvelib
+version=0.7.1
+revision=1
+#archs="i686 x86_64"
+wrksrc="${pkgname/python3-/}-${version}"
+#create_wrksrc=yes
+build_style=python3-module
+#configure_args=""
+#make_build_args=""
+#make_install_args=""
+#conf_files=""
+#make_dirs="/var/log/dir 0755 root root"
+hostmakedepends="python3-setuptools"
+makedepends=""
+depends=""
+short_desc="Resolve abstract dependencies into concrete ones"
+maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
+license="ISC"
+homepage="https://github.com/sarugaku/resolvelib"
+distfiles="https://github.com/sarugaku/resolvelib/archive/refs/tags/${version}.tar.gz"
+checksum=fe09a918c04172656e5edc33ca62166ff7e557d8c22e0bf60cc9981220ac51cf

From 8277102f4deaf0f1563fc00d9a678dbed28b6a34 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
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 <jan.christian@gruenhage.xyz>"
 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 40af21b604fa199be335f92c3defdaafc9d1d0d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
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 <jan.christian@gruenhage.xyz>"
 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

             reply	other threads:[~2021-06-22 20:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-22 20:10 jcgruenhage [this message]
2021-06-22 20:11 ` [PR REVIEW] " jcgruenhage
2021-06-22 20:13 ` [PR PATCH] [Updated] " jcgruenhage
2021-06-22 20:15 ` jcgruenhage
2021-06-24  2:41 ` [PR REVIEW] " ahesford
2021-06-24 13:00 ` jcgruenhage
2021-06-24 14:06 ` ahesford
2021-06-27  8:29 ` [PR PATCH] [Updated] " jcgruenhage
2021-06-27  8:29 ` [PR REVIEW] " jcgruenhage
2021-06-28 13:39 ` [PR PATCH] [Merged]: " ahesford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31618@inbox.vuxu.org \
    --to=jcgruenhage@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).