conda-forge / pycryptodomex-feedstock

A conda-smithy repository for pycryptodomex.
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

Missing Python 3.10 builds for linux-aarch64 #44

Closed fhoehle closed 2 years ago

fhoehle commented 2 years ago

Issue: There are no linux-aarch64 builds for python=3.10 availble.

Steps to verify:

CONDA_SUBDIR=linux-aarch64 conda search 'pycryptodomex=3.11=py310*'

yields

Loading channels: done
No match found for: pycryptodomex==3.11[build=py310*]. Search: *pycryptodomex*==3.11[build=py310*]

PackagesNotFoundError: The following packages are not available from current channels:

  - pycryptodomex==3.11[build=py310*]

Using linux-64 the requested package is found.

CONDA_SUBDIR=linux-64 conda search 'pycryptodomex=3.*=py310*'

yields

Loading channels: done
# Name                       Version           Build  Channel             
pycryptodomex                 3.11.0 py310h6acc77f_1  conda-forge 

A local rerendering of this feedstocks adds linux-aarch64 entries into the Azure pipelines configuration.

fhoehle commented 2 years ago

@conda-forge-admin, please rerender

conda-forge-linter commented 2 years ago

Hi! This is the friendly automated conda-forge-webservice.

I just wanted to let you know that I rerendered the recipe in conda-forge/pycryptodomex-feedstock#45.

fhoehle commented 2 years ago

Fixed by #45