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

Bump pygccxml from 2.6.1 to 3.0.2 in /.github #327

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps pygccxml from 2.6.1 to 3.0.2.

Release notes

Sourced from pygccxml's releases.

v3.0.2

No release notes provided.

v3.0.1

What's Changed

Full Changelog: CastXML/pygccxml@v3.0.0...v3.0.1

v3.0.0

What's Changed

New Contributors

Full Changelog: CastXML/pygccxml@v2.6.1...v3.0.0

Changelog

Sourced from pygccxml's changelog.

Version 3.0.2

  1. Fix automatic wheel upload (did not work in 3.0.1)

  2. Fix syntax errors in readme

Version 3.0.1

This release was never uploaded to pypi due to an issue with the readme syntac. Use 3.0.2 instead.

  1. Build and sign wheels using Github Actions CI, see https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/ This is a way better way to distribute our wheels as it prevents supply chain attacks.

Version 3.0.0

  1. Drop support for Python 3.7 and Python 3.8

  2. Add official support for Python 3.12, Python 3.13

  3. Add official support for arm processors

  4. Make many tests more robust for more combinations of processors / c++ standards

  5. Update CI with newer castxml versions

  6. Removed the __va_list declaration on arm from the declaration tree

  7. Fix issues with spaces in c++ templates (containers traits) I have seen different scenarios regarding spaces in templates. On some platforms there might be spaces, on some others not. This "might" be a breaking change if you used to compare declarations manually, but from a pygccxml point of view all comparisons / search functions are still working as before. Anyway this is a 3.0.0 major version so at least you have been warned.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pygccxml](https://github.com/CastXML/pygccxml) from 2.6.1 to 3.0.2.
- [Release notes](https://github.com/CastXML/pygccxml/releases)
- [Changelog](https://github.com/CastXML/pygccxml/blob/develop/CHANGELOG.md)
- [Commits](CastXML/pygccxml@v2.6.1...v3.0.2)

---
updated-dependencies:
- dependency-name: pygccxml
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants