Skip to content

Commit 6ee64cf

Browse files
committed
queue: edlib PR #1244 green, in-review
1 parent 313e978 commit 6ee64cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.queue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5689,9 +5689,9 @@ packages:
56895689
version: 1.3.9.post1
56905690
home: https://github.com/Martinsos/edlib
56915691
repo: https://github.com/Martinsos/edlib
5692-
status: ci-running
5692+
status: in-review
56935693
pr: https://github.com/riseproject-dev/python-wheels/pull/1244
5694-
notes: '24 Linux wheels upstream (abi: cp310,cp311,cp312,cp313,cp36,cp37,cp38,cp39); no riscv64 on PyPI or pypi.riseproject.dev. PR open, CI running.'
5694+
notes: '24 Linux wheels upstream (abi: cp310,cp311,cp312,cp313,cp36,cp37,cp38,cp39); no riscv64 on PyPI or pypi.riseproject.dev. Cython binding, per-interpreter C++ core (edlib.pyx cythonized in CIBW_BEFORE_BUILD; no pyproject.toml). First CI run failed on every job: CIBW_BEFORE_BUILD/TEST_COMMAND used a bare filename / {project}, but before-build''s cwd is {project} (the whole checkout) while package-dir is a subdir, so cython could not find edlib.pyx (gotcha 5) - fixed by prefixing with {package}. All 8 jobs (cp312/cp313/cp314/cp314t x manylinux/musllinux) passed on riscv64 CI after the fix; publish dry-run clean. PR #1244 open.'
56955695
- pkg: semantic-text-splitter
56965696
version: 0.32.0
56975697
home: https://github.com/benbrandt/text-splitter

0 commit comments

Comments
 (0)