Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-03-12 19:59:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and      /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "platformsh-cli"

Sun Mar 12 19:59:03 2017 rev:5 rq:461713 version:3.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes    
2017-02-12 00:49:39.291801927 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes       
2017-03-12 19:59:03.351732477 +0100
@@ -1,0 +2,45 @@
+Wed Mar 01 20:34:16 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.14.0:
+  * Cache an empty relationships list
+  * Add route-get command to view a resolved route to an environment
+  * Rename route commands
+  * Clarify URL choice in `url` command
+  * Refactor code that reads remote environment variables
+  * Fix cache clearing for env vars
+  * Improve RemoteEnvVars documentation
+  * Remove odd relationships dependency on @output
+  * Fix integration option names
+  * Release v3.14.0
+
+-------------------------------------------------------------------
+Thu Feb 23 00:34:31 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.13.0:
+  * Drupal settings: remind user to uncomment database config block
+  * Update dependencies
+  * Install build-time dependencies
+  * Allow numerals in region domain components
+  * Cleanup
+  * Add an option to install dependencies globally
+  * Remove yarn; fix npm install
+  * Remove global deps for now, and downgrade missing package manager to a 
warning
+  * Fix and test usage of PYTHONPATH
+  * Add commands to run the PHP built-in web server
+  * Update for CLI 3.x
+  * Server: support custom variables prefixes
+  * Locations (WIP)
+  * Remove blank lines from log in server:start
+  * Enable server commands via a feature flag
+  * Update for new DIC
+  * Implement static files rules and 'scripts' check
+  * Refactor dead process check
+  * Fix Drupal workaround
+  * Open URLs for server:start
+  * Fix APP_DIR setting
+  * Incorporate routes
+  * Use API client for project estimate
+  * Update to Symfony 3.2.4
+  * Release v3.13.0
+
+-------------------------------------------------------------------

Old:
----
  platformsh-cli-3.12.2.tar.xz

New:
----
  platformsh-cli-3.14.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ platformsh-cli.spec ++++++
--- /var/tmp/diff_new_pack.sTcHJC/_old  2017-03-12 19:59:04.111624954 +0100
+++ /var/tmp/diff_new_pack.sTcHJC/_new  2017-03-12 19:59:04.115624388 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           platformsh-cli
-Version:        3.12.2
+Version:        3.14.0
 Release:        0
 Summary:        The unified tool for managing your Platform.sh services from 
the command line.
 # See licenses.txt for dependency licenses.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.sTcHJC/_old  2017-03-12 19:59:04.147619861 +0100
+++ /var/tmp/diff_new_pack.sTcHJC/_new  2017-03-12 19:59:04.147619861 +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.12.2</param>
+    <param name="revision">refs/tags/v3.14.0</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.sTcHJC/_old  2017-03-12 19:59:04.163617598 +0100
+++ /var/tmp/diff_new_pack.sTcHJC/_new  2017-03-12 19:59:04.163617598 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/platformsh/platformsh-cli.git</param>
-    <param 
name="changesrevision">78e4679f44e660ac89fbc63e9df6111f3f8a96d3</param>
+    <param 
name="changesrevision">74a178a10cd863d65215238cc1e20424c56a9493</param>
   </service>
 </servicedata>

++++++ licenses.txt ++++++
--- /var/tmp/diff_new_pack.sTcHJC/_old  2017-03-12 19:59:04.211610807 +0100
+++ /var/tmp/diff_new_pack.sTcHJC/_new  2017-03-12 19:59:04.211610807 +0100
@@ -15,18 +15,18 @@
 guzzlehttp/streams                  3.0.0    MIT           
 padraic/humbug_get_contents         1.0.4    BSD-3-Clause  
 padraic/phar-updater                1.0.3    BSD-3-Clause  
-platformsh/client                   v0.8.2   MIT           
+platformsh/client                   v0.9.0   MIT           
 platformsh/console-form             v0.0.8   MIT           
 psr/log                             1.0.2    MIT           
-react/promise                       v2.4.1   MIT           
+react/promise                       v2.5.0   MIT           
 stecman/symfony-console-completion  0.7.0    MIT           
-symfony/config                      v3.2.1   MIT           
-symfony/console                     v3.2.1   MIT           
-symfony/debug                       v3.2.1   MIT           
-symfony/dependency-injection        v3.2.1   MIT           
-symfony/event-dispatcher            v3.2.1   MIT           
-symfony/filesystem                  v3.2.1   MIT           
-symfony/finder                      v3.2.1   MIT           
+symfony/config                      v3.2.4   MIT           
+symfony/console                     v3.2.4   MIT           
+symfony/debug                       v3.2.4   MIT           
+symfony/dependency-injection        v3.2.4   MIT           
+symfony/event-dispatcher            v3.2.4   MIT           
+symfony/filesystem                  v3.2.4   MIT           
+symfony/finder                      v3.2.4   MIT           
 symfony/polyfill-mbstring           v1.3.0   MIT           
-symfony/process                     v3.2.1   MIT           
-symfony/yaml                        v3.2.1   MIT           
+symfony/process                     v3.2.4   MIT           
+symfony/yaml                        v3.2.4   MIT           

++++++ platformsh-cli-3.12.2.tar.xz -> platformsh-cli-3.14.0.tar.xz ++++++
++++ 3852 lines of diff (skipped)

++++++ platformsh-cli-vendor.tar.xz ++++++
++++ 6578 lines of diff (skipped)


Reply via email to