Openembedded Core Discussions
 help / color / mirror / Atom feed
From: auh@auh.yoctoproject.org
To: Zang Ruochen <zangrc.fnst@fujitsu.com>
Cc: openembedded-core@lists.openembedded.org
Subject: [AUH] python3-pycairo: upgrading to 1.20.1 SUCCEEDED	[thread overview]
Message-ID: <MADEUP.16860E22B97FE6F4.29797@lists.openembedded.org> (raw)

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

Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-pycairo* to *1.20.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-pycairo-upgrade-1.20.0-1.20.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

[-- Attachment #2: buildhistory-diff.txt --]
[-- Type: text/plain, Size: 1249 bytes --]

packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-dev: FILELIST: removed "/usr/lib/python3.9/site-packages/pycairo-1.20.0.egg-info", added "/usr/lib/python3.9/site-packages/pycairo-1.20.1.egg-info"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-doc: FILELIST: removed "/usr/lib/python3.9/site-packages/pycairo-1.20.0.egg-info", added "/usr/lib/python3.9/site-packages/pycairo-1.20.1.egg-info"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-locale: FILELIST: removed "/usr/lib/python3.9/site-packages/pycairo-1.20.0.egg-info", added "/usr/lib/python3.9/site-packages/pycairo-1.20.1.egg-info"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-staticdev: FILELIST: removed "/usr/lib/python3.9/site-packages/pycairo-1.20.0.egg-info", added "/usr/lib/python3.9/site-packages/pycairo-1.20.1.egg-info"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo: FILELIST: removed "/usr/lib/python3.9/site-packages/pycairo-1.20.0.egg-info", added "/usr/lib/python3.9/site-packages/pycairo-1.20.1.egg-info"
Changes to packages/core2-32-poky-linux/python3-pycairo (sysroot):
  /usr/lib/python3.9/site-packages/pycairo-1.20.0.egg-info moved to /usr/lib/python3.9/site-packages/pycairo-1.20.1.egg-info

[-- Attachment #3: 0001-python3-pycairo-upgrade-1.20.0-1.20.1.patch --]
[-- Type: text/x-diff, Size: 1400 bytes --]

From f09125d4c14a4932d158527c3eaf0aa2e10e6349 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@auh.yoctoproject.org>
Date: Sun, 6 Jun 2021 09:41:21 +0000
Subject: [PATCH] python3-pycairo: upgrade 1.20.0 -> 1.20.1

---
 .../{python3-pycairo_1.20.0.bb => python3-pycairo_1.20.1.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-pycairo_1.20.0.bb => python3-pycairo_1.20.1.bb} (85%)

diff --git a/meta/recipes-devtools/python/python3-pycairo_1.20.0.bb b/meta/recipes-devtools/python/python3-pycairo_1.20.1.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-pycairo_1.20.0.bb
rename to meta/recipes-devtools/python/python3-pycairo_1.20.1.bb
index 8987b7a428..c08640f943 100644
--- a/meta/recipes-devtools/python/python3-pycairo_1.20.0.bb
+++ b/meta/recipes-devtools/python/python3-pycairo_1.20.1.bb
@@ -13,8 +13,7 @@ DEPENDS = "cairo python3"
 SRC_URI = "https://github.com/pygobject/pycairo/releases/download/v${PV}/pycairo-${PV}.tar.gz"
 UPSTREAM_CHECK_URI = "https://github.com/pygobject/pycairo/releases/"
 
-SRC_URI[md5sum] = "a1f9b661a0000c2f42281db933284451"
-SRC_URI[sha256sum] = "5695a10cb7f9ae0d01f665b56602a845b0a8cb17e2123bfece10c2e58552468c"
+SRC_URI[sha256sum] = "1ee72b035b21a475e1ed648e26541b04e5d7e753d75ca79de8c583b25785531b"
 
 S = "${WORKDIR}/pycairo-${PV}"
 
-- 
2.17.1


[-- Attachment #4: buildhistory-diff-full.txt --]
[-- Type: text/plain, Size: 4017 bytes --]

packages/core2-32-poky-linux/python3-pycairo: PV changed from "1.20.0" to "1.20.1"
packages/core2-32-poky-linux/python3-pycairo: PKGV changed from 1.20.0 [default] to 1.20.1 [default]
packages/core2-32-poky-linux/python3-pycairo: SRC_URI changed from "https://github.com/pygobject/pycairo/releases/download/v1.20.0/pycairo-1.20.0.tar.gz" to "https://github.com/pygobject/pycairo/releases/download/v1.20.1/pycairo-1.20.1.tar.gz"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-dbg: PV changed from "1.20.0" to "1.20.1"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-dbg: FILELIST: removed "/usr/lib/python3.9/site-packages/pycairo-1.20.0.egg-info", added "/usr/lib/python3.9/site-packages/pycairo-1.20.1.egg-info"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-dbg: PKGV changed from 1.20.0 [default] to 1.20.1 [default]
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-dev: PKGSIZE changed from 8954 to 8961 (+0%)
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-dev: PV changed from "1.20.0" to "1.20.1"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-dev: FILELIST: removed "/usr/lib/python3.9/site-packages/pycairo-1.20.0.egg-info", added "/usr/lib/python3.9/site-packages/pycairo-1.20.1.egg-info"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-dev: PKGV changed from 1.20.0 [default] to 1.20.1 [default]
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-doc: PV changed from "1.20.0" to "1.20.1"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-doc: FILELIST: removed "/usr/lib/python3.9/site-packages/pycairo-1.20.0.egg-info", added "/usr/lib/python3.9/site-packages/pycairo-1.20.1.egg-info"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-doc: PKGV changed from 1.20.0 [default] to 1.20.1 [default]
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-locale: PV changed from "1.20.0" to "1.20.1"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-locale: FILELIST: removed "/usr/lib/python3.9/site-packages/pycairo-1.20.0.egg-info", added "/usr/lib/python3.9/site-packages/pycairo-1.20.1.egg-info"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-locale: PKGV changed from 1.20.0 [default] to 1.20.1 [default]
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-src: PKGSIZE changed from 358641 to 358648 (+0%)
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-src: PV changed from "1.20.0" to "1.20.1"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-src: FILELIST: removed "/usr/lib/python3.9/site-packages/pycairo-1.20.0.egg-info", added "/usr/lib/python3.9/site-packages/pycairo-1.20.1.egg-info"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-src: PKGV changed from 1.20.0 [default] to 1.20.1 [default]
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-staticdev: PV changed from "1.20.0" to "1.20.1"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-staticdev: FILELIST: removed "/usr/lib/python3.9/site-packages/pycairo-1.20.0.egg-info", added "/usr/lib/python3.9/site-packages/pycairo-1.20.1.egg-info"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo-staticdev: PKGV changed from 1.20.0 [default] to 1.20.1 [default]
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo: PKGSIZE changed from 245651 to 245658 (+0%)
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo: PV changed from "1.20.0" to "1.20.1"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo: FILELIST: removed "/usr/lib/python3.9/site-packages/pycairo-1.20.0.egg-info", added "/usr/lib/python3.9/site-packages/pycairo-1.20.1.egg-info"
packages/core2-32-poky-linux/python3-pycairo/python3-pycairo: PKGV changed from 1.20.0 [default] to 1.20.1 [default]
Changes to packages/core2-32-poky-linux/python3-pycairo (sysroot):
  /usr/lib/python3.9/site-packages/pycairo-1.20.0.egg-info moved to /usr/lib/python3.9/site-packages/pycairo-1.20.1.egg-info

                 reply	other threads:[~2021-06-06 17:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=MADEUP.16860E22B97FE6F4.29797@lists.openembedded.org \
    --to=auh@auh.yoctoproject.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=zangrc.fnst@fujitsu.com \
    /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