Skip to content

Commit

Permalink
python3-awesomeversion: upgrade 22.9.0 -> 23.5.0
Browse files Browse the repository at this point in the history
The project has stopped using setuptools in favor of poetry, so inherit
python_poetry_core instead.

Changelog (https://github.com/ludeeus/awesomeversion/releases/tag/23.5.0):

- Add CI for Python 3.11 by @ludeeus in openembedded#191
- Add demo page by @ludeeus in openembedded#195
- Add better styles to demo by @ludeeus in openembedded#197
- Remove setuptools from dev-dependencies by @ludeeus in openembedded#202
- Update demo with compare by @ludeeus in openembedded#219
- Add Python 3.12 to CI by @ludeeus in openembedded#222
- Add in_range helper method by @ludeeus in openembedded#224
- Restructure README contents by @ludeeus in openembedded#225

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
threexc authored and kraj committed Jul 23, 2023
1 parent f2c2894 commit b968197
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENCE.md;md5=92622b5a8e216099be741d78328bae5d"

SRC_URI[sha256sum] = "2f4190d333e81e10b2a4e156150ddb3596f5f11da67e9d51ba39057aa7a17f7e"
SRC_URI[sha256sum] = "a505558316010d2d10d487226f79c1157204af00fa462fdcf948e347011dd491"

RDEPENDS:${PN} += "python3-profile python3-logging"

inherit pypi setuptools3
inherit pypi python_poetry_core

0 comments on commit b968197

Please sign in to comment.