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

msgpack-python v1.0.8 #37

Merged
merged 9 commits into from
May 14, 2024

Conversation

regro-cf-autotick-bot
Copy link
Contributor

It is very likely that the current package version for this feedstock is out of date.

Checklist before merging this PR:

  • Dependencies have been updated if changed: see upstream
  • Tests have passed
  • Updated license if changed and license_file is packaged

Information about this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version.
  3. The bot will stop issuing PRs if more than 3 version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
  4. If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.
  5. If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

Dependency Analysis

Please note that this analysis is highly experimental. The aim here is to make maintenance easier by inspecting the package's dependencies. Importantly this analysis does not support optional dependencies, please double check those before making changes. If you do not want hinting of this kind ever please add bot: inspection: false to your conda-forge.yml. If you encounter issues with this feature please ping the bot team conda-forge/bot.

Analysis by source code inspection shows no discrepancy with the stated requirements in the meta.yaml.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/8120493336, please use this URL for debugging.

@conda-forge-webservices
Copy link

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.

@ocefpaf
Copy link
Member

ocefpaf commented Mar 5, 2024

@conda-forge-admin, please rerender

Copy link
Contributor

github-actions bot commented Mar 5, 2024

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/msgpack-python-feedstock/actions/runs/8158134499.

@mattip
Copy link

mattip commented Mar 21, 2024

Over in the ray feedstock, I needed to delete this line and rerender to get past the CI failure:

conda_build_tool: mambabuild

Perhaps that construct should be flagged? @h-vetinari
A search in the conda-forge org showed only this usage and the one removed in conda-forge/ray-packages-feedstock#152

@h-vetinari
Copy link
Member

Perhaps that construct should be flagged? @h-vetinari

It's "just" that currently boa is incompatible with newer conda-build, so the requirements cannot be resolved. In principle, the line works correctly, so it's borderline IMO whether flagging it is the right approach.

@mattip
Copy link

mattip commented Mar 22, 2024

OK, just thought I would point out the problem. It seems not too many recipes are pinning to mambabuild anyway. Thanks for fixing here.

@wolfv
Copy link
Member

wolfv commented Apr 28, 2024

@h-vetinari should we merge this one? :)

@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

@conda-forge-webservices
Copy link

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.

I do have some suggestions for making it better though...

For recipe:

@conda-forge-webservices
Copy link

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.

@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

@jakirkham jakirkham added automerge Merge the PR when CI passes and removed automerge Merge the PR when CI passes labels May 13, 2024
@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

Copy link
Contributor

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

I tried to rerender 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 or you can try rerendeing locally.

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

@jakirkham jakirkham added automerge Merge the PR when CI passes and removed automerge Merge the PR when CI passes labels May 13, 2024
@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

@jakirkham jakirkham added the automerge Merge the PR when CI passes label May 13, 2024
Copy link
Contributor

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

  • linter: passed
  • azure: passed

Thus the PR was passing, but could not be merged (error=API error in PUT to merge -- 'Resource not accessible by integration').

@jakirkham
Copy link
Member

Thus the PR was passing, but could not be merged (error=API error in PUT to merge -- 'Resource not accessible by integration').

@jaimergp @beckermr could this be related to recent automerge changes?

@jakirkham
Copy link
Member

In case it is helpful, here is the traceback from the GHA job:

Traceback (most recent call last):
  File "/cf-autotick-bot-action/conda_forge_automerge_action/automerge.py", line 482, in _automerge_pr
    merge_status = pr.merge(
                   ^^^^^^^^^
  File "/opt/conda/lib/python3.11/site-packages/github/PullRequest.py", line 845, in merge
    headers, data = self._requester.requestJsonAndCheck("PUT", f"{self.url}/merge", input=post_parameters)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/conda/lib/python3.11/site-packages/github/Requester.py", line 548, in requestJsonAndCheck
    return self.__check(*self.requestJson(verb, url, parameters, headers, input, self.__customConnection(url)))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/conda/lib/python3.11/site-packages/github/Requester.py", line 609, in __check
    raise self.createException(status, responseHeaders, data)
github.GithubException.GithubException: 403 {"message": "Resource not accessible by integration", "documentation_url": "https://docs.github.com/rest/pulls/pulls#merge-a-pull-request"}
INFO:conda_forge_automerge_action.automerge:DID NOT MERGE PR 37 on conda-forge/msgpack-python-feedstock: PR could not be merged: API error in PUT to merge -- 'Resource not accessible by integration'

@beckermr
Copy link
Member

This looks like a github api error. Other automerge have gone through recently, so I doubt there is anything we need to do. Just merge it by hand?

@jakirkham
Copy link
Member

Am noticing some automerge jobs are run by ghost and some conda-forge-webservices [bot]. Is this expected/relevant?

Screenshot 2024-05-13 at 4 27 40 PM

@beckermr
Copy link
Member

No idea.

@jakirkham jakirkham merged commit 0d11b7a into conda-forge:main May 14, 2024
37 checks passed
@regro-cf-autotick-bot regro-cf-autotick-bot deleted the 1.0.8_h4ca26e branch May 14, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the PR when CI passes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants