conda-forge / xgboost-feedstock

A conda-smithy repository for xgboost.
BSD 3-Clause "New" or "Revised" License
7 stars 35 forks source link

ENH: update package version #180

Closed conda-forge-admin closed 4 months ago

conda-forge-admin commented 4 months ago

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

I've started a version update as instructed in #179.

I'm currently searching for new versions and will update this PR shortly if I find one! Thank you for waiting!

Fixes #179

conda-forge-webservices[bot] commented 4 months ago

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 (recipe/meta.yaml) and found it was in an excellent condition.

github-actions[bot] commented 4 months ago

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

I tried to update the version for you but ran into some issues. Please check the output logs of the latest webservices GitHub actions workflow run for errors. You can also ping conda-forge/core for further assistance.

This message was generated by GitHub actions workflow run https://github.com/conda-forge/xgboost-feedstock/actions/runs/10170663646.


Edit by @jakirkham :

This appears to be the error from the bot:

while scanning a simple key
  in "<unicode string>", line 35, column 3:
      ) }}
      ^ (line: 35)
could not find expected ':'
  in "<unicode string>", line 36, column 3:
      #% endif %}
      ^ (line: 36)

IOW it is having trouble parsing this logic:

https://github.com/conda-forge/xgboost-feedstock/blob/8c5f94954b3a45fec327ba04d9f6bf276fdc29c9/recipe/meta.yaml#L32-L35

hcho3 commented 4 months ago

I will manually prepare a PR.

jakirkham commented 4 months ago

Thanks Hyunsu! 🙏

Have fixed the bot parsing issue with PR: https://github.com/conda-forge/xgboost-feedstock/pull/182

Retesting the bot update command shows it parses successfully: https://github.com/conda-forge/xgboost-feedstock/pull/184#issuecomment-2259453561

Will have to see if the bot picks up the next XGBoost release on its own

Note that the 2.1.1 occurred in PR: https://github.com/conda-forge/xgboost-feedstock/pull/181