]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-typogrify: upgrade 2.0.7 -> 2.1.0
authorTrevor Gamblin <tgamblin@baylibre.com>
Fri, 7 Feb 2025 19:55:09 +0000 (14:55 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 10 Feb 2025 13:02:38 +0000 (13:02 +0000)
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

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-typogrify_2.1.0.bb [moved from meta/recipes-devtools/python/python3-typogrify_2.0.7.bb with 58% similarity]

similarity index 58%
rename from meta/recipes-devtools/python/python3-typogrify_2.0.7.bb
rename to meta/recipes-devtools/python/python3-typogrify_2.1.0.bb
index 8ba2788c9b496a4cf9fadc1b24db5c7837e50389..0cb31468bdc858234a3f70b6a90efbaad6719184 100644 (file)
@@ -1,12 +1,12 @@
 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"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b8558ebcc682078c1a44d0227573006d"
 
-inherit pypi setuptools3
+inherit pypi python_hatchling
 
 PYPI_PACKAGE = "typogrify"
-SRC_URI[sha256sum] = "8be4668cda434163ce229d87ca273a11922cb1614cb359970b7dc96eed13cb38"
+SRC_URI[sha256sum] = "f0aa004e98032a6e6be4c9da65e7eb7150e36ca3bf508adbcda82b4d003e61ee"
 
 BBCLASSEXTEND = "native nativesdk"