diff mbox series

[AUH] asciidoc: upgrading to 10.2.1 SUCCEEDED

Message ID 010101910f322484-c9708cf4-65fc-416a-b5dc-207394b18d56-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] asciidoc: upgrading to 10.2.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Aug. 1, 2024, 6:27 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *asciidoc* to *10.2.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-asciidoc-upgrade-10.2.0-10.2.1.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 56d4976aef3250e7d559aa334e9c1e4c73f7d0d8 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 1 Aug 2024 11:36:34 +0000
Subject: [PATCH] asciidoc: upgrade 10.2.0 -> 10.2.1

---
 .../asciidoc/{asciidoc_10.2.0.bb => asciidoc_10.2.1.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/asciidoc/{asciidoc_10.2.0.bb => asciidoc_10.2.1.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb b/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb
similarity index 94%
rename from meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb
rename to meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb
index e112eb513d..1065acdb8e 100644
--- a/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb
+++ b/meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb
@@ -10,7 +10,7 @@  LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=aaee33adce0fc7cc40fee23f82f7f101 \
                     "
 
 SRC_URI = "git://github.com/asciidoc/asciidoc-py;protocol=https;branch=main"
-SRCREV = "545b79b8d7dae70d12bf0657359bdd36de0c5c26"
+SRCREV = "21e33efe96ba9a51d99d1150691dae750afd6ed1"
 
 DEPENDS = "libxml2-native libxslt-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native"