Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

⬆️ Bump pysubs2 from 1.3.1 to 1.4.3 #26

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 Aug 19, 2022

Bumps pysubs2 from 1.3.1 to 1.4.3.

Changelog

Sourced from pysubs2's changelog.

Release Notes

1.4.3 --- released on 2022-08-19

1.4.2 --- released on 2022-04-08

  • Added support for SubStation files with H:MM:SS timestamps (issue #50)
  • Migrated CI from Travis to CircleCI, added Mypy typecheck to CI

1.4.1 --- released on 2022-03-02

  • Added option to keep all HTML tags in SRT input: pysubs2.load("subs.srt", keep_html_tags=True) (Issue #48)
  • Added support for <b> tags in SRT parser

1.4.0 --- released on 2022-02-20

  • Added option to keep SubStation override tags in SRT output: subs.to_file("subs.srt", keep_ssa_tags=True) (Issue #48)
  • Added format-specific extra options to CLI: --srt-keep-unknown-html-tags, --srt-keep-ssa-tags, --sub-no-write-fps-declaration

1.3.1 --- released on 2021-12-19

  • Fixed WebVTT timestamps output, patch by Mathias Köhler (https://github.com/interru)
  • Added slice indexing support to SSAFile
  • pysubs2 now passes MyPy non-strict typecheck (with MyPy 0.920)

1.3.0 --- released on 2021-10-02

  • More robust SubStation parser (Issue #45)
  • Added Python 3.10 support, patch by luk1337 (https://github.com/luk1337)
  • Migrated tests from nose to pytest

1.2.0 --- released on 2021-05-08

  • Basic support for [Fonts] in SubStation files (Issue #41)
  • Default file encoding for CLI is now UTF-8, bringing it in line with how the Python API works (Issue #38)
  • The --clean option for CLI now skips styling when writing non-SubStation formats (Issue #39)
  • SSAEvent, SSAStyle and Color are now dataclasses
  • Improved Sphinx documentation (documented format implementation classes, including what extra read/write keyword parameters they support; included CLI --help output for parameter reference)

1.1.0 --- released on 2021-02-27

  • Added --clean option to CLI for more aggressive skipping of unwanted subtitles (Issue #37)

1.0.0 --- released on 2020-10-19

  • Dropped support for Python 2. The library now requires Python 3.7 or newer.

... (truncated)

Commits
  • 2378e76 Version 1.4.3
  • baa01cd Fix tests for pull request #54 (single digits in timestamps)
  • 294ad2e Merge pull request #54 from odrling/timestamp_flexibility
  • 0682c1b add more flexibility in timestamps for substation files
  • 376b4e1 Version 1.4.2
  • 5f6c224 Handle short timestamps in SubStation (fixes #50)
  • c86b887 Update badges in README
  • 1aeee0c Port from Travis to CircleCI
  • 5c9f7c7 Implement keep_html_tags option for SRT parser
  • cdf6170 Update license year
  • 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 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 [pysubs2](https://github.com/tkarabela/pysubs2) from 1.3.1 to 1.4.3.
- [Release notes](https://github.com/tkarabela/pysubs2/releases)
- [Changelog](https://github.com/tkarabela/pysubs2/blob/master/docs/release-notes.rst)
- [Commits](tkarabela/pysubs2@1.3.1...1.4.3)

---
updated-dependencies:
- dependency-name: pysubs2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants