Skip to content

Commit

Permalink
python3-pyyaml: upgrade 6.0.1 -> 6.0.2
Browse files Browse the repository at this point in the history
* Drop PYPI_ARCHIVE_NAME as upstream sdist is now normalized.
* Drop 0001-Fix-builds-with-Cython-3.patch as upstream now has
  support for Cython 3.x in yaml/pyyaml#809

Full Changelog:
yaml/pyyaml@6.0.1...6.0.2

6.0.2 Latest
  * What's Changed
    - Support for Cython 3.x and Python 3.13.

Signed-off-by: Tim Orling <[email protected]>
  • Loading branch information
moto-timo committed Aug 13, 2024
1 parent 90415ae commit 874600e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079"

PYPI_PACKAGE = "PyYAML"
PYPI_ARCHIVE_NAME = "${PYPI_PACKAGE}"

inherit pypi python_setuptools_build_meta

SRC_URI += "file://0001-Fix-builds-with-Cython-3.patch"
SRC_URI[sha256sum] = "bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"
SRC_URI[sha256sum] = "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"

PACKAGECONFIG ?= "libyaml"
PACKAGECONFIG[libyaml] = "--with-libyaml,--without-libyaml,libyaml"
Expand Down

0 comments on commit 874600e

Please sign in to comment.