fastobo / fastobo-py

Faultless AST for Open Biomedical Ontologies in Python.
http://fastobo.readthedocs.io
MIT License
24 stars 4 forks source link

Update fastobo requirement from ~=0.10.0 to ~=0.10.2 #241

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on fastobo to permit the latest version.

Release notes

Sourced from fastobo's releases.

0.10.2

Changed

  • Bumped pyo3 dependency to v0.14.1.

Fixed

  • fastobo.iter erroneously wrapping SyntaxError raised in the header into a TypeError.
Changelog

Sourced from fastobo's changelog.

v0.10.2 - 2021-08-02

Changed

  • Bumped pyo3 dependency to v0.14.1.

Fixed

  • fastobo.iter erroneously wrapping SyntaxError raised in the header into a TypeError.

v0.10.1 - 2021-03-30

Changed

  • Bumped fastobo dependency to v0.13.1.

Fixed

  • Curly braces not being properly escaped when writing unquoted strings.

v0.10.0 - 2021-02-19

Added

  • __hash__ implementation to fastobo.id.BaseIdent subclasses.
  • __init__ method to classes missing one in fastobo.header.

Changed

  • Bumped pyo3 dependency to v0.13.2.
  • Bumped fastobo dependency to v0.13.0.

Fixed

  • Broken __repr__ implementation for some types.

Removed

  • unsafe blocks in derive macros implementation of IntoPyObject for OBO clauses.
  • Support for Python 3.5.
  • fastobo.id.IdentPrefix and fastobo.id.IdentLocal classes.

v0.9.3 - 2020-12-04

Fixed

  • setup.py crashing when compiling from source on a platform with stable Rust as the default toolchain (#182, thanks to @​alexhenrie).

v0.9.2 - 2020-09-04

Changed

  • Bumped fastobo to v0.11.2.

v0.9.1 - 2020-08-15

Added

  • Wheel compilation for older OSX versions.
  • Automatic download on UNIX platforms for platforms without rustc installing from source distribution.

v0.9.0 - 2020-07-29

... (truncated)

Commits
  • ab59395 Release v0.10.2
  • 8a0da37 Skip unit tests when building for Python 3.6 in GitHub Actions
  • 28f534d Fix fastobo.iter not forwarding SyntaxError when given a file handle
  • 257aeaf Use a stable Rust compiler in test.yml Actions workflow
  • ef32ad4 Drop the auto-initialize feature for pyo3 to support testing with PyPy
  • 4229a7b Remove deprecated PyO3 attributes from the py module
  • 594cfee Bump dependencies and update code to latest PyO3 version
  • 951c260 Upgrade to GitHub-native Dependabot (#227)
  • 714cfe4 Release v0.10.1
  • 8bf3a19 Fix deprecated qualifier keys in setup.cfg
  • Additional commits viewable in compare view


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 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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #241 (f404230) into master (a01bdf0) will decrease coverage by 0.08%. The diff coverage is n/a.

:exclamation: Current head f404230 differs from pull request most recent head ca978a6. Consider uploading reports for the commit ca978a6 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #241      +/-   ##
==========================================
- Coverage   34.69%   34.61%   -0.09%     
==========================================
  Files          24       24              
  Lines        3678     3678              
==========================================
- Hits         1276     1273       -3     
- Misses       2402     2405       +3     
Impacted Files Coverage Δ
src/py/typedef/frame.rs 30.15% <0.00%> (-3.18%) :arrow_down:
src/py/doc.rs 76.00% <0.00%> (-1.34%) :arrow_down:
src/py/mod.rs 78.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ec76f56...ca978a6. Read the comment docs.

althonos commented 2 years ago

@dependabot ignore this minor version

dependabot[bot] commented 2 years ago

OK, I won't notify you about version 0.10.x again, unless you re-open this PR or update to a 0.10.x release yourself.