cfe-lab / MiCall

Pipeline for processing FASTQ data from an Illumina MiSeq to genotype human RNA viruses like HIV and hepatitis C
https://cfe-lab.github.io/MiCall
GNU Affero General Public License v3.0
14 stars 9 forks source link

Bump pysam from 0.22.0 to 0.22.1 #1079

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps pysam from 0.22.0 to 0.22.1.

Release notes

Sourced from pysam's releases.

v0.22.1

This bug fix release wraps htslib/samtools/bcftools 1.18.

Bugs fixed:

  • Preserve all header field tags defined in the SAM specification (notably TP) in AlignmentHeader.from_dict() and AlignmentHeader.to_dict() (#1237, PR #1238, thanks to @​tfenne and @​nh13)

  • Adjust HTSlib's Makefile so that make distclean no longer tries to rebuild the htscodecs configury (PR #1247, reported by @​nsoranzo)

  • Reinstate S3 support in pre-built Linux wheels: support for this protocol was inadvertently omitted from the pre-built 0.22.0 wheels on Linux (#1249, #1277, etc varying circumstances; likely it is this that was reported by @​Mathew-B-SDGS, @​BenjaminSargsyan, et al)

  • Add missing AlignedSegment.is_mapped() etc properties to type stubs (PR #1273, thanks to @​msto)

  • Fix off-by-one NamedTupleProxy, asBed(), etc array bounds check (#1279, reported by @​dbolser)

  • Make pysam's klib headers compatible with C++ (reported by @​martin-g)

Changelog

Sourced from pysam's changelog.

Release 0.22.1

.. rubric:: 24 April 2024

Bugfix release, which still wraps htslib/samtools/bcftools 1.18.

Bugs fixed:

  • Preserve all header field tags defined in the SAM specification (notably TP) in :meth:.AlignmentHeader.from_dict and :meth:.AlignmentHeader.to_dict (#1237, PR #1238, thanks to Tim Fennell and Nils Homer)

  • Adjust HTSlib's Makefile so that make distclean no longer tries to rebuild the htscodecs configury (PR #1247, reported by Nicola Soranzo)

  • Reinstate S3 support in pre-built Linux wheels: support for this protocol was inadvertently omitted from the pre-built 0.22.0 wheels on Linux (#1249, #1277, etc varying circumstances; likely it is this that was reported by Mathew Baines, Benjamin Sargsyan, et al)

  • Add missing :attr:.AlignedSegment.is_mapped etc properties to type stubs (PR #1273, thanks to Matt Stone)

  • Fix off-by-one NamedTupleProxy, :class:.asBed, etc array bounds check (#1279, reported by Dan Bolser)

  • Make pysam's klib headers compatible with C++ (reported by Martin Grigorov)

Commits
  • 36a0304 Bump version number to 0.22.1 and add release notes
  • 5754de3 Merge release workflow updates
  • 75654b6 Update Cirrus CI workflow
  • 8ab5287 Remove hts_probe_cc.sh and don't try to run it from Makefile
  • a6b21fd Install openssl-devel/etc package as well as curl-devel
  • 3e145c8 Increase release build verbosity
  • b163e9e Use absolute imports rather than relative
  • e61ac20 Backport htslib/htslib/*.h C++ casts addition
  • 2f00e84 Update up/download-artifact actions to v4
  • da80f5e Run release build_sdist job only once
  • Additional commits viewable 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 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)