Skip to content

Commit

Permalink
Use latest libxml2 2.11.5 in binary wheels (except on Windows).
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Oct 7, 2023
1 parent f906a4a commit 062ae8c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
OS_NAME: ${{ matrix.os }}
PYTHON_VERSION: ${{ matrix.python-version }}
MACOSX_DEPLOYMENT_TARGET: 11.0
LIBXML2_VERSION: 2.10.4
LIBXML2_VERSION: 2.11.5
LIBXSLT_VERSION: 1.1.38
COVERAGE: false
GCC_VERSION: 9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
permissions:
contents: write

env: { LIBXML2_VERSION: 2.10.4, LIBXSLT_VERSION: 1.1.38, MACOSX_DEPLOYMENT_TARGET: 11.0 }
env: { LIBXML2_VERSION: 2.11.5, LIBXSLT_VERSION: 1.1.38, MACOSX_DEPLOYMENT_TARGET: 11.0 }

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Other changes
``xslt_transform.apply()``,
``xpath.evaluate()``.

* Binary wheels use the library versions libxml2 2.10.4 and libxslt 1.1.38.
* Binary wheels use the library versions libxml2 2.11.5 and libxslt 1.1.38.

* Built with Cython 3.0.1.
* Built with Cython 3.0.3.


4.9.3 (2023-07-05)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ CYTHON_WITH_COVERAGE?=$(shell $(PYTHON) -c 'import Cython.Coverage; import sys;
CYTHON3_WITH_COVERAGE?=$(shell $(PYTHON3) -c 'import Cython.Coverage; import sys; assert not hasattr(sys, "pypy_version_info")' >/dev/null 2>/dev/null && echo " --coverage" || true)

PYTHON_BUILD_VERSION ?= *
MANYLINUX_LIBXML2_VERSION=2.10.4
MANYLINUX_LIBXML2_VERSION=2.11.5
MANYLINUX_LIBXSLT_VERSION=1.1.38
MANYLINUX_CFLAGS=-O3 -g1 -pipe -fPIC -flto
MANYLINUX_LDFLAGS=-flto
Expand Down

0 comments on commit 062ae8c

Please sign in to comment.