Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ansible: update to 8.0.0
@ 2023-06-18 15:22 filiprojek
  2023-06-18 15:33 ` realcharmer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: filiprojek @ 2023-06-18 15:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/filiprojek/void-packages ansible
https://github.com/void-linux/void-packages/pull/44505

ansible: update to 8.0.0
Tagging the maintainer: @jcgruenhage 

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

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

From 40d46662bd490e67cbb934b19ef6690c2a0815a4 Mon Sep 17 00:00:00 2001
From: Filip Rojek <filip@filiprojek.cz>
Date: Sun, 18 Jun 2023 16:37:59 +0200
Subject: [PATCH] ansible: update to 8.0.0

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

diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template
index b1161f4a9312..de839b7dfc1d 100644
--- a/srcpkgs/ansible/template
+++ b/srcpkgs/ansible/template
@@ -1,6 +1,6 @@
 # Template file for 'ansible'
 pkgname=ansible
-version=7.5.0
+version=8.0.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=4f08ca25bb29005c1afc4125e837882ad7a2c67ff0cc9d1a361b89ad09cf8c44
+checksum=8670c7c46021c188cac235e9fde7adadbb3c380c2436a3b0c1c493c4ba10bcab
 # Relevant tests happen in ansible-core
 make_check=no

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

* Re: ansible: update to 8.0.0
  2023-06-18 15:22 [PR PATCH] ansible: update to 8.0.0 filiprojek
@ 2023-06-18 15:33 ` realcharmer
  2023-06-18 15:34 ` realcharmer
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: realcharmer @ 2023-06-18 15:33 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/44505#issuecomment-1596184968

Comment:
Manual regression testing shows no issues. I have tested:
- Direct usage & playbooks
- Builtin & third party modules
- Complex host rules
- Tag inclusion & exclusion
- Handlers

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

* Re: ansible: update to 8.0.0
  2023-06-18 15:22 [PR PATCH] ansible: update to 8.0.0 filiprojek
  2023-06-18 15:33 ` realcharmer
@ 2023-06-18 15:34 ` realcharmer
  2023-06-19  6:16 ` jcgruenhage
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: realcharmer @ 2023-06-18 15:34 UTC (permalink / raw)
  To: ml

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

New comment by realcharmer on void-packages repository

https://github.com/void-linux/void-packages/pull/44505#issuecomment-1596184968

Comment:
Manual regression testing shows no issues. I've tested:

- Direct usage & playbooks
- Builtin & third party modules
- Complex host rules
- Tag inclusion & exclusion
- Handlers

LGTM

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

* Re: ansible: update to 8.0.0
  2023-06-18 15:22 [PR PATCH] ansible: update to 8.0.0 filiprojek
  2023-06-18 15:33 ` realcharmer
  2023-06-18 15:34 ` realcharmer
@ 2023-06-19  6:16 ` jcgruenhage
  2023-06-21  6:52 ` jcgruenhage
  2023-06-24 19:29 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: jcgruenhage @ 2023-06-19  6:16 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/44505#issuecomment-1596573782

Comment:
I'll be testing this throughout the day and give feedback later, but from what I can already tell it's probably going to be fine.

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

* Re: ansible: update to 8.0.0
  2023-06-18 15:22 [PR PATCH] ansible: update to 8.0.0 filiprojek
                   ` (2 preceding siblings ...)
  2023-06-19  6:16 ` jcgruenhage
@ 2023-06-21  6:52 ` jcgruenhage
  2023-06-24 19:29 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: jcgruenhage @ 2023-06-21  6:52 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/44505#issuecomment-1600280260

Comment:
All lgtm, works just as expected.

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

* Re: [PR PATCH] [Merged]: ansible: update to 8.0.0
  2023-06-18 15:22 [PR PATCH] ansible: update to 8.0.0 filiprojek
                   ` (3 preceding siblings ...)
  2023-06-21  6:52 ` jcgruenhage
@ 2023-06-24 19:29 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-06-24 19:29 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

ansible: update to 8.0.0
https://github.com/void-linux/void-packages/pull/44505

Description:
Tagging the maintainer: @jcgruenhage 

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2023-06-24 19:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-18 15:22 [PR PATCH] ansible: update to 8.0.0 filiprojek
2023-06-18 15:33 ` realcharmer
2023-06-18 15:34 ` realcharmer
2023-06-19  6:16 ` jcgruenhage
2023-06-21  6:52 ` jcgruenhage
2023-06-24 19:29 ` [PR PATCH] [Merged]: " 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).