This would break stable policy as it includes new features: https://docs.makotemplates.org/en/latest/changelog.html#change-1.2.0
1.2.0 <https://docs.makotemplates.org/en/latest/changelog.html#change-1.2.0> Released: Thu Mar 10 2022 changed <https://docs.makotemplates.org/en/latest/changelog.html#change-1.2.0-changed> - *[changed] [py3k]* <https://docs.makotemplates.org/en/latest/changelog.html#change-0dbd75123f8119e63fdcc0a442bc5113> Corrected “universal wheel” directive in setup.cfg so that building a wheel does not target Python 2. References: #351 <https://github.com/sqlalchemy/mako/issues/351> - *[changed] [py3k]* <https://docs.makotemplates.org/en/latest/changelog.html#change-8485f890cb72df59b5f3f4bf19db2252> The bytestring_passthrough template argument is removed, as this flag only applied to Python 2. - *[changed] [py3k]* <https://docs.makotemplates.org/en/latest/changelog.html#change-2ce5a2bc81c4690be5216769085a6721> With the removal of Python 2’s cStringIO, Mako now uses its own internal FastEncodingBuffer exclusively. - *[changed] [py3k]* <https://docs.makotemplates.org/en/latest/changelog.html#change-54c870bfa9e0a339f1334434165e87ea> Removed disable_unicode flag, that’s no longer used in Python 3. - *[changed]* <https://docs.makotemplates.org/en/latest/changelog.html#change-0900c0303cb688a6d1702244e22320b2> Refactored test utilities into mako.testing module. Removed unittest.TestCase dependency in favor of pytest. References: #349 <https://github.com/sqlalchemy/mako/issues/349> - *[changed] [setup]* <https://docs.makotemplates.org/en/latest/changelog.html#change-0007ecb822c473326561cd0f9d7cb35c> Replaced the use of pkg_resources with the importlib library. For Python < 3.8 the library importlib_metadata is used. - *[changed] [py3k]* <https://docs.makotemplates.org/en/latest/changelog.html#change-e9b48a2c87837a89fc445f43f2ea0b62> Removed support for Python 2 and Python 3.6. Mako now requires Python >= 3.7. bug <https://docs.makotemplates.org/en/latest/changelog.html#change-1.2.0-bug> - *[bug] [py3k]* <https://docs.makotemplates.org/en/latest/changelog.html#change-cc67f729bc0307e8fae39f27e355c7aa> Mako now performs exception chaining using raise from, correctly identifying underlying exception conditions when it raises its own exceptions. Pull request courtesy Ram Rachum. On Thu, Oct 27, 2022 at 1:38 AM Narpat Mali <[email protected]> wrote: > License-Update: copyright years > Signed-off-by: Alexander Kanavin <[email protected]> > Signed-off-by: Luca Ceresoli <[email protected]> > > Upstream master commit: > > https://git.openembedded.org/openembedded-core/commit/?id=f273900e846b8ac416c9d579db32a08c2f34141e > > Signed-off-by: Narpat Mali <[email protected]> > --- > .../python/{python3-mako_1.1.6.bb => python3-mako_1.2.0.bb} | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > rename meta/recipes-devtools/python/{python3-mako_1.1.6.bb => > python3-mako_1.2.0.bb} (59%) > > diff --git a/meta/recipes-devtools/python/python3-mako_1.1.6.bb > b/meta/recipes-devtools/python/python3-mako_1.2.0.bb > similarity index 59% > rename from meta/recipes-devtools/python/python3-mako_1.1.6.bb > rename to meta/recipes-devtools/python/python3-mako_1.2.0.bb > index 71e5d96ba1..11e5f326bd 100644 > --- a/meta/recipes-devtools/python/python3-mako_1.1.6.bb > +++ b/meta/recipes-devtools/python/python3-mako_1.2.0.bb > @@ -2,16 +2,18 @@ SUMMARY = "Templating library for Python" > HOMEPAGE = "http://www.makotemplates.org/" > SECTION = "devel/python" > LICENSE = "MIT" > -LIC_FILES_CHKSUM = "file://LICENSE;md5=943eb67718222db21d44a4ef1836675f" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=b32291f107a8f1ea94c4a41e00a6a18d" > > PYPI_PACKAGE = "Mako" > > inherit pypi python_setuptools_build_meta > > -SRC_URI[sha256sum] = > "4e9e345a41924a954251b95b4b28e14a301145b544901332e658907a7464b6b2" > +SRC_URI[sha256sum] = > "9a7c7e922b87db3686210cf49d5d767033a41d4010b284e747682c92bddd8b39" > > RDEPENDS:${PN} = "${PYTHON_PN}-html \ > + ${PYTHON_PN}-markupsafe \ > ${PYTHON_PN}-netclient \ > + ${PYTHON_PN}-pygments \ > ${PYTHON_PN}-threading \ > " > > -- > 2.34.1 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#172363): https://lists.openembedded.org/g/openembedded-core/message/172363 Mute This Topic: https://lists.openembedded.org/mt/94600007/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
