Openembedded Core Discussions
 help / color / mirror / Atom feed
* [AUH] python3-cython: upgrading to 0.29.23 SUCCEEDED
@ 2021-04-15 18:16 auh
  0 siblings, 0 replies; only message in thread
From: auh @ 2021-04-15 18:16 UTC (permalink / raw)
  To: Oleksandr Kravchuk; +Cc: openembedded-core

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

Hello,

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

Next steps:
    - apply the patch: git am 0001-python3-cython-upgrade-0.29.22-0.29.23.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: 205 bytes --]

Changes to packages/core2-32-poky-linux/python3-cython (sysroot):
  /usr/lib/python3.9/site-packages/Cython-0.29.22-py3.9.egg-info moved to /usr/lib/python3.9/site-packages/Cython-0.29.23-py3.9.egg-info

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

packages/core2-32-poky-linux/python3-cython: PKGV changed from 0.29.22 [default] to 0.29.23 [default]
packages/core2-32-poky-linux/python3-cython: PV changed from "0.29.22" to "0.29.23"
packages/core2-32-poky-linux/python3-cython: SRC_URI changed from "https://files.pythonhosted.org/packages/source/C/Cython/Cython-0.29.22.tar.gz" to "https://files.pythonhosted.org/packages/source/C/Cython/Cython-0.29.23.tar.gz"
packages/core2-32-poky-linux/python3-cython/python3-cython-dbg: PKGV changed from 0.29.22 [default] to 0.29.23 [default]
packages/core2-32-poky-linux/python3-cython/python3-cython-dbg: PV changed from "0.29.22" to "0.29.23"
packages/core2-32-poky-linux/python3-cython/python3-cython-dbg: PKGSIZE changed from 8539632 to 8540500 (+0%)
packages/core2-32-poky-linux/python3-cython/python3-cython-dev: PKGV changed from 0.29.22 [default] to 0.29.23 [default]
packages/core2-32-poky-linux/python3-cython/python3-cython-dev: PV changed from "0.29.22" to "0.29.23"
packages/core2-32-poky-linux/python3-cython/python3-cython-doc: PKGV changed from 0.29.22 [default] to 0.29.23 [default]
packages/core2-32-poky-linux/python3-cython/python3-cython-doc: PV changed from "0.29.22" to "0.29.23"
packages/core2-32-poky-linux/python3-cython/python3-cython-locale: PKGV changed from 0.29.22 [default] to 0.29.23 [default]
packages/core2-32-poky-linux/python3-cython/python3-cython-locale: PV changed from "0.29.22" to "0.29.23"
packages/core2-32-poky-linux/python3-cython/python3-cython-src: PKGV changed from 0.29.22 [default] to 0.29.23 [default]
packages/core2-32-poky-linux/python3-cython/python3-cython-src: PV changed from "0.29.22" to "0.29.23"
packages/core2-32-poky-linux/python3-cython/python3-cython-src: PKGSIZE changed from 8488652 to 8489141 (+0%)
packages/core2-32-poky-linux/python3-cython/python3-cython-staticdev: PKGV changed from 0.29.22 [default] to 0.29.23 [default]
packages/core2-32-poky-linux/python3-cython/python3-cython-staticdev: PV changed from "0.29.22" to "0.29.23"
packages/core2-32-poky-linux/python3-cython/python3-cython: PKGV changed from 0.29.22 [default] to 0.29.23 [default]
packages/core2-32-poky-linux/python3-cython/python3-cython: PV changed from "0.29.22" to "0.29.23"
packages/core2-32-poky-linux/python3-cython/python3-cython: PKGSIZE changed from 8547483 to 8548382 (+0%)
Changes to packages/core2-32-poky-linux/python3-cython (sysroot):
  /usr/lib/python3.9/site-packages/Cython-0.29.22-py3.9.egg-info moved to /usr/lib/python3.9/site-packages/Cython-0.29.23-py3.9.egg-info

[-- Attachment #4: 0001-python3-cython-upgrade-0.29.22-0.29.23.patch --]
[-- Type: application/octet-stream, Size: 1487 bytes --]

From c1b6d5f6d784425e99c0814bc37ca62305127a78 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@auh.yoctoproject.org>
Date: Thu, 15 Apr 2021 06:00:03 +0000
Subject: [PATCH] python3-cython: upgrade 0.29.22 -> 0.29.23

---
 meta/recipes-devtools/python/python-cython.inc                  | 2 +-
 .../{python3-cython_0.29.22.bb => python3-cython_0.29.23.bb}    | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-cython_0.29.22.bb => python3-cython_0.29.23.bb} (100%)

diff --git a/meta/recipes-devtools/python/python-cython.inc b/meta/recipes-devtools/python/python-cython.inc
index 0e6bac06a7..04fd2ec2b7 100644
--- a/meta/recipes-devtools/python/python-cython.inc
+++ b/meta/recipes-devtools/python/python-cython.inc
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e23fadd6ceef8c618fc1c65191d846fa"
 PYPI_PACKAGE = "Cython"
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[sha256sum] = "df6b83c7a6d1d967ea89a2903e4a931377634a297459652e4551734c48195406"
+SRC_URI[sha256sum] = "6a0d31452f0245daacb14c979c77e093eb1a546c760816b5eed0047686baad8e"
 UPSTREAM_CHECK_REGEX = "Cython-(?P<pver>.*)\.tar"
 
 inherit pypi
diff --git a/meta/recipes-devtools/python/python3-cython_0.29.22.bb b/meta/recipes-devtools/python/python3-cython_0.29.23.bb
similarity index 100%
rename from meta/recipes-devtools/python/python3-cython_0.29.22.bb
rename to meta/recipes-devtools/python/python3-cython_0.29.23.bb
-- 
2.27.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-15 18:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-15 18:16 [AUH] python3-cython: upgrading to 0.29.23 SUCCEEDED auh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox