Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pndurette/gTTS
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.5.3
Choose a base ref
...
head repository: pndurette/gTTS
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.5.4
Choose a head ref
  • 9 commits
  • 10 files changed
  • 4 contributors

Commits on Sep 2, 2024

  1. build(deps): bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 (#482

    )
    dependabot[bot] authored Sep 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    17d7306 View commit details
  2. test: fix/simplify --all cli test to work with new languages codes (#…

    …483)
    
    test: fix/simplify --all cli test to work with new languages
    pndurette authored Sep 2, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c8cb679 View commit details

Commits on Sep 23, 2024

  1. build(deps): bump peter-evans/create-pull-request from 6 to 7 (#485)

    Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
    - [Release notes](https://github.com/peter-evans/create-pull-request/releases)
    - [Commits](peter-evans/create-pull-request@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: peter-evans/create-pull-request
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c9f2ac2 View commit details
  2. build(deps): bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (#…

    …484)
    
    Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.10.0 to 1.10.1.
    - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
    - [Commits](pypa/gh-action-pypi-publish@8a08d61...0ab0b79)
    
    ---
    updated-dependencies:
    - dependency-name: pypa/gh-action-pypi-publish
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5051d6c View commit details

Commits on Oct 23, 2024

  1. build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#488)

    dependabot[bot] authored Oct 23, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1fa3349 View commit details
  2. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    be43516 View commit details

Commits on Nov 10, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    30d6c19 View commit details
  2. fix(langs): language added: fr-CA (French (Canada)) (#490)

    fix(langs): language added: `fr-CA` (French (Canada))
    
    Co-authored-by: pndurette <1653771+pndurette@users.noreply.github.com>
    github-actions[bot] and pndurette committed Nov 10, 2024
    Copy the full SHA
    defc400 View commit details
  3. chore(main): release 2.5.4 (#492)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Nov 10, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    5007fa4 View commit details
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -36,4 +36,4 @@ jobs:
TEST_LANGS: en

- name: Upload Coverage Report
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:
run: python -m build
- name: Publish package
if: ${{ steps.release.outputs.release_created }}
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa

# References:
# * Release Please:
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -46,4 +46,4 @@ jobs:

- name: Upload Coverage Report
if: github.event_name == 'pull_request'
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
2 changes: 1 addition & 1 deletion .github/workflows/update_langs.yml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ jobs:
# Create new branch/PR with any changes
- name: Create PR
if: ${{ fromJSON(steps.check_langs.outputs.must_commit) }}
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
add-paths: ${{ env.CURR_LANG_FILE_PATH }}
commit-message: ${{ env.LANGS_COMMIT_MESSAGE }} # from check_langs
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"2.5.3"}
{".":"2.5.4"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.5.4](https://github.com/pndurette/gTTS/compare/v2.5.3...v2.5.4) (2024-11-10)


### Bug Fixes

* **langs:** Language added: `fr-CA` (French (Canada)) ([defc400](https://github.com/pndurette/gTTS/commit/defc4000304f5745b1dfec40ef76eb584fb4a058))
* **langs:** Language added: `fr-CA` (French (Canada)) ([#490](https://github.com/pndurette/gTTS/issues/490)) ([defc400](https://github.com/pndurette/gTTS/commit/defc4000304f5745b1dfec40ef76eb584fb4a058))

## [2.5.3](https://github.com/pndurette/gTTS/compare/v2.5.2...v2.5.3) (2024-08-13)


1 change: 1 addition & 0 deletions gtts/langs.py
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@
"eu": "Basque",
"fi": "Finnish",
"fr": "French",
"fr-CA": "French (Canada)",
"gl": "Galician",
"gu": "Gujarati",
"ha": "Hausa",
2 changes: 1 addition & 1 deletion gtts/tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -75,7 +75,7 @@ def test_all():
# One or more of " xy: name" (\n optional to match the last)
# Ex. "<start> xx: xxxxx\n xx-yy: xxxxx\n xx: xxxxx<end>"

assert re.match(r"^(?:\s{2}(\w{2}|\w{2}-\w{2}): .+\n?)+$", result.output)
assert re.match(r"(\s{2}[\w-]{2,5}: .+\n?)", result.output)
assert result.exit_code == 0


2 changes: 1 addition & 1 deletion gtts/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.5.3"
__version__ = "2.5.4"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "gTTS"
version = "2.5.3"
version = "2.5.4"
description = "gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate text-to-speech API"
authors = [{name = "Pierre Nicolas Durette", email = "pndurette@gmail.com"}]
requires-python = ">=3.7"