conda-forge / quarto-feedstock

A conda-smithy repository for quarto.
BSD 3-Clause "New" or "Revised" License
4 stars 9 forks source link

ENH: update package version #16

Closed conda-forge-admin closed 1 year ago

conda-forge-admin commented 1 year ago

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

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

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

Fixes #15

conda-forge-webservices[bot] commented 1 year 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) and found it was in an excellent condition.

github-actions[bot] commented 1 year 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/quarto-feedstock/actions/runs/5058259083.

mfisher87 commented 1 year ago
INFO:conda_build.variants:Adding in variants from /tmp/tmpm2hgljvc/quarto-feedstock-main/.ci_support/osx_64_.yaml
ERROR:webservices_dispatch_action.version_updater:error while computing feedstock attributes!
Traceback (most recent call last):
  File "/opt/conda/lib/python3.10/site-packages/conda_forge_tick/utils.py", line 194, in parse_meta_yaml
    return _run(use_orig_cbc_path=True)
  File "/opt/conda/lib/python3.10/site-packages/conda_forge_tick/utils.py", line 181, in _run
    return _parse_meta_yaml_impl(
  File "/opt/conda/lib/python3.10/site-packages/conda_forge_tick/utils.py", line 309, in _parse_meta_yaml_impl
    content = render_meta_yaml(text, **cfg_as_dict)
  File "/opt/conda/lib/python3.10/site-packages/conda_forge_tick/utils.py", line 123, in render_meta_yaml
    return env.from_string(text).render(**cfg)
  File "/opt/conda/lib/python3.10/site-packages/jinja2/environment.py", line 1301, in render
    self.environment.handle_exception()
  File "/opt/conda/lib/python3.10/site-packages/jinja2/environment.py", line 936, in handle_exception
    raise rewrite_traceback_stack(source=source)
  File "<template>", line 4, in top-level template code
jinja2.exceptions.UndefinedError: 'load_file_regex' is undefined

    return _run(use_orig_cbc_path=False)
  File "/opt/conda/lib/python3.10/site-packages/conda_forge_tick/utils.py", line 181, in _run
    return _parse_meta_yaml_impl(
  File "/opt/conda/lib/python3.10/site-packages/conda_forge_tick/utils.py", line 309, in _parse_meta_yaml_impl
    content = render_meta_yaml(text, **cfg_as_dict)
  File "/opt/conda/lib/python3.10/site-packages/conda_forge_tick/utils.py", line 123, in render_meta_yaml
    return env.from_string(text).render(**cfg)
  File "/opt/conda/lib/python3.10/site-packages/jinja2/environment.py", line 1301, in render
    self.environment.handle_exception()
  File "/opt/conda/lib/python3.10/site-packages/jinja2/environment.py", line 936, in handle_exception
    raise rewrite_traceback_stack(source=source)
  File "<template>", line 4, in top-level template code
jinja2.exceptions.UndefinedError: 'load_file_regex' is undefined

INFO:webservices_dispatch_action.version_updater:token can change workflows: False
INFO:webservices_dispatch_action.version_updater:pushing and commenting: branch|owner|repo = conda_forge_admin_15|conda-forge-admin|quarto-feedstock
Traceback (most recent call last):
  File "/opt/conda/bin/run-webservices-dispatch-action", line 33, in <module>
    sys.exit(load_entry_point('webservices-dispatch-action', 'console_scripts', 'run-webservices-dispatch-action')())
  File "/webservices_dispatch_action/webservices_dispatch_action/__main__.py", line 140, in main
    raise RuntimeError(
RuntimeError: Updating version failed! error in push|version update: False|True

I think I need to start digging around in the bot code to understand why this is happening :weary:

mfansler commented 1 year ago

@mfisher87 Not sure about the bot code, but for reference here is a feedstock that works downstream of GitHub and consistently gets autoticks: https://github.com/conda-forge/rasterio-feedstock

Differences I see are:

Not sure which, if any matter.

mfisher87 commented 1 year ago

Thank you so much for the working example! I'm going to try changing source.url first and identify which one is at fault and see if I can improve the docs with what I learn :)