mbox

[00/10] Post-langdale recipe upgrades

Message ID cover.1665270768.git.tim.orling@konsulko.com
State Not Applicable, archived
Headers show

Pull-request

https://git.yoctoproject.org/poky-contrib timo/recipe-upgrades

Message

Tim Orling Oct. 8, 2022, 11:54 p.m. UTC
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%)