Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump transifex-client from 0.12.5 to 0.13.6 #4938

Merged
merged 1 commit into from Jun 11, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jun 11, 2019

Bumps transifex-client from 0.12.5 to 0.13.6.

Release notes

Sourced from transifex-client's releases.

Extend Python support

No release notes provided.

Fix conflicting dependencies

No release notes provided.

Support Python 3.7

No release notes provided.

Add support for TX_TOKEN environment variable

  • Use the TX_TOKEN environment variable to set your Transifex API token.
    This essentially replaces the --token argument in the tx init
    command, and does not write any credentials in the .transifexrc file.

  • Add the --no-interactive argument in the tx pull command, for the
    case where no user input is required. This is needed in some cases
    where a CI does not want to proceed with user input and needs to fail
    silently.

Introduce parallel requests

  • Push and pull files more quickly by using the new --parallel option
    with tx push and tx pull to make parallel requests. This is a beta
    feature - be careful when using it with many files as it may cause you
    to hit your API rate limits.

  • --expression is now a named argument for tx config mapping so it’s
    consistent with the tx config mapping-bulk command with regard to
    how you pass a file path expression.

  • The algorithm for locating translation files has been optimized to
    improve performance in cases where you have many files in your working
    directory.

Python 3 compatibility fixes and Python 3.6 support

  • Fix some python 3 compatibility issues
  • Fix CI for python 3
  • Add Python 3.6 in the supported versions

Note: For windows executables for more python version see: https://ci.appveyor.com/project/transifex/transifex-client/build/1.0.445.

0.13.0

  • Rename set command to config while maintaining backwards compatibility.
  • --auto-local, --auto-remote options have become mapping and mapping-remote subcommands. Backwards compatibility has been maintained and the options (and subcommands) are supported both when using tx set and tx config commands.
  • Introduce mapping-bulk subcommand to tx config command. mapping-bulk is similar to mapping but configures a whole directory of files and not a single file.
  • Support branch specific push / pull using the --branch option.
  • Add interactive wizard for tx config command. Interactive wizard is triggered by default after tx init if --skipsetup option is not passed and by the tx config if called without any options or subcommands.
Commits
  • 17469e6 Merge pull request #256 from transifex/bump-version-0.13.6
  • 67b5ca6 Bump version to 0.13.6
  • ba80ad5 Merge pull request #251 from transifex/akien-mga-remote-local-info
  • e2e72a7 Fix log level of remote lang to local path message
  • 49b28da Merge pull request #250 from transifex/simon04-patch-1
  • ae240e9 Fix typo in parsers.py
  • a80b2a3 Merge pull request #247 from transifex/promote-tutorial
  • ba8ec0a Promote interactive tutorial
  • db45c9b Merge pull request #245 from transifex/py34
  • b3c2ab1 Support Python 3.4
  • 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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Update the dependencies label Jun 11, 2019
Bumps [transifex-client](https://github.com/transifex/transifex-client) from 0.12.5 to 0.13.6.
- [Release notes](https://github.com/transifex/transifex-client/releases)
- [Commits](transifex/transifex-client@0.12.5...0.13.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/pip/transifex-client-0.13.6 branch from d259067 to afdd7a2 Compare June 11, 2019 08:41
@sbrunner sbrunner merged commit 23bffba into master Jun 11, 2019
@sbrunner sbrunner deleted the dependabot/pip/transifex-client-0.13.6 branch June 11, 2019 09:40
@sbrunner sbrunner added this to the dummy milestone Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant