From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-init/
Date: Mon, 15 Jul 2024 04:22:37 +0000 (UTC) [thread overview]
Message-ID: <1721017275.265e3dd6c9c3df8268606c0b91ed1dac549cb44a.sam@gentoo> (raw)
commit: 265e3dd6c9c3df8268606c0b91ed1dac549cb44a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 15 04:20:56 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 15 04:21:15 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265e3dd6
app-emulation/cloud-init: add 24.2
Closes: https://bugs.gentoo.org/675724
Closes: https://bugs.gentoo.org/708716
Closes: https://bugs.gentoo.org/762172
Closes: https://bugs.gentoo.org/841128
Closes: https://bugs.gentoo.org/926830
Closes: https://bugs.gentoo.org/934571
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emulation/cloud-init/Manifest | 1 +
.../cloud-init/{cloud-init-9999.ebuild => cloud-init-24.2.ebuild} | 8 +++++++-
app-emulation/cloud-init/cloud-init-9999.ebuild | 8 +++++++-
3 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/app-emulation/cloud-init/Manifest b/app-emulation/cloud-init/Manifest
index a1fdc85deb9c..e09f96458f80 100644
--- a/app-emulation/cloud-init/Manifest
+++ b/app-emulation/cloud-init/Manifest
@@ -1,3 +1,4 @@
DIST cloud-init-22.2.2.tar.gz 1349451 BLAKE2B fdb6669e9762984614fefe787834f20f056345d304327679fa8bc7b4d6566509a23ecc4a7ac4e6368b9b9078a72fe6fe35533a67e7aeb0c0accbf5ad014f8aae SHA512 18b75ebbb5e808e19df5ceddb6402cc881c33443fb169f736f54837254ba43836994f2392a26febbd8df3342b3467ee72759b6942cfeb96d07c0e452c11dd0bf
DIST cloud-init-22.4.tar.gz 1494295 BLAKE2B 5f961c895c0d6c78a7cee47d2b52acd57d959baeb5172cea89d75ffe23424e3a8a3170a0ecdcad729c6cb0c898477ea94c43a5f8bdf200fc3f122c32fdb2e96d SHA512 6151d1d5e4be241219cb5804ca2bad2dd790f366bc847d286a8840faad1fb4adf5d780c9418ce574c2cfcefc16851a49961f33c5da1fbc84bb8299cf138bfcfc
DIST cloud-init-23.4.tar.gz 1648908 BLAKE2B 0acec9c437c7a5a86ed9cd8718830a7311c257ae9f223a68959b8d1eccc693b35f6a716de5c04112d848c1e2e54f6461a3919fd733debba18989145f6669d359 SHA512 34966b173571764bf83779bef0e89a86971310ff0fa62feceef4fbe17c9fa6d1b69f11f57caaa32cc4ae4a74f598f157dfb3ce356221044666401230cfb1ad13
+DIST cloud-init-24.2.tar.gz 1786275 BLAKE2B 21f5209a77ef401d12271f6ea695d84065b22f40b7273dd8709dee5fadc7038a0f59a9a3dd53b73812a44a603b5cdc7fb36b71fcdb1f2d4295d87d2cc6069fcd SHA512 72de351b3e978e01a4695b58987d942cc1b2faee749ac0df2024a839e0e1539c9b1f0a9e5cf1930e33c36344d152b7580cfe2dd55f95ad4f669df9b4dda4648d
diff --git a/app-emulation/cloud-init/cloud-init-9999.ebuild b/app-emulation/cloud-init/cloud-init-24.2.ebuild
similarity index 91%
copy from app-emulation/cloud-init/cloud-init-9999.ebuild
copy to app-emulation/cloud-init/cloud-init-24.2.ebuild
index 7bb69ee6336a..a5af2bf3bfc1 100644
--- a/app-emulation/cloud-init/cloud-init-9999.ebuild
+++ b/app-emulation/cloud-init/cloud-init-24.2.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://git.launchpad.net/cloud-init"
else
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
fi
DESCRIPTION="Cloud instance initialisation magic"
@@ -55,6 +55,12 @@ RDEPEND="
selinux? ( sec-policy/selinux-cloudinit )
"
+EPYTEST_IGNORE=(
+ # Can't find file
+ tests/unittests/config/test_apt_configure_sources_list_v1.py
+ tests/unittests/config/test_apt_configure_sources_list_v3.py
+)
+
distutils_enable_tests pytest
python_prepare_all() {
diff --git a/app-emulation/cloud-init/cloud-init-9999.ebuild b/app-emulation/cloud-init/cloud-init-9999.ebuild
index 7bb69ee6336a..a5af2bf3bfc1 100644
--- a/app-emulation/cloud-init/cloud-init-9999.ebuild
+++ b/app-emulation/cloud-init/cloud-init-9999.ebuild
@@ -15,7 +15,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://git.launchpad.net/cloud-init"
else
SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64 ~x86"
+ KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
fi
DESCRIPTION="Cloud instance initialisation magic"
@@ -55,6 +55,12 @@ RDEPEND="
selinux? ( sec-policy/selinux-cloudinit )
"
+EPYTEST_IGNORE=(
+ # Can't find file
+ tests/unittests/config/test_apt_configure_sources_list_v1.py
+ tests/unittests/config/test_apt_configure_sources_list_v3.py
+)
+
distutils_enable_tests pytest
python_prepare_all() {
next reply other threads:[~2024-07-15 4:22 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 4:22 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-27 6:50 [gentoo-commits] repo/gentoo:master commit in: app-emulation/cloud-init/ Arthur Zamarin
2024-10-25 22:09 Sam James
2024-10-25 22:09 Sam James
2024-10-25 22:09 Sam James
2024-09-25 13:07 WANG Xuerui
2024-09-25 13:07 WANG Xuerui
2024-07-15 4:35 Sam James
2024-07-15 4:23 Sam James
2024-07-15 4:23 Sam James
2024-07-15 4:23 Sam James
2024-06-05 7:24 Eray Aslan
2024-04-13 15:34 Matthew Thode
2024-01-20 13:33 Sam James
2023-12-12 19:47 Matthew Thode
2023-02-13 15:39 Matthew Thode
2023-02-06 22:52 Matthew Thode
2023-02-06 22:52 Matthew Thode
2023-01-10 14:37 Michał Górny
2022-12-23 20:11 Kenton Groombridge
2022-07-01 2:11 Matthew Thode
2022-07-01 2:11 Matthew Thode
2022-06-11 5:19 Sam James
2022-06-10 2:45 Sam James
2022-06-07 9:38 Jakov Smolić
2022-06-07 8:38 Jakov Smolić
2022-06-07 1:15 Sam James
2022-06-07 1:15 Sam James
2022-05-20 1:46 Matthew Thode
2022-05-20 1:44 Matthew Thode
2022-04-14 16:18 Matthew Thode
2022-04-12 1:14 Sam James
2022-04-12 1:13 Sam James
2022-04-12 1:13 Sam James
2022-04-10 16:29 Sam James
2022-04-10 16:26 Sam James
2021-11-12 1:43 Sam James
2021-07-05 13:42 Michał Górny
2021-07-05 13:36 Michał Górny
2021-06-13 23:27 Matthew Thode
2020-10-02 20:51 Matthew Thode
2020-08-19 19:34 Sam James
2020-08-17 13:50 Agostino Sarubbo
2020-08-17 10:01 Agostino Sarubbo
2020-02-25 15:02 Agostino Sarubbo
2020-02-25 14:57 Agostino Sarubbo
2020-02-05 14:24 Michał Górny
2018-10-25 16:35 Gilles Dartiguelongue
2018-10-24 13:19 Gilles Dartiguelongue
2018-06-28 19:51 Matt Thode
2018-06-28 19:18 Pacho Ramos
2018-03-17 6:45 Matt Turner
2018-02-13 19:28 Matt Thode
2017-12-03 0:54 Matt Thode
2017-10-24 18:31 Matt Thode
2017-10-24 15:28 Matt Thode
2017-09-06 21:26 Michał Górny
2017-02-07 23:04 Sebastian Pipping
2017-01-17 18:34 Matt Thode
2016-12-23 21:50 Matt Thode
2016-12-23 21:12 Matt Thode
2016-10-07 16:12 Matt Thode
2016-10-06 16:28 Matt Thode
2016-10-06 16:22 Matt Thode
2016-08-21 23:35 Matt Thode
2016-08-20 16:44 Matt Thode
2016-04-28 17:33 Robin H. Johnson
2016-04-25 23:17 Robin H. Johnson
2015-12-25 16:47 Agostino Sarubbo
2015-12-21 12:40 Agostino Sarubbo
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=1721017275.265e3dd6c9c3df8268606c0b91ed1dac549cb44a.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.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