From fe5eb41c4cde9d24f1514293dea53b1b57467369 Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Fri, 7 Feb 2025 14:55:09 -0500 Subject: python3-typogrify: upgrade 2.0.7 -> 2.1.0 License-Update: Update copyright year, attribution bounds The project has changed to using a pyproject.toml with hatchling as the build backend, so change the recipe to match. Changelog (https://github.com/justinmayer/typogrify/releases/tag/2.1.0): - Add ability to select which filters are applied (#1 by davidlesieur & barrysteyn) - jinja_filters: Update import for Jinja 3.1 (by jyelloz) - Ensure all available tests are run (by mcepl) - Package via pyproject instead of Setuptools (by justinmayer) - Improve testing, linting, and CI tooling - Drop support for Python < 3.9 (From OE-Core rev: 037f04b08c76caee6bda176e18c1e0b824f3bcf6) Signed-off-by: Trevor Gamblin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-typogrify_2.0.7.bb | 14 -------------- meta/recipes-devtools/python/python3-typogrify_2.1.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-typogrify_2.0.7.bb create mode 100644 meta/recipes-devtools/python/python3-typogrify_2.1.0.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb b/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb deleted file mode 100644 index 8ba2788c9b..0000000000 --- a/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb +++ /dev/null @@ -1,14 +0,0 @@ -SUMMARY = "Filters to enhance web typography, including support for Django & Jinja templates" -HOMEPAGE = "https://github.com/mintchaos/typogrify" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=12bc792d6f5415dbf421f3fd183c6dd2" - -inherit pypi setuptools3 - -PYPI_PACKAGE = "typogrify" -SRC_URI[sha256sum] = "8be4668cda434163ce229d87ca273a11922cb1614cb359970b7dc96eed13cb38" - -BBCLASSEXTEND = "native nativesdk" - -RDEPENDS:${PN} += "python3-smartypants" - diff --git a/meta/recipes-devtools/python/python3-typogrify_2.1.0.bb b/meta/recipes-devtools/python/python3-typogrify_2.1.0.bb new file mode 100644 index 0000000000..0cb31468bd --- /dev/null +++ b/meta/recipes-devtools/python/python3-typogrify_2.1.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "Filters to enhance web typography, including support for Django & Jinja templates" +HOMEPAGE = "https://github.com/mintchaos/typogrify" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b8558ebcc682078c1a44d0227573006d" + +inherit pypi python_hatchling + +PYPI_PACKAGE = "typogrify" +SRC_URI[sha256sum] = "f0aa004e98032a6e6be4c9da65e7eb7150e36ca3bf508adbcda82b4d003e61ee" + +BBCLASSEXTEND = "native nativesdk" + +RDEPENDS:${PN} += "python3-smartypants" + -- cgit v1.2.3-54-g00ecf