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

Update dependency apipkg to v3.0.2 #76

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Update dependency apipkg to v3.0.2 #76

merged 1 commit into from
Nov 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
apipkg ==1.5 -> ==3.0.2 age adoption passing confidence
apipkg ==3.0.1 -> ==3.0.2 age adoption passing confidence

Release Notes

pytest-dev/apipkg (apipkg)

v3.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: pytest-dev/apipkg@v3.0.1...v3.0.2

v3.0.1

Compare Source

  • restore tox.ini to support tox --current-env based packaging

v3.0.0

Compare Source

  • add support for python 3.11 and drop dead pythons (thanks hukgo)
  • migrate to hatch
  • split up init.py
  • add some type annotations

v2.1.1

Compare Source

  • drop the python 3.4 support marker, 2.1.0 broke it
    2.1.0 will be yanked after release

v2.1.0

Compare Source

  • fix race condition for import of modules using apipkg.initpkg in Python 3.3+
    by updating existing modules in-place rather than replacing in sys.modules
    with an apipkg.ApiModule instances. This race condition exists for
    import statements (and import) in Python 3.3+ where sys.modules is
    checked before obtaining an import lock, and for importlib.import_module
    in Python 3.11+ for the same reason.

v2.0.1

Compare Source

  • fix race conditions for attribute creation

v2.0.0

Compare Source

  • also transfer spec attribute
  • make py.test hack more specific to avoid hiding real errors
  • switch from Travis CI to GitHub Actions
  • modernize package build
  • reformat code with black

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/apipkg-3.x branch 2 times, most recently from 1d3e8c5 to 0d7dfad Compare November 25, 2024 11:07
@renovate renovate bot force-pushed the renovate/apipkg-3.x branch from 0d7dfad to c95c4ac Compare November 25, 2024 11:07
@diemol diemol merged commit a75b5b2 into main Nov 25, 2024
0 of 16 checks passed
@diemol diemol deleted the renovate/apipkg-3.x branch November 25, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant