Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.3.15 missing wheels for linux #344

Open
mfogel opened this issue Mar 12, 2025 · 6 comments
Open

Release 1.3.15 missing wheels for linux #344

mfogel opened this issue Mar 12, 2025 · 6 comments

Comments

@mfogel
Copy link

mfogel commented Mar 12, 2025

Hi, thanks for getting v1.3.15 out to PYPI earlier today.

It looks like it's missing wheels for linux. For example, for the v1.3.14 the following wheels are available for py3.11:

  • xmlsec-1.3.14-cp311-cp311-win_amd64.whl
  • xmlsec-1.3.14-cp311-cp311-win32.whl
  • xmlsec-1.3.14-cp311-cp311-musllinux_1_1_x86_64.whl
  • xmlsec-1.3.14-cp311-cp311-musllinux_1_1_aarch64.whl
  • xmlsec-1.3.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
  • xmlsec-1.3.14-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
  • xmlsec-1.3.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
  • xmlsec-1.3.14-cp311-cp311-macosx_11_0_arm64.whl
  • xmlsec-1.3.14-cp311-cp311-macosx_10_9_x86_64.whl

But for v1.3.15, here's all I see:

  • xmlsec-1.3.15-cp311-cp311-win_amd64.whl
  • xmlsec-1.3.15-cp311-cp311-win32.whl
  • xmlsec-1.3.15-cp311-cp311-macosx_11_0_arm64.whl

Was removing the linux wheels intentional?

nizamial09 added a commit to rhcs-dashboard/ceph that referenced this issue Mar 12, 2025
A new release of xmlsec went out last night and broke the tox env.
So instead of fixing tox for every version bump, I proceed to use the
`sitepackages=true` which would use the version available in distro.

There are 2 issues:
In Ubuntu, I see the issue mentioned in tracker.
In Centos, I see the wheel itself is missing and doesn't install the
xmlsec. xmlsec/python-xmlsec#344

Fixes: https://tracker.ceph.com/issues/70411
Signed-off-by: Nizamudeen A <[email protected]>
nizamial09 added a commit to rhcs-dashboard/ceph that referenced this issue Mar 12, 2025
A new release of xmlsec went out last night and broke the tox env.
So instead of fixing tox for every version bump, I proceed to use the
`sitepackages=true` which would use the version available in distro.

There are 2 issues:
In Ubuntu, I see the issue mentioned in tracker.
In Centos, I see the wheel itself is missing and doesn't install the
xmlsec. xmlsec/python-xmlsec#344

Fixes: https://tracker.ceph.com/issues/70411
Signed-off-by: Nizamudeen A <[email protected]>
@potiuk
Copy link

potiuk commented Mar 12, 2025

Yeah we have big problems with Airflow for this reason and we had to pin libxml to < 1.3.15

nizamial09 added a commit to rhcs-dashboard/ceph that referenced this issue Mar 12, 2025
A new release of xmlsec went out last night and broke the tox env.
So instead of fixing tox for every version bump, I proceed to use the
`sitepackages=true` which would use the version available in distro.

There are 2 issues:
In Ubuntu, I see the issue mentioned in tracker.
In Centos, I see the wheel itself is missing and doesn't install the
xmlsec. xmlsec/python-xmlsec#344

Fixes: https://tracker.ceph.com/issues/70411
Signed-off-by: Nizamudeen A <[email protected]>
@potiuk
Copy link

potiuk commented Mar 12, 2025

Yeah, we have basically same issue as the one described #316 that was supposed to be solved by wheels with statically linkec libxml2 library.

@mxamin
Copy link
Collaborator

mxamin commented Mar 12, 2025

We're planning to release the linux wheels too, but we have an issue with linux pipelines that creates the wheels. I'll add the missing ones as soon as I managed to fix them.

@potiuk
Copy link

potiuk commented Mar 12, 2025

Thanks @mxamin

@jaspervf
Copy link

Unfortunately, this breaks our build pipeline and we had to fix the dependency to 1.3.14 as well. Hope this will be resolved soon, so we can use the latest version again.

@mariocandela
Copy link

+1

nizamial09 added a commit to rhcs-dashboard/ceph that referenced this issue Mar 13, 2025
A new release of xmlsec went out last night and broke the tox env.
So instead of fixing tox for every version bump, I proceed to use the
`sitepackages=true` which would use the version available in distro.

There are 2 issues:
In Ubuntu, I see the issue mentioned in tracker.
In Centos, I see the wheel itself is missing and doesn't install the
xmlsec. xmlsec/python-xmlsec#344

Fixes: https://tracker.ceph.com/issues/70411
Signed-off-by: Nizamudeen A <[email protected]>
sergei-maertens added a commit to maykinmedia/django-digid-eherkenning that referenced this issue Mar 13, 2025
Missing wheels break the installation in CI (and likely as well in our
projects) due to a lxml/xmlsec version mismatch. See upstream issues:

* xmlsec/python-xmlsec#344
* xmlsec/python-xmlsec#345
linssen814 pushed a commit to maykinmedia/django-digid-eherkenning that referenced this issue Mar 21, 2025
Missing wheels break the installation in CI (and likely as well in our
projects) due to a lxml/xmlsec version mismatch. See upstream issues:

* xmlsec/python-xmlsec#344
* xmlsec/python-xmlsec#345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants