Hello community, here is the log from the commit of package platformsh-cli for openSUSE:Factory checked in at 2019-12-14 12:20:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old) and /work/SRC/openSUSE:Factory/.platformsh-cli.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "platformsh-cli" Sat Dec 14 12:20:18 2019 rev:86 rq:756899 version:3.50.1 Changes: -------- --- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes 2019-11-09 23:44:02.717624093 +0100 +++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.4691/platformsh-cli.changes 2019-12-14 12:23:42.591196327 +0100 @@ -1,0 +2,32 @@ +Fri Dec 13 21:22:59 UTC 2019 - [email protected] + +- Update to version 3.50.1: + * Release v3.50.1 + * Fix ServiceNotFoundException in "get" command + * Release v3.50.0 + * Revert "Remove drush-aliases SSH calls to find the absolute app root (#869)" (#876) + * Update dependencies + * Update API client to standardize project git URLs + * Unused variable [skip changelog] + * Some scp command tweaks/cleanup + * Comments/cleanup + * Provide project choice without behavior of detecting the current project + * Do not require Git to find a git root + * Suggest set-remote in get command with an existing repository + * Refactor project:get (get) command + * Added support for scp (#839) + * Add api:curl command to use the API directly + * Add --no-set-remote option + * Do not URL-encode the repository in Bitbucket API requests (#874) + * Added Docker setup (#841) + * Switch passthru to index in dev build + * Fix small bug in normalizeSha() + * Update dependencies + * Provide interactive choice in variable:get command + * Add "Enabled" (is_enabled) column in variable:list (var) command + * Refresh environments in welcome command + * Handle an existing mapped project + * Add --set-remote option to project:create (create) command + * Make machine_name available as a column in environment:list (env) command + +------------------------------------------------------------------- Old: ---- platformsh-cli-3.49.3.tar.xz New: ---- platformsh-cli-3.50.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ platformsh-cli.spec ++++++ --- /var/tmp/diff_new_pack.6jMGxm/_old 2019-12-14 12:23:44.391196056 +0100 +++ /var/tmp/diff_new_pack.6jMGxm/_new 2019-12-14 12:23:44.415196052 +0100 @@ -17,7 +17,7 @@ Name: platformsh-cli -Version: 3.49.3 +Version: 3.50.1 Release: 0 Summary: Tool for managing Platform.sh services from the command line # See licenses.txt for dependency licenses. ++++++ _service ++++++ --- /var/tmp/diff_new_pack.6jMGxm/_old 2019-12-14 12:23:44.743196002 +0100 +++ /var/tmp/diff_new_pack.6jMGxm/_new 2019-12-14 12:23:44.767195999 +0100 @@ -2,7 +2,7 @@ <service name="tar_scm" mode="disabled"> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> - <param name="revision">refs/tags/v3.49.3</param> + <param name="revision">refs/tags/v3.50.1</param> <param name="url">git://github.com/platformsh/platformsh-cli.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.6jMGxm/_old 2019-12-14 12:23:44.931195975 +0100 +++ /var/tmp/diff_new_pack.6jMGxm/_new 2019-12-14 12:23:44.951195971 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/platformsh/platformsh-cli.git</param> - <param name="changesrevision">8eeeec8d0d62d07f5017169b8c8f1dbdeab1ba64</param> + <param name="changesrevision">511eed7adf8d1423d0982d36df2e6f2d99e86376</param> </service> </servicedata> ++++++ extensions.txt ++++++ --- /var/tmp/diff_new_pack.6jMGxm/_old 2019-12-14 12:23:45.203195934 +0100 +++ /var/tmp/diff_new_pack.6jMGxm/_new 2019-12-14 12:23:45.223195930 +0100 @@ -25,7 +25,7 @@ [20] => php >=5.5.9 [21] => php >=5.5.9 [22] => php ^5.3 || ^7.0 || ^7.1 || ^7.2 - [23] => php ^5.3.2 || ^7.0 + [23] => php ^5.3.2 || ^7.0 || ^8.0 [24] => php ^5.5.9|>=7.0.8 [25] => php ^5.5.9|>=7.0.8 [26] => php ^5.5.9|>=7.0.8 ++++++ licenses.txt ++++++ --- /var/tmp/diff_new_pack.6jMGxm/_old 2019-12-14 12:23:45.407195902 +0100 +++ /var/tmp/diff_new_pack.6jMGxm/_new 2019-12-14 12:23:45.419195900 +0100 @@ -5,31 +5,31 @@ Name Version License cocur/slugify v2.5 MIT -composer/ca-bundle 1.1.4 MIT +composer/ca-bundle 1.2.4 MIT doctrine/cache v1.6.2 MIT firebase/php-jwt v2.2.0 BSD-3-Clause -guzzlehttp/cache-subscriber 0.1.0 MIT -guzzlehttp/guzzle 5.3.3 MIT +guzzlehttp/cache-subscriber 0.2.0 MIT +guzzlehttp/guzzle 5.3.4 MIT guzzlehttp/ringphp 1.1.1 MIT guzzlehttp/streams 3.0.0 MIT padraic/humbug_get_contents 1.1.2 BSD-3-Clause padraic/phar-updater v1.0.6 BSD-3-Clause paragonie/random_compat v2.0.18 MIT pjcdawkins/guzzle-oauth2-plugin v2.2.0 MIT -platformsh/client v0.30.2 MIT -platformsh/console-form v0.0.23 MIT +platformsh/client v0.30.3 MIT +platformsh/console-form v0.0.24 MIT psr/container 1.0.0 MIT -psr/log 1.1.0 MIT +psr/log 1.1.2 MIT react/promise v2.7.1 MIT stecman/symfony-console-completion 0.10.1 MIT -symfony/config v3.4.31 MIT -symfony/console v3.4.31 MIT -symfony/debug v3.4.31 MIT -symfony/dependency-injection v3.4.31 MIT -symfony/event-dispatcher v3.4.31 MIT -symfony/filesystem v3.4.31 MIT -symfony/finder v3.4.31 MIT -symfony/polyfill-ctype v1.12.0 MIT -symfony/polyfill-mbstring v1.12.0 MIT -symfony/process v3.4.31 MIT -symfony/yaml v3.4.31 MIT +symfony/config v3.4.36 MIT +symfony/console v3.4.36 MIT +symfony/debug v3.4.36 MIT +symfony/dependency-injection v3.4.36 MIT +symfony/event-dispatcher v3.4.36 MIT +symfony/filesystem v3.4.36 MIT +symfony/finder v3.4.36 MIT +symfony/polyfill-ctype v1.13.1 MIT +symfony/polyfill-mbstring v1.13.1 MIT +symfony/process v3.4.36 MIT +symfony/yaml v3.4.36 MIT ++++++ platformsh-cli-3.49.3.tar.xz -> platformsh-cli-3.50.1.tar.xz ++++++ ++++ 2381 lines of diff (skipped) ++++++ platformsh-cli-vendor.tar.xz ++++++ ++++ 5444 lines of diff (skipped)
