mbox

[00/14] Recipe upgrades from 02/01/2023 AUH

Message ID cover.1675446372.git.tim.orling@konsulko.com
State New
Headers show

Pull-request

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

Message

Tim Orling Feb. 3, 2023, 5:50 p.m. UTC
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%)