]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
python3-iniconfig: upgrade 1.1.1 -> 2.0.0
authorTim Orling <ticotimo@gmail.com>
Fri, 3 Feb 2023 17:50:26 +0000 (09:50 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Feb 2023 11:40:51 +0000 (11:40 +0000)
commit93a5c6a8a07bb8204337e6e0797bc67cf0ab6160
tree41dc1d6333269048a36a208f5f0b43b28756c983
parent32921155acf776c91ee2fb002660b419512f0932
python3-iniconfig: upgrade 1.1.1 -> 2.0.0

* Switch to hatchling build-backend
* inherit python_hatchling instead of python_setuptools_build_meta
* DEPENDS on python3-hatch-vcs-native instead of python3-setuptools-scm-native

2.0.0
======

* add support for Python 3.7-3.11
* drop support for Python 2.6-3.6
* add encoding argument defaulting to utf-8
* inline and clarify type annotations
* move parsing code from inline to extra file
* add typing overloads for helper methods

.. note::

  major release due to the major changes in python versions supported
  + changes in packaging the api is expected to be compatible

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-iniconfig_1.1.1.bb [deleted file]
meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb [new file with mode: 0644]