Hello community, here is the log from the commit of package platformsh-cli for openSUSE:Factory checked in at 2017-12-08 13:01:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old) and /work/SRC/openSUSE:Factory/.platformsh-cli.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "platformsh-cli" Fri Dec 8 13:01:35 2017 rev:26 rq:555071 version:3.24.1 Changes: -------- --- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes 2017-11-30 12:45:32.137604158 +0100 +++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes 2017-12-08 13:02:00.951656957 +0100 @@ -1,0 +2,42 @@ +Thu Dec 07 14:29:35 UTC 2017 - [email protected] + +- Update to version 3.24.1: + * Release v3.24.1 + * Make --excluded-environments not required + * Release v3.24.0 + * Update Symfony dependencies to 3.4.1 + * More helpful repo:cat help + * Raw output works fine if the argument is in the right place + * Two bugs found by Scrutinizer + * Cache not-found blobs and trees again + * Cache git data per project (overwriting for new commit SHAs) + * Backwards compatibility for db:size + * self:build: write changelog if found + * Drush service clean-up + * Remove CWD workaround in Drush version check + * Avoid ensureInstalled() when checking for Drush version + * Fix Drush 9 alias not found check + * Fix Drush 9 alias filename + * Docblocks for Config + * Add manifest.json and auto-update from self:build command + * Comment services.yaml + * Write curl debug output to STDERR, not STDOUT (Guzzle's default) + * Cache trees + * Update client for path matching and clean up + * Remove project root requirement from db:size + * Fix printing binary file contents in repo:cat + * Better error messages for wrong file type + * Rename repo:read-file to repo:cat + * Cache much less + * Add repo:ls command + * Add repo:read-file command + * Disable timeout explicitly for tunnel processes + * Remove deprecated ProcessBuilder, preserving BC this time + * Still use ProcessBuilder + * Force Symfony Process >=3.4 + * Update to Symfony 3.4 + * Add -W alias to push --no-wait + * Allow default mount target/source with --yes + * Fix mounts options list + +------------------------------------------------------------------- Old: ---- platformsh-cli-3.23.0.tar.xz New: ---- platformsh-cli-3.24.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ platformsh-cli.spec ++++++ --- /var/tmp/diff_new_pack.KnULd3/_old 2017-12-08 13:02:03.491565227 +0100 +++ /var/tmp/diff_new_pack.KnULd3/_new 2017-12-08 13:02:03.495565082 +0100 @@ -17,7 +17,7 @@ Name: platformsh-cli -Version: 3.23.0 +Version: 3.24.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.KnULd3/_old 2017-12-08 13:02:03.527563926 +0100 +++ /var/tmp/diff_new_pack.KnULd3/_new 2017-12-08 13:02:03.531563782 +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.23.0</param> + <param name="revision">refs/tags/v3.24.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.KnULd3/_old 2017-12-08 13:02:03.547563204 +0100 +++ /var/tmp/diff_new_pack.KnULd3/_new 2017-12-08 13:02:03.551563060 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/platformsh/platformsh-cli.git</param> - <param name="changesrevision">2eed15b1fd4791dd1b4e4050b648b6823c06dfc4</param> + <param name="changesrevision">3f199ea22a08a78ede92682833ee62c14f714461</param> </service> </servicedata> ++++++ licenses.txt ++++++ --- /var/tmp/diff_new_pack.KnULd3/_old 2017-12-08 13:02:03.587561760 +0100 +++ /var/tmp/diff_new_pack.KnULd3/_new 2017-12-08 13:02:03.587561760 +0100 @@ -6,7 +6,7 @@ Name Version License cocur/slugify v2.5 MIT commerceguys/guzzle-oauth2-plugin v2.1.1 MIT -cweagans/composer-patches 1.6.2 BSD-2-Clause +cweagans/composer-patches 1.6.3 BSD-2-Clause doctrine/cache v1.6.2 MIT firebase/php-jwt v2.2.0 BSD-3-Clause guzzlehttp/cache-subscriber 0.1.0 MIT @@ -15,19 +15,19 @@ guzzlehttp/streams 3.0.0 MIT padraic/humbug_get_contents 1.0.4 BSD-3-Clause padraic/phar-updater 1.0.4 BSD-3-Clause -platformsh/client v0.12.1 MIT +platformsh/client v0.13.4 MIT platformsh/console-form v0.0.13 MIT psr/container 1.0.0 MIT psr/log 1.0.2 MIT react/promise v2.5.1 MIT stecman/symfony-console-completion 0.7.0 MIT -symfony/config v3.3.10 MIT -symfony/console v3.3.10 MIT -symfony/debug v3.3.10 MIT -symfony/dependency-injection v3.3.10 MIT -symfony/event-dispatcher v3.3.10 MIT -symfony/filesystem v3.3.10 MIT -symfony/finder v3.3.10 MIT +symfony/config v3.4.1 MIT +symfony/console v3.4.1 MIT +symfony/debug v3.4.1 MIT +symfony/dependency-injection v3.4.1 MIT +symfony/event-dispatcher v3.4.1 MIT +symfony/filesystem v3.4.1 MIT +symfony/finder v3.4.1 MIT symfony/polyfill-mbstring v1.6.0 MIT -symfony/process v3.3.10 MIT -symfony/yaml v3.3.10 MIT +symfony/process v3.4.1 MIT +symfony/yaml v3.4.1 MIT ++++++ platformsh-cli-3.23.0.tar.xz -> platformsh-cli-3.24.1.tar.xz ++++++ ++++ 2200 lines of diff (skipped) ++++++ platformsh-cli-vendor.tar.xz ++++++ ++++ 27197 lines of diff (skipped)
