Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ansible: update to 8.4.0.
@ 2023-09-16 13:59 jcgruenhage
  2023-10-22 16:21 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: jcgruenhage @ 2023-09-16 13:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages ansible-8.4.0_1
https://github.com/void-linux/void-packages/pull/46083

ansible: update to 8.4.0.
- ansible-core: update to 2.15.4.
- ansible: update to 8.4.0.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/46083.patch is attached

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

From 7be433137ec17e0cd9af98910ed7ccdf71fd3251 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 16 Sep 2023 15:58:25 +0200
Subject: [PATCH 1/2] ansible-core: update to 2.15.4.

---
 srcpkgs/ansible-core/template | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/ansible-core/template b/srcpkgs/ansible-core/template
index d6dd76d06ce70..65b00f7631178 100644
--- a/srcpkgs/ansible-core/template
+++ b/srcpkgs/ansible-core/template
@@ -1,6 +1,6 @@
 # Template file for 'ansible-core'
 pkgname=ansible-core
-version=2.15.0
+version=2.15.4
 revision=1
 hostmakedepends="python3-setuptools python3-wheel python3-packaging
  python3-straight.plugin python3-docutils python3-Jinja2 python3-yaml"
@@ -15,7 +15,7 @@ license="GPL-3.0-or-later"
 homepage="https://www.ansible.com/"
 changelog="https://raw.githubusercontent.com/ansible/ansible/stable-${version%.*}/changelogs/CHANGELOG-v${version%.*}.rst"
 distfiles="${PYPI_SITE}/a/ansible-core/ansible-core-${version}.tar.gz"
-checksum=cf690fd4ebb40590e00c5acdc0624758ca4c58d1e4b2b02ec026a034070ebf4d
+checksum=c1a8aaede985f79e5932ba2163639379f7d8025bfd9b28378db1649a4ef541ed
 conflicts="ansible<2.10.1_1"
 replaces="ansible-base<2.11.0_1"
 
@@ -30,13 +30,11 @@ do_check() {
 do_install() {
 	python setup.py install --root="${DESTDIR}"
 
-	make docs
-	for page in docs/man/man1/*.1; do
+	mkdir man
+	./packaging/cli-doc/build.py man --output-dir man
+	for page in man/*.1; do
 		vman ${page}
 	done
-
-	vsconf examples/ansible.cfg
-	vsconf examples/hosts
 }
 
 ansible-base_package() {

From 501d39b14b3930cb964fc2713146ead5342f5079 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Sat, 16 Sep 2023 15:58:33 +0200
Subject: [PATCH 2/2] ansible: update to 8.4.0.

---
 srcpkgs/ansible/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index de839b7dfc1d8..5b478a3331851 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,6 +1,6 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=8.0.0
+version=8.4.0
 revision=1
 build_style="python3-pep517"
 hostmakedepends="python3-setuptools python3-wheel"
@@ -10,6 +10,6 @@ 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=8670c7c46021c188cac235e9fde7adadbb3c380c2436a3b0c1c493c4ba10bcab
+checksum=f33c492690592fad12684e9897f6de2da15c9f6e1ecb79137703a06470af2ce6
 # Relevant tests happen in ansible-core
 make_check=no

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-02 21:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-16 13:59 [PR PATCH] ansible: update to 8.4.0 jcgruenhage
2023-10-22 16:21 ` [PR PATCH] [Updated] " jcgruenhage
2023-12-02 21:25 ` [PR PATCH] [Closed]: ansible: update to 8.5.0 classabbyamp
2023-12-02 21:25 ` classabbyamp

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).