-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
0.42.0rc1 release #79
Conversation
…nda-forge-pinning 2023.09.22.15.42.24
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
@conda-forge-admin , please re-render |
…nda-forge-pinning 2024.01.23.16.47.43
As Python 3.9 is now the minimum version supported by `llvmlite`, `skip` all earlier Python versions.
@conda-forge-admin , please re-render |
…nda-forge-pinning 2024.01.23.16.47.43
@conda-forge-admin , please re-render |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you, but it looks like there was nothing to do. This message was generated by GitHub actions workflow run https://github.com/conda-forge/llvmlite-feedstock/actions/runs/7633034422. |
Have pushed a few changes here:
Think that should cut out some false positives and address some false negatives. Hope that is ok |
Looks like there is an issue with Windows Python 3.12 on CI: (%BUILD_PREFIX%) %SRC_DIR%>%PREFIX%\python.exe -S setup.py install
Traceback (most recent call last):
File "D:\bld\llvmlite_1706051857045\work\setup.py", line 2, in <module>
from setuptools import setup, Extension
ModuleNotFoundError: No module named 'setuptools'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\bld\llvmlite_1706051857045\work\setup.py", line 6, in <module>
from distutils.core import setup, Extension
ModuleNotFoundError: No module named 'distutils' Edit: Pushed a change below that may help |
@conda-forge-admin , please re-render |
…nda-forge-pinning 2024.01.24.19.49.09
@jakirkham Many thanks for the fixes - the retargeting to |
Glad to hear it. Thanks for all the work here Graham! 🙏 Let's merge and see how these packages perform |
Testing 0.42 on conda-forge before we tag the release, to avoid issues seen previously where we only discovered problems once the conda-forge package started building (see e.g. #74, #76).