From: Tim Orling <ticotimo@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/14] Recipe upgrades from 02/01/2023 AUH
Date: Fri, 3 Feb 2023 09:50:21 -0800 [thread overview]
Message-ID: <cover.1675446372.git.tim.orling@konsulko.com> (raw)
Fixed some upgrades that failed on AUH.
* python3-poetry-core
* python3-iniconfig
* python3-sphinxcontrib-applehelp
* python3-sphinxcontrib-htmlhelp
The following changes since commit 063bdffc04714c7ed4bdba2aa93a19dd94f256a9:
perf: Fix 6.1 kernel reproducibility issue (2023-02-03 16:52:15 +0000)
are available in the Git repository at:
https://git.yoctoproject.org/poky-contrib timo/recipe-upgrades
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=timo/recipe-upgrades
Tim Orling (14):
libtest-needs-perl: upgrade 0.002009 -> 0.002010
python3-pytest: upgrade 7.2.0 -> 7.2.1
python3-hypothesis: upgrade 6.62.0 -> 6.66.0
python3-poetry-core: upgrade 1.4.0 -> 1.5.0
python3-iniconfig: upgrade 1.1.1 -> 2.0.0
python3-pytz: upgrade 2022.7 -> 2022.7.1
python3-zipp: upgrade 3.11.0 -> 3.12.0
python3-requests: upgrade 2.28.1 -> 2.28.2
python3-sphinxcontrib-applehelp: 1.0.3 -> 1.0.4
python3-sphinxcontrib-htmlhelp: 2.0.0 -> 2.0.1
python3-pyopenssl: upgrade 22.1.0 -> 23.0.0
python3-wcwidth: upgrade 0.2.5 -> 0.2.6
python3-urllib3: upgrade 1.26.13 -> 1.26.14
python3-sphinx: upgrade 6.0.0 -> 6.1.3
...2009.bb => libtest-needs-perl_0.002010.bb} | 3 +--
...6.62.0.bb => python3-hypothesis_6.66.0.bb} | 2 +-
...ig_1.1.1.bb => python3-iniconfig_2.0.0.bb} | 7 +++--
.../python3-poetry-core/deterministic.patch | 23 ----------------
..._1.4.0.bb => python3-poetry-core_1.5.0.bb} | 5 +---
..._22.1.0.bb => python3-pyopenssl_23.0.0.bb} | 2 +-
...ytest_7.2.0.bb => python3-pytest_7.2.1.bb} | 2 +-
...ytz_2022.7.bb => python3-pytz_2022.7.1.bb} | 2 +-
...s_2.28.1.bb => python3-requests_2.28.2.bb} | 2 +-
...phinx_6.0.0.bb => python3-sphinx_6.1.3.bb} | 26 +++++++++++++++++--
... python3-sphinxcontrib-applehelp_1.0.4.bb} | 6 ++---
...> python3-sphinxcontrib-htmlhelp_2.0.1.bb} | 4 +--
..._1.26.13.bb => python3-urllib3_1.26.14.bb} | 2 +-
...idth_0.2.5.bb => python3-wcwidth_0.2.6.bb} | 3 +--
...-zipp_3.11.0.bb => python3-zipp_3.12.0.bb} | 2 +-
15 files changed, 41 insertions(+), 50 deletions(-)
rename meta/recipes-devtools/perl/{libtest-needs-perl_0.002009.bb => libtest-needs-perl_0.002010.bb} (86%)
rename meta/recipes-devtools/python/{python3-hypothesis_6.62.0.bb => python3-hypothesis_6.66.0.bb} (91%)
rename meta/recipes-devtools/python/{python3-iniconfig_1.1.1.bb => python3-iniconfig_2.0.0.bb} (46%)
delete mode 100644 meta/recipes-devtools/python/python3-poetry-core/deterministic.patch
rename meta/recipes-devtools/python/{python3-poetry-core_1.4.0.bb => python3-poetry-core_1.5.0.bb} (89%)
rename meta/recipes-devtools/python/{python3-pyopenssl_22.1.0.bb => python3-pyopenssl_23.0.0.bb} (86%)
rename meta/recipes-devtools/python/{python3-pytest_7.2.0.bb => python3-pytest_7.2.1.bb} (93%)
rename meta/recipes-devtools/python/{python3-pytz_2022.7.bb => python3-pytz_2022.7.1.bb} (89%)
rename meta/recipes-devtools/python/{python3-requests_2.28.1.bb => python3-requests_2.28.2.bb} (87%)
rename meta/recipes-devtools/python/{python3-sphinx_6.0.0.bb => python3-sphinx_6.1.3.bb} (49%)
rename meta/recipes-devtools/python/{python3-sphinxcontrib-applehelp_1.0.3.bb => python3-sphinxcontrib-applehelp_1.0.4.bb} (62%)
rename meta/recipes-devtools/python/{python3-sphinxcontrib-htmlhelp_2.0.0.bb => python3-sphinxcontrib-htmlhelp_2.0.1.bb} (70%)
rename meta/recipes-devtools/python/{python3-urllib3_1.26.13.bb => python3-urllib3_1.26.14.bb} (86%)
rename meta/recipes-devtools/python/{python3-wcwidth_0.2.5.bb => python3-wcwidth_0.2.6.bb} (80%)
rename meta/recipes-devtools/python/{python3-zipp_3.11.0.bb => python3-zipp_3.12.0.bb} (85%)
--
2.30.2
next reply other threads:[~2023-02-03 17:50 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-03 17:50 Tim Orling [this message]
2023-02-03 17:50 ` [PATCH 01/14] libtest-needs-perl: upgrade 0.002009 -> 0.002010 Tim Orling
2023-02-03 17:50 ` [PATCH 02/14] python3-pytest: upgrade 7.2.0 -> 7.2.1 Tim Orling
2023-02-03 17:50 ` [PATCH 03/14] python3-hypothesis: upgrade 6.62.0 -> 6.66.0 Tim Orling
2023-02-03 17:50 ` [PATCH 04/14] python3-poetry-core: upgrade 1.4.0 -> 1.5.0 Tim Orling
2023-02-03 17:50 ` [PATCH 05/14] python3-iniconfig: upgrade 1.1.1 -> 2.0.0 Tim Orling
2023-02-03 17:50 ` [PATCH 06/14] python3-pytz: upgrade 2022.7 -> 2022.7.1 Tim Orling
2023-02-03 17:50 ` [PATCH 07/14] python3-zipp: upgrade 3.11.0 -> 3.12.0 Tim Orling
2023-02-03 17:50 ` [PATCH 08/14] python3-requests: upgrade 2.28.1 -> 2.28.2 Tim Orling
2023-02-03 17:50 ` [PATCH 09/14] python3-sphinxcontrib-applehelp: 1.0.3 -> 1.0.4 Tim Orling
2023-02-03 17:50 ` [PATCH 10/14] python3-sphinxcontrib-htmlhelp: 2.0.0 -> 2.0.1 Tim Orling
2023-02-03 17:50 ` [PATCH 11/14] python3-pyopenssl: upgrade 22.1.0 -> 23.0.0 Tim Orling
2023-02-03 17:50 ` [PATCH 12/14] python3-wcwidth: upgrade 0.2.5 -> 0.2.6 Tim Orling
2023-02-03 17:50 ` [PATCH 13/14] python3-urllib3: upgrade 1.26.13 -> 1.26.14 Tim Orling
2023-02-03 17:50 ` [PATCH 14/14] python3-sphinx: upgrade 6.0.0 -> 6.1.3 Tim Orling
2023-02-04 10:29 ` [OE-core] " Richard Purdie
2023-02-04 17:35 ` [PATCH 14/14 v2] " Tim Orling
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=cover.1675446372.git.tim.orling@konsulko.com \
--to=ticotimo@gmail.com \
--cc=openembedded-core@lists.openembedded.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.