From: Tim Orling <ticotimo@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/10] Post-langdale recipe upgrades
Date: Sat, 8 Oct 2022 16:54:44 -0700 [thread overview]
Message-ID: <cover.1665270768.git.tim.orling@konsulko.com> (raw)
Partitially with the help of AUH.
Notably:
- python3-bcrypt now builds Rust extensions
- python3-pyopenssl drops SSLv2, SSLv3; requires python3-cryptography
38.0.x
- python3-cryptography: final deprecation of OpenSSL 1.1.0; dropped in
39.0.x
- python3-poetry-core: adds Python 3.11 support
a-quick build:
https://autobuilder.yoctoproject.org/typhoon/#/builders/85/builds/1935
The following changes since commit 3e5faccfaf50fee0ba8f6eef6c9bf458137d06d2:
ref-manual/faq.rst: update references to products built with OE / Yocto Project (2022-10-07 10:54:26 +0100)
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 (10):
python3-cryptography: upgrade 37.0.4 -> 38.0.1
python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1
python3-certifi: upgrade 2022.9.14 -> 2022.9.24
python3-hypothesis: upgrade 6.54.5 -> 6.56.1
python3-pyopenssl: upgrade 22.0.0 -> 22.1.0
python3-bcrypt: upgrade 3.2.2 -> 4.0.0
python3-sphinx: upgrade 5.1.1 -> 5.2.3
python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2
python3-iso8601: upgrade 1.0.2 -> 1.1.0
python3-poetry-core: upgrade 1.0.8 -> 1.3.2
.../python/python3-bcrypt_3.2.2.bb | 30 -----
.../python/python3-bcrypt_4.0.0.bb | 79 ++++++++++++
...2.9.14.bb => python3-certifi_2022.9.24.bb} | 2 +-
...=> python3-cryptography-vectors_38.0.1.bb} | 2 +-
.../0001-Cargo.toml-specify-pem-version.patch | 29 -----
....0.4.bb => python3-cryptography_38.0.1.bb} | 113 ++++++++++--------
...6.54.5.bb => python3-hypothesis_6.56.1.bb} | 2 +-
...8601_1.0.2.bb => python3-iso8601_1.1.0.bb} | 4 +-
.../python/python3-poetry-core_1.0.8.bb | 44 -------
.../python/python3-poetry-core_1.3.2.bb | 45 +++++++
..._22.0.0.bb => python3-pyopenssl_22.1.0.bb} | 2 +-
....1.bb => python3-setuptools-rust_1.5.2.bb} | 2 +-
...phinx_5.1.1.bb => python3-sphinx_5.2.3.bb} | 25 ++--
13 files changed, 209 insertions(+), 170 deletions(-)
delete mode 100644 meta/recipes-devtools/python/python3-bcrypt_3.2.2.bb
create mode 100644 meta/recipes-devtools/python/python3-bcrypt_4.0.0.bb
rename meta/recipes-devtools/python/{python3-certifi_2022.9.14.bb => python3-certifi_2022.9.24.bb} (86%)
rename meta/recipes-devtools/python/{python3-cryptography-vectors_37.0.4.bb => python3-cryptography-vectors_38.0.1.bb} (90%)
delete mode 100644 meta/recipes-devtools/python/python3-cryptography/0001-Cargo.toml-specify-pem-version.patch
rename meta/recipes-devtools/python/{python3-cryptography_37.0.4.bb => python3-cryptography_38.0.1.bb} (41%)
rename meta/recipes-devtools/python/{python3-hypothesis_6.54.5.bb => python3-hypothesis_6.56.1.bb} (91%)
rename meta/recipes-devtools/python/{python3-iso8601_1.0.2.bb => python3-iso8601_1.1.0.bb} (61%)
delete mode 100644 meta/recipes-devtools/python/python3-poetry-core_1.0.8.bb
create mode 100644 meta/recipes-devtools/python/python3-poetry-core_1.3.2.bb
rename meta/recipes-devtools/python/{python3-pyopenssl_22.0.0.bb => python3-pyopenssl_22.1.0.bb} (86%)
rename meta/recipes-devtools/python/{python3-setuptools-rust_1.5.1.bb => python3-setuptools-rust_1.5.2.bb} (92%)
rename meta/recipes-devtools/python/{python3-sphinx_5.1.1.bb => python3-sphinx_5.2.3.bb} (48%)
--
2.34.1
next reply other threads:[~2022-10-08 23:55 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-08 23:54 Tim Orling [this message]
2022-10-08 23:54 ` [PATCH 01/10] python3-cryptography: upgrade 37.0.4 -> 38.0.1 Tim Orling
2022-10-09 13:42 ` [OE-core] " Alexander Kanavin
2022-10-09 18:36 ` Tim Orling
2022-10-08 23:54 ` [PATCH 02/10] python3-cryptography-vectors: " Tim Orling
2022-10-08 23:54 ` [PATCH 03/10] python3-certifi: upgrade 2022.9.14 -> 2022.9.24 Tim Orling
2022-10-08 23:54 ` [PATCH 04/10] python3-hypothesis: upgrade 6.54.5 -> 6.56.1 Tim Orling
2022-10-08 23:54 ` [PATCH 05/10] python3-pyopenssl: upgrade 22.0.0 -> 22.1.0 Tim Orling
2022-10-08 23:54 ` [PATCH 06/10] python3-bcrypt: upgrade 3.2.2 -> 4.0.0 Tim Orling
2022-10-08 23:54 ` [PATCH 07/10] python3-sphinx: upgrade 5.1.1 -> 5.2.3 Tim Orling
2022-10-08 23:54 ` [PATCH 08/10] python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2 Tim Orling
2022-10-08 23:54 ` [PATCH 09/10] python3-iso8601: upgrade 1.0.2 -> 1.1.0 Tim Orling
2022-10-08 23:54 ` [PATCH 10/10] python3-poetry-core: upgrade 1.0.8 -> 1.3.2 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.1665270768.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.