Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2024

Bumps ocs from 0.11.2 to 0.11.3.

Release notes

Sourced from ocs's releases.

v0.11.3

Description

This is a minor release after changing the build backend. There are no functionality changes, but the source distribution published to PyPI has changed slightly. In prior releases some of the tests were published, but not in a way that was functional. In this, and future releases, the tests/ directory is not included in the sdist. Some other files that should not have been included have also been removed. Users interested in contributing to ocs are encouraged to get the tests directly from this repo instead.

Reported version change when installing from source

The reported version installed now has a slightly different format, as we have dropped use of versioneer, which was providing this version number. This only affects users who install directly from source, not if you install from PyPI. Here is an example of the change:

old version format: 0.11.2+7.ga1e7e91 new version format: 0.11.2.post1.dev7+ga1e7e91

What's Changed

Full Changelog: simonsobs/ocs@v0.11.2...v0.11.3

Commits
  • 4089389 Drop link to license file in pyproject (#406)
  • fa333dd Merge pull request #403 from simonsobs/koopman/modernize-packaging
  • 9d7caf0 Adjust setuptools-scm version scheme
  • bc29a23 Add pyproject.toml example for plugin system
  • 6e2532a Drop _verison.py from flake8 config
  • 67a7023 Setup hatch-vcs as a versioneer replacement
  • de1cfef Migrate from setuptools to hatchling and setup.py to pyproject.toml
  • e0dfe05 Remove versioneer
  • 7989d7a Remove wheel from build-system requires
  • See full diff in compare view

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 23, 2024
@BrianJKoopman
Copy link
Member

@dependabot rebase

Bumps [ocs](https://github.com/simonsobs/ocs) from 0.11.2 to 0.11.3.
- [Release notes](https://github.com/simonsobs/ocs/releases)
- [Commits](simonsobs/ocs@v0.11.2...v0.11.3)

---
updated-dependencies:
- dependency-name: ocs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/ocs-0.11.3 branch from 6036081 to 8f4da4c Compare September 24, 2024 21:01
@BrianJKoopman BrianJKoopman self-requested a review September 24, 2024 21:11
@BrianJKoopman BrianJKoopman merged commit 71f2228 into main Sep 24, 2024
4 checks passed
@BrianJKoopman BrianJKoopman deleted the dependabot/pip/ocs-0.11.3 branch September 24, 2024 21:11
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.

1 participant