commit platformsh-cli for openSUSE:Factory

2020-08-29 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-08-29 20:45:07

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.3399 (New)


Package is "platformsh-cli"

Sat Aug 29 20:45:07 2020 rev:105 rq:830378 version:3.62.2

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-08-19 18:57:37.551872755 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.3399/platformsh-cli.changes  
2020-08-29 20:45:22.065540761 +0200
@@ -1,0 +2,11 @@
+Sat Aug 29 02:16:38 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.62.2:
+  * Release v3.62.2
+  * SSH diagnostics fixes
+  * Diagnose whether MFA is required for a failed SSH connection (#974)
+  * Release v3.62.1
+  * Trigger prompt=select_account after the "Log in anyway?" question, in 
browser login command
+  * Increase drush alias command timeout
+
+---

Old:

  platformsh-cli-3.62.0.tar.xz

New:

  platformsh-cli-3.62.2.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.qoLp0h/_old  2020-08-29 20:45:23.537541376 +0200
+++ /var/tmp/diff_new_pack.qoLp0h/_new  2020-08-29 20:45:23.541541377 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.62.0
+Version:3.62.2
 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.qoLp0h/_old  2020-08-29 20:45:23.581541393 +0200
+++ /var/tmp/diff_new_pack.qoLp0h/_new  2020-08-29 20:45:23.585541396 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.62.0
+refs/tags/v3.62.2
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.qoLp0h/_old  2020-08-29 20:45:23.617541409 +0200
+++ /var/tmp/diff_new_pack.qoLp0h/_new  2020-08-29 20:45:23.621541410 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-01e939e5285acfb3eaf69a1ac6f2e42ce4c7b9dc
+98d1b6ae90baa7c33072e81e2d8d7b85690b094a
   
 

++ platformsh-cli-3.62.0.tar.xz -> platformsh-cli-3.62.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.62.0/config.yaml 
new/platformsh-cli-3.62.2/config.yaml
--- old/platformsh-cli-3.62.0/config.yaml   2020-08-18 00:08:04.0 
+0200
+++ new/platformsh-cli-3.62.2/config.yaml   2020-08-25 17:32:57.0 
+0200
@@ -88,6 +88,7 @@
   api_tokens_url: 'https://accounts.platform.sh/user/api-tokens'
   register_url: 'https://auth.api.platform.sh'
   reset_password_url: 'https://auth.api.platform.sh/reset-password'
+  mfa_setup_url: ~
   console_url: 'https://console.platform.sh'
   pricing_url: 'https://platform.sh/pricing'
   api_token_help_url: 
'https://docs.platform.sh/gettingstarted/cli/api-tokens.html'
@@ -142,6 +143,7 @@
   certifier_url: 'https://ssh.api.platform.sh'
 
   # Wildcard domains for SSH configuration.
+  # This is also used to detect whether to run diagnostics on an SSH 
connection error.
   # Can be replaced by a single value using the 
{application.env_prefix}SSH_DOMAIN_WILDCARD env var.
   ssh_domain_wildcards: ['*.platform.sh']
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.62.0/dist/manifest.json 
new/platformsh-cli-3.62.2/dist/manifest.json
--- old/platformsh-cli-3.62.0/dist/manifest.json2020-08-18 
00:08:04.0 +0200
+++ new/platformsh-cli-3.62.2/dist/manifest.json2020-08-25 
17:32:57.0 +0200
@@ -17,10 +17,10 @@
 },
 {
 "name": "platform.phar",
-"sha1": "214e3b502a811eed1ffa0ef2448fafe007feed24",
-"sha256": 
"268164bb583dec30862098ccf9cc96cf9c998f54cb5bb01c34a58dd7715a7841",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.62.0/platform.phar;,
-"version": "3.62.0",
+"sha1": "dd6a6ac135aebc59a57055585b3f16b53b4aec3c",
+"sha256": 
"0f6dfdcf921d5be61818e830863188035267793e702c979ad84ed303db0d48c3",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.62.2/platform.phar;,
+"version": "3.62.2",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.62.0/services.yaml 
new/platformsh-cli-3.62.2/services.yaml
--- old/platformsh-cli-3.62.0/services.yaml 2020-08-18 00:08:04.0 
+0200

commit platformsh-cli for openSUSE:Factory

2020-08-19 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-08-19 18:56:30

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.3399 (New)


Package is "platformsh-cli"

Wed Aug 19 18:56:30 2020 rev:104 rq:827692 version:3.62.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-08-14 10:05:34.221355028 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.3399/platformsh-cli.changes  
2020-08-19 18:57:37.551872755 +0200
@@ -1,0 +2,11 @@
+Tue Aug 18 22:37:26 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.62.0:
+  * Release v3.62.0
+  * Apply feature flag to the --force-invite option
+  * Handle mongodb URIs in relationships (#975)
+  * Show the stderr of every shell command, if in debug mode (#972)
+  * Retry fetching the activity log stream (#973)
+  * Support force-sending an invitation (#976)
+
+---

Old:

  platformsh-cli-3.61.0.tar.xz

New:

  platformsh-cli-3.62.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.lKJSLe/_old  2020-08-19 18:57:39.551873818 +0200
+++ /var/tmp/diff_new_pack.lKJSLe/_new  2020-08-19 18:57:39.555873820 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.61.0
+Version:3.62.0
 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.lKJSLe/_old  2020-08-19 18:57:39.591873840 +0200
+++ /var/tmp/diff_new_pack.lKJSLe/_new  2020-08-19 18:57:39.595873842 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.61.0
+refs/tags/v3.62.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.lKJSLe/_old  2020-08-19 18:57:39.619873854 +0200
+++ /var/tmp/diff_new_pack.lKJSLe/_new  2020-08-19 18:57:39.619873854 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-8e6262a3ef2ec7b2b16a6675fb34fc2300489f46
+01e939e5285acfb3eaf69a1ac6f2e42ce4c7b9dc
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.lKJSLe/_old  2020-08-19 18:57:39.667873880 +0200
+++ /var/tmp/diff_new_pack.lKJSLe/_new  2020-08-19 18:57:39.671873882 +0200
@@ -16,7 +16,7 @@
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
 pjcdawkins/guzzle-oauth2-plugin v2.3.1   MIT   
-platformsh/client   v0.37.2  MIT   
+platformsh/client   0.38.1   MIT   
 platformsh/console-form v0.0.24  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.3MIT   

++ platformsh-cli-3.61.0.tar.xz -> platformsh-cli-3.62.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.61.0/composer.json 
new/platformsh-cli-3.62.0/composer.json
--- old/platformsh-cli-3.61.0/composer.json 2020-08-13 13:27:12.0 
+0200
+++ new/platformsh-cli-3.62.0/composer.json 2020-08-18 00:08:04.0 
+0200
@@ -8,7 +8,7 @@
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
 "platformsh/console-form": ">=0.0.24 <2.0",
-"platformsh/client": ">=0.37.2 <2.0",
+"platformsh/client": ">=0.38.1 <2.0",
 "symfony/console": "^3.0 >=3.2",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.61.0/composer.lock 
new/platformsh-cli-3.62.0/composer.lock
--- old/platformsh-cli-3.61.0/composer.lock 2020-08-13 13:27:12.0 
+0200
+++ new/platformsh-cli-3.62.0/composer.lock 2020-08-18 00:08:04.0 
+0200
@@ -4,7 +4,7 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies;,
 "This file is @generated automatically"
 ],
-"content-hash": "622a98f40b55807f6d8bb25538914875",
+"content-hash": "a18b032106e42883b145cc8981c2be62",
 "packages": [
 {
 "name": "cocur/slugify",
@@ -290,6 +290,7 @@
 "Guzzle",
 "cache"
 ],
+"abandoned": true,
 "time": "2019-09-16T13:44:55+00:00"
 },
 {
@@ -665,16 +666,16 @@
 },
 {
 "name": "platformsh/client",
-"version": 

commit platformsh-cli for openSUSE:Factory

2020-08-14 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-08-14 10:05:11

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.3399 (New)


Package is "platformsh-cli"

Fri Aug 14 10:05:11 2020 rev:103 rq:826562 version:3.61.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-07-24 09:59:45.685632153 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.3399/platformsh-cli.changes  
2020-08-14 10:05:34.221355028 +0200
@@ -1,0 +2,41 @@
+Thu Aug 13 18:32:04 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.61.0:
+  * Release v3.61.0
+  * Add proxy support to the installer (#953)
+  * Provide autocomplete choice of projects if there are many
+  * Use --globoff by default in curl commands
+  * Disable use of SSH agent unless explicitly enabled in the user config file
+  * Explicitly request the offline_access scope when logging in
+  * Add a comment to auto-generated temporary SSH keys (#970)
+  * Release v3.60.4
+  * Restore PLATFORMSH_CLI_ACCOUNTS_API environment variable option for 
backwards compatibility
+  * Release v3.60.3
+  * Fix locating projects that are not in the user's list
+  * Release v3.60.2
+  * Ignore project-level variable activities (#968)
+  * Detect the SSH version and show appropriate messages (#969)
+  * Refine --no-refresh help in the ssh-cert:info command
+  * Fix extra prompt for input in mongodump command
+  * Add hidden ssh-cert:info utility/debug command
+  * Revamp config to no longer use a service.accounts_url nor an 
api.accounts_api_url
+  * Fix Match syntax with multiple hosts
+  * Release v3.60.1
+  * Add the SSH certificate to the SSH agent, if possible (#963)
+  * Clean up the "domain already claimed" error in the domain:add command
+  * Put host condition back on "Match ... exec"
+  * Use ed25519 for autogenerated SSH keys
+  * Always create a new SSH key when generating a certificate
+  * README: add extensions needed by cli (#958)
+  * Release v3.60.0
+  * The root SSH config file should have a Host line too
+  * Add comments to the session-specific SSH config
+  * Support multiple domain wildcards in SSH config
+  * SSH config: end the Host block explicitly with "Host *" (#960)
+  * Autoload SSH certificates on login or SSH
+  * Show the ssh-cert:load command in the list
+  * Avoid unnecessary SSH messages in verbose mode
+  * Installer: allow iconv as an alternative to mbstring
+  * Fix detection of internal vs external Git domains for platform:get (get) 
command errors
+
+---

Old:

  platformsh-cli-3.59.1.tar.xz

New:

  platformsh-cli-3.61.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.RZFlIo/_old  2020-08-14 10:05:36.465356165 +0200
+++ /var/tmp/diff_new_pack.RZFlIo/_new  2020-08-14 10:05:36.465356165 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.59.1
+Version:3.61.0
 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.RZFlIo/_old  2020-08-14 10:05:36.497356182 +0200
+++ /var/tmp/diff_new_pack.RZFlIo/_new  2020-08-14 10:05:36.497356182 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.59.1
+refs/tags/v3.61.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.RZFlIo/_old  2020-08-14 10:05:36.517356192 +0200
+++ /var/tmp/diff_new_pack.RZFlIo/_new  2020-08-14 10:05:36.517356192 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-3854cfd67303add357cece3c5f330ac9e443bf33
+8e6262a3ef2ec7b2b16a6675fb34fc2300489f46
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.RZFlIo/_old  2020-08-14 10:05:36.557356212 +0200
+++ /var/tmp/diff_new_pack.RZFlIo/_new  2020-08-14 10:05:36.557356212 +0200
@@ -16,7 +16,7 @@
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
 pjcdawkins/guzzle-oauth2-plugin v2.3.1   MIT   
-platformsh/client   v0.35.2  MIT   
+platformsh/client   v0.37.2  MIT   
 platformsh/console-form v0.0.24  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.3MIT   

++ platformsh-cli-3.59.1.tar.xz -> platformsh-cli-3.61.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit platformsh-cli for openSUSE:Factory

2020-07-24 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-07-24 09:58:16

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.3592 (New)


Package is "platformsh-cli"

Fri Jul 24 09:58:16 2020 rev:102 rq:822144 version:3.59.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-06-23 21:06:25.662197586 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.3592/platformsh-cli.changes  
2020-07-24 09:59:45.685632153 +0200
@@ -1,0 +2,28 @@
+Tue Jul 21 19:13:36 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.59.1:
+  * Release v3.59.1
+  * Fix error (undefined index) when selecting some projects
+  * Remove GH issue number from manifest.json
+  * Release v3.59.0
+  * Revert "Installer: remove unnecessary mbstring check"
+  * Clarify API token login vs environment variables in README
+  * Support new user invitations
+  * Clean up temporary file in self:build command
+  * Remove some unused variables/code
+  * Avoid hardcoding the token URL in the auth:api-token-login command
+  * Installer: Create a .zshrc file if it doesn't already exist, on ZSH (#956)
+  * Release v3.58.0
+  * Support prompting for re-authentication in the login command
+  * Add results per page (--count/-c option) to the self:stats command
+  * Fix method name in sorting regions
+  * Sort regions by domain independently of suffix
+  * Move SSH hostname to the session-specific configuration
+  * Decrease condescension level
+  * Sort regions
+  * Release v3.57.6
+  * Update dependencies (symfony 3.4.37 -> 3.4.42)
+  * Remove session:switch command suggestion when not relevant in the login 
command
+  * Login help clarifications
+
+---

Old:

  platformsh-cli-3.57.5.tar.xz

New:

  platformsh-cli-3.59.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.orwszJ/_old  2020-07-24 09:59:47.669634001 +0200
+++ /var/tmp/diff_new_pack.orwszJ/_new  2020-07-24 09:59:47.673634004 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.57.5
+Version:3.59.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.orwszJ/_old  2020-07-24 09:59:47.701634030 +0200
+++ /var/tmp/diff_new_pack.orwszJ/_new  2020-07-24 09:59:47.701634030 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.57.5
+refs/tags/v3.59.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.orwszJ/_old  2020-07-24 09:59:47.721634048 +0200
+++ /var/tmp/diff_new_pack.orwszJ/_new  2020-07-24 09:59:47.721634048 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-8552ed3f17f28ef6504c599d4df707e7d294044e
+3854cfd67303add357cece3c5f330ac9e443bf33
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.orwszJ/_old  2020-07-24 09:59:47.757634082 +0200
+++ /var/tmp/diff_new_pack.orwszJ/_new  2020-07-24 09:59:47.757634082 +0200
@@ -5,7 +5,7 @@
 
 NameVersion  License   
 cocur/slugify   v2.5 MIT   
-composer/ca-bundle  1.2.6MIT   
+composer/ca-bundle  1.2.7MIT   
 doctrine/cache  v1.6.2   MIT   
 firebase/php-jwtv2.2.0   BSD-3-Clause  
 guzzlehttp/cache-subscriber 0.2.0MIT   
@@ -16,20 +16,20 @@
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
 pjcdawkins/guzzle-oauth2-plugin v2.3.1   MIT   
-platformsh/client   v0.33.0  MIT   
+platformsh/client   v0.35.2  MIT   
 platformsh/console-form v0.0.24  MIT   
 psr/container   1.0.0MIT   
-psr/log 1.1.2MIT   
-react/promise   v2.7.1   MIT   
+psr/log 1.1.3MIT   
+react/promise   v2.8.0   MIT   
 stecman/symfony-console-completion  0.10.1   MIT   
-symfony/config  v3.4.37  MIT   
-symfony/console v3.4.37  MIT   
-symfony/debug   v3.4.37  MIT   
-symfony/dependency-injectionv3.4.37  MIT   
-symfony/event-dispatcher

commit platformsh-cli for openSUSE:Factory

2020-06-23 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-06-23 21:05:59

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.2956 (New)


Package is "platformsh-cli"

Tue Jun 23 21:05:59 2020 rev:101 rq:816463 version:3.57.5

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-06-10 00:53:59.559816622 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.2956/platformsh-cli.changes  
2020-06-23 21:06:25.662197586 +0200
@@ -1,0 +2,20 @@
+Mon Jun 22 22:53:01 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.57.5:
+  * Release v3.57.5
+  * Add logout --other option, to log out from other sessions (#947)
+  * Add redeploy warnings to the user:add and user:delete commands (#946)
+  * Add a couple more user:add examples
+  * Only prompt to add an SSH key if one isn't found locally
+  * Release v3.57.4
+  * Fix: exclude API token session IDs from the autocomplete list
+  * Release v3.57.3
+  * Fix: do not reuse session file storage when an API token is set
+  * Release v3.57.2
+  * Improve session info after logout
+  * Clean the whole session directory on logout
+  * Release v3.57.1
+  * Better ensure the legacy session SSH config file is removed
+  * Silence SSH certificate reload
+
+---

Old:

  platformsh-cli-3.57.0.tar.xz

New:

  platformsh-cli-3.57.5.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.DM8q8v/_old  2020-06-23 21:06:26.298199640 +0200
+++ /var/tmp/diff_new_pack.DM8q8v/_new  2020-06-23 21:06:26.298199640 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.57.0
+Version:3.57.5
 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.DM8q8v/_old  2020-06-23 21:06:26.334199757 +0200
+++ /var/tmp/diff_new_pack.DM8q8v/_new  2020-06-23 21:06:26.334199757 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.57.0
+refs/tags/v3.57.5
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.DM8q8v/_old  2020-06-23 21:06:26.354199821 +0200
+++ /var/tmp/diff_new_pack.DM8q8v/_new  2020-06-23 21:06:26.354199821 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-90d020777dd129b1549c7011c37e7a071d2053f6
+8552ed3f17f28ef6504c599d4df707e7d294044e
   
 

++ platformsh-cli-3.57.0.tar.xz -> platformsh-cli-3.57.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.57.0/dist/manifest.json 
new/platformsh-cli-3.57.5/dist/manifest.json
--- old/platformsh-cli-3.57.0/dist/manifest.json2020-06-09 
15:49:09.0 +0200
+++ new/platformsh-cli-3.57.5/dist/manifest.json2020-06-22 
08:30:26.0 +0200
@@ -17,10 +17,10 @@
 },
 {
 "name": "platform.phar",
-"sha1": "dbfe9a331d4740b62e620d7f1b9fb1d8beda4b06",
-"sha256": 
"46f6c0448964b0aa426be8c07206cdb4241510e6bc6c9b3a2703898eefbb9189",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.57.0/platform.phar;,
-"version": "3.57.0",
+"sha1": "5d8b57fc687a2df41ff14b688a22bd9aa4502349",
+"sha256": 
"df6d8baf36d6229b12cdb93f57f49c719554fbed36b2b0266b4af6e9f9ba1f2b",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.57.5/platform.phar;,
+"version": "3.57.5",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.57.0/src/Command/Auth/LogoutCommand.php 
new/platformsh-cli-3.57.5/src/Command/Auth/LogoutCommand.php
--- old/platformsh-cli-3.57.0/src/Command/Auth/LogoutCommand.php
2020-06-09 15:49:09.0 +0200
+++ new/platformsh-cli-3.57.5/src/Command/Auth/LogoutCommand.php
2020-06-22 08:30:26.0 +0200
@@ -2,6 +2,7 @@
 namespace Platformsh\Cli\Command\Auth;
 
 use Platformsh\Cli\Command\CommandBase;
+use Platformsh\Cli\Service\Api;
 use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Input\InputOption;
 use Symfony\Component\Console\Output\OutputInterface;
@@ -15,7 +16,8 @@
 $this
 ->setName('auth:logout')
 ->setAliases(['logout'])
-->addOption('all', 'a', InputOption::VALUE_NONE, 'Log out of all 
sessions')
+

commit platformsh-cli for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-06-10 00:53:37

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.3606 (New)


Package is "platformsh-cli"

Wed Jun 10 00:53:37 2020 rev:100 rq:813024 version:3.57.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-05-28 09:15:20.936701062 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.3606/platformsh-cli.changes  
2020-06-10 00:53:59.559816622 +0200
@@ -1,0 +2,41 @@
+Tue Jun 09 18:55:18 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.57.0:
+  * Release v3.57.0
+  * Remove whitelist/blacklist from variable names
+  * Add file-level comment for config.yaml
+  * Show session info in auth:info, logout, login, and welcome commands
+  * Recommend login after switching sessions; report filename of invalid ID
+  * Fix not logged in error after switching session
+  * Improve SSH key commands
+  * Improve session:switch documentation
+  * Improve comment in session.config file
+  * Clean up Api service - remove getCache(), add some property documentation
+  * Fix running parent command after login
+  * Display the session ID when useful
+  * Add session:switch command
+  * Fix 403 errors when a non-current project is specified
+  * Silence deleting session include files when it's automatic
+  * Only add the default SSH identities if necessary
+  * Automatically select an SSH key corresponding to the user account (#941)
+  * Refactor API token configuration to remove circular dependency
+  * Delete SSH configuration on logout independently from Certifier
+  * Include only one session's SSH certificate configuration
+  * Refactor Config service to allow new instances
+  * Select integration from a list in integration:update command (when 
interactive)
+  * Disable command auth:password-login, which no longer works
+  * Fix use of certifier URL configuration
+  * Release v3.56.6
+  * Search more activities to find the backup in backup:restore command (#938)
+  * Sort routes, and optionally display the URL, in the route:list (routes) 
command (#935)
+  * Skip python dependencies install on Travis
+  * Separate dependencies tests
+  * Find existing pip command automatically
+  * Clarify error when a repository is not found, for an external repository
+  * Move some SSH certificate code into the API client library
+  * Release v3.56.5
+  * Ensure include file for SSH configuration exists
+  * Support app config grouped in .platform/applications.yaml (#932)
+  * Read certificate principals, options, and extensions as arrays (#934)
+
+---

Old:

  platformsh-cli-3.56.4.tar.xz

New:

  platformsh-cli-3.57.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.8oSwLM/_old  2020-06-10 00:54:01.223820929 +0200
+++ /var/tmp/diff_new_pack.8oSwLM/_new  2020-06-10 00:54:01.223820929 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.56.4
+Version:3.57.0
 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.8oSwLM/_old  2020-06-10 00:54:01.251821001 +0200
+++ /var/tmp/diff_new_pack.8oSwLM/_new  2020-06-10 00:54:01.251821001 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.56.4
+refs/tags/v3.57.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.8oSwLM/_old  2020-06-10 00:54:01.271821053 +0200
+++ /var/tmp/diff_new_pack.8oSwLM/_new  2020-06-10 00:54:01.271821053 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-85fc39329f807852adc01dd8673958cd957df65c
+90d020777dd129b1549c7011c37e7a071d2053f6
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.8oSwLM/_old  2020-06-10 00:54:01.315821166 +0200
+++ /var/tmp/diff_new_pack.8oSwLM/_new  2020-06-10 00:54:01.315821166 +0200
@@ -16,7 +16,7 @@
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
 pjcdawkins/guzzle-oauth2-plugin v2.3.1   MIT   
-platformsh/client   v0.32.3  MIT   
+platformsh/client   v0.33.0  MIT   
 platformsh/console-form v0.0.24  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.2MIT   

++ platformsh-cli-3.56.4.tar.xz -> 

commit platformsh-cli for openSUSE:Factory

2020-05-28 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-05-28 09:14:42

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.3606 (New)


Package is "platformsh-cli"

Thu May 28 09:14:42 2020 rev:99 rq:809102 version:3.56.4

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-05-15 23:51:54.565497062 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.3606/platformsh-cli.changes  
2020-05-28 09:15:20.936701062 +0200
@@ -1,0 +2,35 @@
+Tue May 26 19:33:57 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.56.4:
+  * Release v3.56.4
+  * Include default identity files during wrapped SSH
+  * Clarify testing instructions on dev build (#933)
+  * Fix local build when pip3 exists, but not pip
+  * Read routes from the deployments API in route:list command (#929)
+  * Recommend all apps/services/workers commands from each other (#930)
+  * Use a wildcard include for SSH configuration to reduce need for user 
configuration updates
+  * Include default SSH identity files when adding SSH config
+  * Avoid listing empty To email address in integration:list
+  * Release v3.56.3
+  * Fix phar decoding errors during update
+  * Fix .ssh/config permissions issues
+  * Fix release notes for very old version updates [skip changelog]
+
+---
+Thu May 21 19:53:49 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.56.2:
+  * Release v3.56.2
+  * More ssh cert improvements
+  * Display MFA status in ssh-cert:load command
+  * Release v3.56.1
+  * Make certifier URL configurable
+  * Release v3.56.0
+  * Add an alias for environment deactivation. (#922)
+  * Support option for building draft pull requests in GitHub integration
+  * Introduce utility to manage code/config snippets
+  * Add automatic SSH certificate support
+  * Fix error in command listing, when the .platform.app.yaml is not found
+  * Extra space [skip changelog]
+
+---

Old:

  platformsh-cli-3.55.0.tar.xz

New:

  platformsh-cli-3.56.4.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.eGslIv/_old  2020-05-28 09:15:22.456701475 +0200
+++ /var/tmp/diff_new_pack.eGslIv/_new  2020-05-28 09:15:22.460701476 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.55.0
+Version:3.56.4
 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.eGslIv/_old  2020-05-28 09:15:22.488701484 +0200
+++ /var/tmp/diff_new_pack.eGslIv/_new  2020-05-28 09:15:22.488701484 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.55.0
+refs/tags/v3.56.4
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.eGslIv/_old  2020-05-28 09:15:22.508701489 +0200
+++ /var/tmp/diff_new_pack.eGslIv/_new  2020-05-28 09:15:22.512701491 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-35348bce5a77207249edc8db022fb58395c8dde4
+85fc39329f807852adc01dd8673958cd957df65c
   
 

++ platformsh-cli-3.55.0.tar.xz -> platformsh-cli-3.56.4.tar.xz ++
 1863 lines of diff (skipped)

++ platformsh-cli-vendor.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/autoload.php new/vendor/autoload.php
--- old/vendor/autoload.php 2020-05-14 22:39:54.465442752 +0200
+++ new/vendor/autoload.php 2020-05-26 21:33:59.389155081 +0200
@@ -4,4 +4,4 @@
 
 require_once __DIR__ . '/composer/autoload_real.php';
 
-return ComposerAutoloaderInit5db8e8fe2976317f208b52bd7c52c67d::getLoader();
+return ComposerAutoloaderInitee7e957e3b7602f1df6ace83960d08c8::getLoader();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/composer/autoload_real.php 
new/vendor/composer/autoload_real.php
--- old/vendor/composer/autoload_real.php   2020-05-14 22:39:54.465442752 
+0200
+++ new/vendor/composer/autoload_real.php   2020-05-26 21:33:59.389155081 
+0200
@@ -2,7 +2,7 @@
 
 // autoload_real.php @generated by Composer
 
-class ComposerAutoloaderInit5db8e8fe2976317f208b52bd7c52c67d
+class ComposerAutoloaderInitee7e957e3b7602f1df6ace83960d08c8
 {
 private static $loader;
 
@@ -19,15 +19,15 @@
 return self::$loader;
 }
 
-

commit platformsh-cli for openSUSE:Factory

2020-05-15 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-05-15 23:51:52

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.2738 (New)


Package is "platformsh-cli"

Fri May 15 23:51:52 2020 rev:98 rq:805695 version:3.55.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-05-04 22:01:35.250621896 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.2738/platformsh-cli.changes  
2020-05-15 23:51:54.565497062 +0200
@@ -1,0 +2,10 @@
+Thu May 14 20:39:51 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.55.0:
+  * Release v3.55.0
+  * Suppress "Link not found: #manage-access" exception in backup:create 
command (#926)
+  * Clarify deprecation message for the --type option on the 
integration:update command
+  * Fix integration:update command's options resolution
+  * Add activity scripts integration type (--type=script)
+
+---

Old:

  platformsh-cli-3.54.2.tar.xz

New:

  platformsh-cli-3.55.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.c2TKD6/_old  2020-05-15 23:51:55.321498520 +0200
+++ /var/tmp/diff_new_pack.c2TKD6/_new  2020-05-15 23:51:55.321498520 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.54.2
+Version:3.55.0
 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.c2TKD6/_old  2020-05-15 23:51:55.357498589 +0200
+++ /var/tmp/diff_new_pack.c2TKD6/_new  2020-05-15 23:51:55.357498589 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.54.2
+refs/tags/v3.55.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.c2TKD6/_old  2020-05-15 23:51:55.373498620 +0200
+++ /var/tmp/diff_new_pack.c2TKD6/_new  2020-05-15 23:51:55.377498627 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-94cf99477fdafdf8b8cb158af19a1752a5a3e504
+35348bce5a77207249edc8db022fb58395c8dde4
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.c2TKD6/_old  2020-05-15 23:51:55.417498705 +0200
+++ /var/tmp/diff_new_pack.c2TKD6/_new  2020-05-15 23:51:55.417498705 +0200
@@ -16,7 +16,7 @@
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
 pjcdawkins/guzzle-oauth2-plugin v2.3.1   MIT   
-platformsh/client   v0.32.2  MIT   
+platformsh/client   v0.32.3  MIT   
 platformsh/console-form v0.0.24  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.2MIT   

++ platformsh-cli-3.54.2.tar.xz -> platformsh-cli-3.55.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.54.2/composer.json 
new/platformsh-cli-3.55.0/composer.json
--- old/platformsh-cli-3.54.2/composer.json 2020-05-03 14:21:04.0 
+0200
+++ new/platformsh-cli-3.55.0/composer.json 2020-05-14 16:18:49.0 
+0200
@@ -7,8 +7,8 @@
 "doctrine/cache": "~1.5",
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
-"platformsh/console-form": ">=0.0.22 <2.0",
-"platformsh/client": ">=0.32.2 <2.0",
+"platformsh/console-form": ">=0.0.24 <2.0",
+"platformsh/client": ">=0.32.3 <2.0",
 "symfony/console": "^3.0 >=3.2",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.54.2/composer.lock 
new/platformsh-cli-3.55.0/composer.lock
--- old/platformsh-cli-3.54.2/composer.lock 2020-05-03 14:21:04.0 
+0200
+++ new/platformsh-cli-3.55.0/composer.lock 2020-05-14 16:18:49.0 
+0200
@@ -4,7 +4,7 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies;,
 "This file is @generated automatically"
 ],
-"content-hash": "3e250e9c63b2b4eda20ebd937ab94d57",
+"content-hash": "4a7462f5cf13e2034906350a1eca09a3",
 "packages": [
 {
 "name": "cocur/slugify",
@@ -665,16 +665,16 @@
 },
 {
 "name": "platformsh/client",
-"version": "v0.32.2",
+"version": "v0.32.3",
 "source": {
 

commit platformsh-cli for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-05-04 22:01:29

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.2738 (New)


Package is "platformsh-cli"

Mon May  4 22:01:29 2020 rev:97 rq:800147 version:3.54.2

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-04-29 20:53:17.917123802 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.2738/platformsh-cli.changes  
2020-05-04 22:01:35.250621896 +0200
@@ -1,0 +2,9 @@
+Mon May 04 18:36:13 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.54.2:
+  * Release v3.54.2
+  * Fix integration:get command suggestions (#924)
+  * Allow interactive choice in integration:delete (#925)
+  * Update OAuth 2.0 URLs to the new Auth service
+
+---

Old:

  platformsh-cli-3.54.1.tar.xz

New:

  platformsh-cli-3.54.2.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.T67b4V/_old  2020-05-04 22:01:36.230624063 +0200
+++ /var/tmp/diff_new_pack.T67b4V/_new  2020-05-04 22:01:36.234624072 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.54.1
+Version:3.54.2
 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.T67b4V/_old  2020-05-04 22:01:36.266624142 +0200
+++ /var/tmp/diff_new_pack.T67b4V/_new  2020-05-04 22:01:36.266624142 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.54.1
+refs/tags/v3.54.2
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.T67b4V/_old  2020-05-04 22:01:36.294624204 +0200
+++ /var/tmp/diff_new_pack.T67b4V/_new  2020-05-04 22:01:36.294624204 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-4a6bb0ddcf1c409826cbcde3e5c362cfaba0809d
+94cf99477fdafdf8b8cb158af19a1752a5a3e504
   
 

++ platformsh-cli-3.54.1.tar.xz -> platformsh-cli-3.54.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.54.1/config.yaml 
new/platformsh-cli-3.54.2/config.yaml
--- old/platformsh-cli-3.54.1/config.yaml   2020-04-28 14:13:50.0 
+0200
+++ new/platformsh-cli-3.54.2/config.yaml   2020-05-03 14:21:04.0 
+0200
@@ -102,16 +102,16 @@
   base_url: 'https://api.platform.sh/'
 
   # Overridden by {application.env_prefix}ACCOUNTS_API env var.
-  accounts_api_url: 'https://accounts.platform.sh/api/platform/'
+  accounts_api_url: 'https://accounts.platform.sh/api/v1/'
 
   # Overridden by {application.env_prefix}OAUTH2_AUTH_URL env var.
-  oauth2_auth_url:  'https://accounts.platform.sh/oauth2/authorize'
+  oauth2_auth_url:  'https://auth.api.platform.sh/oauth2/authorize'
 
   # Overridden by {application.env_prefix}OAUTH2_TOKEN_URL env var.
-  oauth2_token_url:  'https://accounts.platform.sh/oauth2/token'
+  oauth2_token_url:  'https://auth.api.platform.sh/oauth2/token'
 
   # Overridden by {application.env_prefix}OAUTH2_REVOKE_URL env var.
-  oauth2_revoke_url:  'https://accounts.platform.sh/oauth2/revoke'
+  oauth2_revoke_url:  'https://auth.api.platform.sh/oauth2/revoke'
 
   # Overridden by {application.env_prefix}DEBUG env var.
   debug: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.54.1/dist/manifest.json 
new/platformsh-cli-3.54.2/dist/manifest.json
--- old/platformsh-cli-3.54.1/dist/manifest.json2020-04-28 
14:13:50.0 +0200
+++ new/platformsh-cli-3.54.2/dist/manifest.json2020-05-03 
14:21:04.0 +0200
@@ -17,10 +17,10 @@
 },
 {
 "name": "platform.phar",
-"sha1": "28e33e6f4a1b43d2c6981c24ac7eb61991228026",
-"sha256": 
"a4129e36dfb7d2a90a0dd953a67daef4f5dc193676c503c4d981647b79bf9716",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.54.1/platform.phar;,
-"version": "3.54.1",
+"sha1": "04a3d506c9134f572dadfb37722bc5e98ef7cec0",
+"sha256": 
"75416fc0789bed9c5c12e89259420b8af66601479b80b0dc55a73cdf34f46879",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.54.2/platform.phar;,
+"version": "3.54.2",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit platformsh-cli for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-04-29 20:51:21

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.2738 (New)


Package is "platformsh-cli"

Wed Apr 29 20:51:21 2020 rev:96 rq:798744 version:3.54.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-04-16 23:03:52.155707666 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.2738/platformsh-cli.changes  
2020-04-29 20:53:17.917123802 +0200
@@ -1,0 +2,11 @@
+Tue Apr 28 18:41:16 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.54.1:
+  * Release v3.54.1
+  * Revert "Accept the variable value from stdin in variable:create and 
variable:update commands"
+  * Cover set-remote in the project:create command too
+  * Allow for access denied to the old project in the project:set-remote 
command
+  * Integrations: replace foo/bar example with owner/repository (#921)
+  * Ensure all token data is available after reauthenticating, for 
completeness' sake
+
+---

Old:

  platformsh-cli-3.54.0.tar.xz

New:

  platformsh-cli-3.54.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.7DuYeW/_old  2020-04-29 20:53:18.765125745 +0200
+++ /var/tmp/diff_new_pack.7DuYeW/_new  2020-04-29 20:53:18.765125745 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.54.0
+Version:3.54.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.7DuYeW/_old  2020-04-29 20:53:18.789125800 +0200
+++ /var/tmp/diff_new_pack.7DuYeW/_new  2020-04-29 20:53:18.793125809 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.54.0
+refs/tags/v3.54.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.7DuYeW/_old  2020-04-29 20:53:18.809125846 +0200
+++ /var/tmp/diff_new_pack.7DuYeW/_new  2020-04-29 20:53:18.809125846 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-440efd66b1e61cbbb4f661f0a519d75e0f109b40
+4a6bb0ddcf1c409826cbcde3e5c362cfaba0809d
   
 

++ platformsh-cli-3.54.0.tar.xz -> platformsh-cli-3.54.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.54.0/dist/manifest.json 
new/platformsh-cli-3.54.1/dist/manifest.json
--- old/platformsh-cli-3.54.0/dist/manifest.json2020-04-15 
13:54:14.0 +0200
+++ new/platformsh-cli-3.54.1/dist/manifest.json2020-04-28 
14:13:50.0 +0200
@@ -17,10 +17,10 @@
 },
 {
 "name": "platform.phar",
-"sha1": "1e90f764feb4203f79eb7b68158ffd76d9dd8da3",
-"sha256": 
"06ca91da1ea38b26eedf72fbee2289a3372179accd50f148f32fcdb1c475fdf5",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.54.0/platform.phar;,
-"version": "3.54.0",
+"sha1": "28e33e6f4a1b43d2c6981c24ac7eb61991228026",
+"sha256": 
"a4129e36dfb7d2a90a0dd953a67daef4f5dc193676c503c4d981647b79bf9716",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.54.1/platform.phar;,
+"version": "3.54.1",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.54.0/src/Command/Integration/IntegrationCommandBase.php 
new/platformsh-cli-3.54.1/src/Command/Integration/IntegrationCommandBase.php
--- 
old/platformsh-cli-3.54.0/src/Command/Integration/IntegrationCommandBase.php
2020-04-15 13:54:14.0 +0200
+++ 
new/platformsh-cli-3.54.1/src/Command/Integration/IntegrationCommandBase.php
2020-04-28 14:13:50.0 +0200
@@ -185,8 +185,8 @@
 'bitbucket_server',
 'github',
 ]],
-'description' => 'The repository to track (e.g. \'foo/bar\')',
-'questionLine' => 'The repository (e.g. \'foo/bar\')',
+'description' => 'The repository to track (e.g. 
\'owner/repository\')',
+'questionLine' => 'The repository (e.g. \'owner/repository\')',
 'validator' => function ($string) {
 return substr_count($string, '/', 1) === 1;
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit platformsh-cli for openSUSE:Factory

2020-04-16 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-04-16 23:03:47

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.2738 (New)


Package is "platformsh-cli"

Thu Apr 16 23:03:47 2020 rev:95 rq:794407 version:3.54.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-04-09 23:15:42.854253499 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.2738/platformsh-cli.changes  
2020-04-16 23:03:52.155707666 +0200
@@ -1,0 +2,12 @@
+Thu Apr 16 03:13:06 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.54.0:
+  * Release v3.54.0
+  * Fix deleting httpaccess settings using a merge patch (#917)
+  * Update src/Command/Integration/IntegrationCommandBase.php
+  * Remove the unused --environment option for integration:activity commands
+  * Tweak help for browser login (#916)
+  * Automatically prompt for login when token refresh fails (#918)
+  * Remove default From address for health.email notifications
+
+---

Old:

  platformsh-cli-3.53.1.tar.xz

New:

  platformsh-cli-3.54.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.XVZwFP/_old  2020-04-16 23:03:52.959708382 +0200
+++ /var/tmp/diff_new_pack.XVZwFP/_new  2020-04-16 23:03:52.963708385 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.53.1
+Version:3.54.0
 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.XVZwFP/_old  2020-04-16 23:03:52.987708406 +0200
+++ /var/tmp/diff_new_pack.XVZwFP/_new  2020-04-16 23:03:52.991708410 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.53.1
+refs/tags/v3.54.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.XVZwFP/_old  2020-04-16 23:03:53.011708428 +0200
+++ /var/tmp/diff_new_pack.XVZwFP/_new  2020-04-16 23:03:53.011708428 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-698e5e4ea198ec4e5ef3130cd811c5f63c5b8730
+440efd66b1e61cbbb4f661f0a519d75e0f109b40
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.XVZwFP/_old  2020-04-16 23:03:53.051708464 +0200
+++ /var/tmp/diff_new_pack.XVZwFP/_new  2020-04-16 23:03:53.055708467 +0200
@@ -15,8 +15,8 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
-pjcdawkins/guzzle-oauth2-plugin v2.2.0   MIT   
-platformsh/client   v0.31.2  MIT   
+pjcdawkins/guzzle-oauth2-plugin v2.3.1   MIT   
+platformsh/client   v0.32.2  MIT   
 platformsh/console-form v0.0.24  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.2MIT   

++ platformsh-cli-3.53.1.tar.xz -> platformsh-cli-3.54.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.53.1/composer.json 
new/platformsh-cli-3.54.0/composer.json
--- old/platformsh-cli-3.53.1/composer.json 2020-04-07 23:15:20.0 
+0200
+++ new/platformsh-cli-3.54.0/composer.json 2020-04-15 13:54:14.0 
+0200
@@ -8,7 +8,7 @@
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
 "platformsh/console-form": ">=0.0.22 <2.0",
-"platformsh/client": ">=0.31.0 <2.0",
+"platformsh/client": ">=0.32.2 <2.0",
 "symfony/console": "^3.0 >=3.2",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.53.1/composer.lock 
new/platformsh-cli-3.54.0/composer.lock
--- old/platformsh-cli-3.53.1/composer.lock 2020-04-07 23:15:20.0 
+0200
+++ new/platformsh-cli-3.54.0/composer.lock 2020-04-15 13:54:14.0 
+0200
@@ -4,7 +4,7 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies;,
 "This file is @generated automatically"
 ],
-"content-hash": "e64662852f713a138ff535500cab4a5a",
+"content-hash": "3e250e9c63b2b4eda20ebd937ab94d57",
 "packages": [
 {
 "name": "cocur/slugify",
@@ -620,16 +620,16 @@
 },
 {
 "name": 

commit platformsh-cli for openSUSE:Factory

2020-04-09 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-04-09 23:15:40

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.3248 (New)


Package is "platformsh-cli"

Thu Apr  9 23:15:40 2020 rev:94 rq:792557 version:3.53.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-02-27 14:38:24.318164413 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.3248/platformsh-cli.changes  
2020-04-09 23:15:42.854253499 +0200
@@ -1,0 +2,25 @@
+Wed Apr 08 19:12:05 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.53.1:
+  * Release v3.53.1
+  * Allow #admins and #viewers as recipients in the health.email integration 
(#914)
+  * Check for Gnome session before using credential helper on Linux
+  * Tidying minor inspection issues (unused imports etc)
+  * Fix bug in integration:delete command: "Call to a member function 
getGitUrl() on null"
+  * Fix obvious off-by-one error in README, and move command list down
+  * Release v3.53.0
+  * Clear up README: recommend the auth:api-token-login command, and remove 
password login suggestions
+  * Clear up interaction with the session ID
+  * Ensure logout when saving the new token
+  * Add application.writable_user_dir config
+  * Add API token login command
+  * Add integration:activity commands (#881)
+  * Supply SSH options to mount:upload and mount:download commands (#912)
+  * xdebug: change "key" to "idekey" (#911)
+  * Ignore keychain not found errors during erase()
+  * Prefer .zshrc rather than .zprofile for installation (#909)
+  * Add application.slug as a required configuration value, and use it as the 
credentials identifier
+  * Use Docker credential helpers to store secrets
+  * Show the command output for failed processes to help debugging
+
+---

Old:

  platformsh-cli-3.52.3.tar.xz

New:

  platformsh-cli-3.53.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.BmvXS1/_old  2020-04-09 23:15:43.574253915 +0200
+++ /var/tmp/diff_new_pack.BmvXS1/_new  2020-04-09 23:15:43.574253915 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.52.3
+Version:3.53.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.BmvXS1/_old  2020-04-09 23:15:43.618253941 +0200
+++ /var/tmp/diff_new_pack.BmvXS1/_new  2020-04-09 23:15:43.618253941 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.52.3
+refs/tags/v3.53.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.BmvXS1/_old  2020-04-09 23:15:43.642253954 +0200
+++ /var/tmp/diff_new_pack.BmvXS1/_new  2020-04-09 23:15:43.646253957 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-753d6c5475a9fc386db7f6d4553326f4ff658e55
+698e5e4ea198ec4e5ef3130cd811c5f63c5b8730
   
 

++ platformsh-cli-3.52.3.tar.xz -> platformsh-cli-3.53.1.tar.xz ++
 2940 lines of diff (skipped)

++ platformsh-cli-vendor.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/autoload.php new/vendor/autoload.php
--- old/vendor/autoload.php 2020-02-26 19:11:43.152176720 +0100
+++ new/vendor/autoload.php 2020-04-08 21:12:07.878932067 +0200
@@ -4,4 +4,4 @@
 
 require_once __DIR__ . '/composer/autoload_real.php';
 
-return ComposerAutoloaderInit493b82049446f4341c37121588ecc73e::getLoader();
+return ComposerAutoloaderInit6bf3c85db5aeeea4f0ca359a60956462::getLoader();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/composer/autoload_real.php 
new/vendor/composer/autoload_real.php
--- old/vendor/composer/autoload_real.php   2020-02-26 19:11:43.152176720 
+0100
+++ new/vendor/composer/autoload_real.php   2020-04-08 21:12:07.878932067 
+0200
@@ -2,7 +2,7 @@
 
 // autoload_real.php @generated by Composer
 
-class ComposerAutoloaderInit493b82049446f4341c37121588ecc73e
+class ComposerAutoloaderInit6bf3c85db5aeeea4f0ca359a60956462
 {
 private static $loader;
 
@@ -19,15 +19,15 @@
 return self::$loader;
 }
 
-
spl_autoload_register(array('ComposerAutoloaderInit493b82049446f4341c37121588ecc73e',
 'loadClassLoader'), true, true);
+
spl_autoload_register(array('ComposerAutoloaderInit6bf3c85db5aeeea4f0ca359a60956462',
 'loadClassLoader'), true, true);
 

commit platformsh-cli for openSUSE:Factory

2020-02-27 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-02-27 14:37:50

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.26092 (New)


Package is "platformsh-cli"

Thu Feb 27 14:37:50 2020 rev:93 rq:779640 version:3.52.3

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-02-10 21:56:37.498297174 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.26092/platformsh-cli.changes 
2020-02-27 14:38:24.318164413 +0100
@@ -1,0 +2,12 @@
+Wed Feb 26 18:11:40 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.52.3:
+  * Release v3.52.3
+  * Fix unnecessary use of $host->getCacheKey() [skip changelog]
+  * Display Git URL in project:create (create) command
+  * Accept the variable value from stdin in variable:create and 
variable:update commands (#905)
+  * Avoid overly verbose message in tunnel:single command
+  * Check relationships before asking confirm question in tunnel:open command
+  * Display tunnel details as a URL
+
+---

Old:

  platformsh-cli-3.52.2.tar.xz

New:

  platformsh-cli-3.52.3.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.UqwGOl/_old  2020-02-27 14:38:31.870179994 +0100
+++ /var/tmp/diff_new_pack.UqwGOl/_new  2020-02-27 14:38:31.870179994 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.52.2
+Version:3.52.3
 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.UqwGOl/_old  2020-02-27 14:38:31.890180035 +0100
+++ /var/tmp/diff_new_pack.UqwGOl/_new  2020-02-27 14:38:31.890180035 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.52.2
+refs/tags/v3.52.3
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.UqwGOl/_old  2020-02-27 14:38:31.902180060 +0100
+++ /var/tmp/diff_new_pack.UqwGOl/_new  2020-02-27 14:38:31.902180060 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-56c5c56723e8f045223cf6564036b273d404621d
+753d6c5475a9fc386db7f6d4553326f4ff658e55
   
 

++ platformsh-cli-3.52.2.tar.xz -> platformsh-cli-3.52.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.52.2/dist/manifest.json 
new/platformsh-cli-3.52.3/dist/manifest.json
--- old/platformsh-cli-3.52.2/dist/manifest.json2020-02-07 
10:28:56.0 +0100
+++ new/platformsh-cli-3.52.3/dist/manifest.json2020-02-26 
00:11:10.0 +0100
@@ -17,10 +17,10 @@
 },
 {
 "name": "platform.phar",
-"sha1": "fdbe56ad089fddb833845c42157f82d5b9d32773",
-"sha256": 
"aa420d0f2cf1efd90efb464dd0d7d544c1ba5be381e79eb22a86afb6f17bd181",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.52.2/platform.phar;,
-"version": "3.52.2",
+"sha1": "5e446cff976f61cf4a3eb187a389de6e71618ba6",
+"sha256": 
"23e3c7dfdd983582ffce5e565e7e84b2d2575b0ee44c4decfc025db9fe323438",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.52.3/platform.phar;,
+"version": "3.52.3",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.52.2/src/Command/Project/ProjectCreateCommand.php 
new/platformsh-cli-3.52.3/src/Command/Project/ProjectCreateCommand.php
--- old/platformsh-cli-3.52.2/src/Command/Project/ProjectCreateCommand.php  
2020-02-07 10:28:56.0 +0100
+++ new/platformsh-cli-3.52.3/src/Command/Project/ProjectCreateCommand.php  
2020-02-26 00:11:10.0 +0100
@@ -198,6 +198,8 @@
 $this->stdErr->writeln("  URL: 
{$subscription->project_ui}");
 
 $project = $this->api()->getProject($subscription->project_id);
+$this->stdErr->writeln("  Git URL: 
{$project->getGitUrl()}");
+
 if ($setRemote && $gitRoot !== false && $project !== false) {
 $this->stdErr->writeln('');
 $this->stdErr->writeln(sprintf(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.52.2/src/Command/Server/ServerCommandBase.php 
new/platformsh-cli-3.52.3/src/Command/Server/ServerCommandBase.php
--- old/platformsh-cli-3.52.2/src/Command/Server/ServerCommandBase.php  
2020-02-07 10:28:56.0 +0100
+++ 

commit platformsh-cli for openSUSE:Factory

2020-02-10 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-02-10 21:56:34

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.26092 (New)


Package is "platformsh-cli"

Mon Feb 10 21:56:34 2020 rev:92 rq:773188 version:3.52.2

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-01-30 09:42:40.969531295 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.26092/platformsh-cli.changes 
2020-02-10 21:56:37.498297174 +0100
@@ -1,0 +2,9 @@
+Mon Feb 10 18:15:14 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.52.2:
+  * Release v3.52.2
+  * Ignore parse exceptions from xdebug command when loading command list 
(#901)
+  * Return OAuth2 errors to the terminal
+  * Handle OAuth2 errors (e.g. denied consent/scopes)
+
+---

Old:

  platformsh-cli-3.52.1.tar.xz

New:

  platformsh-cli-3.52.2.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.43xFmZ/_old  2020-02-10 21:56:38.450297699 +0100
+++ /var/tmp/diff_new_pack.43xFmZ/_new  2020-02-10 21:56:38.454297702 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.52.1
+Version:3.52.2
 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.43xFmZ/_old  2020-02-10 21:56:38.478297715 +0100
+++ /var/tmp/diff_new_pack.43xFmZ/_new  2020-02-10 21:56:38.478297715 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.52.1
+refs/tags/v3.52.2
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.43xFmZ/_old  2020-02-10 21:56:38.494297724 +0100
+++ /var/tmp/diff_new_pack.43xFmZ/_new  2020-02-10 21:56:38.494297724 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-0f776ae4191f1fe10c015f27c6b7cadcd104c5a5
+56c5c56723e8f045223cf6564036b273d404621d
   
 

++ platformsh-cli-3.52.1.tar.xz -> platformsh-cli-3.52.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.52.1/dist/manifest.json 
new/platformsh-cli-3.52.2/dist/manifest.json
--- old/platformsh-cli-3.52.1/dist/manifest.json2020-01-29 
12:29:32.0 +0100
+++ new/platformsh-cli-3.52.2/dist/manifest.json2020-02-07 
10:28:56.0 +0100
@@ -17,10 +17,10 @@
 },
 {
 "name": "platform.phar",
-"sha1": "c7b03ff56dbd10b70a137baa86af7900ccfe5a22",
-"sha256": 
"4d74907c3c2a988aa71754a80bde358a890032568b820b8e5d544ced617884f3",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.52.1/platform.phar;,
-"version": "3.52.1",
+"sha1": "fdbe56ad089fddb833845c42157f82d5b9d32773",
+"sha256": 
"aa420d0f2cf1efd90efb464dd0d7d544c1ba5be381e79eb22a86afb6f17bd181",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.52.2/platform.phar;,
+"version": "3.52.2",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.52.1/resources/oauth-listener/index.php 
new/platformsh-cli-3.52.2/resources/oauth-listener/index.php
--- old/platformsh-cli-3.52.1/resources/oauth-listener/index.php
2020-01-29 12:29:32.0 +0100
+++ new/platformsh-cli-3.52.2/resources/oauth-listener/index.php
2020-02-07 10:28:56.0 +0100
@@ -62,8 +62,8 @@
 $this->reportError('Invalid returned code_challenge 
parameter');
 return;
 }
-if (!file_put_contents($this->file, $_GET['code'], LOCK_EX)) {
-$this->reportError('Failed to write authorization code to 
file');
+if (!$this->sendToTerminal(['code' => $_GET['code']])) {
+$this->reportError('Failed to send authorization code back to 
terminal');
 return;
 }
 $this->setRedirect($this->localUrl . '/?done');
@@ -74,13 +74,20 @@
 
 // Show the final result page.
 if (array_key_exists('done', $_GET)) {
-$this->response->content = 'Successfully logged 
in.'
-. 'You can return to the command line.';
+$this->response->content = 'Successfully logged in'
+. 'You can return to the command line';
 
 return;
 }
 
-// Redirect to login.
+   

commit platformsh-cli for openSUSE:Factory

2020-01-30 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-01-30 09:41:57

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.26092 (New)


Package is "platformsh-cli"

Thu Jan 30 09:41:57 2020 rev:91 rq:768392 version:3.52.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-01-25 13:25:27.836070837 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.26092/platformsh-cli.changes 
2020-01-30 09:42:40.969531295 +0100
@@ -1,0 +2,10 @@
+Wed Jan 29 16:30:45 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.52.1:
+  * Release v3.52.1
+  * Update dependencies (Symfony -> 3.4.37)
+  * Update client (oauth2 compatibility)
+  * Suggest SSH to the Git server to test the connection in 'get' command 
(#898)
+  * Pipe to command in db:size to avoid quoting issues on Windows (#899)
+
+---

Old:

  platformsh-cli-3.52.0.tar.xz

New:

  platformsh-cli-3.52.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.MjlNa3/_old  2020-01-30 09:42:41.849531767 +0100
+++ /var/tmp/diff_new_pack.MjlNa3/_new  2020-01-30 09:42:41.849531767 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.52.0
+Version:3.52.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.MjlNa3/_old  2020-01-30 09:42:41.873531780 +0100
+++ /var/tmp/diff_new_pack.MjlNa3/_new  2020-01-30 09:42:41.873531780 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.52.0
+refs/tags/v3.52.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.MjlNa3/_old  2020-01-30 09:42:41.885531787 +0100
+++ /var/tmp/diff_new_pack.MjlNa3/_new  2020-01-30 09:42:41.885531787 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-28172cbcf9d23cbce6c0f3449fc9599b0e4229a1
+0f776ae4191f1fe10c015f27c6b7cadcd104c5a5
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.MjlNa3/_old  2020-01-30 09:42:41.913531802 +0100
+++ /var/tmp/diff_new_pack.MjlNa3/_new  2020-01-30 09:42:41.913531802 +0100
@@ -5,7 +5,7 @@
 
 NameVersion  License   
 cocur/slugify   v2.5 MIT   
-composer/ca-bundle  1.2.4MIT   
+composer/ca-bundle  1.2.6MIT   
 doctrine/cache  v1.6.2   MIT   
 firebase/php-jwtv2.2.0   BSD-3-Clause  
 guzzlehttp/cache-subscriber 0.2.0MIT   
@@ -16,20 +16,20 @@
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
 pjcdawkins/guzzle-oauth2-plugin v2.2.0   MIT   
-platformsh/client   v0.31.0  MIT   
+platformsh/client   v0.31.2  MIT   
 platformsh/console-form v0.0.24  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.2MIT   
 react/promise   v2.7.1   MIT   
 stecman/symfony-console-completion  0.10.1   MIT   
-symfony/config  v3.4.36  MIT   
-symfony/console v3.4.36  MIT   
-symfony/debug   v3.4.36  MIT   
-symfony/dependency-injectionv3.4.36  MIT   
-symfony/event-dispatcherv3.4.36  MIT   
-symfony/filesystem  v3.4.36  MIT   
-symfony/finder  v3.4.36  MIT   
+symfony/config  v3.4.37  MIT   
+symfony/console v3.4.37  MIT   
+symfony/debug   v3.4.37  MIT   
+symfony/dependency-injectionv3.4.37  MIT   
+symfony/event-dispatcherv3.4.37  MIT   
+symfony/filesystem  v3.4.37  MIT   
+symfony/finder  v3.4.37  MIT   
 symfony/polyfill-ctype  v1.13.1  MIT   
 symfony/polyfill-mbstring   v1.13.1  MIT   
-symfony/process v3.4.36  MIT   
-symfony/yamlv3.4.36  MIT   
+symfony/process v3.4.37  MIT   
+symfony/yamlv3.4.37  MIT   

++ 

commit platformsh-cli for openSUSE:Factory

2020-01-25 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-01-25 13:25:21

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.26092 (New)


Package is "platformsh-cli"

Sat Jan 25 13:25:21 2020 rev:90 rq:767004 version:3.52.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-01-18 12:19:10.215172345 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.26092/platformsh-cli.changes 
2020-01-25 13:25:27.836070837 +0100
@@ -1,0 +2,19 @@
+Sat Jan 25 02:20:06 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.52.0:
+  * Release v3.52.0
+  * Hide xdebug command for non-PHP projects
+  * xdebug command formatting tweaks
+  * feat(env): add e:xdebug command (#887)
+  * Avoid word-wrapping closing tag in error message API token help
+  * Improve argument quoting in db:size (refactoring RemoteHost a little)
+  * Windows: update README
+  * Windows: improve PATH install process
+  * Downplay unknown shell type message when setting up autocompletion
+  * Windows: use \ in the path of main user-facing directories
+  * Windows: create .bat executable for easier installation
+  * Windows-compatible quotes on dev build page
+  * Windows: fix local server for browser login
+  * Windows: fix opening URLs
+
+---

Old:

  platformsh-cli-3.51.3.tar.xz

New:

  platformsh-cli-3.52.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.qGTkC5/_old  2020-01-25 13:25:29.592071607 +0100
+++ /var/tmp/diff_new_pack.qGTkC5/_new  2020-01-25 13:25:29.596071608 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.51.3
+Version:3.52.0
 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.qGTkC5/_old  2020-01-25 13:25:29.612071615 +0100
+++ /var/tmp/diff_new_pack.qGTkC5/_new  2020-01-25 13:25:29.616071617 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.51.3
+refs/tags/v3.52.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.qGTkC5/_old  2020-01-25 13:25:29.624071621 +0100
+++ /var/tmp/diff_new_pack.qGTkC5/_new  2020-01-25 13:25:29.628071622 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-d30ca740b27f5e6ec2e338b377a4c784d8eb3a68
+28172cbcf9d23cbce6c0f3449fc9599b0e4229a1
   
 

++ platformsh-cli-3.51.3.tar.xz -> platformsh-cli-3.52.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.51.3/README.md 
new/platformsh-cli-3.52.0/README.md
--- old/platformsh-cli-3.51.3/README.md 2020-01-17 16:36:13.0 +0100
+++ new/platformsh-cli-3.52.0/README.md 2020-01-24 22:46:43.0 +0100
@@ -4,12 +4,13 @@
 
 ## Requirements
 
-* Operating system: Linux, OS X, Windows Vista, Windows 7, Windows 8 Pro, or 
Windows 10 (Windows 8 Standard does not work due to an issue with symlink 
permissions)
+* Operating system: Linux, OS X, or Windows 10
 * PHP 5.5.9 or higher, with cURL support
 * Git
 * A Bash-like shell:
   * On OS X or Linux/Unix: SH, Bash, Dash or ZSH - usually the built-in shell 
will work.
   * On Windows: [Windows Subsystem for 
Linux](https://msdn.microsoft.com/en-gb/commandline/wsl/about) (recommended), 
or another Bash-compatible shell such as [Git 
Bash](https://git-for-windows.github.io/), Cygwin, or MinGW.
+The built-in Command Prompt may also work for most purposes.
 * For building locally, your project's dependencies, e.g.
   * [Composer](https://getcomposer.org/) (for many PHP projects)
   * [Drush](https://github.com/drush-ops/drush) (for Drupal projects)
@@ -17,17 +18,9 @@
 
 ## Installation
 
-### Installing on OS X or Linux
-
-This is the recommended installation method. Simply use this command:
+Simply use this command:
 
 curl -sS https://platform.sh/cli/installer | php
-
-### Installing on Windows (Git bash)
-```bash
-curl https://platform.sh/cli/installer -o cli-installer.php
-php cli-installer.php
-```
 
 ### Installing manually
 
@@ -35,7 +28,7 @@
   [latest 
release](https://github.com/platformsh/platformsh-cli/releases/latest).
 
 2. Rename the file to `platform`, ensure it is executable, and move it into a
-  directory in your PATH (use `echo $PATH` to see your options).
+  directory in your PATH.
 
 3. Enable autocompletion and shell aliases:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit platformsh-cli for openSUSE:Factory

2020-01-18 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-01-18 12:18:25

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.26092 (New)


Package is "platformsh-cli"

Sat Jan 18 12:18:25 2020 rev:89 rq:765391 version:3.51.3

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2020-01-16 18:21:59.389000232 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.26092/platformsh-cli.changes 
2020-01-18 12:19:10.215172345 +0100
@@ -1,0 +2,14 @@
+Fri Jan 17 20:44:18 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.51.3:
+  * Release v3.51.3
+  * Release v3.51.2
+  * Implement PKCE for browser login
+  * Avoid unnecessary HTTP exception message
+  * Allow PLATFORMSH_CLI_HOME variable to override the home directory (#886)
+  * Remove recommendations for auth:password-login command
+  * Fix gitlab example (#894)
+  * Fix proxy setting when there is more than 1
+  * Allow PLATFORMSH_CLI_API_URL to override the base API URL
+
+---

Old:

  platformsh-cli-3.51.1.tar.xz

New:

  platformsh-cli-3.51.3.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.doIHz1/_old  2020-01-18 12:19:10.931172729 +0100
+++ /var/tmp/diff_new_pack.doIHz1/_new  2020-01-18 12:19:10.935172731 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.51.1
+Version:3.51.3
 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.doIHz1/_old  2020-01-18 12:19:10.963172746 +0100
+++ /var/tmp/diff_new_pack.doIHz1/_new  2020-01-18 12:19:10.963172746 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.51.1
+refs/tags/v3.51.3
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.doIHz1/_old  2020-01-18 12:19:10.979172755 +0100
+++ /var/tmp/diff_new_pack.doIHz1/_new  2020-01-18 12:19:10.983172756 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-3a004ebc8d3264622cd66fb9585179f205093483
+d30ca740b27f5e6ec2e338b377a4c784d8eb3a68
   
 

++ platformsh-cli-3.51.1.tar.xz -> platformsh-cli-3.51.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.51.1/README.md 
new/platformsh-cli-3.51.3/README.md
--- old/platformsh-cli-3.51.1/README.md 2020-01-15 16:55:46.0 +0100
+++ new/platformsh-cli-3.51.3/README.md 2020-01-17 16:36:13.0 +0100
@@ -91,7 +91,6 @@
   auth:browser-login (login)Log in to Platform.sh via a browser
   auth:info Display your account information
   auth:logout (logout)  Log out of Platform.sh
-  auth:password-login   Log in to Platform.sh using a 
username and password
 backup
   backup:create (backup)Make a backup of an environment
   backup:list (backups) List available backups of an 
environment
@@ -214,14 +213,15 @@
   local server and a browser, allowing you to log in to Platform.sh via the
   normal login form, including via services like Bitbucket, GitHub and Google.
 
-2. `platform auth:password-login`: this allows you to log in with a username 
and
-  password, and a two-factor token if applicable.
-
-3. [API tokens](https://docs.platform.sh/gettingstarted/cli/api-tokens.html):
+2. [API tokens](https://docs.platform.sh/gettingstarted/cli/api-tokens.html):
   these allow non-interactive authentication. See
   [Customization](#customization) below for how to use an API token. Remember 
to
   use a separate machine account if you want to limit the token's access.
 
+3. `platform auth:password-login`: this allows you to log in with a username 
and
+  password, and a two-factor token if applicable. This is deprecated, and will
+  be removed from the API in future.
+
 ## Customization
 
 You can configure the CLI via the user configuration file 
`~/.platformsh/config.yaml`.
@@ -268,6 +268,7 @@
 
 * `PLATFORMSH_CLI_DEBUG`: set to 1 to enable cURL debugging. _Warning_: this 
will print all request information in the terminal, including sensitive access 
tokens.
 * `PLATFORMSH_CLI_DISABLE_CACHE`: set to 1 to disable caching
+* `PLATFORMSH_CLI_HOME`: override the home directory (inside which the 
.platformsh directory is stored)
 * `PLATFORMSH_CLI_NO_COLOR`: set to 1 to disable colors in output
 * 

commit platformsh-cli for openSUSE:Factory

2020-01-16 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2020-01-16 18:21:46

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.26092 (New)


Package is "platformsh-cli"

Thu Jan 16 18:21:46 2020 rev:88 rq:764814 version:3.51.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-12-28 13:40:53.942944476 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.26092/platformsh-cli.changes 
2020-01-16 18:21:59.389000232 +0100
@@ -1,0 +2,15 @@
+Wed Jan 15 21:17:18 UTC 2020 - ji...@boombatower.com
+
+- Update to version 3.51.1:
+  * Release v3.51.1
+  * Deprecate password login (#850)
+  * Improve "platform branch" message in checkout command, when there is only 
one branch
+  * Installer: force self:install output to stdout (#890)
+  * Fix auto login when a current project is selected
+  * Fix argument quoting in db:size on Windows (#889)
+  * Make --shared-key optional for the health.webhook integration
+  * Build the Phar file on gitlab
+  * Tweak deprecation method for the --branch option on the push command [skip 
changelog]
+  * Handle a 403 from the subscription endpoint in project:delete
+
+---

Old:

  platformsh-cli-3.51.0.tar.xz

New:

  platformsh-cli-3.51.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.ipApNc/_old  2020-01-16 18:22:01.101001200 +0100
+++ /var/tmp/diff_new_pack.ipApNc/_new  2020-01-16 18:22:01.105001203 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package platformsh-cli
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.51.0
+Version:3.51.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.ipApNc/_old  2020-01-16 18:22:01.125001214 +0100
+++ /var/tmp/diff_new_pack.ipApNc/_new  2020-01-16 18:22:01.125001214 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.51.0
+refs/tags/v3.51.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.ipApNc/_old  2020-01-16 18:22:01.137001221 +0100
+++ /var/tmp/diff_new_pack.ipApNc/_new  2020-01-16 18:22:01.137001221 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-c643a9a47ae501d138a7a3c8f3ff633bbff5bce5
+3a004ebc8d3264622cd66fb9585179f205093483
   
 

++ platformsh-cli-3.51.0.tar.xz -> platformsh-cli-3.51.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.51.0/.editorconfig 
new/platformsh-cli-3.51.1/.editorconfig
--- old/platformsh-cli-3.51.0/.editorconfig 2019-12-27 15:31:03.0 
+0100
+++ new/platformsh-cli-3.51.1/.editorconfig 2020-01-15 16:55:46.0 
+0100
@@ -16,3 +16,6 @@
 
 [*.yaml]
 indent_size = 2
+
+[*.yml]
+indent_size = 2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.51.0/.gitlab-ci.yml 
new/platformsh-cli-3.51.1/.gitlab-ci.yml
--- old/platformsh-cli-3.51.0/.gitlab-ci.yml1970-01-01 01:00:00.0 
+0100
+++ new/platformsh-cli-3.51.1/.gitlab-ci.yml2020-01-15 16:55:46.0 
+0100
@@ -0,0 +1,17 @@
+variables:
+  COMPOSER_HOME: /cache/composer
+
+build:
+  image: composer
+  script:
+- composer install --no-dev --no-interaction
+- |
+  cd vendor-bin/box
+  composer install --no-interaction
+  cd -
+  mkdir -p vendor/bin
+  ln -s "$(realpath vendor-bin/box/vendor/bin/box)" vendor/bin/box
+- ./bin/platform self:build --no-composer-rebuild --yes --replace-version 
"$CI_COMMIT_REF_NAME"-"$CI_COMMIT_SHORT_SHA" --output platform.phar
+  artifacts:
+expose_as: 'cli-phar'
+paths: ['platform.phar']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.51.0/README.md 
new/platformsh-cli-3.51.1/README.md
--- old/platformsh-cli-3.51.0/README.md 2019-12-27 15:31:03.0 +0100
+++ new/platformsh-cli-3.51.1/README.md 2020-01-15 16:55:46.0 +0100
@@ -236,7 +236,8 @@
 
 application:
   # The method used for interactive login: 'browser' or 'password' (defaults to
-  # 'browser').
+  # 'browser'). Password login is deprecated and will be removed 

commit platformsh-cli for openSUSE:Factory

2019-12-28 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-12-28 13:40:42

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.6675 (New)


Package is "platformsh-cli"

Sat Dec 28 13:40:42 2019 rev:87 rq:759732 version:3.51.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-12-14 12:23:42.591196327 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.6675/platformsh-cli.changes  
2019-12-28 13:40:53.942944476 +0100
@@ -1,0 +2,16 @@
+Fri Dec 27 20:30:03 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.51.0:
+  * Release v3.51.0
+  * Cherry-pick from master: Templates have moved to platformsh-templates 
(#884)
+  * Add health.webhook integration type (#882)
+  * Fix: avoid listing duplicate activities and avoid an infinite loop
+  * Keep 'slow' build tests on PHP 7.3 because of Drush errors
+  * Update Box for PHP 7.4 support
+  * Activities will no longer have a "log" property
+  * Templates have moved to platformsh-templates (#884)
+  * Add PLATFORMSH_CLI_NO_INTERACTION variable (#878)
+  * Update the project git URL when adding/deleting an integration (#877)
+  * Test against PHP 7.4
+
+---

Old:

  platformsh-cli-3.50.1.tar.xz

New:

  platformsh-cli-3.51.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.hfD5t3/_old  2019-12-28 13:40:55.282945151 +0100
+++ /var/tmp/diff_new_pack.hfD5t3/_new  2019-12-28 13:40:55.282945151 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package platformsh-cli
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   platformsh-cli
-Version:3.50.1
+Version:3.51.0
 Release:0
 Summary:Tool for managing Platform.sh services from the command line
 # See licenses.txt for dependency licenses.
 License:MIT
 Group:  Productivity/Networking/Web/Servers
-Url:https://github.com/platformsh/platformsh-cli
+URL:https://github.com/platformsh/platformsh-cli
 Source0:%{name}-%{version}.tar.xz
 Source1:%{name}-vendor.tar.xz
 Source10:   extensions.php

++ _service ++
--- /var/tmp/diff_new_pack.hfD5t3/_old  2019-12-28 13:40:55.306945163 +0100
+++ /var/tmp/diff_new_pack.hfD5t3/_new  2019-12-28 13:40:55.306945163 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.50.1
+refs/tags/v3.51.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.hfD5t3/_old  2019-12-28 13:40:55.318945169 +0100
+++ /var/tmp/diff_new_pack.hfD5t3/_new  2019-12-28 13:40:55.318945169 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-511eed7adf8d1423d0982d36df2e6f2d99e86376
+c643a9a47ae501d138a7a3c8f3ff633bbff5bce5
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.hfD5t3/_old  2019-12-28 13:40:55.346945183 +0100
+++ /var/tmp/diff_new_pack.hfD5t3/_new  2019-12-28 13:40:55.346945183 +0100
@@ -16,7 +16,7 @@
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
 pjcdawkins/guzzle-oauth2-plugin v2.2.0   MIT   
-platformsh/client   v0.30.3  MIT   
+platformsh/client   v0.31.0  MIT   
 platformsh/console-form v0.0.24  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.2MIT   

++ platformsh-cli-3.50.1.tar.xz -> platformsh-cli-3.51.0.tar.xz ++
 2307 lines of diff (skipped)

++ platformsh-cli-vendor.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/autoload.php new/vendor/autoload.php
--- old/vendor/autoload.php 2019-12-13 22:23:13.357631242 +0100
+++ new/vendor/autoload.php 2019-12-27 21:30:06.731369084 +0100
@@ -4,4 +4,4 @@
 
 require_once __DIR__ . '/composer/autoload_real.php';
 
-return ComposerAutoloaderInit8583e3846e25cee8d1aee923e588ecf0::getLoader();
+return ComposerAutoloaderInit4287e775f4e3e4d0c2e97d9e389116fe::getLoader();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/composer/autoload_real.php 
new/vendor/composer/autoload_real.php
--- old/vendor/composer/autoload_real.php   

commit platformsh-cli for openSUSE:Factory

2019-12-14 Thread root
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 - ji...@boombatower.com
+
+- 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 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.49.3
+refs/tags/v3.50.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _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 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-8c8d0d62d07f5017169b8c8f1dbdeab1ba64
+511eed7adf8d1423d0982d36df2e6f2d99e86376
   
 

++ 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 @@
 
 NameVersion  License   
 cocur/slugify   v2.5 MIT   
-composer/ca-bundle  1.1.4MIT   
+composer/ca-bundle  1.2.4MIT   
 doctrine/cache  v1.6.2   MIT   
 firebase/php-jwtv2.2.0   BSD-3-Clause  
-guzzlehttp/cache-subscriber 0.1.0MIT   
-guzzlehttp/guzzle   5.3.3MIT   
+guzzlehttp/cache-subscriber 0.2.0MIT   
+guzzlehttp/guzzle   5.3.4MIT   
 guzzlehttp/ringphp  1.1.1MIT   
 guzzlehttp/streams  3.0.0MIT   
 padraic/humbug_get_contents 1.1.2 

commit platformsh-cli for openSUSE:Factory

2019-11-09 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-11-09 23:43:59

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.2990 (New)


Package is "platformsh-cli"

Sat Nov  9 23:43:59 2019 rev:85 rq:746717 version:3.49.3

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-10-30 14:43:08.625884071 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.2990/platformsh-cli.changes  
2019-11-09 23:44:02.717624093 +0100
@@ -1,0 +2,14 @@
+Fri Nov 08 23:07:57 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.49.3:
+  * Release v3.49.3
+  * Warn about pushing to branches named "production" (#870)
+  * Add a @todo to follow up on #868 if/when possible
+  * Hide worker containers on enterprise (#868)
+  * Remove drush-aliases SSH calls to find the absolute app root (#869)
+  * Disallow . in Drush alias names (replace with -)
+  * Fix cases using the default argument incorrectly
+  * Fix choosing default option
+  * Allow --app option to correct select application
+
+---

Old:

  platformsh-cli-3.49.2.tar.xz

New:

  platformsh-cli-3.49.3.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.XBzGtT/_old  2019-11-09 23:44:04.629626892 +0100
+++ /var/tmp/diff_new_pack.XBzGtT/_new  2019-11-09 23:44:04.633626898 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.49.2
+Version:3.49.3
 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.XBzGtT/_old  2019-11-09 23:44:04.657626933 +0100
+++ /var/tmp/diff_new_pack.XBzGtT/_new  2019-11-09 23:44:04.657626933 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.49.2
+refs/tags/v3.49.3
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.XBzGtT/_old  2019-11-09 23:44:04.673626956 +0100
+++ /var/tmp/diff_new_pack.XBzGtT/_new  2019-11-09 23:44:04.673626956 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-fd65c82831cc8ca6d48d3d57fb52cdceff0e9b5b
+8c8d0d62d07f5017169b8c8f1dbdeab1ba64
   
 

++ platformsh-cli-3.49.2.tar.xz -> platformsh-cli-3.49.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.49.2/dist/manifest.json 
new/platformsh-cli-3.49.3/dist/manifest.json
--- old/platformsh-cli-3.49.2/dist/manifest.json2019-10-25 
22:09:07.0 +0200
+++ new/platformsh-cli-3.49.3/dist/manifest.json2019-11-08 
14:54:47.0 +0100
@@ -17,10 +17,10 @@
 },
 {
 "name": "platform.phar",
-"sha1": "cf9fc3eaa8d8bdb5236292c93c7c71f9ccfbf48d",
-"sha256": 
"21c7a95600043cf6cd713294f1254716e81553df1c809f4fb6b4209d9908d4f1",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.49.2/platform.phar;,
-"version": "3.49.2",
+"sha1": "23898771039ae437822067c7f0e8f4f833b4a1dd",
+"sha256": 
"d6ad31f38fabea442848d712ac7d33045de6a9528b89c1dfac0cb3d8a27ea22b",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.49.3/platform.phar;,
+"version": "3.49.3",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.49.2/src/Command/CommandBase.php 
new/platformsh-cli-3.49.3/src/Command/CommandBase.php
--- old/platformsh-cli-3.49.2/src/Command/CommandBase.php   2019-10-25 
22:09:07.0 +0200
+++ new/platformsh-cli-3.49.3/src/Command/CommandBase.php   2019-11-08 
14:54:47.0 +0100
@@ -885,6 +885,7 @@
 }
 
 $environment = $this->getSelectedEnvironment();
+
 try {
 $deployment = $this->api()->getCurrentDeployment(
 $environment,
@@ -899,19 +900,26 @@
 throw $e;
 }
 
-// Validate the --app option, without doing anything with it.
+// Read the --app and --worker options, if the latter is specified 
then it will be used.
 $appOption = $input->hasOption('app') ? $input->getOption('app') : 
null;
+$workerOption = $includeWorkers && $input->hasOption('worker') ? 
$input->getOption('worker') : null;
+
 if ($appOption !== null) {
 try {
-$deployment->getWebApp($appOption);
+$webApp = 

commit platformsh-cli for openSUSE:Factory

2019-10-30 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-10-30 14:43:07

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.2990 (New)


Package is "platformsh-cli"

Wed Oct 30 14:43:07 2019 rev:84 rq:743602 version:3.49.2

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-10-21 12:28:08.063942584 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.2990/platformsh-cli.changes  
2019-10-30 14:43:08.625884071 +0100
@@ -1,0 +2,11 @@
+Mon Oct 28 00:01:19 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.49.2:
+  * Release v3.49.2
+  * Fix drush command quoting/escaping when a single quoted command is used 
(#861)
+  * Fix "multi" command only acting on the first project (repeatedly) (#862)
+  * Revert "Fix ssh argument escaping"
+  * Fix ssh argument escaping
+  * Recommend tunnel:single from tunnel:open if extensions are missing
+
+---

Old:

  platformsh-cli-3.49.1.tar.xz

New:

  platformsh-cli-3.49.2.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.87hqK8/_old  2019-10-30 14:43:09.261884747 +0100
+++ /var/tmp/diff_new_pack.87hqK8/_new  2019-10-30 14:43:09.261884747 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.49.1
+Version:3.49.2
 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.87hqK8/_old  2019-10-30 14:43:09.289884777 +0100
+++ /var/tmp/diff_new_pack.87hqK8/_new  2019-10-30 14:43:09.289884777 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.49.1
+refs/tags/v3.49.2
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.87hqK8/_old  2019-10-30 14:43:09.305884794 +0100
+++ /var/tmp/diff_new_pack.87hqK8/_new  2019-10-30 14:43:09.309884798 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-8540e6fb67ad2877e0cd4381cfdcd4399fb1d9c1
+fd65c82831cc8ca6d48d3d57fb52cdceff0e9b5b
   
 

++ platformsh-cli-3.49.1.tar.xz -> platformsh-cli-3.49.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.49.1/dist/manifest.json 
new/platformsh-cli-3.49.2/dist/manifest.json
--- old/platformsh-cli-3.49.1/dist/manifest.json2019-10-12 
14:16:45.0 +0200
+++ new/platformsh-cli-3.49.2/dist/manifest.json2019-10-25 
22:09:07.0 +0200
@@ -17,10 +17,10 @@
 },
 {
 "name": "platform.phar",
-"sha1": "52c2e23f509ba1bfadc2a17da20c459cd23ad698",
-"sha256": 
"602c6fb305b0c8620f1fcae8e6659c58dd163b8446aa3df614c22f332aed7b84",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.49.1/platform.phar;,
-"version": "3.49.1",
+"sha1": "cf9fc3eaa8d8bdb5236292c93c7c71f9ccfbf48d",
+"sha256": 
"21c7a95600043cf6cd713294f1254716e81553df1c809f4fb6b4209d9908d4f1",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.49.2/platform.phar;,
+"version": "3.49.2",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.49.1/src/Command/CommandBase.php 
new/platformsh-cli-3.49.2/src/Command/CommandBase.php
--- old/platformsh-cli-3.49.1/src/Command/CommandBase.php   2019-10-12 
14:16:45.0 +0200
+++ new/platformsh-cli-3.49.2/src/Command/CommandBase.php   2019-10-25 
22:09:07.0 +0200
@@ -129,6 +129,12 @@
 $this->container()->set('input', $input);
 $this->stdErr = $output instanceof ConsoleOutputInterface ? 
$output->getErrorOutput() : $output;
 
+// Clear cache properties, in case this object is being reused with
+// separate input.
+$this->project = null;
+$this->environment = null;
+$this->remoteContainer = null;
+
 if ($this->config()->get('api.debug')) {
 $output->setVerbosity(OutputInterface::VERBOSITY_DEBUG);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.49.1/src/Command/Environment/EnvironmentDrushCommand.php 
new/platformsh-cli-3.49.2/src/Command/Environment/EnvironmentDrushCommand.php
--- 
old/platformsh-cli-3.49.1/src/Command/Environment/EnvironmentDrushCommand.php   
2019-10-12 14:16:45.0 +0200

commit platformsh-cli for openSUSE:Factory

2019-10-21 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-10-21 12:28:03

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.2352 (New)


Package is "platformsh-cli"

Mon Oct 21 12:28:03 2019 rev:83 rq:738636 version:3.49.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-10-09 15:19:47.828445756 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.2352/platformsh-cli.changes  
2019-10-21 12:28:08.063942584 +0200
@@ -1,0 +2,12 @@
+Tue Oct 15 14:36:08 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.49.1:
+  * Release v3.49.1
+  * Update client library to include the client ID when revoking tokens
+  * Support legacy API tokens in the stream context
+  * Reset account info cache after adding or deleting an SSH key
+  * Get the access token using form URL-encoded data not JSON, in browser 
login command
+  * Allow overriding the OAuth 2.0 endpoint URLs
+  * Fix argument escaping in drush command
+
+---

Old:

  platformsh-cli-3.49.0.tar.xz

New:

  platformsh-cli-3.49.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.W3rebO/_old  2019-10-21 12:28:08.763943378 +0200
+++ /var/tmp/diff_new_pack.W3rebO/_new  2019-10-21 12:28:08.767943382 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.49.0
+Version:3.49.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.W3rebO/_old  2019-10-21 12:28:08.807943428 +0200
+++ /var/tmp/diff_new_pack.W3rebO/_new  2019-10-21 12:28:08.811943432 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.49.0
+refs/tags/v3.49.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.W3rebO/_old  2019-10-21 12:28:08.827943450 +0200
+++ /var/tmp/diff_new_pack.W3rebO/_new  2019-10-21 12:28:08.827943450 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-0fd5589f730fd0b1bc96bf4223e153681966c057
+8540e6fb67ad2877e0cd4381cfdcd4399fb1d9c1
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.W3rebO/_old  2019-10-21 12:28:08.859943486 +0200
+++ /var/tmp/diff_new_pack.W3rebO/_new  2019-10-21 12:28:08.859943486 +0200
@@ -16,7 +16,7 @@
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
 pjcdawkins/guzzle-oauth2-plugin v2.2.0   MIT   
-platformsh/client   v0.30.0  MIT   
+platformsh/client   v0.30.2  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.0MIT   

++ platformsh-cli-3.49.0.tar.xz -> platformsh-cli-3.49.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.49.0/composer.json 
new/platformsh-cli-3.49.1/composer.json
--- old/platformsh-cli-3.49.0/composer.json 2019-10-08 19:57:59.0 
+0200
+++ new/platformsh-cli-3.49.1/composer.json 2019-10-12 14:16:45.0 
+0200
@@ -8,7 +8,7 @@
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
 "platformsh/console-form": ">=0.0.22 <2.0",
-"platformsh/client": ">=0.30.0 <2.0",
+"platformsh/client": ">=0.30.2 <2.0",
 "symfony/console": "^3.0 >=3.2",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.49.0/composer.lock 
new/platformsh-cli-3.49.1/composer.lock
--- old/platformsh-cli-3.49.0/composer.lock 2019-10-08 19:57:59.0 
+0200
+++ new/platformsh-cli-3.49.1/composer.lock 2019-10-12 14:16:45.0 
+0200
@@ -4,7 +4,7 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies;,
 "This file is @generated automatically"
 ],
-"content-hash": "19951cf45dd8fca5a8ee83524fce8cc5",
+"content-hash": "39062d5311d32347acfbbbf657ae23e3",
 "packages": [
 {
 "name": "cocur/slugify",
@@ -663,16 +663,16 @@
 },
 {
 "name": "platformsh/client",
-"version": "v0.30.0",
+"version": "v0.30.2",
 "source": {
 "type": 

commit platformsh-cli for openSUSE:Factory

2019-10-09 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-10-09 15:19:46

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.2352 (New)


Package is "platformsh-cli"

Wed Oct  9 15:19:46 2019 rev:82 rq:736322 version:3.49.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-09-26 20:41:18.258531226 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.2352/platformsh-cli.changes  
2019-10-09 15:19:47.828445756 +0200
@@ -1,0 +2,40 @@
+Tue Oct 08 19:02:39 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.49.0:
+  * Release v3.49.0
+  * Improve deprecation message for push --branch
+  * Allow hash to wrap in commit list
+  * Improve help for old, deprecated variable commands
+  * A little colour in "No mounts found"
+  * Make unit tests verbose
+  * Unnecessary variable in installer
+  * Refine description of --yes and --no
+  * Deprecate 3 options in commit:get command
+  * Unused variable
+  * Fix --schema help in db:sql command
+  * Event subscriber: convert from deprecated console.exception to newer 
console.error
+  * Avoid namespace conflict
+  * Use log stream in waitMultiple()
+  * Make activity success/failure messages consistent
+  * Fix URL formatting in tunnel:single command
+  * Fix activities being lost in waitMultiple()
+  * Fix swapped question text in push command
+  * Fix property not found error in decode command with an empty object
+  * Increase default stream context timeout
+  * Allow the mount:list and mount:size commands to run locally on the 
container (#857)
+  * Wait for remaining activities in the push command
+  * Display simple table (no messages) in integration:list if the format is 
machine readable
+
+---
+Thu Sep 26 13:43:48 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.48.2:
+  * Release v3.48.2
+  * Avoid unnecessary context message in activity:log
+  * Theoretical ActivityMonitor bugfix [skip changelog]
+  * Newline before activity log
+  * Remove extra messages (too verbose output) in backup commands
+  * Improve --activate in push command (#858)
+  * Fix combination of --activate and --branch in push command
+
+---

Old:

  platformsh-cli-3.48.1.tar.xz

New:

  platformsh-cli-3.49.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.hOWIgL/_old  2019-10-09 15:19:48.932442909 +0200
+++ /var/tmp/diff_new_pack.hOWIgL/_new  2019-10-09 15:19:48.936442899 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.48.1
+Version:3.49.0
 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.hOWIgL/_old  2019-10-09 15:19:48.964442827 +0200
+++ /var/tmp/diff_new_pack.hOWIgL/_new  2019-10-09 15:19:48.964442827 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.48.1
+refs/tags/v3.49.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.hOWIgL/_old  2019-10-09 15:19:48.984442776 +0200
+++ /var/tmp/diff_new_pack.hOWIgL/_new  2019-10-09 15:19:48.984442776 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-3f960466bf40dcdd444bd86c42eee4ebefb8c68f
+0fd5589f730fd0b1bc96bf4223e153681966c057
   
 

++ platformsh-cli-3.48.1.tar.xz -> platformsh-cli-3.49.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.48.1/dist/installer.php 
new/platformsh-cli-3.49.0/dist/installer.php
--- old/platformsh-cli-3.48.1/dist/installer.php2019-09-25 
15:03:55.0 +0200
+++ new/platformsh-cli-3.49.0/dist/installer.php2019-10-08 
19:57:59.0 +0200
@@ -448,11 +448,9 @@
  * @return string
  */
 private function getOption($name) {
-$value = '';
 foreach ($this->argv as $key => $arg) {
 if (strpos($arg, '--' . $name . '=') === 0) {
-$value = substr($arg, strlen('--' . $name . '='));
-break;
+return substr($arg, strlen('--' . $name . '='));
 }
 $next = isset($this->argv[$key + 1]) && substr($this->argv[$key + 
1], 0, 1) !== '-'
 ? $this->argv[$key + 1]
@@ -461,12 +459,11 @@
 if ($next === '') {
 throw new \InvalidArgumentException('Option --' . $name . 
' 

commit platformsh-cli for openSUSE:Factory

2019-09-26 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-09-26 20:41:11

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.2352 (New)


Package is "platformsh-cli"

Thu Sep 26 20:41:11 2019 rev:81 rq:733212 version:3.48.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-09-23 12:46:31.761520016 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.2352/platformsh-cli.changes  
2019-09-26 20:41:18.258531226 +0200
@@ -1,0 +2,14 @@
+Wed Sep 25 16:34:21 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.48.1:
+  * Release v3.48.1
+  * Fix default message for HttpException
+  * Fix push --activate for new environments
+  * Unused imports
+  * Fix flickering activity state
+  * Don't prompt to run the original command if it is empty
+  * Pass along the previous exception in the event subscriber
+  * Make `activity:get --property description` return HTML
+  * Assume activity state is 'in progress' while reading the log
+
+---

Old:

  platformsh-cli-3.48.0.tar.xz

New:

  platformsh-cli-3.48.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.CMxgs7/_old  2019-09-26 20:41:19.090529003 +0200
+++ /var/tmp/diff_new_pack.CMxgs7/_new  2019-09-26 20:41:19.094528992 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.48.0
+Version:3.48.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.CMxgs7/_old  2019-09-26 20:41:19.126528907 +0200
+++ /var/tmp/diff_new_pack.CMxgs7/_new  2019-09-26 20:41:19.126528907 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.48.0
+refs/tags/v3.48.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.CMxgs7/_old  2019-09-26 20:41:19.146528853 +0200
+++ /var/tmp/diff_new_pack.CMxgs7/_new  2019-09-26 20:41:19.146528853 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-c64df424857511299deb42aa582df794f98050dd
+3f960466bf40dcdd444bd86c42eee4ebefb8c68f
   
 

++ platformsh-cli-3.48.0.tar.xz -> platformsh-cli-3.48.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.48.0/dist/manifest.json 
new/platformsh-cli-3.48.1/dist/manifest.json
--- old/platformsh-cli-3.48.0/dist/manifest.json2019-09-22 
00:53:23.0 +0200
+++ new/platformsh-cli-3.48.1/dist/manifest.json2019-09-25 
15:03:55.0 +0200
@@ -17,10 +17,10 @@
 },
 {
 "name": "platform.phar",
-"sha1": "ddabbe3dbc750b98a0d1967dd5cc672d05f2f78d",
-"sha256": 
"b74bb0fa52d3681685dccc9733099d3f82640134f2c216160b86832affa6bcf2",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.48.0/platform.phar;,
-"version": "3.48.0",
+"sha1": "9daaba6fdf5c7dd49c29e625eb7780242be15884",
+"sha256": 
"0cb0494695ce00567aeca984d43699d653dab0525671b72c38fb9cc5f08aba6f",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.48.1/platform.phar;,
+"version": "3.48.1",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.48.0/src/Command/Activity/ActivityGetCommand.php 
new/platformsh-cli-3.48.1/src/Command/Activity/ActivityGetCommand.php
--- old/platformsh-cli-3.48.0/src/Command/Activity/ActivityGetCommand.php   
2019-09-22 00:53:23.0 +0200
+++ new/platformsh-cli-3.48.1/src/Command/Activity/ActivityGetCommand.php   
2019-09-25 15:03:55.0 +0200
@@ -70,10 +70,7 @@
 if (!$input->getOption('property') && 
!$table->formatIsMachineReadable()) {
 $properties['description'] = 
ActivityMonitor::getFormattedDescription($activity, true);
 } else {
-$properties['description'] = 
ActivityMonitor::getFormattedDescription($activity, false);
-if ($input->getOption('property')) {
-$properties['description_html'] = $activity->description;
-}
+$properties['description'] = $activity->description;
 }
 
 // Add the fake "duration" property.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.48.0/src/Command/CommandBase.php 

commit platformsh-cli for openSUSE:Factory

2019-09-23 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-09-23 12:46:29

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.7948 (New)


Package is "platformsh-cli"

Mon Sep 23 12:46:29 2019 rev:80 rq:732549 version:3.48.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-08-29 17:29:03.311253545 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.7948/platformsh-cli.changes  
2019-09-23 12:46:31.761520016 +0200
@@ -1,0 +2,17 @@
+Sun Sep 22 21:09:49 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.48.0:
+  * Release v3.48.0
+  * Update dependencies (Symfony -> 3.4.31)
+  * Implement streaming activity logs (#854)
+  * Update API client to reduce unnecessary calls in integration:list command
+  * Report real progress time in activity log (#851)
+  * Significantly reduce default cache lifetimes (#849)
+  * Clarify when mounts share the same disk (#848)
+  * Clean up db:size innodb try/catch
+  * bugfixing some PE customers (#846)
+  * No need to check backup access for inactive/dirty environments
+  * Rename snapshot -> backup
+- Replace @version-placeholder@ in config.yaml with package version
+
+---

Old:

  platformsh-cli-3.47.0.tar.xz

New:

  platformsh-cli-3.48.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.qjDeZB/_old  2019-09-23 12:46:32.677519865 +0200
+++ /var/tmp/diff_new_pack.qjDeZB/_new  2019-09-23 12:46:32.681519864 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.47.0
+Version:3.48.0
 Release:0
 Summary:Tool for managing Platform.sh services from the command line
 # See licenses.txt for dependency licenses.
@@ -47,6 +47,7 @@
 
 %build
 find . -name ".travis.yml" -delete
+sed -i 's/@version-placeholder@/%{version}/' config.yaml
 
 %install
 # install drush source

++ _service ++
--- /var/tmp/diff_new_pack.qjDeZB/_old  2019-09-23 12:46:32.709519860 +0200
+++ /var/tmp/diff_new_pack.qjDeZB/_new  2019-09-23 12:46:32.709519860 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.47.0
+refs/tags/v3.48.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.qjDeZB/_old  2019-09-23 12:46:32.725519857 +0200
+++ /var/tmp/diff_new_pack.qjDeZB/_new  2019-09-23 12:46:32.725519857 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-07ca8e4c26adceede977eda1d189b8d207730eae
+c64df424857511299deb42aa582df794f98050dd
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.qjDeZB/_old  2019-09-23 12:46:32.761519851 +0200
+++ /var/tmp/diff_new_pack.qjDeZB/_new  2019-09-23 12:46:32.761519851 +0200
@@ -16,20 +16,20 @@
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
 pjcdawkins/guzzle-oauth2-plugin v2.2.0   MIT   
-platformsh/client   v0.29.1  MIT   
+platformsh/client   v0.30.0  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.0MIT   
 react/promise   v2.7.1   MIT   
 stecman/symfony-console-completion  0.10.1   MIT   
-symfony/config  v3.4.27  MIT   
-symfony/console v3.4.27  MIT   
-symfony/debug   v3.4.27  MIT   
-symfony/dependency-injectionv3.4.27  MIT   
-symfony/event-dispatcherv3.4.27  MIT   
-symfony/filesystem  v3.4.27  MIT   
-symfony/finder  v3.4.27  MIT   
-symfony/polyfill-ctype  v1.11.0  MIT   
-symfony/polyfill-mbstring   v1.11.0  MIT   
-symfony/process v3.4.27  MIT   
-symfony/yamlv3.4.27  MIT   
+symfony/config  v3.4.31  MIT   
+symfony/console v3.4.31  MIT   
+symfony/debug   v3.4.31  MIT   
+symfony/dependency-injectionv3.4.31  MIT   
+symfony/event-dispatcherv3.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   

commit platformsh-cli for openSUSE:Factory

2019-08-29 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-08-29 17:29:00

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.7948 (New)


Package is "platformsh-cli"

Thu Aug 29 17:29:00 2019 rev:79 rq:727017 version:3.47.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-08-19 21:39:02.136322428 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.7948/platformsh-cli.changes  
2019-08-29 17:29:03.311253545 +0200
@@ -1,0 +2,17 @@
+Thu Aug 29 13:19:28 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.47.0:
+  * Release v3.47.0
+  * Update API client to reduce environment API requests
+  * Remove now unnecessary DrushServiceMock
+  * Remove --pipe to -o alias
+  * Allow many commands to work 'locally' on the container
+  * Alias --pipe to -o and --primary to -1 (#844)
+  * Fix performance regression with many environments and Drush aliases (#843)
+  * Allow multiple command arguments in drush and ssh commands (#837)
+  * Installer hotfix: do not require curl (#838)
+  * Installer hotfix: do not require curl (#838)
+  * Use primary route URL from deployments API in Drush aliases (#835)
+  * Test on 7.4
+
+---

Old:

  platformsh-cli-3.46.0.tar.xz

New:

  platformsh-cli-3.47.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.S1sbh4/_old  2019-08-29 17:29:04.127253418 +0200
+++ /var/tmp/diff_new_pack.S1sbh4/_new  2019-08-29 17:29:04.131253418 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.46.0
+Version:3.47.0
 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.S1sbh4/_old  2019-08-29 17:29:04.147253416 +0200
+++ /var/tmp/diff_new_pack.S1sbh4/_new  2019-08-29 17:29:04.147253416 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.46.0
+refs/tags/v3.47.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.S1sbh4/_old  2019-08-29 17:29:04.159253414 +0200
+++ /var/tmp/diff_new_pack.S1sbh4/_new  2019-08-29 17:29:04.159253414 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-92b7081944733f136f28e0340b6cbd2761aa5e8e
+07ca8e4c26adceede977eda1d189b8d207730eae
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.S1sbh4/_old  2019-08-29 17:29:04.187253409 +0200
+++ /var/tmp/diff_new_pack.S1sbh4/_new  2019-08-29 17:29:04.187253409 +0200
@@ -16,7 +16,7 @@
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
 pjcdawkins/guzzle-oauth2-plugin v2.2.0   MIT   
-platformsh/client   v0.29.0  MIT   
+platformsh/client   v0.29.1  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.0MIT   

++ platformsh-cli-3.46.0.tar.xz -> platformsh-cli-3.47.0.tar.xz ++
 2179 lines of diff (skipped)

++ platformsh-cli-vendor.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/autoload.php new/vendor/autoload.php
--- old/vendor/autoload.php 2019-08-16 23:35:03.157555973 +0200
+++ new/vendor/autoload.php 2019-08-29 15:19:31.975711229 +0200
@@ -4,4 +4,4 @@
 
 require_once __DIR__ . '/composer/autoload_real.php';
 
-return ComposerAutoloaderInita5e1e69967a31c49125500f6ed3d919d::getLoader();
+return ComposerAutoloaderInit80951c3bd49782cd2eaaa876687b3f3d::getLoader();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/composer/autoload_real.php 
new/vendor/composer/autoload_real.php
--- old/vendor/composer/autoload_real.php   2019-08-16 23:35:03.157555973 
+0200
+++ new/vendor/composer/autoload_real.php   2019-08-29 15:19:31.975711229 
+0200
@@ -2,7 +2,7 @@
 
 // autoload_real.php @generated by Composer
 
-class ComposerAutoloaderInita5e1e69967a31c49125500f6ed3d919d
+class ComposerAutoloaderInit80951c3bd49782cd2eaaa876687b3f3d
 {
 private static $loader;
 
@@ -19,15 +19,15 @@
 return self::$loader;
 }
 
-
spl_autoload_register(array('ComposerAutoloaderInita5e1e69967a31c49125500f6ed3d919d',
 'loadClassLoader'), true, true);
+

commit platformsh-cli for openSUSE:Factory

2019-08-19 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-08-19 21:38:56

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.22127 (New)


Package is "platformsh-cli"

Mon Aug 19 21:38:56 2019 rev:78 rq:724191 version:3.46.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-07-28 10:22:34.784568003 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.22127/platformsh-cli.changes 
2019-08-19 21:39:02.136322428 +0200
@@ -1,0 +2,24 @@
+Fri Aug 16 21:35:00 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.46.0:
+  * Release v3.46.0
+  * Add bitbucket_server integration support (#833)
+  * Test building and installing on Travis (#834)
+  * Tiny fix to account for other shell types before detecting ZSH
+  * self:install: use --shell-type when finding a config file
+  * Document new installer options
+  * Add --shell-type option to installer
+  * Add --manifest option to installer
+  * Provide installer on dev builds
+  * Add color to self:install command
+  * Installer output improvements
+  * Installer: require curl, openssl and pcre
+  * Add --charset option to the db:dump command (#832)
+  * Rsync cleanup [skip changelog]
+  * Fix findTargetParent() argument in push command
+  * Add --branch option to push command (#827)
+  * Rename "Capacity" to "% Used" in mount:size command (#828)
+  * Installer: remove unnecessary mbstring check
+  * Enable compression in project:curl command
+
+---

Old:

  platformsh-cli-3.45.0.tar.xz

New:

  platformsh-cli-3.46.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.LGPq6j/_old  2019-08-19 21:39:03.184321769 +0200
+++ /var/tmp/diff_new_pack.LGPq6j/_new  2019-08-19 21:39:03.184321769 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.45.0
+Version:3.46.0
 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.LGPq6j/_old  2019-08-19 21:39:03.208321754 +0200
+++ /var/tmp/diff_new_pack.LGPq6j/_new  2019-08-19 21:39:03.208321754 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.45.0
+refs/tags/v3.46.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.LGPq6j/_old  2019-08-19 21:39:03.220321747 +0200
+++ /var/tmp/diff_new_pack.LGPq6j/_new  2019-08-19 21:39:03.220321747 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-13bfd296b0a6d6fed21b5ca285cd387d149e6df5
+92b7081944733f136f28e0340b6cbd2761aa5e8e
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.LGPq6j/_old  2019-08-19 21:39:03.248321729 +0200
+++ /var/tmp/diff_new_pack.LGPq6j/_new  2019-08-19 21:39:03.252321726 +0200
@@ -16,7 +16,7 @@
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
 pjcdawkins/guzzle-oauth2-plugin v2.2.0   MIT   
-platformsh/client   v0.28.1  MIT   
+platformsh/client   v0.29.0  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.0MIT   

++ platformsh-cli-3.45.0.tar.xz -> platformsh-cli-3.46.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.45.0/.platform.app.yaml 
new/platformsh-cli-3.46.0/.platform.app.yaml
--- old/platformsh-cli-3.45.0/.platform.app.yaml2019-07-25 
14:45:39.0 +0200
+++ new/platformsh-cli-3.46.0/.platform.app.yaml2019-08-16 
18:40:08.0 +0200
@@ -20,6 +20,18 @@
 EOF
 
 mv dist/dev-build-index.php web/index.php
+mv dist/installer.php web/installer
+export sha256="$(sha256sum web/platform.phar | cut -f1 -d' ')"
+cat < web/manifest.json
+[
+  {
+"version": "$version",
+"sha256": "$sha256",
+"name": "platform.phar",
+"url": "platform.phar"
+  }
+]
+EOF
 
 web:
   locations:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.45.0/.travis.yml 
new/platformsh-cli-3.46.0/.travis.yml
--- old/platformsh-cli-3.45.0/.travis.yml   2019-07-25 14:45:39.0 
+0200
+++ new/platformsh-cli-3.46.0/.travis.yml   2019-08-16 18:40:08.0 
+0200
@@ 

commit platformsh-cli for openSUSE:Factory

2019-07-28 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-07-28 10:22:32

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.4126 (New)


Package is "platformsh-cli"

Sun Jul 28 10:22:32 2019 rev:77 rq:719006 version:3.45.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-07-15 22:44:04.179901522 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.4126/platformsh-cli.changes  
2019-07-28 10:22:34.784568003 +0200
@@ -1,0 +2,13 @@
+Fri Jul 26 20:44:09 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.45.0:
+  * Release v3.45.0
+  * Update client to only enable gzip if the zlib extension is loaded
+  * Update client to enable gzipped API responses
+  * In mount:upload, convert OS X filename characters using --iconv
+  * Add --all option to mount:download
+  * Refactor MountCommandBase
+  * Do not fetch an empty commit hash (after parents notation)
+  * Installer: fix check for git on Windows (#824)
+
+---

Old:

  platformsh-cli-3.44.0.tar.xz

New:

  platformsh-cli-3.45.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.Ln284m/_old  2019-07-28 10:22:35.516567987 +0200
+++ /var/tmp/diff_new_pack.Ln284m/_new  2019-07-28 10:22:35.520567987 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.44.0
+Version:3.45.0
 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.Ln284m/_old  2019-07-28 10:22:35.552567986 +0200
+++ /var/tmp/diff_new_pack.Ln284m/_new  2019-07-28 10:22:35.556567986 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.44.0
+refs/tags/v3.45.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.Ln284m/_old  2019-07-28 10:22:35.572567985 +0200
+++ /var/tmp/diff_new_pack.Ln284m/_new  2019-07-28 10:22:35.572567985 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-49c17dee8c54c4b64794b787d6d2a09e0372413d
+13bfd296b0a6d6fed21b5ca285cd387d149e6df5
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.Ln284m/_old  2019-07-28 10:22:35.604567985 +0200
+++ /var/tmp/diff_new_pack.Ln284m/_new  2019-07-28 10:22:35.604567985 +0200
@@ -16,7 +16,7 @@
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
 pjcdawkins/guzzle-oauth2-plugin v2.2.0   MIT   
-platformsh/client   v0.27.0  MIT   
+platformsh/client   v0.28.1  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.0MIT   

++ platformsh-cli-3.44.0.tar.xz -> platformsh-cli-3.45.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.44.0/composer.json 
new/platformsh-cli-3.45.0/composer.json
--- old/platformsh-cli-3.44.0/composer.json 2019-07-10 12:59:25.0 
+0200
+++ new/platformsh-cli-3.45.0/composer.json 2019-07-25 14:45:39.0 
+0200
@@ -8,7 +8,7 @@
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
 "platformsh/console-form": ">=0.0.22 <2.0",
-"platformsh/client": ">=0.27.0 <2.0",
+"platformsh/client": ">=0.28.1 <2.0",
 "symfony/console": "^3.0 >=3.2",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.44.0/composer.lock 
new/platformsh-cli-3.45.0/composer.lock
--- old/platformsh-cli-3.44.0/composer.lock 2019-07-10 12:59:25.0 
+0200
+++ new/platformsh-cli-3.45.0/composer.lock 2019-07-25 14:45:39.0 
+0200
@@ -4,7 +4,7 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies;,
 "This file is @generated automatically"
 ],
-"content-hash": "c1ff0b9b2fc1425569ea1ea6f811defa",
+"content-hash": "3b15e017599176f45d3e1b9094dc9a81",
 "packages": [
 {
 "name": "cocur/slugify",
@@ -663,16 +663,16 @@
 },
 {
 "name": "platformsh/client",
-"version": "v0.27.0",
+"version": "v0.28.1",
 "source": {
 

commit platformsh-cli for openSUSE:Factory

2019-07-15 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-07-15 22:44:02

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.1887 (New)


Package is "platformsh-cli"

Mon Jul 15 22:44:02 2019 rev:76 rq:714517 version:3.44.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-07-02 15:18:12.838721695 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.1887/platformsh-cli.changes  
2019-07-15 22:44:04.179901522 +0200
@@ -1,0 +2,27 @@
+Wed Jul 10 19:38:42 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.44.0:
+  * Release v3.44.0
+  * Match user email addresess case-insensitively
+  * Substitute phar path at runtime without realpath [skip changelog]
+  * Use Route class for more structure and to fix upstream name
+  * Run phar directly [skip changelog]
+  * Test forcing display on or off
+  * Add examples
+  * Test effect of --primary and --browser options
+  * Group command tests under "commands" and fix namespaces
+  * url command: just print all URLs when there is no display/browser
+  * Always prefer primary route in "url" command
+  * Allow url command to read from local environment
+  * Prefer the primary route as the site URL
+  * Use embedded user information if available
+  * Allow app:config-get to read from PLATFORM_APPLICATION
+  * Fix "Failed to decode" in relationships command when there are no 
relationships
+  * Adapt welcome command for offline-on-container uses
+  * Do not require login for self:stats
+  * Improve app/worker choice message
+  * Update index.php with a source link
+  * Clearer error for no config file
+  * Dynamic app name in dev build web page
+
+---

Old:

  platformsh-cli-3.43.2.tar.xz

New:

  platformsh-cli-3.44.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.9sePyw/_old  2019-07-15 22:44:04.967901335 +0200
+++ /var/tmp/diff_new_pack.9sePyw/_new  2019-07-15 22:44:04.971901334 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.43.2
+Version:3.44.0
 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.9sePyw/_old  2019-07-15 22:44:05.007901325 +0200
+++ /var/tmp/diff_new_pack.9sePyw/_new  2019-07-15 22:44:05.007901325 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.43.2
+refs/tags/v3.44.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.9sePyw/_old  2019-07-15 22:44:05.031901319 +0200
+++ /var/tmp/diff_new_pack.9sePyw/_new  2019-07-15 22:44:05.031901319 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-a59718a8f1fda77feae7c0dbada291e6fbbddadd
+49c17dee8c54c4b64794b787d6d2a09e0372413d
   
 

++ platformsh-cli-3.43.2.tar.xz -> platformsh-cli-3.44.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.43.2/.platform.app.yaml 
new/platformsh-cli-3.44.0/.platform.app.yaml
--- old/platformsh-cli-3.43.2/.platform.app.yaml2019-06-27 
13:54:49.0 +0200
+++ new/platformsh-cli-3.44.0/.platform.app.yaml2019-07-10 
12:59:25.0 +0200
@@ -13,6 +13,7 @@
 ./bin/platform self:build --no-composer-rebuild --yes --replace-version 
"$version" --output web/platform.phar
 
 cat << EOF > .environment
+alias platform="php \${PLATFORM_APP_DIR}/web/platform.phar"
 export CLI_URL_PATH=platform.phar
 export CLI_BUILD_DATE="$(date)"
 export CLI_VERSION="$version"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.43.2/dist/dev-build-index.php 
new/platformsh-cli-3.44.0/dist/dev-build-index.php
--- old/platformsh-cli-3.43.2/dist/dev-build-index.php  2019-06-27 
13:54:49.0 +0200
+++ new/platformsh-cli-3.44.0/dist/dev-build-index.php  2019-07-10 
12:59:25.0 +0200
@@ -1,8 +1,48 @@
+get('application.name');
+$envPrefix = $config->get('service.env_prefix');
+$branch = getenv($envPrefix . 'BRANCH', true);
+$treeId = getenv($envPrefix . 'TREE_ID', true);
+
+$pharUrl = getenv('CLI_URL_PATH', true) ?: 'platform.phar';
+$pharHash = hash_file('sha256', __DIR__ . '/' . ltrim(getenv('CLI_URL_PATH', 
true), '/'));
+if ($timestamp = getenv('CLI_BUILD_DATE', true)) {
+$pharDate = date('c', is_int($timestamp) ? $timestamp : 
strtotime($timestamp));
+} else {
+$pharDate = 

commit platformsh-cli for openSUSE:Factory

2019-07-02 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-07-02 15:18:11

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.4615 (New)


Package is "platformsh-cli"

Tue Jul  2 15:18:11 2019 rev:75 rq:712275 version:3.43.2

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-06-14 20:42:31.090380869 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.4615/platformsh-cli.changes  
2019-07-02 15:18:12.838721695 +0200
@@ -1,0 +2,47 @@
+Thu Jun 27 15:54:02 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.43.2:
+  * Release v3.43.2
+  * Note --max is not recommended
+  * Installer: version constraints via --min and --max
+  * Allow plans not to have prices in create command
+  * Sync manifest.json with master branch
+  * Do not error for empty JSON object/array in decode command
+  * Output nothing instead of "null" for null properties
+
+---
+Wed Jun 26 00:46:32 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.43.1:
+  * Release v3.43.1
+  * Fix db:size miscalculation for older mysql databases
+
+---
+Tue Jun 25 04:03:25 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.43.0:
+  * Release v3.43.0
+  * Add decode command to README.md
+  * Rename variable:decode to decode
+  * Review fixes
+  * Add variable:decode command
+  * Support local variable in environment:relationships (relationships) command
+  * Property defaults
+  * Adapt route:list command
+  * Support reading routes from the local environment in route:get command
+  * Add --id and --primary options to route:get command
+  * Move test files so they don't interfere
+  * Add Platform.sh build files
+  * The --cleanup command can now ask the user if it should do a cleanup, and 
actually do it
+  * MariaDB 10.0 does not support my stuff :(, so adding extra check
+  * adding --cleanup option to check if InnoDB tables can be optimized
+  * Use bytes as the base to work on. Improve PGSQL correctness as well.
+  * rounding up forcing because php is weird
+  * rounding up is probably slightly better
+  * removing switch(true)
+  * Adding -B bytes option like mount:size
+  * Using the builting symfony formatMemory thing (even though it's worse)
+  * Made a mistake there
+  * Splitting up the code in functions, adding check that will estimate the 
Mysql disk size more closely
+
+---

Old:

  platformsh-cli-3.42.2.tar.xz

New:

  platformsh-cli-3.43.2.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.E2yY6V/_old  2019-07-02 15:18:14.010723808 +0200
+++ /var/tmp/diff_new_pack.E2yY6V/_new  2019-07-02 15:18:14.014723816 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.42.2
+Version:3.43.2
 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.E2yY6V/_old  2019-07-02 15:18:14.050723880 +0200
+++ /var/tmp/diff_new_pack.E2yY6V/_new  2019-07-02 15:18:14.054723888 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.42.2
+refs/tags/v3.43.2
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.E2yY6V/_old  2019-07-02 15:18:14.074723924 +0200
+++ /var/tmp/diff_new_pack.E2yY6V/_new  2019-07-02 15:18:14.078723931 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-354cffafe574e6441be6abebfe6cc8c8790ce644
+a59718a8f1fda77feae7c0dbada291e6fbbddadd
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.E2yY6V/_old  2019-07-02 15:18:14.138724039 +0200
+++ /var/tmp/diff_new_pack.E2yY6V/_new  2019-07-02 15:18:14.138724039 +0200
@@ -16,7 +16,7 @@
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
 pjcdawkins/guzzle-oauth2-plugin v2.2.0   MIT   
-platformsh/client   v0.26.0  MIT   
+platformsh/client   v0.27.0  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.0MIT   

++ platformsh-cli-3.42.2.tar.xz -> platformsh-cli-3.43.2.tar.xz ++
 2318 lines of diff (skipped)

++ platformsh-cli-vendor.tar.xz ++
diff -urN '--exclude=CVS' 

commit platformsh-cli for openSUSE:Factory

2019-06-14 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-06-14 20:42:29

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.4811 (New)


Package is "platformsh-cli"

Fri Jun 14 20:42:29 2019 rev:74 rq:709815 version:3.42.2

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-06-01 09:57:35.955156908 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.4811/platformsh-cli.changes  
2019-06-14 20:42:31.090380869 +0200
@@ -1,0 +2,29 @@
+Thu Jun 13 21:55:41 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.42.2:
+  * Release v3.42.2
+  * Mark autocompletion as "skipped" rather than "failed" if stdout is not a 
tty
+  * Clarify try/finally pattern [skip changelog]
+  * Release v3.42.1
+  * Hotfix for: You have requested a non-existent service "input".
+  * Release v3.42.0
+  * ... fix item matching [skip changelog]
+  * Support updating manifest for latest item matching same major version 
[skip changelog]
+  * Make GIT_SSH argument quoting more standard
+  * Copy and source a regular file for autocompletion setup
+  * Accept wholly indented YAML files (#806)
+  * Rename LegacyEnv to BrokenEnv
+  * SSH: support legacy environments without a deployments API
+  * Add 4.1.0-dev to manifest.json
+  * Explain when no supported versions are found
+  * OOP for the installer
+  * Support installing versions with dev suffixes in installer
+  * Add beta stability flag
+  * Add source-operation:run command
+  * Warn in installer about missing pcntl and posix extensions (#803)
+  * Pass max_allowed_packet setting to mysqldump
+  * Display nothing for sensitive variable values in variable:list tsv/csv 
format
+  * Rename SshDestination to RemoteContainer; add getConfig()
+  * Require confirmation when adding a git source integration
+
+---

Old:

  platformsh-cli-3.41.1.tar.xz

New:

  platformsh-cli-3.42.2.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.mjjNbG/_old  2019-06-14 20:42:32.030379274 +0200
+++ /var/tmp/diff_new_pack.mjjNbG/_new  2019-06-14 20:42:32.034379267 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.41.1
+Version:3.42.2
 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.mjjNbG/_old  2019-06-14 20:42:32.070379206 +0200
+++ /var/tmp/diff_new_pack.mjjNbG/_new  2019-06-14 20:42:32.070379206 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.41.1
+refs/tags/v3.42.2
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.mjjNbG/_old  2019-06-14 20:42:32.090379173 +0200
+++ /var/tmp/diff_new_pack.mjjNbG/_new  2019-06-14 20:42:32.090379173 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-e22256326f0aff49c7dc0e8e7c44314dae4d9354
+354cffafe574e6441be6abebfe6cc8c8790ce644
   
 

++ extensions.txt ++
--- /var/tmp/diff_new_pack.mjjNbG/_old  2019-06-14 20:42:32.122379118 +0200
+++ /var/tmp/diff_new_pack.mjjNbG/_new  2019-06-14 20:42:32.126379112 +0200
@@ -3,29 +3,29 @@
 [requires] => Array
 (
 [0] => ext-json *
-[1] => ext-openssl *
+[1] => ext-json *
 [2] => ext-openssl *
-[3] => ext-pcre *
-[4] => php >=5.2.0
+[3] => ext-openssl *
+[4] => ext-pcre *
 [5] => php >=5.2.0
-[6] => php >=5.3.0
+[6] => php >=5.2.0
 [7] => php >=5.3.0
-[8] => php >=5.3.2
-[9] => php >=5.3.3
+[8] => php >=5.3.0
+[9] => php >=5.3.2
 [10] => php >=5.3.3
 [11] => php >=5.3.3
-[12] => php >=5.4.0
+[12] => php >=5.3.3
 [13] => php >=5.4.0
 [14] => php >=5.4.0
 [15] => php >=5.4.0
 [16] => php >=5.4.0
-[17] => php >=5.5.9
+[17] => php >=5.4.0
 [18] => php >=5.5.9
 [19] => php >=5.5.9
 [20] => php >=5.5.9
-[21] => php ^5.3 || ^7.0 || ^7.1 || ^7.2
-[22] => php ^5.3.2 || ^7.0
-[23] => php ^5.5.9|>=7.0.8
+[21] => php >=5.5.9
+[22] => php ^5.3 || ^7.0 || ^7.1 || ^7.2
+[23] => php ^5.3.2 || ^7.0
 [24] => php ^5.5.9|>=7.0.8
 [25] => php ^5.5.9|>=7.0.8
 

commit platformsh-cli for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-06-01 09:57:34

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.5148 (New)


Package is "platformsh-cli"

Sat Jun  1 09:57:34 2019 rev:73 rq:706542 version:3.41.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-05-20 10:29:35.653892459 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.5148/platformsh-cli.changes  
2019-06-01 09:57:35.955156908 +0200
@@ -1,0 +2,23 @@
+Thu May 30 19:41:54 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.41.1:
+  * Release v3.41.1
+  * Remove redundant package
+  * Update client to incorporate guzzle/oauth2 bugfix
+
+---
+Wed May 29 19:38:20 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.41.0:
+  * Release v3.41.0
+  * Add --worker option to log command
+  * Support interactive worker selection in ssh command
+  * Support --worker option for mount commands
+  * Add environment commit SHA to the deployment cache key
+  * Allow a nonexistent --target in mount:download
+  * Update cweagans/composer-patches [skip changelog]
+  * getProject()'s cache should require the $host to match if one is specified 
(#799)
+  * Default config file should be .bash_profile on OS X (#798)
+  * Update autocompletion library (stecman/symfony-console-completion)
+
+---

Old:

  platformsh-cli-3.40.16.tar.xz

New:

  platformsh-cli-3.41.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.yV4EXI/_old  2019-06-01 09:57:36.939156453 +0200
+++ /var/tmp/diff_new_pack.yV4EXI/_new  2019-06-01 09:57:36.947156450 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.40.16
+Version:3.41.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.yV4EXI/_old  2019-06-01 09:57:36.995156427 +0200
+++ /var/tmp/diff_new_pack.yV4EXI/_new  2019-06-01 09:57:36.995156427 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.40.16
+refs/tags/v3.41.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.yV4EXI/_old  2019-06-01 09:57:37.023156415 +0200
+++ /var/tmp/diff_new_pack.yV4EXI/_new  2019-06-01 09:57:37.023156415 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-b4e39ae732091f6d18100931dcc40173b8d8f211
+e22256326f0aff49c7dc0e8e7c44314dae4d9354
   
 

++ extensions.txt ++
--- /var/tmp/diff_new_pack.yV4EXI/_old  2019-06-01 09:57:37.047156404 +0200
+++ /var/tmp/diff_new_pack.yV4EXI/_new  2019-06-01 09:57:37.047156404 +0200
@@ -10,16 +10,16 @@
 [5] => php >=5.2.0
 [6] => php >=5.3.0
 [7] => php >=5.3.0
-[8] => php >=5.3.0
-[9] => php >=5.3.2
+[8] => php >=5.3.2
+[9] => php >=5.3.3
 [10] => php >=5.3.3
 [11] => php >=5.3.3
-[12] => php >=5.3.3
+[12] => php >=5.4.0
 [13] => php >=5.4.0
 [14] => php >=5.4.0
 [15] => php >=5.4.0
 [16] => php >=5.4.0
-[17] => php >=5.4.0
+[17] => php >=5.5.9
 [18] => php >=5.5.9
 [19] => php >=5.5.9
 [20] => php >=5.5.9

++ licenses.txt ++
--- /var/tmp/diff_new_pack.yV4EXI/_old  2019-06-01 09:57:37.079156389 +0200
+++ /var/tmp/diff_new_pack.yV4EXI/_new  2019-06-01 09:57:37.079156389 +0200
@@ -5,9 +5,7 @@
 
 NameVersion  License   
 cocur/slugify   v2.5 MIT   
-commerceguys/guzzle-oauth2-plugin   v2.1.1   MIT   
 composer/ca-bundle  1.1.4MIT   
-cweagans/composer-patches   1.6.5BSD-3-Clause  
 doctrine/cache  v1.6.2   MIT   
 firebase/php-jwtv2.2.0   BSD-3-Clause  
 guzzlehttp/cache-subscriber 0.1.0MIT   
@@ -17,12 +15,13 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
-platformsh/client   v0.24.1  MIT   
+pjcdawkins/guzzle-oauth2-plugin v2.2.0   MIT   
+platformsh/client   v0.25.2  MIT   
 

commit platformsh-cli for openSUSE:Factory

2019-05-20 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-05-20 10:29:21

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.5148 (New)


Package is "platformsh-cli"

Mon May 20 10:29:21 2019 rev:72 rq:703983 version:3.40.16

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-05-10 09:19:44.848460811 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.5148/platformsh-cli.changes  
2019-05-20 10:29:35.653892459 +0200
@@ -1,0 +2,9 @@
+Sun May 19 00:24:07 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.40.16:
+  * Release v3.40.16
+  * Fix python builds
+  * Update client to use the new estimation API
+  * Enable mysqldump/pg_dump verbose mode when db:dump command is called with 
-vv or -vvv
+
+---

Old:

  platformsh-cli-3.40.15.tar.xz

New:

  platformsh-cli-3.40.16.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.3nOb1t/_old  2019-05-20 10:29:36.653892127 +0200
+++ /var/tmp/diff_new_pack.3nOb1t/_new  2019-05-20 10:29:36.657892126 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.40.15
+Version:3.40.16
 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.3nOb1t/_old  2019-05-20 10:29:36.689892115 +0200
+++ /var/tmp/diff_new_pack.3nOb1t/_new  2019-05-20 10:29:36.689892115 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.40.15
+refs/tags/v3.40.16
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.3nOb1t/_old  2019-05-20 10:29:36.705892110 +0200
+++ /var/tmp/diff_new_pack.3nOb1t/_new  2019-05-20 10:29:36.705892110 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-c16978e8bcc464ffa5e0cfc308aa1fab2b6f2cd5
+b4e39ae732091f6d18100931dcc40173b8d8f211
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.3nOb1t/_old  2019-05-20 10:29:36.737892100 +0200
+++ /var/tmp/diff_new_pack.3nOb1t/_new  2019-05-20 10:29:36.737892100 +0200
@@ -17,7 +17,7 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
-platformsh/client   v0.24.0  MIT   
+platformsh/client   v0.24.1  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.0MIT   

++ platformsh-cli-3.40.15.tar.xz -> platformsh-cli-3.40.16.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.15/composer.lock 
new/platformsh-cli-3.40.16/composer.lock
--- old/platformsh-cli-3.40.15/composer.lock2019-05-09 13:52:23.0 
+0200
+++ new/platformsh-cli-3.40.16/composer.lock2019-05-18 21:59:27.0 
+0200
@@ -713,16 +713,16 @@
 },
 {
 "name": "platformsh/client",
-"version": "v0.24.0",
+"version": "v0.24.1",
 "source": {
 "type": "git",
 "url": 
"https://github.com/platformsh/platformsh-client-php.git;,
-"reference": "7905b8e84be3994714d765842c99f25397a225c9"
+"reference": "f17027d031bf8a05dddf6dd133d835e055837f93"
 },
 "dist": {
 "type": "zip",
-"url": 
"https://api.github.com/repos/platformsh/platformsh-client-php/zipball/7905b8e84be3994714d765842c99f25397a225c9;,
-"reference": "7905b8e84be3994714d765842c99f25397a225c9",
+"url": 
"https://api.github.com/repos/platformsh/platformsh-client-php/zipball/f17027d031bf8a05dddf6dd133d835e055837f93;,
+"reference": "f17027d031bf8a05dddf6dd133d835e055837f93",
 "shasum": ""
 },
 "require": {
@@ -759,7 +759,7 @@
 }
 ],
 "description": "Platform.sh API client",
-"time": "2019-04-26T11:57:59+00:00"
+"time": "2019-05-12T13:50:12+00:00"
 },
 {
 "name": "platformsh/console-form",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.15/dist/manifest.json 

commit platformsh-cli for openSUSE:Factory

2019-05-10 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-05-10 09:19:43

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.5148 (New)


Package is "platformsh-cli"

Fri May 10 09:19:43 2019 rev:71 rq:701800 version:3.40.15

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-05-02 19:20:36.273773628 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.5148/platformsh-cli.changes  
2019-05-10 09:19:44.848460811 +0200
@@ -1,0 +2,12 @@
+Thu May 09 13:00:24 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.40.15:
+  * Release v3.40.15
+  * Update Symfony dependencies (3.4.26 -> 3.4.27)
+  * Make the --root argument static in Drush command (#795)
+  * Make plans list dynamic in 'create' command (#794)
+  * Unused import
+  * Remove commits API workaround
+  * Fix silent failure when a commit is not found
+
+---

Old:

  platformsh-cli-3.40.14.tar.xz

New:

  platformsh-cli-3.40.15.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.uLIZtY/_old  2019-05-10 09:19:45.688462110 +0200
+++ /var/tmp/diff_new_pack.uLIZtY/_new  2019-05-10 09:19:45.688462110 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.40.14
+Version:3.40.15
 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.uLIZtY/_old  2019-05-10 09:19:45.708462141 +0200
+++ /var/tmp/diff_new_pack.uLIZtY/_new  2019-05-10 09:19:45.708462141 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.40.14
+refs/tags/v3.40.15
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.uLIZtY/_old  2019-05-10 09:19:45.716462153 +0200
+++ /var/tmp/diff_new_pack.uLIZtY/_new  2019-05-10 09:19:45.716462153 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-0657016ac22f13835f618d02249348e5a301a6db
+c16978e8bcc464ffa5e0cfc308aa1fab2b6f2cd5
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.uLIZtY/_old  2019-05-10 09:19:45.744462196 +0200
+++ /var/tmp/diff_new_pack.uLIZtY/_new  2019-05-10 09:19:45.744462196 +0200
@@ -23,14 +23,14 @@
 psr/log 1.1.0MIT   
 react/promise   v2.7.1   MIT   
 stecman/symfony-console-completion  0.8.0MIT   
-symfony/config  v3.4.26  MIT   
-symfony/console v3.4.26  MIT   
-symfony/debug   v3.4.26  MIT   
-symfony/dependency-injectionv3.4.26  MIT   
-symfony/event-dispatcherv3.4.26  MIT   
-symfony/filesystem  v3.4.26  MIT   
-symfony/finder  v3.4.26  MIT   
+symfony/config  v3.4.27  MIT   
+symfony/console v3.4.27  MIT   
+symfony/debug   v3.4.27  MIT   
+symfony/dependency-injectionv3.4.27  MIT   
+symfony/event-dispatcherv3.4.27  MIT   
+symfony/filesystem  v3.4.27  MIT   
+symfony/finder  v3.4.27  MIT   
 symfony/polyfill-ctype  v1.11.0  MIT   
 symfony/polyfill-mbstring   v1.11.0  MIT   
-symfony/process v3.4.26  MIT   
-symfony/yamlv3.4.26  MIT   
+symfony/process v3.4.27  MIT   
+symfony/yamlv3.4.27  MIT   

++ platformsh-cli-3.40.14.tar.xz -> platformsh-cli-3.40.15.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.14/composer.lock 
new/platformsh-cli-3.40.15/composer.lock
--- old/platformsh-cli-3.40.14/composer.lock2019-04-30 18:03:39.0 
+0200
+++ new/platformsh-cli-3.40.15/composer.lock2019-05-09 13:52:23.0 
+0200
@@ -989,7 +989,7 @@
 },
 {
 "name": "symfony/config",
-"version": "v3.4.26",
+"version": "v3.4.27",
 "source": {
 "type": "git",
 "url": "https://github.com/symfony/config.git;,
@@ -1053,7 +1053,7 @@
 },
 {
 "name": "symfony/console",
-"version": "v3.4.26",
+"version": "v3.4.27",
  

commit platformsh-cli for openSUSE:Factory

2019-05-02 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-05-02 19:20:18

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.5148 (New)


Package is "platformsh-cli"

Thu May  2 19:20:18 2019 rev:70 rq:699937 version:3.40.14

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-04-23 14:36:36.981495307 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.5148/platformsh-cli.changes  
2019-05-02 19:20:36.273773628 +0200
@@ -1,0 +2,10 @@
+Wed May 01 21:06:35 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.40.14:
+  * Release v3.40.14
+  * Update dependencies
+  * Fix Git tree caching (for repo:ls command)
+  * Clarify method name [skip changelog]
+  * Handle "python2" dependencies (as well as "python" and "python3")
+
+---

Old:

  platformsh-cli-3.40.13.tar.xz

New:

  platformsh-cli-3.40.14.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.zeczRx/_old  2019-05-02 19:20:37.073775091 +0200
+++ /var/tmp/diff_new_pack.zeczRx/_new  2019-05-02 19:20:37.073775091 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.40.13
+Version:3.40.14
 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.zeczRx/_old  2019-05-02 19:20:37.097775135 +0200
+++ /var/tmp/diff_new_pack.zeczRx/_new  2019-05-02 19:20:37.101775143 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.40.13
+refs/tags/v3.40.14
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.zeczRx/_old  2019-05-02 19:20:37.117775172 +0200
+++ /var/tmp/diff_new_pack.zeczRx/_new  2019-05-02 19:20:37.117775172 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-516bf7552a7439cb99b96044a2dcfe360fef3981
+0657016ac22f13835f618d02249348e5a301a6db
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.zeczRx/_old  2019-05-02 19:20:37.149775231 +0200
+++ /var/tmp/diff_new_pack.zeczRx/_new  2019-05-02 19:20:37.149775231 +0200
@@ -17,20 +17,20 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
-platformsh/client   v0.23.6  MIT   
+platformsh/client   v0.24.0  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.0MIT   
 react/promise   v2.7.1   MIT   
 stecman/symfony-console-completion  0.8.0MIT   
-symfony/config  v3.4.23  MIT   
-symfony/console v3.4.23  MIT   
-symfony/debug   v3.4.23  MIT   
-symfony/dependency-injectionv3.4.23  MIT   
-symfony/event-dispatcherv3.4.23  MIT   
-symfony/filesystem  v3.4.23  MIT   
-symfony/finder  v3.4.23  MIT   
+symfony/config  v3.4.26  MIT   
+symfony/console v3.4.26  MIT   
+symfony/debug   v3.4.26  MIT   
+symfony/dependency-injectionv3.4.26  MIT   
+symfony/event-dispatcherv3.4.26  MIT   
+symfony/filesystem  v3.4.26  MIT   
+symfony/finder  v3.4.26  MIT   
 symfony/polyfill-ctype  v1.11.0  MIT   
 symfony/polyfill-mbstring   v1.11.0  MIT   
-symfony/process v3.4.23  MIT   
-symfony/yamlv3.4.23  MIT   
+symfony/process v3.4.26  MIT   
+symfony/yamlv3.4.26  MIT   

++ platformsh-cli-3.40.13.tar.xz -> platformsh-cli-3.40.14.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.13/composer.json 
new/platformsh-cli-3.40.14/composer.json
--- old/platformsh-cli-3.40.13/composer.json2019-04-18 16:26:33.0 
+0200
+++ new/platformsh-cli-3.40.14/composer.json2019-04-30 18:03:39.0 
+0200
@@ -8,7 +8,7 @@
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
   

commit platformsh-cli for openSUSE:Factory

2019-04-23 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-04-23 14:36:33

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.5536 (New)


Package is "platformsh-cli"

Tue Apr 23 14:36:33 2019 rev:69 rq:696912 version:3.40.13

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-04-17 10:10:31.794924420 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.5536/platformsh-cli.changes  
2019-04-23 14:36:36.981495307 +0200
@@ -1,0 +2,7 @@
+Mon Apr 22 20:34:47 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.40.13:
+  * Release v3.40.13
+  * Further access token refresh bugfix
+
+---

Old:

  platformsh-cli-3.40.12.tar.xz

New:

  platformsh-cli-3.40.13.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.boSiuT/_old  2019-04-23 14:36:37.665495763 +0200
+++ /var/tmp/diff_new_pack.boSiuT/_new  2019-04-23 14:36:37.669495766 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.40.12
+Version:3.40.13
 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.boSiuT/_old  2019-04-23 14:36:37.689495779 +0200
+++ /var/tmp/diff_new_pack.boSiuT/_new  2019-04-23 14:36:37.693495781 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.40.12
+refs/tags/v3.40.13
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.boSiuT/_old  2019-04-23 14:36:37.709495792 +0200
+++ /var/tmp/diff_new_pack.boSiuT/_new  2019-04-23 14:36:37.709495792 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-d54f9ffd8c0e09420ff0c35fc3841b975abaa2fb
+516bf7552a7439cb99b96044a2dcfe360fef3981
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.boSiuT/_old  2019-04-23 14:36:37.753495821 +0200
+++ /var/tmp/diff_new_pack.boSiuT/_new  2019-04-23 14:36:37.753495821 +0200
@@ -17,7 +17,7 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
-platformsh/client   v0.23.5  MIT   
+platformsh/client   v0.23.6  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.0MIT   

++ platformsh-cli-3.40.12.tar.xz -> platformsh-cli-3.40.13.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.12/composer.json 
new/platformsh-cli-3.40.13/composer.json
--- old/platformsh-cli-3.40.12/composer.json2019-04-15 22:37:34.0 
+0200
+++ new/platformsh-cli-3.40.13/composer.json2019-04-18 16:26:33.0 
+0200
@@ -8,7 +8,7 @@
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
 "platformsh/console-form": ">=0.0.22 <2.0",
-"platformsh/client": ">=0.23.5 <2.0",
+"platformsh/client": ">=0.23.6 <2.0",
 "symfony/console": "^3.0 >=3.2",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.12/composer.lock 
new/platformsh-cli-3.40.13/composer.lock
--- old/platformsh-cli-3.40.12/composer.lock2019-04-15 22:37:34.0 
+0200
+++ new/platformsh-cli-3.40.13/composer.lock2019-04-18 16:26:33.0 
+0200
@@ -4,7 +4,7 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies;,
 "This file is @generated automatically"
 ],
-"content-hash": "b2ed739eb872f9588e12e6e681d9",
+"content-hash": "5c15a7f67e58e2b0737f93b00554c69f",
 "packages": [
 {
 "name": "cocur/slugify",
@@ -713,16 +713,16 @@
 },
 {
 "name": "platformsh/client",
-"version": "v0.23.5",
+"version": "v0.23.6",
 "source": {
 "type": "git",
 "url": 
"https://github.com/platformsh/platformsh-client-php.git;,
-"reference": "64209600a7c59e6abe75d1490789c04992e8d30f"
+"reference": "d9d23c19e084e03ba9424bf0e1d77c84c1fa8843"
 },
 "dist": {
 "type": "zip",
- 

commit platformsh-cli for openSUSE:Factory

2019-04-17 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-04-17 10:10:21

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.17052 (New)


Package is "platformsh-cli"

Wed Apr 17 10:10:21 2019 rev:68 rq:694835 version:3.40.12

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-04-08 10:36:29.231221810 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.17052/platformsh-cli.changes 
2019-04-17 10:10:31.794924420 +0200
@@ -1,0 +2,11 @@
+Tue Apr 16 13:59:21 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.40.12:
+  * Release v3.40.12
+  * New animation
+  * Improve access token refresh
+  * Offer to "Log in anyway?" in browser login
+  * Fix local project not found exception when specifying another project
+  * Ensure "vendor" is rebuilt by default in self:build
+
+---

Old:

  platformsh-cli-3.40.11.tar.xz

New:

  platformsh-cli-3.40.12.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.cC9j3I/_old  2019-04-17 10:10:33.146925861 +0200
+++ /var/tmp/diff_new_pack.cC9j3I/_new  2019-04-17 10:10:33.150925865 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.40.11
+Version:3.40.12
 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.cC9j3I/_old  2019-04-17 10:10:33.174925890 +0200
+++ /var/tmp/diff_new_pack.cC9j3I/_new  2019-04-17 10:10:33.174925890 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.40.11
+refs/tags/v3.40.12
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.cC9j3I/_old  2019-04-17 10:10:33.198925916 +0200
+++ /var/tmp/diff_new_pack.cC9j3I/_new  2019-04-17 10:10:33.198925916 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-c98278b4b6e86d82c34b77baae48423407867fe7
+d54f9ffd8c0e09420ff0c35fc3841b975abaa2fb
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.cC9j3I/_old  2019-04-17 10:10:33.234925954 +0200
+++ /var/tmp/diff_new_pack.cC9j3I/_new  2019-04-17 10:10:33.234925954 +0200
@@ -17,7 +17,7 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.18  MIT   
-platformsh/client   v0.23.2  MIT   
+platformsh/client   v0.23.5  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.0MIT   

++ platformsh-cli-3.40.11.tar.xz -> platformsh-cli-3.40.12.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.11/composer.json 
new/platformsh-cli-3.40.12/composer.json
--- old/platformsh-cli-3.40.11/composer.json2019-04-04 15:23:21.0 
+0200
+++ new/platformsh-cli-3.40.12/composer.json2019-04-15 22:37:34.0 
+0200
@@ -8,7 +8,7 @@
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
 "platformsh/console-form": ">=0.0.22 <2.0",
-"platformsh/client": ">=0.23.2 <2.0",
+"platformsh/client": ">=0.23.5 <2.0",
 "symfony/console": "^3.0 >=3.2",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.11/composer.lock 
new/platformsh-cli-3.40.12/composer.lock
--- old/platformsh-cli-3.40.11/composer.lock2019-04-04 15:23:21.0 
+0200
+++ new/platformsh-cli-3.40.12/composer.lock2019-04-15 22:37:34.0 
+0200
@@ -4,7 +4,7 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies;,
 "This file is @generated automatically"
 ],
-"content-hash": "14bd460ba358875b77fdea6352289e97",
+"content-hash": "b2ed739eb872f9588e12e6e681d9",
 "packages": [
 {
 "name": "cocur/slugify",
@@ -94,7 +94,8 @@
 "type": "library",
 "extra": {
 "patches_applied": {
-"Make it possible to get the access token without 
triggering a refresh": 
"https://github.com/pjcdawkins/guzzle-oauth2-plugin/commit/d2d720015813185d1ad4fa12884cab9bac6a8b25.patch;
+   

commit platformsh-cli for openSUSE:Factory

2019-04-08 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-04-08 10:36:20

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.3908 (New)


Package is "platformsh-cli"

Mon Apr  8 10:36:20 2019 rev:67 rq:691855 version:3.40.11

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-04-02 09:24:03.592780536 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.3908/platformsh-cli.changes  
2019-04-08 10:36:29.231221810 +0200
@@ -1,0 +2,18 @@
+Fri Apr 05 14:45:58 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.40.11:
+  * Release v3.40.11
+  * Release v3.40.10
+  * Drush aliases: actually use the new app root for non-local environments
+  * Release v3.40.9
+  * Drush aliases: SSH for the app root for all non-local environments
+  * self:release: check for changes since the last version
+  * Text/help improvements to the e:init command (and un-hide it)
+  * Fix silent failure with invalid project IDs in multi command
+  * Some self:release cleanup and DX
+  * Ensure cwd in getVersion()
+  * Always include compare link in release description
+  * Fix tests for Console domain
+  * Replace dev application version using Git
+
+---

Old:

  platformsh-cli-3.40.8.tar.xz

New:

  platformsh-cli-3.40.11.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.Z6FRgS/_old  2019-04-08 10:36:30.011222154 +0200
+++ /var/tmp/diff_new_pack.Z6FRgS/_new  2019-04-08 10:36:30.015222156 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.40.8
+Version:3.40.11
 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.Z6FRgS/_old  2019-04-08 10:36:30.035222165 +0200
+++ /var/tmp/diff_new_pack.Z6FRgS/_new  2019-04-08 10:36:30.035222165 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.40.8
+refs/tags/v3.40.11
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.Z6FRgS/_old  2019-04-08 10:36:30.051222172 +0200
+++ /var/tmp/diff_new_pack.Z6FRgS/_new  2019-04-08 10:36:30.051222172 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-c64598f7b0077110acc5c459023dc70a17a56cc7
+c98278b4b6e86d82c34b77baae48423407867fe7
   
 

++ platformsh-cli-3.40.8.tar.xz -> platformsh-cli-3.40.11.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.8/README.md 
new/platformsh-cli-3.40.11/README.md
--- old/platformsh-cli-3.40.8/README.md 2019-03-30 22:53:45.0 +0100
+++ new/platformsh-cli-3.40.11/README.md2019-04-04 15:23:21.0 
+0200
@@ -117,6 +117,7 @@
   environment:drush (drush) Run a drush command on the remote 
environment
   environment:http-access (httpaccess)  Update HTTP access settings for an 
environment
   environment:info  Read or set properties for an 
environment
+  environment:init  Initialize an environment from a 
public Git repository
   environment:list (environments, env)  Get a list of environments
   environment:logs (log)Read an environment's logs
   environment:merge (merge) Merge an environment
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.8/dist/manifest.json 
new/platformsh-cli-3.40.11/dist/manifest.json
--- old/platformsh-cli-3.40.8/dist/manifest.json2019-03-30 
22:53:45.0 +0100
+++ new/platformsh-cli-3.40.11/dist/manifest.json   2019-04-04 
15:23:21.0 +0200
@@ -1,10 +1,10 @@
 [
 {
 "name": "platform.phar",
-"sha1": "6a6f08bfc6107771d0ff29aba7316ab685f65ea6",
-"sha256": 
"8bab401f25d1908ee6741c7b8c2699ca3ec09d3ebe7cdadc4fb2f837f85efb63",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.40.8/platform.phar;,
-"version": "3.40.8",
+"sha1": "21009f6ecce6ef643f78fe1ea0cffb100d70a6a8",
+"sha256": 
"00d61de403085c4585937fe4264cb4b7a66c066447ea71d15f74805a62953984",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.40.11/platform.phar;,
+"version": "3.40.11",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit platformsh-cli for openSUSE:Factory

2019-04-02 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-04-02 09:23:56

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.25356 (New)


Package is "platformsh-cli"

Tue Apr  2 09:23:56 2019 rev:66 rq:690488 version:3.40.8

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-03-13 09:15:00.311388127 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.25356/platformsh-cli.changes 
2019-04-02 09:24:03.592780536 +0200
@@ -1,0 +2,28 @@
+Mon Apr 01 23:54:23 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.40.8:
+  * Release v3.40.8
+  * Write version without "v" prefix to phar
+  * Ensure version is compared without "v" prefix for updates
+  * Release v3.40.7
+  * Remove composer bin scripts for now (for #791)
+  * Update Console domain
+  * Dependency updates
+
+---
+Fri Mar 29 21:07:44 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.40.6:
+  * Release v3.40.6
+  * Show a message if more snapshots/activities may be available (#790)
+  * Do create a tag for pre-releases (GitHub requires it)
+  * Add default version for self:build
+  * Enable Box compactors
+  * Use --no-scripts to install on Travis
+  * Do not create a tag for pre-releases
+  * Better command to find last version
+  * Remove unnecessary setHidden()
+  * Versioning/release improvements
+  * Upgrade humbug/box and include it via barmarni/composer-bin-plugin
+
+---

Old:

  platformsh-cli-3.40.5.tar.xz

New:

  platformsh-cli-3.40.8.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.rMcmlJ/_old  2019-04-02 09:24:04.316781022 +0200
+++ /var/tmp/diff_new_pack.rMcmlJ/_new  2019-04-02 09:24:04.316781022 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.40.5
+Version:3.40.8
 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.rMcmlJ/_old  2019-04-02 09:24:04.360781052 +0200
+++ /var/tmp/diff_new_pack.rMcmlJ/_new  2019-04-02 09:24:04.360781052 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.40.5
+refs/tags/v3.40.8
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.rMcmlJ/_old  2019-04-02 09:24:04.376781062 +0200
+++ /var/tmp/diff_new_pack.rMcmlJ/_new  2019-04-02 09:24:04.376781062 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-aeb604330c246b2d3269927a93b7bf01c84eb935
+c64598f7b0077110acc5c459023dc70a17a56cc7
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.rMcmlJ/_old  2019-04-02 09:24:04.424781095 +0200
+++ /var/tmp/diff_new_pack.rMcmlJ/_new  2019-04-02 09:24:04.424781095 +0200
@@ -23,14 +23,14 @@
 psr/log 1.1.0MIT   
 react/promise   v2.7.1   MIT   
 stecman/symfony-console-completion  0.8.0MIT   
-symfony/config  v3.4.22  MIT   
-symfony/console v3.4.22  MIT   
-symfony/debug   v3.4.22  MIT   
-symfony/dependency-injectionv3.4.22  MIT   
-symfony/event-dispatcherv3.4.22  MIT   
-symfony/filesystem  v3.4.22  MIT   
-symfony/finder  v3.4.22  MIT   
-symfony/polyfill-ctype  v1.10.0  MIT   
-symfony/polyfill-mbstring   v1.10.0  MIT   
-symfony/process v3.4.22  MIT   
-symfony/yamlv3.4.22  MIT   
+symfony/config  v3.4.23  MIT   
+symfony/console v3.4.23  MIT   
+symfony/debug   v3.4.23  MIT   
+symfony/dependency-injectionv3.4.23  MIT   
+symfony/event-dispatcherv3.4.23  MIT   
+symfony/filesystem  v3.4.23  MIT   
+symfony/finder  v3.4.23  MIT   
+symfony/polyfill-ctype  v1.11.0  MIT   
+symfony/polyfill-mbstring   v1.11.0  MIT   
+symfony/process v3.4.23  MIT   
+symfony/yamlv3.4.23  MIT   

++ platformsh-cli-3.40.5.tar.xz -> platformsh-cli-3.40.8.tar.xz ++
 4578 lines of diff (skipped)

++ 

commit platformsh-cli for openSUSE:Factory

2019-03-13 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-03-13 09:14:52

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.28833 (New)


Package is "platformsh-cli"

Wed Mar 13 09:14:52 2019 rev:65 rq:684411 version:3.40.5

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-02-26 22:23:08.338050446 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.28833/platformsh-cli.changes 
2019-03-13 09:15:00.311388127 +0100
@@ -1,0 +2,8 @@
+Tue Mar 12 13:52:08 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.40.5:
+  * Release v3.40.5
+  * Disable pcre.jit in tunnel:open command to work around PHP bug #77260 
(#786)
+  * Update security test script
+
+---

Old:

  platformsh-cli-3.40.4.tar.xz

New:

  platformsh-cli-3.40.5.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.DfP7OR/_old  2019-03-13 09:15:01.971387956 +0100
+++ /var/tmp/diff_new_pack.DfP7OR/_new  2019-03-13 09:15:01.971387956 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.40.4
+Version:3.40.5
 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.DfP7OR/_old  2019-03-13 09:15:02.103387942 +0100
+++ /var/tmp/diff_new_pack.DfP7OR/_new  2019-03-13 09:15:02.115387940 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.40.4
+refs/tags/v3.40.5
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.DfP7OR/_old  2019-03-13 09:15:02.139387938 +0100
+++ /var/tmp/diff_new_pack.DfP7OR/_new  2019-03-13 09:15:02.139387938 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-503cb7301afffdae8700e5e59170c81e89c6c935
+aeb604330c246b2d3269927a93b7bf01c84eb935
   
 

++ platformsh-cli-3.40.4.tar.xz -> platformsh-cli-3.40.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.4/bin/platform 
new/platformsh-cli-3.40.5/bin/platform
--- old/platformsh-cli-3.40.4/bin/platform  2019-02-26 12:06:03.0 
+0100
+++ new/platformsh-cli-3.40.5/bin/platform  2019-03-12 12:36:07.0 
+0100
@@ -6,6 +6,19 @@
 exit(1);
 }
 
+// Disable PCRE JIT compilation in commands using pcntl_fork(), to work around
+// a PHP bug in versions >= 7.3. This needs to happen before any runtime code.
+// See: https://bugs.php.net/bug.php?id=77260
+if (isset($GLOBALS['argv'][1])
+&& version_compare(PHP_VERSION, '7.3', '>=')
+&& ini_get('pcre.jit') == 1
+&& extension_loaded('pcntl')) {
+$command = $GLOBALS['argv'][1];
+if (strpos($command, ':') !== false && 
preg_match('/^(t|ser)[a-z]*\:(o|sta)[a-z]*$/', $command)) {
+ini_set('pcre.jit', 0);
+}
+}
+
 if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
 require __DIR__ . '/../vendor/autoload.php';
 } elseif (file_exists(__DIR__ . '/../../../autoload.php')) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.4/config.yaml 
new/platformsh-cli-3.40.5/config.yaml
--- old/platformsh-cli-3.40.4/config.yaml   2019-02-26 12:06:03.0 
+0100
+++ new/platformsh-cli-3.40.5/config.yaml   2019-03-12 12:36:07.0 
+0100
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.40.4'
+  version: '3.40.5'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.4/dist/manifest.json 
new/platformsh-cli-3.40.5/dist/manifest.json
--- old/platformsh-cli-3.40.4/dist/manifest.json2019-02-26 
12:06:03.0 +0100
+++ new/platformsh-cli-3.40.5/dist/manifest.json2019-03-12 
12:36:07.0 +0100
@@ -1,10 +1,10 @@
 [
 {
 "name": "platform.phar",
-"sha1": "070b2b34831f988bc572b8dc77ebf520c9e5e5ea",
-"sha256": 
"a95fba2f073621104114e3c826d0e082385913bf7ada981a9601d245402e3282",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.40.4/platform.phar;,
-"version": "3.40.4",
+"sha1": "4bee345feb7cacafa6a89460046ec73ff3025094",
+"sha256": 
"eb14a771a535efb591a035fcf953e6abb7d1d7f4eb4009083b1690024a1324d9",
+ 

commit platformsh-cli for openSUSE:Factory

2019-02-26 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-02-26 22:21:46

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.28833 (New)


Package is "platformsh-cli"

Tue Feb 26 22:21:46 2019 rev:64 rq:679272 version:3.40.4

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-02-19 12:03:03.673055680 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.28833/platformsh-cli.changes 
2019-02-26 22:23:08.338050446 +0100
@@ -1,0 +2,11 @@
+Tue Feb 26 13:46:19 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.40.4:
+  * Release v3.40.4
+  * Block snapshot:restore with --target for legacy regions
+  * fix(mongo): database authentification
+  * Release v3.40.3
+  * Attempt to find the app root via SSH for Enterprise environments (#781)
+  * Fix "Service not found: " error in "db:" commands where the service is not 
known
+
+---

Old:

  platformsh-cli-3.40.2.tar.xz

New:

  platformsh-cli-3.40.4.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.w6dcxM/_old  2019-02-26 22:23:08.954050227 +0100
+++ /var/tmp/diff_new_pack.w6dcxM/_new  2019-02-26 22:23:08.954050227 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.40.2
+Version:3.40.4
 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.w6dcxM/_old  2019-02-26 22:23:08.978050219 +0100
+++ /var/tmp/diff_new_pack.w6dcxM/_new  2019-02-26 22:23:08.978050219 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.40.2
+refs/tags/v3.40.4
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.w6dcxM/_old  2019-02-26 22:23:08.998050212 +0100
+++ /var/tmp/diff_new_pack.w6dcxM/_new  2019-02-26 22:23:08.998050212 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-d32290596cf0d5aec73e88a309c7b94571df8fe3
+503cb7301afffdae8700e5e59170c81e89c6c935
   
 

++ platformsh-cli-3.40.2.tar.xz -> platformsh-cli-3.40.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.2/config.yaml 
new/platformsh-cli-3.40.4/config.yaml
--- old/platformsh-cli-3.40.2/config.yaml   2019-02-18 11:22:35.0 
+0100
+++ new/platformsh-cli-3.40.4/config.yaml   2019-02-26 12:06:03.0 
+0100
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.40.2'
+  version: '3.40.4'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.40.2/dist/manifest.json 
new/platformsh-cli-3.40.4/dist/manifest.json
--- old/platformsh-cli-3.40.2/dist/manifest.json2019-02-18 
11:22:35.0 +0100
+++ new/platformsh-cli-3.40.4/dist/manifest.json2019-02-26 
12:06:03.0 +0100
@@ -1,10 +1,10 @@
 [
 {
 "name": "platform.phar",
-"sha1": "66eecd90e6872766f7b94825a57e5f9958dbc4d5",
-"sha256": 
"d36648b91dfe8f24c8f38d8be78e48a59ff787bb19cf41a13e7a018c326c5761",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.40.2/platform.phar;,
-"version": "3.40.2",
+"sha1": "070b2b34831f988bc572b8dc77ebf520c9e5e5ea",
+"sha256": 
"a95fba2f073621104114e3c826d0e082385913bf7ada981a9601d245402e3282",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.40.4/platform.phar;,
+"version": "3.40.4",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.40.2/src/Command/Db/DbDumpCommand.php 
new/platformsh-cli-3.40.4/src/Command/Db/DbDumpCommand.php
--- old/platformsh-cli-3.40.2/src/Command/Db/DbDumpCommand.php  2019-02-18 
11:22:35.0 +0100
+++ new/platformsh-cli-3.40.4/src/Command/Db/DbDumpCommand.php  2019-02-26 
12:06:03.0 +0100
@@ -67,15 +67,16 @@
 // Get information about the deployed service associated with the
 // selected relationship.
 $deployment = $this->api()->getCurrentDeployment($environment);
-$service = $deployment->getService($database['service']);
+$service = 

commit platformsh-cli for openSUSE:Factory

2019-02-19 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-02-19 12:02:56

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.28833 (New)


Package is "platformsh-cli"

Tue Feb 19 12:02:56 2019 rev:63 rq:677206 version:3.40.2

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-02-17 12:21:28.120198452 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.28833/platformsh-cli.changes 
2019-02-19 12:03:03.673055680 +0100
@@ -1,0 +2,17 @@
+Mon Feb 18 21:02:52 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.40.2:
+  * Release v3.40.2
+  * Fix default for single relationship when choosing a service
+  * Update dependencies (Symfony 3.4.19 -> 3.4.22)
+
+---
+Mon Feb 18 01:40:18 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.40.1:
+  * Release v3.40.1
+  * Fix --relationship option with trailing .0 when selecting from multiple 
endpoints
+  * Account for integrated Enterprise environments whose deployment schema 
information isn't accurate
+  * Ensure the service name is in the relationship array
+
+---

Old:

  platformsh-cli-3.40.0.tar.xz

New:

  platformsh-cli-3.40.2.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.zkkavW/_old  2019-02-19 12:03:04.429055294 +0100
+++ /var/tmp/diff_new_pack.zkkavW/_new  2019-02-19 12:03:04.433055292 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.40.0
+Version:3.40.2
 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.zkkavW/_old  2019-02-19 12:03:04.457055279 +0100
+++ /var/tmp/diff_new_pack.zkkavW/_new  2019-02-19 12:03:04.461055278 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.40.0
+refs/tags/v3.40.2
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.zkkavW/_old  2019-02-19 12:03:04.473055271 +0100
+++ /var/tmp/diff_new_pack.zkkavW/_new  2019-02-19 12:03:04.473055271 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-4d5f7dcd1eefbbf3473e0b7f091623cd7d83d355
+d32290596cf0d5aec73e88a309c7b94571df8fe3
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.zkkavW/_old  2019-02-19 12:03:04.513055251 +0100
+++ /var/tmp/diff_new_pack.zkkavW/_new  2019-02-19 12:03:04.513055251 +0100
@@ -6,7 +6,7 @@
 NameVersion  License   
 cocur/slugify   v2.5 MIT   
 commerceguys/guzzle-oauth2-plugin   v2.1.1   MIT   
-composer/ca-bundle  1.1.3MIT   
+composer/ca-bundle  1.1.4MIT   
 cweagans/composer-patches   1.6.5BSD-3-Clause  
 doctrine/cache  v1.6.2   MIT   
 firebase/php-jwtv2.2.0   BSD-3-Clause  
@@ -16,21 +16,21 @@
 guzzlehttp/streams  3.0.0MIT   
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
-paragonie/random_compat v2.0.17  MIT   
+paragonie/random_compat v2.0.18  MIT   
 platformsh/client   v0.23.2  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.0MIT   
-react/promise   v2.7.0   MIT   
+react/promise   v2.7.1   MIT   
 stecman/symfony-console-completion  0.8.0MIT   
-symfony/config  v3.4.19  MIT   
-symfony/console v3.4.19  MIT   
-symfony/debug   v3.4.19  MIT   
-symfony/dependency-injectionv3.4.19  MIT   
-symfony/event-dispatcherv3.4.19  MIT   
-symfony/filesystem  v3.4.19  MIT   
-symfony/finder  v3.4.19  MIT   
+symfony/config  v3.4.22  MIT   
+symfony/console v3.4.22  MIT   
+symfony/debug   v3.4.22  MIT   
+symfony/dependency-injectionv3.4.22  MIT   
+symfony/event-dispatcherv3.4.22  MIT   
+symfony/filesystem  

commit platformsh-cli for openSUSE:Factory

2019-02-17 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-02-17 12:21:27

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.28833 (New)


Package is "platformsh-cli"

Sun Feb 17 12:21:27 2019 rev:62 rq:676595 version:3.40.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-01-21 11:02:29.767109127 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.28833/platformsh-cli.changes 
2019-02-17 12:21:28.120198452 +0100
@@ -1,0 +2,19 @@
+Fri Feb 15 18:10:44 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.40.0:
+  * Release v3.40.0
+  * Use a different Drush alias root for site-local versions 8 or 9 (#777)
+  * Fix non-interactive choice default handling
+  * Fix non-interactive choice questions with no default should return null 
instead of erroring
+  * Make db:size schema agnostic but warn about inaccessible schemas
+  * Filter schemas by endpoint privileges
+  * Present a choice between schemas
+  * Include the service name and schema in the dump filename
+  * Add --schema option to db:dump and db:sql
+  * Always include a line break after choose()
+  * Fix checkout command when there is only one branch
+  * Fix Drush lock files not being used
+  * Add some 3-letter aliases
+  * Remove experimental "server" commands from README
+
+---

Old:

  platformsh-cli-3.39.0.tar.xz

New:

  platformsh-cli-3.40.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.MWd1w3/_old  2019-02-17 12:21:28.892198240 +0100
+++ /var/tmp/diff_new_pack.MWd1w3/_new  2019-02-17 12:21:28.896198239 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.39.0
+Version:3.40.0
 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.MWd1w3/_old  2019-02-17 12:21:28.928198230 +0100
+++ /var/tmp/diff_new_pack.MWd1w3/_new  2019-02-17 12:21:28.932198229 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.39.0
+refs/tags/v3.40.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.MWd1w3/_old  2019-02-17 12:21:28.948198224 +0100
+++ /var/tmp/diff_new_pack.MWd1w3/_new  2019-02-17 12:21:28.952198224 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-d0dd97e777b3c7b2fe5432004477ef3eb9f44fcf
+4d5f7dcd1eefbbf3473e0b7f091623cd7d83d355
   
 

++ platformsh-cli-3.39.0.tar.xz -> platformsh-cli-3.40.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.39.0/README.md 
new/platformsh-cli-3.40.0/README.md
--- old/platformsh-cli-3.39.0/README.md 2019-01-18 12:39:27.0 +0100
+++ new/platformsh-cli-3.40.0/README.md 2019-02-15 17:37:35.0 +0100
@@ -81,7 +81,7 @@
   web   Open the Web UI
 activity
   activity:get  View detailed information on a 
single activity
-  activity:list (activities)Get a list of activities for an 
environment or project
+  activity:list (activities, act)   Get a list of activities for an 
environment or project
   activity:log  Display the log for an activity
 app
   app:config-getView the configuration of an app
@@ -117,7 +117,7 @@
   environment:drush (drush) Run a drush command on the remote 
environment
   environment:http-access (httpaccess)  Update HTTP access settings for an 
environment
   environment:info  Read or set properties for an 
environment
-  environment:list (environments)   Get a list of environments
+  environment:list (environments, env)  Get a list of environments
   environment:logs (log)Read an environment's logs
   environment:merge (merge) Merge an environment
   environment:push (push)   Push code to an environment
@@ -148,7 +148,7 @@
   project:deleteDelete a project
   project:get (get) Clone a project locally
   project:info  Read or set properties for a 
project
-  project:list (projects)   Get a list of all active projects
+  project:list (projects, pro)  Get a list of all active projects
   project:set-remoteSet the 

commit platformsh-cli for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-01-21 11:00:46

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.28833 (New)


Package is "platformsh-cli"

Mon Jan 21 11:00:46 2019 rev:61 rq:667022 version:3.39.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2019-01-10 15:23:37.638312692 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.28833/platformsh-cli.changes 
2019-01-21 11:02:29.767109127 +0100
@@ -1,0 +2,14 @@
+Fri Jan 18 16:06:31 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.39.0:
+  * Release v3.39.0
+  * Add tunnel:single command: allow opening a tunnel without posix/pcntl 
(#768)
+  * Drush 9 compatibility: move alias auto-remove key under "options"
+  * Remove Drush 9-beta compatibility
+  * Fix: login does not sufficiently log out from old account (#770)
+  * Account for differing app roots in Drush aliases
+  * Unused function
+  * Release v3.38.1
+  * Fix incorrect "You cannot use both the  argument and the 
--environment option" error in environment:activate command
+
+---

Old:

  platformsh-cli-3.38.0.tar.xz

New:

  platformsh-cli-3.39.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.ASgxs6/_old  2019-01-21 11:02:30.659107979 +0100
+++ /var/tmp/diff_new_pack.ASgxs6/_new  2019-01-21 11:02:30.659107979 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.38.0
+Version:3.39.0
 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.ASgxs6/_old  2019-01-21 11:02:30.683107948 +0100
+++ /var/tmp/diff_new_pack.ASgxs6/_new  2019-01-21 11:02:30.683107948 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.38.0
+refs/tags/v3.39.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.ASgxs6/_old  2019-01-21 11:02:30.699107927 +0100
+++ /var/tmp/diff_new_pack.ASgxs6/_new  2019-01-21 11:02:30.703107922 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-89037ac97082af56f5346c0fc5dfeb3d8a2d0061
+d0dd97e777b3c7b2fe5432004477ef3eb9f44fcf
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.ASgxs6/_old  2019-01-21 11:02:30.731107886 +0100
+++ /var/tmp/diff_new_pack.ASgxs6/_new  2019-01-21 11:02:30.735107880 +0100
@@ -17,7 +17,7 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.6   BSD-3-Clause  
 paragonie/random_compat v2.0.17  MIT   
-platformsh/client   v0.23.0  MIT   
+platformsh/client   v0.23.2  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.1.0MIT   

++ platformsh-cli-3.38.0.tar.xz -> platformsh-cli-3.39.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.38.0/README.md 
new/platformsh-cli-3.39.0/README.md
--- old/platformsh-cli-3.38.0/README.md 2019-01-09 15:57:31.0 +0100
+++ new/platformsh-cli-3.39.0/README.md 2019-01-18 12:39:27.0 +0100
@@ -184,6 +184,7 @@
   tunnel:info   View relationship info for SSH 
tunnels
   tunnel:list (tunnels) List SSH tunnels
   tunnel:open   Open SSH tunnels to an app's 
relationships
+  tunnel:single Open a single SSH tunnel to an app 
relationship
 user
   user:add  Add a user to the project
   user:delete   Delete a user from the project
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.38.0/composer.json 
new/platformsh-cli-3.39.0/composer.json
--- old/platformsh-cli-3.38.0/composer.json 2019-01-09 15:57:31.0 
+0100
+++ new/platformsh-cli-3.39.0/composer.json 2019-01-18 12:39:27.0 
+0100
@@ -8,7 +8,7 @@
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
 "platformsh/console-form": ">=0.0.22 <2.0",
-"platformsh/client": ">=0.23.0 <2.0",
+"platformsh/client": ">=0.23.2 <2.0",
 "symfony/console": "^3.0 >=3.2",
 "symfony/yaml": "^3.0 || ^2.6",
 

commit platformsh-cli for openSUSE:Factory

2019-01-10 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2019-01-10 15:23:35

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.28833 (New)


Package is "platformsh-cli"

Thu Jan 10 15:23:35 2019 rev:60 rq:664154 version:3.38.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-11-29 23:01:18.391439396 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.28833/platformsh-cli.changes 
2019-01-10 15:23:37.638312692 +0100
@@ -1,0 +2,49 @@
+Wed Jan 09 18:04:55 UTC 2019 - ji...@boombatower.com
+
+- Update to version 3.38.0:
+  * Release v3.38.0
+  * Fix addOption arguments in snapshot:restore
+  * Allow restoring snapshots to another environment (#735)
+  * Sort interactive project/environment choices alphabetically
+  * Update README.md [skip changelog]
+  * Deduplicate role option description [skip changelog]
+  * Separate user:add and user:update command help
+  * [environment:list] Define "created" and "updated" columns
+  * [environment:list] Fix "Name" column should always have been "Title"
+  * Also support environment titles of 0
+  * Fix: environments with an empty name (e.g. '0') not being recognized
+  * [certificate:list] Add --pipe-domains option
+  * [certificate:list] Add --exclude-domain option
+  * [certificate:list] Add certs alias
+  * Remove interactivity check from installer (#765)
+  * [certificate:list] Define `domains` column
+  * [certificate:list] Filter on --no-expired by default; add --ignore-expiry 
option for previous behavior
+  * Fix inline documentation in user:list command
+  * Run tests in PHP 7.3 (Travis) (#764)
+
+---
+Fri Dec 28 23:29:16 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.37.2:
+  * Release v3.37.2
+  * [worker:list] Display project and environment name/ID
+  * [snapshot:list] Display project and environment name/ID
+  * [route:list] Display project name/ID
+  * [domain:list] Display project name/ID
+  * [activity:list] use api() method [skip changelog]
+  * [user:list] Display project name/ID
+  * Alias "python3" dependencies type to use pip
+  * Define "path" column in mount:list command
+  * Fix table CSV test
+  * Revert csv/tsv output to use LF instead of CRLF line breaks
+  * [activity:list] Better explanation of the selected environment/project
+  * Parse project URLs from the beta unified-UI (#761)
+
+---
+Thu Nov 29 13:53:32 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.37.1:
+  * Release v3.37.1
+  * [mount:size] Fix capacity calculation (should show % of total space, 
instead of % of "available")
+
+---

Old:

  platformsh-cli-3.37.0.tar.xz

New:

  platformsh-cli-3.38.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.Wzr31p/_old  2019-01-10 15:23:38.154312159 +0100
+++ /var/tmp/diff_new_pack.Wzr31p/_new  2019-01-10 15:23:38.154312159 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package platformsh-cli
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.37.0
+Version:3.38.0
 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.Wzr31p/_old  2019-01-10 15:23:38.186312126 +0100
+++ /var/tmp/diff_new_pack.Wzr31p/_new  2019-01-10 15:23:38.186312126 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.37.0
+refs/tags/v3.38.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.Wzr31p/_old  2019-01-10 15:23:38.202312109 +0100
+++ /var/tmp/diff_new_pack.Wzr31p/_new  2019-01-10 15:23:38.202312109 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-6ad5381f1888c5601a44c37b85ca2d00e17faf57
+89037ac97082af56f5346c0fc5dfeb3d8a2d0061
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.Wzr31p/_old  2019-01-10 15:23:38.242312068 +0100
+++ /var/tmp/diff_new_pack.Wzr31p/_new  2019-01-10 15:23:38.242312068 +0100
@@ -17,7 +17,7 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.6   

commit platformsh-cli for openSUSE:Factory

2018-11-29 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-11-29 23:01:15

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new.19453 (New)


Package is "platformsh-cli"

Thu Nov 29 23:01:15 2018 rev:59 rq:652507 version:3.37.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-11-13 17:35:48.948770944 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new.19453/platformsh-cli.changes 
2018-11-29 23:01:18.391439396 +0100
@@ -1,0 +2,25 @@
+Wed Nov 28 23:55:48 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.37.0:
+  * Release v3.37.0
+  * Update dependencies (mostly Symfony v3.4.6 to v3.4.19)
+  * [auth:password-login] Fail if password input cannot be hidden
+  * Allow loading more than 10 snapshots via --limit (#758)
+  * [environment:branch] set the remote only for new branches (#760)
+  * Fix #755: Add Instruction how to install on windows
+  * Name "role" column in user:list command
+  * Only allow a single name for a table column (key or header)
+  * Name "disk" column in service:list command
+  * Add non-default "updated_at" column to domains:list command
+  * Add non-default "disk" and "size" columns to app:list command
+  * Add non-default "host" column to project:list command
+  * Add custom CSV formatter, to make csv/tsv table output cleaner
+  * Add --columns option for all tables
+  * Remove `sudo: false` as required by Travis-CI
+  * Avoid wrapping dates in commit:list
+  * Mark some more tests as slow, but do not allow them to fail
+  * Update list of allowed SSH key algorithms
+  * Avoid repeating session dir path
+  * Simplify logout command and remove confirmation step
+
+---

Old:

  platformsh-cli-3.36.0.tar.xz

New:

  platformsh-cli-3.37.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.F7styc/_old  2018-11-29 23:01:19.515438010 +0100
+++ /var/tmp/diff_new_pack.F7styc/_new  2018-11-29 23:01:19.527437995 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.36.0
+Version:3.37.0
 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.F7styc/_old  2018-11-29 23:01:19.567437946 +0100
+++ /var/tmp/diff_new_pack.F7styc/_new  2018-11-29 23:01:19.567437946 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.36.0
+refs/tags/v3.37.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.F7styc/_old  2018-11-29 23:01:19.587437921 +0100
+++ /var/tmp/diff_new_pack.F7styc/_new  2018-11-29 23:01:19.587437921 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-b1527de03ff889b8dbff21f90cb4c4993e2e0e66
+6ad5381f1888c5601a44c37b85ca2d00e17faf57
   
 

++ extensions.txt ++
--- /var/tmp/diff_new_pack.F7styc/_old  2018-11-29 23:01:19.619437882 +0100
+++ /var/tmp/diff_new_pack.F7styc/_new  2018-11-29 23:01:19.619437882 +0100
@@ -14,17 +14,17 @@
 [9] => php >=5.3.2
 [10] => php >=5.3.3
 [11] => php >=5.3.3
-[12] => php >=5.4.0
+[12] => php >=5.3.3
 [13] => php >=5.4.0
 [14] => php >=5.4.0
 [15] => php >=5.4.0
 [16] => php >=5.4.0
-[17] => php >=5.5.9
+[17] => php >=5.4.0
 [18] => php >=5.5.9
 [19] => php >=5.5.9
-[20] => php ^5.3 || ^7.0 || ^7.1 || ^7.2
-[21] => php ^5.3.2 || ^7.0
-[22] => php ^5.5.9|>=7.0.8
+[20] => php >=5.5.9
+[21] => php ^5.3 || ^7.0 || ^7.1 || ^7.2
+[22] => php ^5.3.2 || ^7.0
 [23] => php ^5.5.9|>=7.0.8
 [24] => php ^5.5.9|>=7.0.8
 [25] => php ^5.5.9|>=7.0.8
@@ -33,14 +33,16 @@
 [28] => php ^5.5.9|>=7.0.8
 [29] => php ^5.5.9|>=7.0.8
 [30] => php ^5.5.9|>=7.0.8
-[31] => php ~5.5|~7.0
+[31] => php ^5.5.9|>=7.0.8
+[32] => php ~5.5|~7.0
 )
 
 [suggests] => Array
 (
-[0] => ext-curl Guzzle will use specific adapters if cURL is 
present
-[1] => ext-libsodium Provides a modern crypto API that can be used 
to generate random bytes.
-[2] => ext-mbstring For best performance
+[0] => ext-ctype For best performance
+[1] => ext-curl Guzzle will use specific adapters if 

commit platformsh-cli for openSUSE:Factory

2018-11-13 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-11-13 17:02:39

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Tue Nov 13 17:02:39 2018 rev:58 rq:648623 version:3.36.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-10-15 09:43:37.763359041 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-11-13 17:35:48.948770944 +0100
@@ -1,0 +2,19 @@
+Mon Nov 12 21:48:13 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.36.0:
+  * Release v3.36.0
+  * Fix dev version [skip changelog]
+  * Use heredoc for command help
+  * Deprecate the --type option in integration:update
+  * Consistent formatting for validation errors from other integration commands
+  * Add integration:validate command
+  * Fix further source of 'Not logged in' errors immediately after login
+  * Do not cache commit API metadata
+  * Fix alpha UI URLs for environments in web command
+  * Release v3.35.4
+  * Fix occasional LoginRequiredException at the end of login
+  * Fix logout check for other sessions
+  * Support forcing color off via PLATFORMSH_CLI_NO_COLOR=1 or NO_COLOR=1
+  * [self:release]: remove release confirmation step [skip changelog]
+
+---

Old:

  platformsh-cli-3.35.3.tar.xz

New:

  platformsh-cli-3.36.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.tZGECd/_old  2018-11-13 17:35:49.500770183 +0100
+++ /var/tmp/diff_new_pack.tZGECd/_new  2018-11-13 17:35:49.500770183 +0100
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   platformsh-cli
-Version:3.35.3
+Version:3.36.0
 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.tZGECd/_old  2018-11-13 17:35:49.524770149 +0100
+++ /var/tmp/diff_new_pack.tZGECd/_new  2018-11-13 17:35:49.528770144 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.35.3
+refs/tags/v3.36.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.tZGECd/_old  2018-11-13 17:35:49.540770128 +0100
+++ /var/tmp/diff_new_pack.tZGECd/_new  2018-11-13 17:35:49.540770128 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-83849efa1ad6d69c845e84c233785913bb1938bb
+b1527de03ff889b8dbff21f90cb4c4993e2e0e66
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.tZGECd/_old  2018-11-13 17:35:49.576770078 +0100
+++ /var/tmp/diff_new_pack.tZGECd/_new  2018-11-13 17:35:49.576770078 +0100
@@ -17,7 +17,7 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.5   BSD-3-Clause  
 paragonie/random_compat v2.0.11  MIT   
-platformsh/client   v0.20.2  MIT   
+platformsh/client   v0.22.1  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.0.2MIT   

++ platformsh-cli-3.35.3.tar.xz -> platformsh-cli-3.36.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.35.3/README.md 
new/platformsh-cli-3.36.0/README.md
--- old/platformsh-cli-3.35.3/README.md 2018-10-12 18:32:40.0 +0200
+++ new/platformsh-cli-3.36.0/README.md 2018-10-24 17:43:24.0 +0200
@@ -261,6 +261,7 @@
 
 * `PLATFORMSH_CLI_DEBUG`: set to 1 to enable cURL debugging. _Warning_: this 
will print all request information in the terminal, including sensitive access 
tokens.
 * `PLATFORMSH_CLI_DISABLE_CACHE`: set to 1 to disable caching
+* `PLATFORMSH_CLI_NO_COLOR`: enable (set to 1) to force colorized output off
 * `PLATFORMSH_CLI_SESSION_ID`: change user session (default 'default')
 * `PLATFORMSH_CLI_SHELL_CONFIG_FILE`: specify the shell configuration file 
that the installer should write to (as an absolute path). If not set, a file 
such as `~/.bashrc` will be chosen automatically. Set this to an empty string 
to disable writing to a shell config file.
 * `PLATFORMSH_CLI_TOKEN`: an API token. _Warning_: 

commit platformsh-cli for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-10-15 09:43:18

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Mon Oct 15 09:43:18 2018 rev:57 rq:641749 version:3.35.3

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-10-08 17:47:09.258351615 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-10-15 09:43:37.763359041 +0200
@@ -1,0 +2,8 @@
+Fri Oct 12 19:17:51 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.35.3:
+  * Release v3.35.3
+  * Revoke this session's tokens pro-actively on logout
+  * multi: ignore blank lines in the project ID list
+
+---

Old:

  platformsh-cli-3.35.2.tar.xz

New:

  platformsh-cli-3.35.3.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.3uXV3w/_old  2018-10-15 09:43:39.003357649 +0200
+++ /var/tmp/diff_new_pack.3uXV3w/_new  2018-10-15 09:43:39.007357645 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.35.2
+Version:3.35.3
 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.3uXV3w/_old  2018-10-15 09:43:39.031357617 +0200
+++ /var/tmp/diff_new_pack.3uXV3w/_new  2018-10-15 09:43:39.031357617 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.35.2
+refs/tags/v3.35.3
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.3uXV3w/_old  2018-10-15 09:43:39.047357600 +0200
+++ /var/tmp/diff_new_pack.3uXV3w/_new  2018-10-15 09:43:39.051357595 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-f524af6368289fa17c9c8d6c088c260e46b3ec4a
+83849efa1ad6d69c845e84c233785913bb1938bb
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.3uXV3w/_old  2018-10-15 09:43:39.087357554 +0200
+++ /var/tmp/diff_new_pack.3uXV3w/_new  2018-10-15 09:43:39.087357554 +0200
@@ -17,7 +17,7 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.5   BSD-3-Clause  
 paragonie/random_compat v2.0.11  MIT   
-platformsh/client   v0.19.2  MIT   
+platformsh/client   v0.20.2  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.0.2MIT   

++ platformsh-cli-3.35.2.tar.xz -> platformsh-cli-3.35.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.35.2/composer.json 
new/platformsh-cli-3.35.3/composer.json
--- old/platformsh-cli-3.35.2/composer.json 2018-10-05 11:21:50.0 
+0200
+++ new/platformsh-cli-3.35.3/composer.json 2018-10-12 18:32:40.0 
+0200
@@ -8,7 +8,7 @@
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
 "platformsh/console-form": ">=0.0.22 <2.0",
-"platformsh/client": ">=0.19.2 <2.0",
+"platformsh/client": ">=0.20.2 <2.0",
 "symfony/console": "^3.0 >=3.2",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.35.2/composer.lock 
new/platformsh-cli-3.35.3/composer.lock
--- old/platformsh-cli-3.35.2/composer.lock 2018-10-05 11:21:50.0 
+0200
+++ new/platformsh-cli-3.35.3/composer.lock 2018-10-12 18:32:40.0 
+0200
@@ -4,7 +4,7 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies;,
 "This file is @generated automatically"
 ],
-"content-hash": "9cda4be36a91eb4c3047272134b31a98",
+"content-hash": "683a401d37c922ba8fd60e6a691587f7",
 "packages": [
 {
 "name": "cocur/slugify",
@@ -711,16 +711,16 @@
 },
 {
 "name": "platformsh/client",
-"version": "v0.19.2",
+"version": "v0.20.2",
 "source": {
 "type": "git",
 "url": 
"https://github.com/platformsh/platformsh-client-php.git;,
-"reference": "678f057067174c3b2c6716168bc86060a3f10097"
+"reference": "220947685624464455d8ae3022c418ae832ce85e"
 },
 

commit platformsh-cli for openSUSE:Factory

2018-10-08 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-10-08 17:44:49

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Mon Oct  8 17:44:49 2018 rev:56 rq:640115 version:3.35.2

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-10-01 08:18:05.309942119 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-10-08 17:47:09.258351615 +0200
@@ -1,0 +2,11 @@
+Fri Oct 05 16:34:12 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.35.2:
+  * Release v3.35.2
+  * Do not prompt for checkout in branch command if it won't be possible
+  * Small refactor of commit:list [skip changelog]
+  * Fix infinite loop in commit:list command (when trying to go back before a 
root commit)
+  * Get service name from config for Bitbucket hooks
+  * Friendlier commit:get examples
+
+---

Old:

  platformsh-cli-3.35.1.tar.xz

New:

  platformsh-cli-3.35.2.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.ARb1f3/_old  2018-10-08 17:47:10.206350406 +0200
+++ /var/tmp/diff_new_pack.ARb1f3/_new  2018-10-08 17:47:10.210350401 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.35.1
+Version:3.35.2
 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.ARb1f3/_old  2018-10-08 17:47:10.254350345 +0200
+++ /var/tmp/diff_new_pack.ARb1f3/_new  2018-10-08 17:47:10.254350345 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.35.1
+refs/tags/v3.35.2
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.ARb1f3/_old  2018-10-08 17:47:10.266350329 +0200
+++ /var/tmp/diff_new_pack.ARb1f3/_new  2018-10-08 17:47:10.266350329 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-8a5f81bee4e2ed3f5dc1898b9479be832dcad466
+f524af6368289fa17c9c8d6c088c260e46b3ec4a
   
 

++ platformsh-cli-3.35.1.tar.xz -> platformsh-cli-3.35.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.35.1/config.yaml 
new/platformsh-cli-3.35.2/config.yaml
--- old/platformsh-cli-3.35.1/config.yaml   2018-09-27 19:30:23.0 
+0200
+++ new/platformsh-cli-3.35.2/config.yaml   2018-10-05 11:21:50.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.35.1'
+  version: '3.35.2'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.35.1/dist/manifest.json 
new/platformsh-cli-3.35.2/dist/manifest.json
--- old/platformsh-cli-3.35.1/dist/manifest.json2018-09-27 
19:30:23.0 +0200
+++ new/platformsh-cli-3.35.2/dist/manifest.json2018-10-05 
11:21:50.0 +0200
@@ -1,10 +1,10 @@
 [
 {
 "name": "platform.phar",
-"sha1": "50ce50d095f4fac11d208ad0aea4ab966fe4d0fc",
-"sha256": 
"187c81f29c387a78af06930ad4d6ca70a34a14062ba464e6e3b5e27208447029",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.35.1/platform.phar;,
-"version": "3.35.1",
+"sha1": "8479397a644be78557d8ca58a0dbeb0e7b5ffc08",
+"sha256": 
"1f7b9aec2af20ea0a0931b2c6b8d89d45c9de1c51fd3c071eb07f760ea284006",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.35.2/platform.phar;,
+"version": "3.35.2",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.35.1/src/Command/Commit/CommitGetCommand.php 
new/platformsh-cli-3.35.2/src/Command/Commit/CommitGetCommand.php
--- old/platformsh-cli-3.35.1/src/Command/Commit/CommitGetCommand.php   
2018-09-27 19:30:23.0 +0200
+++ new/platformsh-cli-3.35.2/src/Command/Commit/CommitGetCommand.php   
2018-10-05 11:21:50.0 +0200
@@ -32,8 +32,9 @@
 PropertyFormatter::configureInput($definition);
 
 $this->addExample('Display the current commit on the environment');
+$this->addExample('Display the previous commit', 'HEAD~');
 $this->addExample('Display the 3rd commit 

commit platformsh-cli for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-10-01 08:18:02

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Mon Oct  1 08:18:02 2018 rev:55 rq:638848 version:3.35.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-09-11 17:20:26.887120634 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-10-01 08:18:05.309942119 +0200
@@ -1,0 +2,32 @@
+Thu Sep 27 19:17:54 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.35.1:
+  * Release v3.35.1
+  * Fix "p" alias in shell-config-bash.rc
+  * Another release note tweak
+  * Tweak release notes minimum version
+  * Release v3.35.0
+  * [variable:update]: Allow changing the value of a project-level sensitive 
variable
+  * Allow listing commits without specifying an environment
+  * Remove unnecessary $i
+  * Iterate through all parents in commit:list, and go back to author date
+  * Add explanations for "Operation not available" on environment actions 
(#750)
+  * Use "id" instead of "uuid" to refer to user IDs
+  * Add alias p=platform (#749)
+  * Add commit:list (commits) and commit:get commands for viewing commits
+  * Handle ~ revision spec in the --commit option
+  * Add --commit option to "repo" commands (#748)
+  * Additional help for mount:size
+  * Clean up --pipe output in user:get
+  * Rename UserRoleCommand -> UserGetCommand
+  * Box syntax simplification
+  * Add Bitbucket integration (#480)
+  * Show hidden service commands
+  * Tweak to prefix option display in variable:create
+  * List required extensions in composer.json (#746)
+  * Unused import
+  * Remove extra whitespace [skip changelog]
+  * Fix drush alias group name prepending bug
+  * Fix installer test script to use correct manifest
+
+---

Old:

  platformsh-cli-3.34.3.tar.xz

New:

  platformsh-cli-3.35.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.3TuuyR/_old  2018-10-01 08:18:05.965941699 +0200
+++ /var/tmp/diff_new_pack.3TuuyR/_new  2018-10-01 08:18:05.969941697 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.34.3
+Version:3.35.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.3TuuyR/_old  2018-10-01 08:18:05.993941682 +0200
+++ /var/tmp/diff_new_pack.3TuuyR/_new  2018-10-01 08:18:05.993941682 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.34.3
+refs/tags/v3.35.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.3TuuyR/_old  2018-10-01 08:18:06.013941669 +0200
+++ /var/tmp/diff_new_pack.3TuuyR/_new  2018-10-01 08:18:06.013941669 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-1ecb2ee81aa44b1f0fc7ef938d7a5018910784c4
+8a5f81bee4e2ed3f5dc1898b9479be832dcad466
   
 

++ extensions.txt ++
--- /var/tmp/diff_new_pack.3TuuyR/_old  2018-10-01 08:18:06.037941654 +0200
+++ /var/tmp/diff_new_pack.3TuuyR/_new  2018-10-01 08:18:06.037941654 +0200
@@ -2,28 +2,28 @@
 (
 [requires] => Array
 (
-[0] => ext-openssl *
+[0] => ext-json *
 [1] => ext-openssl *
-[2] => ext-pcre *
-[3] => php >=5.2.0
+[2] => ext-openssl *
+[3] => ext-pcre *
 [4] => php >=5.2.0
-[5] => php >=5.3.0
+[5] => php >=5.2.0
 [6] => php >=5.3.0
 [7] => php >=5.3.0
-[8] => php >=5.3.2
-[9] => php >=5.3.3
+[8] => php >=5.3.0
+[9] => php >=5.3.2
 [10] => php >=5.3.3
-[11] => php >=5.4.0
+[11] => php >=5.3.3
 [12] => php >=5.4.0
 [13] => php >=5.4.0
 [14] => php >=5.4.0
 [15] => php >=5.4.0
-[16] => php >=5.5.9
+[16] => php >=5.4.0
 [17] => php >=5.5.9
 [18] => php >=5.5.9
-[19] => php ^5.3 || ^7.0 || ^7.1 || ^7.2
-[20] => php ^5.3.2 || ^7.0
-[21] => php ^5.5.9|>=7.0.8
+[19] => php >=5.5.9
+[20] => php ^5.3 || ^7.0 || ^7.1 || ^7.2
+[21] => php ^5.3.2 || ^7.0
 [22] => php ^5.5.9|>=7.0.8
 [23] => php ^5.5.9|>=7.0.8
 [24] => php ^5.5.9|>=7.0.8
@@ -32,7 +32,8 

commit platformsh-cli for openSUSE:Factory

2018-09-11 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-09-11 17:20:14

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Tue Sep 11 17:20:14 2018 rev:54 rq:634825 version:3.34.3

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-09-07 15:41:50.938378930 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-09-11 17:20:26.887120634 +0200
@@ -1,0 +2,14 @@
+Tue Sep 11 01:00:53 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.34.3:
+  * Release v3.34.3
+  * self:release: confirm changelog before building Phar
+  * Update Guzzle for PHP 7.3 compatibility
+  * Use pipenv instead of awscli in build deps test (for Travis)
+  * Test the installer via Travis
+  * Fix undefined constant STDOUT in the installer
+  * Fix undefined constant STDOUT in the installer
+  * Update list of default regions, take #2 (#742)
+  * Update list of default regions. (#741)
+
+---

Old:

  platformsh-cli-3.34.2.tar.xz

New:

  platformsh-cli-3.34.3.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.JKd2wn/_old  2018-09-11 17:20:29.255117018 +0200
+++ /var/tmp/diff_new_pack.JKd2wn/_new  2018-09-11 17:20:29.259117012 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.34.2
+Version:3.34.3
 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.JKd2wn/_old  2018-09-11 17:20:29.295116957 +0200
+++ /var/tmp/diff_new_pack.JKd2wn/_new  2018-09-11 17:20:29.299116950 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.34.2
+refs/tags/v3.34.3
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.JKd2wn/_old  2018-09-11 17:20:29.323116914 +0200
+++ /var/tmp/diff_new_pack.JKd2wn/_new  2018-09-11 17:20:29.323116914 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-c21b6c078fc8b805042b73307cd81f6228c1432f
+1ecb2ee81aa44b1f0fc7ef938d7a5018910784c4
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.JKd2wn/_old  2018-09-11 17:20:29.375116835 +0200
+++ /var/tmp/diff_new_pack.JKd2wn/_new  2018-09-11 17:20:29.379116828 +0200
@@ -11,8 +11,8 @@
 doctrine/cache  v1.6.2   MIT   
 firebase/php-jwtv2.2.0   BSD-3-Clause  
 guzzlehttp/cache-subscriber 0.1.0MIT   
-guzzlehttp/guzzle   5.3.2MIT   
-guzzlehttp/ringphp  1.1.0MIT   
+guzzlehttp/guzzle   5.3.3MIT   
+guzzlehttp/ringphp  1.1.1MIT   
 guzzlehttp/streams  3.0.0MIT   
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.5   BSD-3-Clause  

++ platformsh-cli-3.34.2.tar.xz -> platformsh-cli-3.34.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.34.2/.travis.yml 
new/platformsh-cli-3.34.3/.travis.yml
--- old/platformsh-cli-3.34.2/.travis.yml   2018-09-06 12:10:02.0 
+0200
+++ new/platformsh-cli-3.34.3/.travis.yml   2018-09-10 10:05:45.0 
+0200
@@ -2,17 +2,37 @@
 dist: trusty
 sudo: false
 
-php:
-  - 5.5
-  - 5.6
-  - hhvm
-  - 7.0
-  - 7.1
-  - 7.2
+php: nightly
+env: TEST_SCRIPT=scripts/test/unit.sh
 
 matrix:
+  include:
+- php: 5.6
+  env: TEST_SCRIPT=scripts/test/security.sh
+- php: 7.2
+  env: TEST_SCRIPT=scripts/test/security.sh
+
+- php: 5.6
+  env: TEST_SCRIPT=scripts/test/installer.sh
+
+- php: 5.6
+  env: TEST_SCRIPT=scripts/test/unit.sh
+- php: 7.0
+  env: TEST_SCRIPT=scripts/test/unit.sh
+- php: 7.1
+  env: TEST_SCRIPT=scripts/test/unit.sh
+- php: 7.2
+  env: TEST_SCRIPT=scripts/test/unit.sh
+- php: nightly
+  env: TEST_SCRIPT=scripts/test/unit.sh
+
+- php: 7.2
+  env: TEST_SCRIPT=scripts/test/slow.sh
+
   allow_failures:
-- php: hhvm
+- php: nightly
+- env: TEST_SCRIPT=scripts/test/slow.sh
+
   fast_finish: true
 
 cache:
@@ -23,6 +43,4 @@
 install:
   - composer install --no-interaction
 
-script:
-  - 'curl -H "Accept: text/plain" https://security.sensiolabs.org/check_lock 
-F lock=@./composer.lock'
-  - ./vendor/bin/phpunit -c ./phpunit.xml 

commit platformsh-cli for openSUSE:Factory

2018-09-07 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-09-07 15:41:45

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Fri Sep  7 15:41:45 2018 rev:53 rq:633745 version:3.34.2

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-07-22 23:05:13.040908776 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-09-07 15:41:50.938378930 +0200
@@ -1,0 +2,10 @@
+Thu Sep 06 12:45:02 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.34.2:
+  * Release v3.34.2
+  * Always refresh resources when an operation is not available (#740)
+  * Fix --start option in activity:list
+  * Prefer .bash_profile over .bashrc on OS X
+  * Make the installer interactive if possible
+
+---

Old:

  platformsh-cli-3.34.1.tar.xz

New:

  platformsh-cli-3.34.2.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.2Sioru/_old  2018-09-07 15:41:51.674378142 +0200
+++ /var/tmp/diff_new_pack.2Sioru/_new  2018-09-07 15:41:51.674378142 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.34.1
+Version:3.34.2
 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.2Sioru/_old  2018-09-07 15:41:51.694378121 +0200
+++ /var/tmp/diff_new_pack.2Sioru/_new  2018-09-07 15:41:51.694378121 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.34.1
+refs/tags/v3.34.2
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.2Sioru/_old  2018-09-07 15:41:51.710378103 +0200
+++ /var/tmp/diff_new_pack.2Sioru/_new  2018-09-07 15:41:51.710378103 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-eaa40edf86cb91fda00fe8a0ee2a4f918dab26bf
+c21b6c078fc8b805042b73307cd81f6228c1432f
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.2Sioru/_old  2018-09-07 15:41:51.746378065 +0200
+++ /var/tmp/diff_new_pack.2Sioru/_new  2018-09-07 15:41:51.746378065 +0200
@@ -17,7 +17,7 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.5   BSD-3-Clause  
 paragonie/random_compat v2.0.11  MIT   
-platformsh/client   v0.19.0  MIT   
+platformsh/client   v0.19.2  MIT   
 platformsh/console-form v0.0.20  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.0.2MIT   

++ platformsh-cli-3.34.1.tar.xz -> platformsh-cli-3.34.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.34.1/composer.json 
new/platformsh-cli-3.34.2/composer.json
--- old/platformsh-cli-3.34.1/composer.json 2018-07-20 15:19:57.0 
+0200
+++ new/platformsh-cli-3.34.2/composer.json 2018-09-06 12:10:02.0 
+0200
@@ -8,7 +8,7 @@
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
 "platformsh/console-form": ">=0.0.20 <2.0",
-"platformsh/client": ">=0.19.0 <2.0",
+"platformsh/client": ">=0.19.2 <2.0",
 "symfony/console": "^3.0 >=3.2",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.34.1/composer.lock 
new/platformsh-cli-3.34.2/composer.lock
--- old/platformsh-cli-3.34.1/composer.lock 2018-07-20 15:19:57.0 
+0200
+++ new/platformsh-cli-3.34.2/composer.lock 2018-09-06 12:10:02.0 
+0200
@@ -1,10 +1,10 @@
 {
 "_readme": [
 "This file locks the dependencies of your project to a known state",
-"Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file;,
+"Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies;,
 "This file is @generated automatically"
 ],
-"content-hash": "38dce8ffb407b4a7fc74e245f72c3c2a",
+"content-hash": "e9b445a5db6a43d3c8cf702109407a99",
 "packages": [
 {
 "name": "cocur/slugify",
@@ -711,16 +711,16 @@
 },
 {
 "name": "platformsh/client",
-"version": "v0.19.0",
+"version": "v0.19.2",
 

commit platformsh-cli for openSUSE:Factory

2018-07-22 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-07-22 23:04:53

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Sun Jul 22 23:04:53 2018 rev:52 rq:624402 version:3.34.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-06-28 15:14:44.559447372 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-07-22 23:05:13.040908776 +0200
@@ -1,0 +2,27 @@
+Sat Jul 21 03:47:07 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.34.1:
+  * Release v3.34.1
+  * Fix --pipe option in the environment:ssh (ssh) command
+  * Wording tweak for sync --rebase
+
+---
+Thu Jul 19 18:41:26 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.34.0:
+  * Release v3.34.0
+  * Add --worker option to the SSH command (#736)
+  * Remove legacy API workaround in integration:update
+  * Add --depth option to project:get (get) command (#715)
+  * Add --rebase option to the environment:synchronize (sync) command. (#714)
+  * Add --prune-branches option for github and gitlab integrations (#723)
+  * Update user commands for upstream API fix (improves performance) (#718)
+  * Add service:list (services) command (#731)
+  * [db:dump] Add --no-owner to pg_dump command (#733)
+  * [self:install] Format source argument with ./ if it is a basename
+  * Fix --all option in list command
+  * [self:install]: prefer .bashrc over .bash_profile
+  * Installer: fix undefined constant when run through stdin to PHP
+  * Fix colorization in installer
+
+---

Old:

  platformsh-cli-3.33.6.tar.xz

New:

  platformsh-cli-3.34.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.9AKNAD/_old  2018-07-22 23:05:14.296908310 +0200
+++ /var/tmp/diff_new_pack.9AKNAD/_new  2018-07-22 23:05:14.300908309 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.33.6
+Version:3.34.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.9AKNAD/_old  2018-07-22 23:05:14.324908300 +0200
+++ /var/tmp/diff_new_pack.9AKNAD/_new  2018-07-22 23:05:14.324908300 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.33.6
+refs/tags/v3.34.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.9AKNAD/_old  2018-07-22 23:05:14.340908294 +0200
+++ /var/tmp/diff_new_pack.9AKNAD/_new  2018-07-22 23:05:14.340908294 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-126d22e278420e33589fc7506bb171bf96b231c8
+eaa40edf86cb91fda00fe8a0ee2a4f918dab26bf
   
 

++ platformsh-cli-3.33.6.tar.xz -> platformsh-cli-3.34.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.33.6/config.yaml 
new/platformsh-cli-3.34.1/config.yaml
--- old/platformsh-cli-3.33.6/config.yaml   2018-06-27 16:53:05.0 
+0200
+++ new/platformsh-cli-3.34.1/config.yaml   2018-07-20 15:19:57.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.33.6'
+  version: '3.34.1'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.33.6/dist/installer.php 
new/platformsh-cli-3.34.1/dist/installer.php
--- old/platformsh-cli-3.33.6/dist/installer.php2018-06-27 
16:53:05.0 +0200
+++ new/platformsh-cli-3.34.1/dist/installer.php2018-07-20 
15:19:57.0 +0200
@@ -218,7 +218,7 @@
 }
 
 output(PHP_EOL . '  Running self:install command...');
-putenv('CLICOLOR_FORCE=' . is_ansi() ? '1' : '0');
+putenv('CLICOLOR_FORCE=' . (is_ansi() ? '1' : '0'));
 exec('php ' . $pharPath . ' self:install --yes 2>&1', $output, $return_var);
 output(preg_replace('/^/m', '  ', implode(PHP_EOL, $output)));
 if ($return_var === 0) {
@@ -303,7 +303,7 @@
 // Everywhere else, default to ANSI if stdout is a terminal.
 return (DIRECTORY_SEPARATOR == '\\')
 ? (false !== getenv('ANSICON') || 'ON' === getenv('ConEmuANSI'))
-: (function_exists('posix_isatty') && posix_isatty(STDOUT));
+: 

commit platformsh-cli for openSUSE:Factory

2018-06-28 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-06-28 15:14:42

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Thu Jun 28 15:14:42 2018 rev:51 rq:619453 version:3.33.6

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-06-25 11:41:17.555934911 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-06-28 15:14:44.559447372 +0200
@@ -1,0 +2,10 @@
+Wed Jun 27 21:00:13 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.33.6:
+  * Release v3.33.6
+  * Installer improvements (#730)
+  * Make environment labels consistent (#729)
+  * Refactor mount:size command; add --refresh option
+  * Get current deployment from cache
+
+---

Old:

  platformsh-cli-3.33.5.tar.xz

New:

  platformsh-cli-3.33.6.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.M4miE3/_old  2018-06-28 15:14:45.123446339 +0200
+++ /var/tmp/diff_new_pack.M4miE3/_new  2018-06-28 15:14:45.123446339 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.33.5
+Version:3.33.6
 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.M4miE3/_old  2018-06-28 15:14:45.163446266 +0200
+++ /var/tmp/diff_new_pack.M4miE3/_new  2018-06-28 15:14:45.163446266 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.33.5
+refs/tags/v3.33.6
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.M4miE3/_old  2018-06-28 15:14:45.179446237 +0200
+++ /var/tmp/diff_new_pack.M4miE3/_new  2018-06-28 15:14:45.179446237 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-ae5f1e8a7640331288f1b22ca28149f796ac586b
+126d22e278420e33589fc7506bb171bf96b231c8
   
 

++ platformsh-cli-3.33.5.tar.xz -> platformsh-cli-3.33.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.33.5/README.md 
new/platformsh-cli-3.33.6/README.md
--- old/platformsh-cli-3.33.5/README.md 2018-06-22 18:26:15.0 +0200
+++ new/platformsh-cli-3.33.6/README.md 2018-06-27 16:53:05.0 +0200
@@ -252,6 +252,7 @@
 * `PLATFORMSH_CLI_DEBUG`: set to 1 to enable cURL debugging. _Warning_: this 
will print all request information in the terminal, including sensitive access 
tokens.
 * `PLATFORMSH_CLI_DISABLE_CACHE`: set to 1 to disable caching
 * `PLATFORMSH_CLI_SESSION_ID`: change user session (default 'default')
+* `PLATFORMSH_CLI_SHELL_CONFIG_FILE`: specify the shell configuration file 
that the installer should write to (as an absolute path). If not set, a file 
such as `~/.bashrc` will be chosen automatically. Set this to an empty string 
to disable writing to a shell config file.
 * `PLATFORMSH_CLI_TOKEN`: an API token. _Warning_: storing a secret in an 
environment variable can be insecure. It may be better to use `config.yaml` as 
above, depending on your system. The environment variable is preferable on CI 
systems like Jenkins and GitLab.
 * `PLATFORMSH_CLI_UPDATES_CHECK`: set to 0 to disable the automatic updates 
check
 * `CLICOLOR_FORCE`: set to 1 or 0 to force colorized output on or off, 
respectively
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.33.5/config.yaml 
new/platformsh-cli-3.33.6/config.yaml
--- old/platformsh-cli-3.33.5/config.yaml   2018-06-22 18:26:15.0 
+0200
+++ new/platformsh-cli-3.33.6/config.yaml   2018-06-27 16:53:05.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.33.5'
+  version: '3.33.6'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.33.5/dist/installer.php 
new/platformsh-cli-3.33.6/dist/installer.php
--- old/platformsh-cli-3.33.5/dist/installer.php2018-06-22 
18:26:15.0 +0200
+++ new/platformsh-cli-3.33.6/dist/installer.php2018-06-27 
16:53:05.0 +0200
@@ -303,7 +303,7 @@
 // Everywhere else, default to ANSI if stdout is a terminal.
 return (DIRECTORY_SEPARATOR == '\\')
 ? (false !== getenv('ANSICON') || 'ON' === 

commit platformsh-cli for openSUSE:Factory

2018-06-25 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-06-25 11:41:04

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Mon Jun 25 11:41:04 2018 rev:50 rq:618561 version:3.33.5

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-06-20 15:32:05.336482754 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-06-25 11:41:17.555934911 +0200
@@ -1,0 +2,8 @@
+Fri Jun 22 20:53:00 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.33.5:
+  * Release v3.33.5
+  * Support Integrated UI environmments in environment:logs (log) command 
(#728)
+  * Fix exception in mount:size coand on some regions
+
+---

Old:

  platformsh-cli-3.33.4.tar.xz

New:

  platformsh-cli-3.33.5.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.1I1rac/_old  2018-06-25 11:41:18.467901247 +0200
+++ /var/tmp/diff_new_pack.1I1rac/_new  2018-06-25 11:41:18.471901100 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.33.4
+Version:3.33.5
 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.1I1rac/_old  2018-06-25 11:41:18.527899033 +0200
+++ /var/tmp/diff_new_pack.1I1rac/_new  2018-06-25 11:41:18.527899033 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.33.4
+refs/tags/v3.33.5
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.1I1rac/_old  2018-06-25 11:41:18.547898294 +0200
+++ /var/tmp/diff_new_pack.1I1rac/_new  2018-06-25 11:41:18.547898294 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-f22ec7cd383b190b241d7cdf8b21d13d4addfcf5
+ae5f1e8a7640331288f1b22ca28149f796ac586b
   
 

++ platformsh-cli-3.33.4.tar.xz -> platformsh-cli-3.33.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.33.4/config.yaml 
new/platformsh-cli-3.33.5/config.yaml
--- old/platformsh-cli-3.33.4/config.yaml   2018-06-18 11:34:30.0 
+0200
+++ new/platformsh-cli-3.33.5/config.yaml   2018-06-22 18:26:15.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.33.4'
+  version: '3.33.5'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.33.4/dist/manifest.json 
new/platformsh-cli-3.33.5/dist/manifest.json
--- old/platformsh-cli-3.33.4/dist/manifest.json2018-06-18 
11:34:30.0 +0200
+++ new/platformsh-cli-3.33.5/dist/manifest.json2018-06-22 
18:26:15.0 +0200
@@ -1,10 +1,10 @@
 [
 {
 "name": "platform.phar",
-"sha1": "e6138e20f1aa1276afc1a7f305e2a6d1b65b7525",
-"sha256": 
"5072c6799a5477a8335c549cc4d62030e7c70b3ef8dc2be195a61ae9070f",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.33.4/platform.phar;,
-"version": "3.33.4",
+"sha1": "5deade66f24de45b2a43062b77f8c4605a3b29b8",
+"sha256": 
"92ee535e80b5d77be90d5a172e01e0af316377ab1e2414d7c6d83469356b9901",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.33.5/platform.phar;,
+"version": "3.33.5",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.33.4/src/Command/Environment/EnvironmentLogCommand.php 
new/platformsh-cli-3.33.5/src/Command/Environment/EnvironmentLogCommand.php
--- old/platformsh-cli-3.33.4/src/Command/Environment/EnvironmentLogCommand.php 
2018-06-18 11:34:30.0 +0200
+++ new/platformsh-cli-3.33.5/src/Command/Environment/EnvironmentLogCommand.php 
2018-06-22 18:26:15.0 +0200
@@ -48,13 +48,22 @@
 /** @var \Platformsh\Cli\Service\Shell $shell */
 $shell = $this->getService('shell');
 
+$logDir = '/var/log';
+
+// Special handling for Platform.sh Enterprise (Integrated UI)
+// environments.
+if (preg_match('/^ent-.*?platform\.sh$/', $sshUrl)) {
+$logDir = '/var/log/platform/"$USER"';
+

commit platformsh-cli for openSUSE:Factory

2018-06-20 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-06-20 15:30:44

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Wed Jun 20 15:30:44 2018 rev:49 rq:617588 version:3.33.4

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-05-17 18:05:31.795635932 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-06-20 15:32:05.336482754 +0200
@@ -1,0 +2,37 @@
+Mon Jun 18 23:33:19 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.33.4:
+  * Release v3.33.4
+  * Identifier: extract cluster name even from failed responses
+  * Fix the web root symlink for a top-level app in a multi-app project
+  * Remove hidden commands from autocomplete
+  * Browser login: print shell command when in very-verbose mode
+
+---
+Wed Jun 06 23:12:03 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.33.3:
+  * Release v3.33.3
+  * Complete installation without an existing shell config file (#725)
+  * Fix uninitialized string offset warning in YamlParser
+  * Change default db:dump filename to use the environment's machine name
+
+---
+Tue May 22 22:16:11 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.33.2:
+  * Release v3.33.2
+  * Fix command not found problem in crons
+  * Allow color in composer install
+  * Revert "Installer: use manifest direct from GitHub"
+  * Installer: use manifest direct from GitHub
+  * Slack channel can be an ID (#719)
+
+---
+Thu May 17 12:46:38 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.33.1:
+  * Release v3.33.1
+  * Work around regression caused by previous commit 6659d65
+
+---

Old:

  platformsh-cli-3.33.0.tar.xz

New:

  platformsh-cli-3.33.4.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.la5xfs/_old  2018-06-20 15:32:07.608400323 +0200
+++ /var/tmp/diff_new_pack.la5xfs/_new  2018-06-20 15:32:07.612400178 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.33.0
+Version:3.33.4
 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.la5xfs/_old  2018-06-20 15:32:07.648398872 +0200
+++ /var/tmp/diff_new_pack.la5xfs/_new  2018-06-20 15:32:07.648398872 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.33.0
+refs/tags/v3.33.4
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.la5xfs/_old  2018-06-20 15:32:07.672398001 +0200
+++ /var/tmp/diff_new_pack.la5xfs/_new  2018-06-20 15:32:07.672398001 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-d74fec48620834ff1ce4ce028c90219b39a38eef
+f22ec7cd383b190b241d7cdf8b21d13d4addfcf5
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.la5xfs/_old  2018-06-20 15:32:07.720396259 +0200
+++ /var/tmp/diff_new_pack.la5xfs/_new  2018-06-20 15:32:07.720396259 +0200
@@ -22,7 +22,7 @@
 psr/container   1.0.0MIT   
 psr/log 1.0.2MIT   
 react/promise   v2.5.1   MIT   
-stecman/symfony-console-completion  0.7.0MIT   
+stecman/symfony-console-completion  0.8.0MIT   
 symfony/config  v3.4.6   MIT   
 symfony/console v3.4.6   MIT   
 symfony/debug   v3.4.6   MIT   

++ platformsh-cli-3.33.0.tar.xz -> platformsh-cli-3.33.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.33.0/composer.json 
new/platformsh-cli-3.33.4/composer.json
--- old/platformsh-cli-3.33.0/composer.json 2018-05-16 18:47:49.0 
+0200
+++ new/platformsh-cli-3.33.4/composer.json 2018-06-18 11:34:30.0 
+0200
@@ -9,12 +9,12 @@
 "guzzlehttp/ringphp": "^1.1",
 "platformsh/console-form": ">=0.0.20 <2.0",
 "platformsh/client": ">=0.19.0 <2.0",
-"symfony/console": "^3.0 !=3.2.5 !=3.2.6",
+"symfony/console": "^3.0 >=3.2",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
 "symfony/filesystem": "^3.0",

commit platformsh-cli for openSUSE:Factory

2018-05-17 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-05-17 18:04:52

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Thu May 17 18:04:52 2018 rev:48 rq:609929 version:3.33.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-05-16 11:41:57.283510257 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-05-17 18:05:31.795635932 +0200
@@ -1,0 +2,12 @@
+Wed May 16 19:59:27 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.33.0:
+  * Release v3.33.0
+  * Add --sensitive option for project-level variables (#716)
+  * Add mount:size command (#713)
+  * Add a README warning about debug mode [skip changelog]
+  * Clear environment/project caches after a 403 error
+  * Increase prominence of warning in db:size (#712)
+  * Ignore automatic updates if the Phar is not writable
+
+---

Old:

  platformsh-cli-3.32.5.tar.xz

New:

  platformsh-cli-3.33.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.bMfXOL/_old  2018-05-17 18:05:33.439575810 +0200
+++ /var/tmp/diff_new_pack.bMfXOL/_new  2018-05-17 18:05:33.439575810 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.32.5
+Version:3.33.0
 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.bMfXOL/_old  2018-05-17 18:05:33.475574493 +0200
+++ /var/tmp/diff_new_pack.bMfXOL/_new  2018-05-17 18:05:33.479574347 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.32.5
+refs/tags/v3.33.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.bMfXOL/_old  2018-05-17 18:05:33.499573616 +0200
+++ /var/tmp/diff_new_pack.bMfXOL/_new  2018-05-17 18:05:33.499573616 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-273b8e90b72a182b76e46a7f720e45c9b87b68c5
+d74fec48620834ff1ce4ce028c90219b39a38eef
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.bMfXOL/_old  2018-05-17 18:05:33.539572153 +0200
+++ /var/tmp/diff_new_pack.bMfXOL/_new  2018-05-17 18:05:33.547571860 +0200
@@ -17,7 +17,7 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.5   BSD-3-Clause  
 paragonie/random_compat v2.0.11  MIT   
-platformsh/client   v0.17.2  MIT   
+platformsh/client   v0.19.0  MIT   
 platformsh/console-form v0.0.20  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.0.2MIT   

++ platformsh-cli-3.32.5.tar.xz -> platformsh-cli-3.33.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.32.5/README.md 
new/platformsh-cli-3.33.0/README.md
--- old/platformsh-cli-3.32.5/README.md 2018-05-14 18:26:16.0 +0200
+++ new/platformsh-cli-3.33.0/README.md 2018-05-16 18:47:49.0 +0200
@@ -130,6 +130,7 @@
 mount
   mount:downloadDownload files from a mount, using 
rsync
   mount:list (mounts)   Get a list of mounts
+  mount:sizeCheck the disk usage of mounts
   mount:upload  Upload files to a mount, using 
rsync
 project
   project:clear-build-cache Clear a project's build cache
@@ -248,7 +249,7 @@
 
 Other customization is available via environment variables:
 
-* `PLATFORMSH_CLI_DEBUG`: set to 1 to enable cURL debugging
+* `PLATFORMSH_CLI_DEBUG`: set to 1 to enable cURL debugging. _Warning_: this 
will print all request information in the terminal, including sensitive access 
tokens.
 * `PLATFORMSH_CLI_DISABLE_CACHE`: set to 1 to disable caching
 * `PLATFORMSH_CLI_SESSION_ID`: change user session (default 'default')
 * `PLATFORMSH_CLI_TOKEN`: an API token. _Warning_: storing a secret in an 
environment variable can be insecure. It may be better to use `config.yaml` as 
above, depending on your system. The environment variable is preferable on CI 
systems like Jenkins and GitLab.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.32.5/composer.json 
new/platformsh-cli-3.33.0/composer.json
--- 

commit platformsh-cli for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-05-16 11:40:29

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Wed May 16 11:40:29 2018 rev:47 rq:607334 version:3.32.5

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-05-08 13:39:26.912986678 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-05-16 11:41:57.283510257 +0200
@@ -1,0 +2,10 @@
+Mon May 14 21:53:01 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.32.5:
+  * Release v3.32.5
+  * Installer: improvements to environment configuration snippet (#711)
+  * Avoid false positives when recommending .gitignore in Drupal vanilla sites
+  * Allow a timezone to be configured for the CLI in application.timezone
+  * Improve "No services found" message and ignore relationships without a 
scheme.
+
+---

Old:

  platformsh-cli-3.32.4.tar.xz

New:

  platformsh-cli-3.32.5.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.PRHwxu/_old  2018-05-16 11:41:58.459467459 +0200
+++ /var/tmp/diff_new_pack.PRHwxu/_new  2018-05-16 11:41:58.463467314 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.32.4
+Version:3.32.5
 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.PRHwxu/_old  2018-05-16 11:41:58.495466149 +0200
+++ /var/tmp/diff_new_pack.PRHwxu/_new  2018-05-16 11:41:58.495466149 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.32.4
+refs/tags/v3.32.5
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.PRHwxu/_old  2018-05-16 11:41:58.511465567 +0200
+++ /var/tmp/diff_new_pack.PRHwxu/_new  2018-05-16 11:41:58.515465421 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-41bb3fe19375eee40a340d150077b5253b71f1f8
+273b8e90b72a182b76e46a7f720e45c9b87b68c5
   
 

++ platformsh-cli-3.32.4.tar.xz -> platformsh-cli-3.32.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.32.4/README.md 
new/platformsh-cli-3.32.5/README.md
--- old/platformsh-cli-3.32.4/README.md 2018-05-07 09:59:27.0 +0200
+++ new/platformsh-cli-3.32.5/README.md 2018-05-14 18:26:16.0 +0200
@@ -222,7 +222,13 @@
   # 'browser').
   login_method: browser
 
-  # The default date format string. For a list of formats, see: 
http://php.net/manual/en/function.date.php
+  # The default timezone for times displayed or interpreted by the CLI.
+  # An empty (falsy) value here means the PHP or system timezone will be used.
+  # For a list of timezones, see: http://php.net/manual/en/timezones.php
+  timezone: ~
+
+  # The default date format string, for dates and times displayed by the CLI.
+  # For a list of formats, see: http://php.net/manual/en/function.date.php
   date_format: c
 
 local:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.32.4/config.yaml 
new/platformsh-cli-3.32.5/config.yaml
--- old/platformsh-cli-3.32.4/config.yaml   2018-05-07 09:59:27.0 
+0200
+++ new/platformsh-cli-3.32.5/config.yaml   2018-05-14 18:26:16.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.32.4'
+  version: '3.32.5'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
@@ -17,6 +17,12 @@
   # This can be overridden in the user config file.
   login_method: browser
 
+  # The default timezone for times displayed or interpreted by the CLI.
+  # An empty (falsy) value here means the PHP or system timezone will be used.
+  # For a list of timezones, see: http://php.net/manual/en/timezones.php
+  # This can be overridden in the user config file.
+  timezone: ~
+
   # The default date format string. This can be overridden in the user config
   # file, or  by the --date-fmt option. For a list of formats, see:
   # http://php.net/manual/en/function.date.php
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.32.4/dist/manifest.json 
new/platformsh-cli-3.32.5/dist/manifest.json
--- old/platformsh-cli-3.32.4/dist/manifest.json2018-05-07 

commit platformsh-cli for openSUSE:Factory

2018-05-08 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-05-08 13:39:13

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Tue May  8 13:39:13 2018 rev:46 rq:605189 version:3.32.4

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-04-20 17:33:21.546077064 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-05-08 13:39:26.912986678 +0200
@@ -1,0 +2,10 @@
+Mon May 07 23:25:40 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.32.4:
+  * Release v3.32.4
+  * Statically cache project users (speeds up commands like 'user:get')
+  * Fix descriptions for activity messages that contain /
+  * Raise default updates check interval to 7 days
+  * [project:set-remote] ignore the "current" project if it does not exist
+
+---

Old:

  platformsh-cli-3.32.3.tar.xz

New:

  platformsh-cli-3.32.4.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.gNQmwM/_old  2018-05-08 13:39:29.740884601 +0200
+++ /var/tmp/diff_new_pack.gNQmwM/_new  2018-05-08 13:39:29.744884456 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.32.3
+Version:3.32.4
 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.gNQmwM/_old  2018-05-08 13:39:29.72868 +0200
+++ /var/tmp/diff_new_pack.gNQmwM/_new  2018-05-08 13:39:29.792882724 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.32.3
+refs/tags/v3.32.4
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.gNQmwM/_old  2018-05-08 13:39:29.828881425 +0200
+++ /var/tmp/diff_new_pack.gNQmwM/_new  2018-05-08 13:39:29.828881425 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-6c3f2940691fd215d0edc36e6a0d2f75b4452a45
+41bb3fe19375eee40a340d150077b5253b71f1f8
   
 

++ platformsh-cli-3.32.3.tar.xz -> platformsh-cli-3.32.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.32.3/README.md 
new/platformsh-cli-3.32.4/README.md
--- old/platformsh-cli-3.32.3/README.md 2018-04-19 14:02:04.0 +0200
+++ new/platformsh-cli-3.32.4/README.md 2018-05-07 09:59:27.0 +0200
@@ -236,8 +236,8 @@
   # Whether to check for automatic updates.
   check: true
 
-  # The interval between checking for updates (seconds).
-  check_interval: 86400
+  # The interval between checking for updates (in seconds). 604800 = 7 days.
+  check_interval: 604800
 ```
 
 Other customization is available via environment variables:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.32.3/config.yaml 
new/platformsh-cli-3.32.4/config.yaml
--- old/platformsh-cli-3.32.3/config.yaml   2018-04-19 14:02:04.0 
+0200
+++ new/platformsh-cli-3.32.4/config.yaml   2018-05-07 09:59:27.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.32.3'
+  version: '3.32.4'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
@@ -101,7 +101,8 @@
 # Automatic updates.
 # This can be overridden in the user config file.
 updates:
-  check_interval: 86400
+  # The interval between automatic update checks (in seconds). 604800 = 7 days.
+  check_interval: 604800
 
   # Overridden by {application.env_prefix}UPDATES_CHECK env var.
   check: true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.32.3/dist/manifest.json 
new/platformsh-cli-3.32.4/dist/manifest.json
--- old/platformsh-cli-3.32.3/dist/manifest.json2018-04-19 
14:02:04.0 +0200
+++ new/platformsh-cli-3.32.4/dist/manifest.json2018-05-07 
09:59:27.0 +0200
@@ -1,10 +1,10 @@
 [
 {
 "name": "platform.phar",
-"sha1": "36cf03f0834e3e24e4133401bbe8a8725cb76e69",
-"sha256": 
"6c6cd56ccd77aaea2a8a2104e90348f2495485e1b7b23c822911a49b52ec10b5",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.32.3/platform.phar;,
-"version": "3.32.3",
+"sha1": "2457b38ec2456bd4eadbefb571c8ddd4f3843be6",
+"sha256": 

commit platformsh-cli for openSUSE:Factory

2018-04-20 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-04-20 17:31:02

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Fri Apr 20 17:31:02 2018 rev:45 rq:598557 version:3.32.3

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-04-16 12:49:04.844912190 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-04-20 17:33:21.546077064 +0200
@@ -1,0 +2,16 @@
+Thu Apr 19 12:59:13 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.32.3:
+  * Release v3.32.3
+  * Correct fix for snapshot:restore and variable:delete bug 
+  * [self:release] fix release download URL [skip changelog]
+  * Release v3.32.2
+  * [self:release] Use temp dir for phar file [skip changelog]
+  * Fix invalid type bug that broke 2 commands: variable:delete and 
snapshot:restore
+  * [project:get] ... and check for all heads [skip changelog]
+  * [project:get] Fix check for repository existence (do not assume a default 
HEAD)
+  * Fix: allow more than one / in a GitLab project name (#708)
+  * [activity:log] show progress bar if possible
+  * [self:install] Detect ZSH more liberally when finding a config file
+
+---

Old:

  platformsh-cli-3.32.1.tar.xz

New:

  platformsh-cli-3.32.3.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.kI42Lr/_old  2018-04-20 17:33:22.842030067 +0200
+++ /var/tmp/diff_new_pack.kI42Lr/_new  2018-04-20 17:33:22.846029922 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.32.1
+Version:3.32.3
 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.kI42Lr/_old  2018-04-20 17:33:22.882028616 +0200
+++ /var/tmp/diff_new_pack.kI42Lr/_new  2018-04-20 17:33:22.882028616 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.32.1
+refs/tags/v3.32.3
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.kI42Lr/_old  2018-04-20 17:33:22.902027891 +0200
+++ /var/tmp/diff_new_pack.kI42Lr/_new  2018-04-20 17:33:22.910027601 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-a3568bf9fef843380a5266bcbba5e6063097a0fa
+6c3f2940691fd215d0edc36e6a0d2f75b4452a45
   
 

++ platformsh-cli-3.32.1.tar.xz -> platformsh-cli-3.32.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.32.1/config.yaml 
new/platformsh-cli-3.32.3/config.yaml
--- old/platformsh-cli-3.32.1/config.yaml   2018-04-13 00:22:29.0 
+0200
+++ new/platformsh-cli-3.32.3/config.yaml   2018-04-19 14:02:04.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.32.1'
+  version: '3.32.3'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.32.1/dist/manifest.json 
new/platformsh-cli-3.32.3/dist/manifest.json
--- old/platformsh-cli-3.32.1/dist/manifest.json2018-04-13 
00:22:29.0 +0200
+++ new/platformsh-cli-3.32.3/dist/manifest.json2018-04-19 
14:02:04.0 +0200
@@ -1,10 +1,10 @@
 [
 {
 "name": "platform.phar",
-"sha1": "292a76da13dfa68578f28e0443c819fbadc1adf6",
-"sha256": 
"e93014deab3686a432a2c9e510eeeca2c9b8532c24d0007eb9b2d84fccb12be5",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.32.1/platform.phar;,
-"version": "3.32.1",
+"sha1": "36cf03f0834e3e24e4133401bbe8a8725cb76e69",
+"sha256": 
"6c6cd56ccd77aaea2a8a2104e90348f2495485e1b7b23c822911a49b52ec10b5",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.32.3/platform.phar;,
+"version": "3.32.3",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.32.1/src/Command/Activity/ActivityLogCommand.php 
new/platformsh-cli-3.32.3/src/Command/Activity/ActivityLogCommand.php
--- old/platformsh-cli-3.32.1/src/Command/Activity/ActivityLogCommand.php   
2018-04-13 00:22:29.0 +0200
+++ 

commit platformsh-cli for openSUSE:Factory

2018-04-16 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-04-16 12:49:04

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Mon Apr 16 12:49:04 2018 rev:44 rq:596405 version:3.32.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-04-05 15:34:44.917416720 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-04-16 12:49:04.844912190 +0200
@@ -1,0 +2,25 @@
+Fri Apr 13 15:40:53 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.32.1:
+  * Release v3.32.1
+  * Unused closure import [skip changelog]
+  * Fix shell arg escaping with remote commands for Windows (#707)
+  * Update PhpUnit to best version for PHP requirements
+  * Improve apps error message for inactive environents
+  * [self:release] allow customizing the download URL [skip changelog]
+  * [activity:get] calculate duration relative to now for incomplete activities
+
+---
+Tue Apr 10 22:20:48 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.32.0:
+  * Release v3.32.0
+  * Add MongoDB commands: mongo, mongoexport, mongodump, and mongorestore 
(#703)
+  * Word-wrap option descriptions to the terminal width
+  * [user:add] Add a wildcard for the environment ID
+  * Parse !include tags when loading a YAML file (#701)
+  * Try to refresh an environment before giving an "Operation not available" 
error
+  * Fix user:role `--pipe` option when getting an environment role
+  * TimezoneUtil: Suppress PHP's timezone warning
+
+---

Old:

  platformsh-cli-3.31.6.tar.xz

New:

  platformsh-cli-3.32.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.FqCDRw/_old  2018-04-16 12:49:06.560849771 +0200
+++ /var/tmp/diff_new_pack.FqCDRw/_new  2018-04-16 12:49:06.560849771 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.31.6
+Version:3.32.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.FqCDRw/_old  2018-04-16 12:49:06.596848461 +0200
+++ /var/tmp/diff_new_pack.FqCDRw/_new  2018-04-16 12:49:06.596848461 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.31.6
+refs/tags/v3.32.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.FqCDRw/_old  2018-04-16 12:49:06.616847734 +0200
+++ /var/tmp/diff_new_pack.FqCDRw/_new  2018-04-16 12:49:06.628847296 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-d1a3de82526448dd128320a43dcbcd581d027b72
+a3568bf9fef843380a5266bcbba5e6063097a0fa
   
 

++ platformsh-cli-3.31.6.tar.xz -> platformsh-cli-3.32.1.tar.xz ++
 1880 lines of diff (skipped)

++ platformsh-cli-vendor.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/autoload.php new/vendor/autoload.php
--- old/vendor/autoload.php 2018-04-05 01:08:05.393474032 +0200
+++ new/vendor/autoload.php 2018-04-13 17:40:56.574179695 +0200
@@ -4,4 +4,4 @@
 
 require_once __DIR__ . '/composer/autoload_real.php';
 
-return ComposerAutoloaderInit8c7f53e382a59bdd83922f140712d640::getLoader();
+return ComposerAutoloaderInit432d689a266ca93b0ad76cebcee4eb27::getLoader();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/composer/autoload_real.php 
new/vendor/composer/autoload_real.php
--- old/vendor/composer/autoload_real.php   2018-04-05 01:08:05.393474032 
+0200
+++ new/vendor/composer/autoload_real.php   2018-04-13 17:40:56.574179695 
+0200
@@ -2,7 +2,7 @@
 
 // autoload_real.php @generated by Composer
 
-class ComposerAutoloaderInit8c7f53e382a59bdd83922f140712d640
+class ComposerAutoloaderInit432d689a266ca93b0ad76cebcee4eb27
 {
 private static $loader;
 
@@ -19,15 +19,15 @@
 return self::$loader;
 }
 
-
spl_autoload_register(array('ComposerAutoloaderInit8c7f53e382a59bdd83922f140712d640',
 'loadClassLoader'), true, true);
+
spl_autoload_register(array('ComposerAutoloaderInit432d689a266ca93b0ad76cebcee4eb27',
 'loadClassLoader'), true, true);
 self::$loader = $loader = new \Composer\Autoload\ClassLoader();
-
spl_autoload_unregister(array('ComposerAutoloaderInit8c7f53e382a59bdd83922f140712d640',
 'loadClassLoader'));
+ 

commit platformsh-cli for openSUSE:Factory

2018-04-05 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-04-05 15:34:40

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Thu Apr  5 15:34:40 2018 rev:43 rq:593647 version:3.31.6

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-03-31 15:37:58.647317345 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-04-05 15:34:44.917416720 +0200
@@ -1,0 +2,11 @@
+Wed Apr 04 23:08:02 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.31.6:
+  * Release v3.31.6
+  * [self:release] Validate version number against the last one [skip 
changelog]
+  * Use PhpExecutableFinder to execute 'php' commands
+  * Apply same "reset client" fix to auth:password-login
+  * [auth:browser-login] Reset API client after login
+  * [auth:browser-login] Log in again if an API request fails with 400 or 401
+
+---

Old:

  platformsh-cli-3.31.5.tar.xz

New:

  platformsh-cli-3.31.6.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.AW3gmG/_old  2018-04-05 15:34:45.545394024 +0200
+++ /var/tmp/diff_new_pack.AW3gmG/_new  2018-04-05 15:34:45.549393880 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.31.5
+Version:3.31.6
 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.AW3gmG/_old  2018-04-05 15:34:45.585392578 +0200
+++ /var/tmp/diff_new_pack.AW3gmG/_new  2018-04-05 15:34:45.585392578 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.31.5
+refs/tags/v3.31.6
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.AW3gmG/_old  2018-04-05 15:34:45.605391855 +0200
+++ /var/tmp/diff_new_pack.AW3gmG/_new  2018-04-05 15:34:45.605391855 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-6602a8a0720a2208c777e2cf892fe130f274aaf6
+d1a3de82526448dd128320a43dcbcd581d027b72
   
 

++ platformsh-cli-3.31.5.tar.xz -> platformsh-cli-3.31.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.31.5/config.yaml 
new/platformsh-cli-3.31.6/config.yaml
--- old/platformsh-cli-3.31.5/config.yaml   2018-03-30 17:03:36.0 
+0200
+++ new/platformsh-cli-3.31.6/config.yaml   2018-04-04 11:19:14.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.31.5'
+  version: '3.31.6'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.31.5/dist/manifest.json 
new/platformsh-cli-3.31.6/dist/manifest.json
--- old/platformsh-cli-3.31.5/dist/manifest.json2018-03-30 
17:03:36.0 +0200
+++ new/platformsh-cli-3.31.6/dist/manifest.json2018-04-04 
11:19:14.0 +0200
@@ -1,10 +1,10 @@
 [
 {
 "name": "platform.phar",
-"sha1": "7e194e6a78ae62e53e46cf0995b9f04c00e18c1c",
-"sha256": 
"d530dfe7e98b592be2e2b878c62e8ea8341319aabe982d5d318d3f53ceae2008",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.31.5/platform.phar;,
-"version": "3.31.5",
+"sha1": "b9367600e590716b63d913e122b7f6fe7178c258",
+"sha256": 
"0860d24baa18ba7ee624221ddea0b715bea3d64dbdc8f6d0f64eb9249fa6ff9b",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.31.6/platform.phar;,
+"version": "3.31.6",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.31.5/src/Command/Auth/BrowserLoginCommand.php 
new/platformsh-cli-3.31.6/src/Command/Auth/BrowserLoginCommand.php
--- old/platformsh-cli-3.31.5/src/Command/Auth/BrowserLoginCommand.php  
2018-03-30 17:03:36.0 +0200
+++ new/platformsh-cli-3.31.6/src/Command/Auth/BrowserLoginCommand.php  
2018-04-04 11:19:14.0 +0200
@@ -3,13 +3,16 @@
 
 use CommerceGuys\Guzzle\Oauth2\AccessToken;
 use GuzzleHttp\Client;
+use GuzzleHttp\Exception\BadResponseException;
 use Platformsh\Cli\Command\CommandBase;
 use Platformsh\Cli\Service\Filesystem;
 use 

commit platformsh-cli for openSUSE:Factory

2018-03-31 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-03-31 15:37:34

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Sat Mar 31 15:37:34 2018 rev:42 rq:592686 version:3.31.5

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-03-29 11:57:57.753280198 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-03-31 15:37:58.647317345 +0200
@@ -1,0 +2,10 @@
+Sat Mar 31 00:59:13 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.31.5:
+  * Release v3.31.5
+  * [bot] add --party and --parrot options
+  * Add application.date_format to README
+  * Add application.date_format config option
+  * Smarter environment cache
+
+---

Old:

  platformsh-cli-3.31.4.tar.xz

New:

  platformsh-cli-3.31.5.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.P0qTXn/_old  2018-03-31 15:37:59.899271950 +0200
+++ /var/tmp/diff_new_pack.P0qTXn/_new  2018-03-31 15:37:59.899271950 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.31.4
+Version:3.31.5
 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.P0qTXn/_old  2018-03-31 15:37:59.931270790 +0200
+++ /var/tmp/diff_new_pack.P0qTXn/_new  2018-03-31 15:37:59.931270790 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.31.4
+refs/tags/v3.31.5
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.P0qTXn/_old  2018-03-31 15:37:59.951270065 +0200
+++ /var/tmp/diff_new_pack.P0qTXn/_new  2018-03-31 15:37:59.955269920 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-4ef5eb28776e289a4e8131b7dfb192dded4ed5b3
+6602a8a0720a2208c777e2cf892fe130f274aaf6
   
 

++ platformsh-cli-3.31.4.tar.xz -> platformsh-cli-3.31.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.31.4/README.md 
new/platformsh-cli-3.31.5/README.md
--- old/platformsh-cli-3.31.4/README.md 2018-03-28 22:44:52.0 +0200
+++ new/platformsh-cli-3.31.5/README.md 2018-03-30 17:03:36.0 +0200
@@ -222,6 +222,9 @@
   # 'browser').
   login_method: browser
 
+  # The default date format string. For a list of formats, see: 
http://php.net/manual/en/function.date.php
+  date_format: c
+
 local:
   # Set this to true to avoid some Windows symlink issues.
   copy_on_windows: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.31.4/config.yaml 
new/platformsh-cli-3.31.5/config.yaml
--- old/platformsh-cli-3.31.4/config.yaml   2018-03-28 22:44:52.0 
+0200
+++ new/platformsh-cli-3.31.5/config.yaml   2018-03-30 17:03:36.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.31.4'
+  version: '3.31.5'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
@@ -17,6 +17,11 @@
   # This can be overridden in the user config file.
   login_method: browser
 
+  # The default date format string. This can be overridden in the user config
+  # file, or  by the --date-fmt option. For a list of formats, see:
+  # http://php.net/manual/en/function.date.php
+  date_format: c
+
   # Disabled commands (a list of full command names).
   disabled_commands: []
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.31.4/dist/manifest.json 
new/platformsh-cli-3.31.5/dist/manifest.json
--- old/platformsh-cli-3.31.4/dist/manifest.json2018-03-28 
22:44:52.0 +0200
+++ new/platformsh-cli-3.31.5/dist/manifest.json2018-03-30 
17:03:36.0 +0200
@@ -1,10 +1,10 @@
 [
 {
 "name": "platform.phar",
-"sha1": "e65c563a5f4ebca95c3f40d04b2f1cc1d5479f84",
-"sha256": 
"e460d8c574664e236bf58ddba2899d9a46a0205bf68f956a554d0b23880cd44e",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.31.4/platform.phar;,
-"version": "3.31.4",
+"sha1": "7e194e6a78ae62e53e46cf0995b9f04c00e18c1c",
+"sha256": 
"d530dfe7e98b592be2e2b878c62e8ea8341319aabe982d5d318d3f53ceae2008",
+"url": 

commit platformsh-cli for openSUSE:Factory

2018-03-29 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-03-29 11:57:53

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Thu Mar 29 11:57:53 2018 rev:41 rq:592137 version:3.31.4

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-03-28 10:32:41.942202317 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-03-29 11:57:57.753280198 +0200
@@ -1,0 +2,12 @@
+Thu Mar 29 02:01:44 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.31.4:
+  * Release v3.31.4
+  * [project:info] show 'git' and 'url' in the property list
+  * [environment:drush] Use deployment routes to find a site URL
+  * Allow accounts API URL to not terminate with / [skip changelog]
+  * Remove CHANGELOG.md: use /releases instead for change logs
+  * [self:release] use GitHub commits API to get the tag SHA [skip changelog]
+  * Test 'drush' command for Drush functionality before using
+
+---

Old:

  platformsh-cli-3.31.3.tar.xz

New:

  platformsh-cli-3.31.4.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.BC8sds/_old  2018-03-29 11:57:58.425255945 +0200
+++ /var/tmp/diff_new_pack.BC8sds/_new  2018-03-29 11:57:58.429255800 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.31.3
+Version:3.31.4
 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.BC8sds/_old  2018-03-29 11:57:58.461254645 +0200
+++ /var/tmp/diff_new_pack.BC8sds/_new  2018-03-29 11:57:58.461254645 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.31.3
+refs/tags/v3.31.4
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.BC8sds/_old  2018-03-29 11:57:58.477254068 +0200
+++ /var/tmp/diff_new_pack.BC8sds/_new  2018-03-29 11:57:58.481253923 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-b11d88cf518d761c2737a0be50081ec548b1069a
+4ef5eb28776e289a4e8131b7dfb192dded4ed5b3
   
 

++ platformsh-cli-3.31.3.tar.xz -> platformsh-cli-3.31.4.tar.xz ++
 2084 lines of diff (skipped)

++ platformsh-cli-vendor.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/autoload.php new/vendor/autoload.php
--- old/vendor/autoload.php 2018-03-27 04:39:51.435700356 +0200
+++ new/vendor/autoload.php 2018-03-29 04:01:46.828820489 +0200
@@ -4,4 +4,4 @@
 
 require_once __DIR__ . '/composer/autoload_real.php';
 
-return ComposerAutoloaderInited2162764f3dc00784016a5843b92abf::getLoader();
+return ComposerAutoloaderInitabedc0cb3383310d6509812bb78d1eb1::getLoader();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/composer/autoload_real.php 
new/vendor/composer/autoload_real.php
--- old/vendor/composer/autoload_real.php   2018-03-27 04:39:51.435700356 
+0200
+++ new/vendor/composer/autoload_real.php   2018-03-29 04:01:46.828820489 
+0200
@@ -2,7 +2,7 @@
 
 // autoload_real.php @generated by Composer
 
-class ComposerAutoloaderInited2162764f3dc00784016a5843b92abf
+class ComposerAutoloaderInitabedc0cb3383310d6509812bb78d1eb1
 {
 private static $loader;
 
@@ -19,15 +19,15 @@
 return self::$loader;
 }
 
-
spl_autoload_register(array('ComposerAutoloaderInited2162764f3dc00784016a5843b92abf',
 'loadClassLoader'), true, true);
+
spl_autoload_register(array('ComposerAutoloaderInitabedc0cb3383310d6509812bb78d1eb1',
 'loadClassLoader'), true, true);
 self::$loader = $loader = new \Composer\Autoload\ClassLoader();
-
spl_autoload_unregister(array('ComposerAutoloaderInited2162764f3dc00784016a5843b92abf',
 'loadClassLoader'));
+
spl_autoload_unregister(array('ComposerAutoloaderInitabedc0cb3383310d6509812bb78d1eb1',
 'loadClassLoader'));
 
 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') 
&& (!function_exists('zend_loader_file_encoded') || 
!zend_loader_file_encoded());
 if ($useStaticLoader) {
 require_once __DIR__ . '/autoload_static.php';
 
-
call_user_func(\Composer\Autoload\ComposerStaticInited2162764f3dc00784016a5843b92abf::getInitializer($loader));
+

commit platformsh-cli for openSUSE:Factory

2018-03-28 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-03-28 10:32:30

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Wed Mar 28 10:32:30 2018 rev:40 rq:591308 version:3.31.3

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-03-22 12:10:50.285369972 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-03-28 10:32:41.942202317 +0200
@@ -1,0 +2,20 @@
+Tue Mar 27 02:39:37 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.31.3:
+  * Release v3.31.3
+  * Document experimental_commands key [skip changelog]
+  * Allow all_experiments to come first [skip changelog]
+  * Add mechanism to define commands as experimental [skip changelog]
+  * [self:release] Improve changelog generation [skip changelog]
+  * Symfony dependencies update
+  * [self:install] Only include shell-config if it exists; update config 
snippet automatically
+  * [activity:get] Do not require an environment if an ID is provided
+  * Adapt wrapWithDecoration for literal tags
+  * Release v3.31.2
+  * Update API client [skip changelog]
+  * Improve variable creation
+  * Decode HTML entities in activity descriptions
+  * Release v3.31.1
+  * Fix decoration when single element wraps onto multiple lines
+
+---

Old:

  platformsh-cli-3.31.0.tar.xz

New:

  platformsh-cli-3.31.3.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.7ECo6k/_old  2018-03-28 10:32:43.030163188 +0200
+++ /var/tmp/diff_new_pack.7ECo6k/_new  2018-03-28 10:32:43.034163044 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.31.0
+Version:3.31.3
 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.7ECo6k/_old  2018-03-28 10:32:43.074161605 +0200
+++ /var/tmp/diff_new_pack.7ECo6k/_new  2018-03-28 10:32:43.074161605 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.31.0
+refs/tags/v3.31.3
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.7ECo6k/_old  2018-03-28 10:32:43.094160886 +0200
+++ /var/tmp/diff_new_pack.7ECo6k/_new  2018-03-28 10:32:43.094160886 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-d57ebed7395b7b70104b8d06c3be4c42d0c4c987
+b11d88cf518d761c2737a0be50081ec548b1069a
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.7ECo6k/_old  2018-03-28 10:32:43.158158585 +0200
+++ /var/tmp/diff_new_pack.7ECo6k/_new  2018-03-28 10:32:43.162158441 +0200
@@ -17,19 +17,19 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.5   BSD-3-Clause  
 paragonie/random_compat v2.0.11  MIT   
-platformsh/client   v0.17.1  MIT   
+platformsh/client   v0.17.2  MIT   
 platformsh/console-form v0.0.20  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.0.2MIT   
 react/promise   v2.5.1   MIT   
 stecman/symfony-console-completion  0.7.0MIT   
-symfony/config  v3.4.4   MIT   
-symfony/console v3.4.4   MIT   
-symfony/debug   v3.4.4   MIT   
-symfony/dependency-injectionv3.4.4   MIT   
-symfony/event-dispatcherv3.4.4   MIT   
-symfony/filesystem  v3.4.4   MIT   
-symfony/finder  v3.4.4   MIT   
+symfony/config  v3.4.6   MIT   
+symfony/console v3.4.6   MIT   
+symfony/debug   v3.4.6   MIT   
+symfony/dependency-injectionv3.4.6   MIT   
+symfony/event-dispatcherv3.4.6   MIT   
+symfony/filesystem  v3.4.6   MIT   
+symfony/finder  v3.4.6   MIT   
 symfony/polyfill-mbstring   v1.7.0   MIT   
-symfony/process v3.4.4   MIT   
-symfony/yamlv3.4.4   MIT   
+symfony/process v3.4.6   MIT   
+symfony/yamlv3.4.6   MIT   

++ platformsh-cli-3.31.0.tar.xz -> 

commit platformsh-cli for openSUSE:Factory

2018-03-22 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-03-22 12:05:23

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Thu Mar 22 12:05:23 2018 rev:39 rq:589405 version:3.31.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-03-02 21:12:28.371290861 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-03-22 12:10:50.285369972 +0100
@@ -1,0 +2,51 @@
+Tue Mar 20 22:34:15 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.31.0:
+  * Release v3.31.0
+  * Fix bug: boolean false fields omitted when creating integrations
+  * Re-implement line wrapping to account for trimming
+  * [multi] Accept URLs as project identifiers
+  * Formatted text improvements
+  * Fix wrapping of indented cells
+  * Wrap cell contents while preserving decoration
+  * Display username in already-logged-in message
+  * [build] Run post_deploy hooks if --run-deploy-hooks option is used
+  * Add project:clear-build-cache command
+  * Less wordy
+  * Fix requiring environment when level not specified
+  * Add short variable level option, e.g. '-l p'
+  * Recommend other variable commands
+  * Removing duplicate message
+  * Fix prefixing
+  * Add  argument to variable:create
+  * Clean up and pass on wait options
+  * Handle variables at both levels
+  * Update README command list
+  * Mark some variable commands as deprecated
+  * Add --enabled option for variable:create and variable:update
+  * Display variables on create or update
+  * Add --property option to variable:get
+  * Add variable:list command
+  * Modify variable:get so it works with project or environment level variables
+  * Add variable:update command
+  * Add variable:create command
+  * Update API client: avoid loading individual activiites when description 
property is missing
+  * Fix wrapping of text decoration in adaptive table
+  * Un-hide some commands
+  * [auth:browser-login] Expand port range; add detailed port error message; 
simplify port validation
+  * [subscription:info] Update command description
+  * [list] Add --all option to show hidden commands
+  * Trim whitespace from API error messages
+  * Limit the amount of projects that can trigger a project choice
+  * Release v3.30.1
+  * [environment:push] Fix inverse --no-wait/--wait logic
+  * Allow overriding the last version and release branch in self:release [skip 
changelog]
+  * Always use the deployment API for the app list
+  * [self:release] Update changelog automatically if release-changelog is out 
of date [skip changelog]
+  * [environment:push] Fix inverse --no-wait/--wait logic
+  * Allow overriding the last version and release branch in self:release [skip 
changelog]
+  * Always interact where possible to ask for the project / environment (#690)
+  * Always use the deployment API for the app list
+  * [self:release] Update changelog automatically if release-changelog is out 
of date [skip changelog]
+
+---

Old:

  platformsh-cli-3.30.0.tar.xz

New:

  platformsh-cli-3.31.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.eQOc6v/_old  2018-03-22 12:10:51.297333700 +0100
+++ /var/tmp/diff_new_pack.eQOc6v/_new  2018-03-22 12:10:51.325332697 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.30.0
+Version:3.31.0
 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.eQOc6v/_old  2018-03-22 12:10:51.409329686 +0100
+++ /var/tmp/diff_new_pack.eQOc6v/_new  2018-03-22 12:10:51.413329543 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.30.0
+refs/tags/v3.31.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.eQOc6v/_old  2018-03-22 12:10:51.445328396 +0100
+++ /var/tmp/diff_new_pack.eQOc6v/_new  2018-03-22 12:10:51.449328253 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-5090df77d2e6441e25c5dc01c37f323e0f5f5dc7
+d57ebed7395b7b70104b8d06c3be4c42d0c4c987
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.eQOc6v/_old  2018-03-22 12:10:51.501326389 +0100
+++ /var/tmp/diff_new_pack.eQOc6v/_new  2018-03-22 12:10:51.505326245 +0100
@@ -17,8 +17,8 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.5   BSD-3-Clause  
 

commit platformsh-cli for openSUSE:Factory

2018-03-02 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-03-02 21:12:26

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Fri Mar  2 21:12:26 2018 rev:38 rq:581863 version:3.30.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-02-21 14:13:15.762319076 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-03-02 21:12:28.371290861 +0100
@@ -1,0 +2,17 @@
+Fri Mar 02 01:34:38 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.30.0:
+  * Release v3.30.0
+  * [self:release] Support editing the changelog [skip changelog]
+  * Format activity descriptions
+  * Print questions even when non-interactive
+  * Add --wait option and shouldWait() cron/hook detection
+  * Update redeploy warning
+  * Add redeploy command
+  * [self:install] Ensure directory exists when creating shell-config.rc
+  * Ensure GitLab/GitHub hooks have the right events (#687)
+  * [activity:get] do not require an environment with --all and a partial ID
+  * [login] Mention --force option
+  * Fix release SHA-256 hash
+
+---

Old:

  platformsh-cli-3.29.2.tar.xz

New:

  platformsh-cli-3.30.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.nfvHrL/_old  2018-03-02 21:12:29.263258785 +0100
+++ /var/tmp/diff_new_pack.nfvHrL/_new  2018-03-02 21:12:29.263258785 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.29.2
+Version:3.30.0
 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.nfvHrL/_old  2018-03-02 21:12:29.299257492 +0100
+++ /var/tmp/diff_new_pack.nfvHrL/_new  2018-03-02 21:12:29.303257348 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.29.2
+refs/tags/v3.30.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.nfvHrL/_old  2018-03-02 21:12:29.319256772 +0100
+++ /var/tmp/diff_new_pack.nfvHrL/_new  2018-03-02 21:12:29.319256772 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-c78d88937a158468e41cd0c8d5038305c93e596e
+5090df77d2e6441e25c5dc01c37f323e0f5f5dc7
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.nfvHrL/_old  2018-03-02 21:12:29.359255334 +0100
+++ /var/tmp/diff_new_pack.nfvHrL/_new  2018-03-02 21:12:29.359255334 +0100
@@ -17,7 +17,7 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.5   BSD-3-Clause  
 paragonie/random_compat v2.0.11  MIT   
-platformsh/client   v0.15.0  MIT   
+platformsh/client   v0.16.2  MIT   
 platformsh/console-form v0.0.16  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.0.2MIT   

++ platformsh-cli-3.29.2.tar.xz -> platformsh-cli-3.30.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.29.2/composer.json 
new/platformsh-cli-3.30.0/composer.json
--- old/platformsh-cli-3.29.2/composer.json 2018-02-20 10:23:04.0 
+0100
+++ new/platformsh-cli-3.30.0/composer.json 2018-03-01 12:53:28.0 
+0100
@@ -8,7 +8,7 @@
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
 "platformsh/console-form": ">=0.0.16 <2.0",
-"platformsh/client": ">=0.15.0 <2.0",
+"platformsh/client": ">=0.16.2 <2.0",
 "symfony/console": "^3.0 !=3.2.5 !=3.2.6",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.29.2/composer.lock 
new/platformsh-cli-3.30.0/composer.lock
--- old/platformsh-cli-3.29.2/composer.lock 2018-02-20 10:23:04.0 
+0100
+++ new/platformsh-cli-3.30.0/composer.lock 2018-03-01 12:53:28.0 
+0100
@@ -4,7 +4,7 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file;,
 "This file is @generated automatically"
 ],
-"content-hash": "61139468c3903d4897f8fcfece451e34",
+"content-hash": "3ec46d331a98339b614a5b1d879727fc",
 "packages": [
 {
 "name": "cocur/slugify",
@@ -711,16 +711,16 @@
 

commit platformsh-cli for openSUSE:Factory

2018-02-21 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-02-21 14:13:14

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Wed Feb 21 14:13:14 2018 rev:37 rq:578539 version:3.29.2

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-02-20 17:55:46.816941304 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-02-21 14:13:15.762319076 +0100
@@ -1,0 +2,9 @@
+Tue Feb 20 20:08:46 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.29.2:
+  * Release v3.29.2
+  * Move release logic out of self:build
+  * Update dependencies
+  * [self:stats] Add --page option [skip changelog]
+
+---

Old:

  platformsh-cli-3.29.1.tar.xz

New:

  platformsh-cli-3.29.2.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.T2wt4L/_old  2018-02-21 14:13:16.870279176 +0100
+++ /var/tmp/diff_new_pack.T2wt4L/_new  2018-02-21 14:13:16.870279176 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.29.1
+Version:3.29.2
 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.T2wt4L/_old  2018-02-21 14:13:16.902278023 +0100
+++ /var/tmp/diff_new_pack.T2wt4L/_new  2018-02-21 14:13:16.906277879 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.29.1
+refs/tags/v3.29.2
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.T2wt4L/_old  2018-02-21 14:13:16.926277159 +0100
+++ /var/tmp/diff_new_pack.T2wt4L/_new  2018-02-21 14:13:16.926277159 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-eca9da9648826c4932b4b74f5fc6d4d3717dc6e3
+c78d88937a158468e41cd0c8d5038305c93e596e
   
 

++ extensions.txt ++
--- /var/tmp/diff_new_pack.T2wt4L/_old  2018-02-21 14:13:16.954276151 +0100
+++ /var/tmp/diff_new_pack.T2wt4L/_new  2018-02-21 14:13:16.958276007 +0100
@@ -2,33 +2,37 @@
 (
 [requires] => Array
 (
-[0] => php >=5.2.0
-[1] => php >=5.2.0
-[2] => php >=5.3
-[3] => php >=5.3.0
-[4] => php >=5.3.0
+[0] => ext-openssl *
+[1] => ext-openssl *
+[2] => ext-pcre *
+[3] => php >=5.2.0
+[4] => php >=5.2.0
 [5] => php >=5.3.0
-[6] => php >=5.3.2
-[7] => php >=5.3.3
-[8] => php >=5.3.3
-[9] => php >=5.4.0
-[10] => php >=5.4.0
+[6] => php >=5.3.0
+[7] => php >=5.3.0
+[8] => php >=5.3.2
+[9] => php >=5.3.3
+[10] => php >=5.3.3
 [11] => php >=5.4.0
 [12] => php >=5.4.0
 [13] => php >=5.4.0
-[14] => php >=5.5.9
-[15] => php >=5.5.9
+[14] => php >=5.4.0
+[15] => php >=5.4.0
 [16] => php >=5.5.9
-[17] => php ^5.5.9|>=7.0.8
-[18] => php ^5.5.9|>=7.0.8
-[19] => php ^5.5.9|>=7.0.8
-[20] => php ^5.5.9|>=7.0.8
+[17] => php >=5.5.9
+[18] => php >=5.5.9
+[19] => php ^5.3 || ^7.0 || ^7.1 || ^7.2
+[20] => php ^5.3.2 || ^7.0
 [21] => php ^5.5.9|>=7.0.8
 [22] => php ^5.5.9|>=7.0.8
 [23] => php ^5.5.9|>=7.0.8
 [24] => php ^5.5.9|>=7.0.8
 [25] => php ^5.5.9|>=7.0.8
-[26] => php ~5.5|~7.0
+[26] => php ^5.5.9|>=7.0.8
+[27] => php ^5.5.9|>=7.0.8
+[28] => php ^5.5.9|>=7.0.8
+[29] => php ^5.5.9|>=7.0.8
+[30] => php ~5.5|~7.0
 )
 
 [suggests] => Array

++ licenses.txt ++
--- /var/tmp/diff_new_pack.T2wt4L/_old  2018-02-21 14:13:16.978275286 +0100
+++ /var/tmp/diff_new_pack.T2wt4L/_new  2018-02-21 14:13:16.978275286 +0100
@@ -6,6 +6,7 @@
 NameVersion  License   
 cocur/slugify   v2.5 MIT   
 commerceguys/guzzle-oauth2-plugin   v2.1.1   MIT   
+composer/ca-bundle  1.1.0MIT   
 cweagans/composer-patches   1.6.4BSD-2-Clause  
 doctrine/cache  v1.6.2   MIT   
 firebase/php-jwtv2.2.0   BSD-3-Clause  
@@ -13,8 +14,8 @@
 guzzlehttp/guzzle   

commit platformsh-cli for openSUSE:Factory

2018-02-20 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-02-20 17:55:41

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Tue Feb 20 17:55:41 2018 rev:36 rq:578163 version:3.29.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-02-13 10:32:20.082756333 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-02-20 17:55:46.816941304 +0100
@@ -1,0 +2,15 @@
+Mon Feb 19 17:19:37 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.29.1:
+  * Release v3.29.1
+  * Add self:release command
+  * Fix array to string conversion in project identifier
+  * [auth:browser-login] Always show help message
+  * [activity:get] [activity:log] Match partial activity IDs
+  * New line tweak [skip changelog]
+  * Add self:stats command
+  * [project:create] Get the list of regions dynamically
+  * [activity:log] Do not require ANSI check for polling/logging
+  * Merge metadata back from master [skip changelog]
+
+---

Old:

  platformsh-cli-3.29.0.tar.xz

New:

  platformsh-cli-3.29.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.5mtXT3/_old  2018-02-20 17:55:48.168892624 +0100
+++ /var/tmp/diff_new_pack.5mtXT3/_new  2018-02-20 17:55:48.172892480 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.29.0
+Version:3.29.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.5mtXT3/_old  2018-02-20 17:55:48.208891184 +0100
+++ /var/tmp/diff_new_pack.5mtXT3/_new  2018-02-20 17:55:48.216890896 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.29.0
+refs/tags/v3.29.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.5mtXT3/_old  2018-02-20 17:55:48.240890032 +0100
+++ /var/tmp/diff_new_pack.5mtXT3/_new  2018-02-20 17:55:48.240890032 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-55eff65515f99bd641aff9905c3b664f1119fc79
+eca9da9648826c4932b4b74f5fc6d4d3717dc6e3
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.5mtXT3/_old  2018-02-20 17:55:48.300887871 +0100
+++ /var/tmp/diff_new_pack.5mtXT3/_new  2018-02-20 17:55:48.300887871 +0100
@@ -16,8 +16,8 @@
 padraic/humbug_get_contents 1.0.4BSD-3-Clause  
 padraic/phar-updater1.0.4BSD-3-Clause  
 paragonie/random_compat v2.0.11  MIT   
-platformsh/client   v0.14.1  MIT   
-platformsh/console-form v0.0.15  MIT   
+platformsh/client   v0.15.0  MIT   
+platformsh/console-form v0.0.16  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.0.2MIT   
 react/promise   v2.5.1   MIT   

++ platformsh-cli-3.29.0.tar.xz -> platformsh-cli-3.29.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.29.0/composer.json 
new/platformsh-cli-3.29.1/composer.json
--- old/platformsh-cli-3.29.0/composer.json 2018-02-12 10:10:33.0 
+0100
+++ new/platformsh-cli-3.29.1/composer.json 2018-02-19 13:10:22.0 
+0100
@@ -7,8 +7,8 @@
 "doctrine/cache": "~1.5",
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
-"platformsh/console-form": ">=0.0.14 <2.0",
-"platformsh/client": ">=0.14.0 <2.0",
+"platformsh/console-form": ">=0.0.16 <2.0",
+"platformsh/client": ">=0.15.0 <2.0",
 "symfony/console": "^3.0 !=3.2.5 !=3.2.6",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.29.0/composer.lock 
new/platformsh-cli-3.29.1/composer.lock
--- old/platformsh-cli-3.29.0/composer.lock 2018-02-12 10:10:33.0 
+0100
+++ new/platformsh-cli-3.29.1/composer.lock 2018-02-19 13:10:22.0 
+0100
@@ -4,7 +4,7 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file;,
 "This file is @generated automatically"
 ],
-"content-hash": "99aec30edb51fe7608bde25ca891ca04",
+"content-hash": 

commit platformsh-cli for openSUSE:Factory

2018-02-13 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-02-13 10:32:08

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Tue Feb 13 10:32:08 2018 rev:35 rq:575949 version:3.29.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-01-31 19:53:45.016291392 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-02-13 10:32:20.082756333 +0100
@@ -1,0 +2,18 @@
+Mon Feb 12 21:57:54 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.29.0:
+  * Release v3.29.0
+  * [db:dump] Remove --no-autocommit and simplify mysqldump args (#683)
+  * New lines in user:role to match user:add [skip changelog]
+  * Refactoring of user:add [skip changelog]
+  * Use getUsers() instead of getUser() in user:add [skip changelog]
+  * [user:add] [user:update] expand interactive help text
+  * Add `user:get` command (aliased to and deprecating `user:role`)
+  * [user:add] Improve `user:add` command to allow setting roles on all 
environments
+  * Expand redeploy warning to recommend "vset"
+  * Back to -dev
+  * [activity:get] Check for empty started_at when calculating duration
+  * [service:redis-cli] Recommend "redis info" command
+  * Merge CHANGELOG and manifest.json updates from master
+
+---

Old:

  platformsh-cli-3.28.0.tar.xz

New:

  platformsh-cli-3.29.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.ZePFZ7/_old  2018-02-13 10:32:21.414708338 +0100
+++ /var/tmp/diff_new_pack.ZePFZ7/_new  2018-02-13 10:32:21.422708050 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.28.0
+Version:3.29.0
 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.ZePFZ7/_old  2018-02-13 10:32:21.466706465 +0100
+++ /var/tmp/diff_new_pack.ZePFZ7/_new  2018-02-13 10:32:21.466706465 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.28.0
+refs/tags/v3.29.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.ZePFZ7/_old  2018-02-13 10:32:21.494705456 +0100
+++ /var/tmp/diff_new_pack.ZePFZ7/_new  2018-02-13 10:32:21.494705456 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-c6a6802cd9b738a9a3234fe32e4476c74ba98c6c
+55eff65515f99bd641aff9905c3b664f1119fc79
   
 

++ platformsh-cli-3.28.0.tar.xz -> platformsh-cli-3.29.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.28.0/CHANGELOG.md 
new/platformsh-cli-3.29.0/CHANGELOG.md
--- old/platformsh-cli-3.28.0/CHANGELOG.md  2018-01-30 17:56:41.0 
+0100
+++ new/platformsh-cli-3.29.0/CHANGELOG.md  2018-02-12 10:10:33.0 
+0100
@@ -4,7 +4,17 @@
 
 More readable, curated release notes can be found at: 
https://github.com/platformsh/platformsh-cli/releases
 
-## [v3.28.0](https://github.com/platformsh/platformsh-cli/tree/v3.27.2) 
(2018-01-30)
+## [v3.29.0](https://github.com/platformsh/platformsh-cli/tree/v3.29.0) 
(2018-02-12)
+[Full 
Changelog](https://github.com/platformsh/platformsh-cli/compare/v3.28.0...v3.29.0)
+
+* [user:add] Improve `user:add` command to allow setting roles on all 
environments (aliased to `user:update`)
+* [user:get] Add `user:get` command (aliased to and deprecating `user:role`)
+* [db:dump] Remove --no-autocommit and simplify mysqldump args (#683)
+* Expand redeploy warning to recommend `vset`
+* [activity:get] Check for empty started_at when calculating duration
+* [redis] Recommend "redis info" command
+
+## [v3.28.0](https://github.com/platformsh/platformsh-cli/tree/v3.28.0) 
(2018-01-30)
 [Full 
Changelog](https://github.com/platformsh/platformsh-cli/compare/v3.27.2...v3.28.0)
 
 * Improve `activity:log` output to show more activity information.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.28.0/README.md 
new/platformsh-cli-3.29.0/README.md
--- old/platformsh-cli-3.28.0/README.md 2018-01-30 17:56:41.0 +0100
+++ new/platformsh-cli-3.29.0/README.md 2018-02-12 10:10:33.0 +0100
@@ -166,10 +166,10 @@
   tunnel:list (tunnels) List SSH tunnels
   tunnel:open   Open SSH tunnels to an app's 
relationships
 user
-  user:add  Add a 

commit platformsh-cli for openSUSE:Factory

2018-01-31 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-01-31 19:53:17

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Wed Jan 31 19:53:17 2018 rev:34 rq:571273 version:3.28.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-01-24 15:32:19.389258493 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-01-31 19:53:45.016291392 +0100
@@ -1,0 +2,17 @@
+Wed Jan 31 03:51:19 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.28.0:
+  * Update manifest for rebuild of v3.28.0
+  * Release v3.28.0
+  * Update dependencies (mainly Symfony 3.4.2 -> 3.4.4)
+  * Add activity state in log
+  * Fix inverted requirement of -e/-a in activity:list and activity:log
+  * Add activity duration and simplify log output
+  * Add activity:get command
+  * Add --date-fmt option to `activity:list` and `snapshot:list`.
+  * Respect date.timezone and allow TZ env var
+  * Fix existing aliases being prefixed with "@" (#679)
+  * Avoid fatal if an InvalidConfigException is encountered during 
updateDrushAliases()
+  * Use -t instead of RequestTty, for OpenSSH <5.9
+
+---

Old:

  platformsh-cli-3.27.2.tar.xz

New:

  platformsh-cli-3.28.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.vNCo2R/_old  2018-01-31 19:53:46.228235031 +0100
+++ /var/tmp/diff_new_pack.vNCo2R/_new  2018-01-31 19:53:46.232234845 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.27.2
+Version:3.28.0
 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.vNCo2R/_old  2018-01-31 19:53:46.268233171 +0100
+++ /var/tmp/diff_new_pack.vNCo2R/_new  2018-01-31 19:53:46.268233171 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.27.2
+refs/tags/v3.28.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.vNCo2R/_old  2018-01-31 19:53:46.304231497 +0100
+++ /var/tmp/diff_new_pack.vNCo2R/_new  2018-01-31 19:53:46.308231311 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-52ea816bec0b04d68feeac9109cf3a1e0d551364
+c6a6802cd9b738a9a3234fe32e4476c74ba98c6c
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.vNCo2R/_old  2018-01-31 19:53:46.372228335 +0100
+++ /var/tmp/diff_new_pack.vNCo2R/_new  2018-01-31 19:53:46.376228149 +0100
@@ -10,25 +10,25 @@
 doctrine/cache  v1.6.2   MIT   
 firebase/php-jwtv2.2.0   BSD-3-Clause  
 guzzlehttp/cache-subscriber 0.1.0MIT   
-guzzlehttp/guzzle   5.3.1MIT   
+guzzlehttp/guzzle   5.3.2MIT   
 guzzlehttp/ringphp  1.1.0MIT   
 guzzlehttp/streams  3.0.0MIT   
 padraic/humbug_get_contents 1.0.4BSD-3-Clause  
 padraic/phar-updater1.0.4BSD-3-Clause  
 paragonie/random_compat v2.0.11  MIT   
-platformsh/client   v0.14.0  MIT   
+platformsh/client   v0.14.1  MIT   
 platformsh/console-form v0.0.15  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.0.2MIT   
 react/promise   v2.5.1   MIT   
 stecman/symfony-console-completion  0.7.0MIT   
-symfony/config  v3.4.2   MIT   
-symfony/console v3.4.2   MIT   
-symfony/debug   v3.4.2   MIT   
-symfony/dependency-injectionv3.4.2   MIT   
-symfony/event-dispatcherv3.4.2   MIT   
-symfony/filesystem  v3.4.2   MIT   
-symfony/finder  v3.4.2   MIT   
+symfony/config  v3.4.4   MIT   
+symfony/console v3.4.4   MIT   
+symfony/debug   v3.4.4   MIT   
+symfony/dependency-injectionv3.4.4   MIT   
+symfony/event-dispatcherv3.4.4   MIT   
+symfony/filesystem  v3.4.4   MIT   
+symfony/finder  v3.4.4   MIT   
 symfony/polyfill-mbstring   v1.6.0   MIT   

commit platformsh-cli for openSUSE:Factory

2018-01-24 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-01-24 15:32:12

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Wed Jan 24 15:32:12 2018 rev:33 rq:568799 version:3.27.2

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-01-23 13:53:24.860423093 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-01-24 15:32:19.389258493 +0100
@@ -1,0 +2,16 @@
+Wed Jan 24 01:54:55 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.27.2:
+  * Release v3.27.2
+  * [self:build] Ignore certain commits from changelog (with [skip changelog])
+  * Fix: 'Invalid refresh token' message interception shouldn't check the 
request for oauth2
+  * Update list output in README.md
+  * Fix link
+  * Expand API token info in README.md
+  * [project:create] add detailed help
+  * [project:create] be stricter about check interval
+  * Minor correction to 7d41dce97bd5fed4c1f4cda3ca84e1f6a13acb62
+  * [subscription:info] allow passing a subscription ID directly
+  * [project:create] show project ID if possible even after failure
+
+---

Old:

  platformsh-cli-3.27.1.tar.xz

New:

  platformsh-cli-3.27.2.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.rLXDk9/_old  2018-01-24 15:32:20.117224448 +0100
+++ /var/tmp/diff_new_pack.rLXDk9/_new  2018-01-24 15:32:20.117224448 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.27.1
+Version:3.27.2
 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.rLXDk9/_old  2018-01-24 15:32:20.149222951 +0100
+++ /var/tmp/diff_new_pack.rLXDk9/_new  2018-01-24 15:32:20.153222764 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.27.1
+refs/tags/v3.27.2
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.rLXDk9/_old  2018-01-24 15:32:20.181221454 +0100
+++ /var/tmp/diff_new_pack.rLXDk9/_new  2018-01-24 15:32:20.181221454 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-90ee4b28bc46cef98160e5223ca58d7e5e90900b
+52ea816bec0b04d68feeac9109cf3a1e0d551364
   
 

++ platformsh-cli-3.27.1.tar.xz -> platformsh-cli-3.27.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.27.1/CHANGELOG.md 
new/platformsh-cli-3.27.2/CHANGELOG.md
--- old/platformsh-cli-3.27.1/CHANGELOG.md  2018-01-22 13:36:58.0 
+0100
+++ new/platformsh-cli-3.27.2/CHANGELOG.md  2018-01-23 19:08:21.0 
+0100
@@ -4,6 +4,15 @@
 
 More readable, curated release notes can be found at: 
https://github.com/platformsh/platformsh-cli/releases
 
+## [v3.27.2](https://github.com/platformsh/platformsh-cli/tree/v3.27.2) 
(2018-01-23)
+[Full 
Changelog](https://github.com/platformsh/platformsh-cli/compare/v3.27.1...v3.27.2)
+
+* Fix: 'Invalid refresh token' message interception shouldn't check the 
request for oauth2
+* [project:create] add detailed help
+* [project:create] be stricter about check interval
+* [project:create] show project ID if possible even after failure
+* [subscription:info] allow passing a subscription ID directly via --id
+
 ## [v3.27.1](https://github.com/platformsh/platformsh-cli/tree/v3.27.1) 
(2018-01-22)
 [Full 
Changelog](https://github.com/platformsh/platformsh-cli/compare/v3.27.0...v3.27.1)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.27.1/README.md 
new/platformsh-cli-3.27.2/README.md
--- old/platformsh-cli-3.27.1/README.md 2018-01-22 13:36:58.0 +0100
+++ new/platformsh-cli-3.27.2/README.md 2018-01-23 19:08:21.0 +0100
@@ -80,9 +80,10 @@
   app:config-getView the configuration of an app
   app:list (apps)   List apps in the project
 auth
+  auth:browser-login (login)Log in to Platform.sh via a browser
   auth:info Display your account information
-  auth:login (login)Log in to Platform.sh using a 
username and password
   auth:logout (logout)  Log out of Platform.sh
+  auth:password-login   Log in to Platform.sh using a 
username and password
 certificate
   certificate:add   

commit platformsh-cli for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-01-23 13:53:23

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Tue Jan 23 13:53:23 2018 rev:32 rq:568438 version:3.27.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-01-20 11:28:12.684166580 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-01-23 13:53:24.860423093 +0100
@@ -1,0 +2,10 @@
+Tue Jan 23 05:15:25 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.27.1:
+  * Release v3.27.1
+  * [project:create] increase check timeout and make it configurable
+  * self:build: check for boolean output from git command
+  * Note login_method in README.md
+  * Note login_method can be overriden
+
+---

Old:

  platformsh-cli-3.27.0.tar.xz

New:

  platformsh-cli-3.27.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.u6xGES/_old  2018-01-23 13:53:26.528345174 +0100
+++ /var/tmp/diff_new_pack.u6xGES/_new  2018-01-23 13:53:26.532344987 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.27.0
+Version:3.27.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.u6xGES/_old  2018-01-23 13:53:26.568343305 +0100
+++ /var/tmp/diff_new_pack.u6xGES/_new  2018-01-23 13:53:26.568343305 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.27.0
+refs/tags/v3.27.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.u6xGES/_old  2018-01-23 13:53:26.592342184 +0100
+++ /var/tmp/diff_new_pack.u6xGES/_new  2018-01-23 13:53:26.592342184 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-14f78ca17089deff54abed0e3d3e379788ce8aa6
+90ee4b28bc46cef98160e5223ca58d7e5e90900b
   
 

++ platformsh-cli-3.27.0.tar.xz -> platformsh-cli-3.27.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.27.0/CHANGELOG.md 
new/platformsh-cli-3.27.1/CHANGELOG.md
--- old/platformsh-cli-3.27.0/CHANGELOG.md  2018-01-18 18:53:58.0 
+0100
+++ new/platformsh-cli-3.27.1/CHANGELOG.md  2018-01-22 13:36:58.0 
+0100
@@ -4,6 +4,11 @@
 
 More readable, curated release notes can be found at: 
https://github.com/platformsh/platformsh-cli/releases
 
+## [v3.27.1](https://github.com/platformsh/platformsh-cli/tree/v3.27.1) 
(2018-01-22)
+[Full 
Changelog](https://github.com/platformsh/platformsh-cli/compare/v3.27.0...v3.27.1)
+
+* [project:create] increase check timeout and make it configurable
+
 ## [v3.27.0](https://github.com/platformsh/platformsh-cli/tree/v3.27.0) 
(2018-01-18)
 [Full 
Changelog](https://github.com/platformsh/platformsh-cli/compare/v3.26.1...v3.27.0)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.27.0/README.md 
new/platformsh-cli-3.27.1/README.md
--- old/platformsh-cli-3.27.0/README.md 2018-01-18 18:53:58.0 +0100
+++ new/platformsh-cli-3.27.1/README.md 2018-01-22 13:36:58.0 +0100
@@ -195,6 +195,11 @@
   # Run 'platform logout --all' if you change this value.
   token_file: null
 
+application:
+  # The method used for interactive login: 'browser' or 'password' (defaults to
+  # 'browser').
+  login_method: browser
+
 local:
   # Set this to true to avoid some Windows symlink issues.
   copy_on_windows: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.27.0/config.yaml 
new/platformsh-cli-3.27.1/config.yaml
--- old/platformsh-cli-3.27.0/config.yaml   2018-01-18 18:53:58.0 
+0100
+++ new/platformsh-cli-3.27.1/config.yaml   2018-01-22 13:36:58.0 
+0100
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.27.0'
+  version: '3.27.1'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
@@ -11,7 +11,8 @@
   env_prefix: 'PLATFORMSH_CLI_'
   tmp_sub_dir: 'platformsh-cli-tmp'
 
-  # The default login method: either 'browser' or 'password'.
+  # The default interactive login method: either 'browser' or 'password'.
+  # This can be overridden in the user config file.
   login_method: browser
 
   # Disabled 

commit platformsh-cli for openSUSE:Factory

2018-01-20 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-01-20 11:28:07

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Sat Jan 20 11:28:07 2018 rev:31 rq:567751 version:3.27.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-12-29 18:52:44.949195921 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-01-20 11:28:12.684166580 +0100
@@ -1,0 +2,25 @@
+Fri Jan 19 15:44:58 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.27.0:
+  * Release v3.27.0
+  * Print changelog in self:build
+  * Allow override of application.login_method in user config
+  * Set --build-pull-requests-post-merge false by default (GitHub integrations)
+  * Respect --no-wait in environment:init, and clear environment cache
+  * Allow custom scheme in browser login
+  * Fix browser login boolean mistake..
+  * Explain failed deletion
+  * Delegate project:delete access to the API
+  * Link directly to latest release
+  * auth:browser-login: always display URL in case the default browser did not 
work
+  * Support colors via CLICOLOR_FORCE in final section of installer
+  * Use browser login by default (#672)
+  * Move disabled_commands under application in config.yaml
+  * Add help in auth:browser-login and auth:login explaining alternatives
+  * Better Windows description
+  * Update README.md
+  * Update to Symfony 3.4.2
+  * Browser login: markup improvements
+  * Update CHANGELOG.md for v3.26.1
+
+---

Old:

  platformsh-cli-3.26.1.tar.xz

New:

  platformsh-cli-3.27.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.318D9s/_old  2018-01-20 11:28:13.444131037 +0100
+++ /var/tmp/diff_new_pack.318D9s/_new  2018-01-20 11:28:13.444131037 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package platformsh-cli
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.26.1
+Version:3.27.0
 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.318D9s/_old  2018-01-20 11:28:13.468129916 +0100
+++ /var/tmp/diff_new_pack.318D9s/_new  2018-01-20 11:28:13.468129916 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.26.1
+refs/tags/v3.27.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.318D9s/_old  2018-01-20 11:28:13.492128793 +0100
+++ /var/tmp/diff_new_pack.318D9s/_new  2018-01-20 11:28:13.492128793 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-739e783bffc5ce6c2b401ebf495e0397135596cf
+14f78ca17089deff54abed0e3d3e379788ce8aa6
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.318D9s/_old  2018-01-20 11:28:13.532126922 +0100
+++ /var/tmp/diff_new_pack.318D9s/_new  2018-01-20 11:28:13.532126922 +0100
@@ -22,13 +22,13 @@
 psr/log 1.0.2MIT   
 react/promise   v2.5.1   MIT   
 stecman/symfony-console-completion  0.7.0MIT   
-symfony/config  v3.4.1   MIT   
-symfony/console v3.4.1   MIT   
-symfony/debug   v3.4.1   MIT   
-symfony/dependency-injectionv3.4.1   MIT   
-symfony/event-dispatcherv3.4.1   MIT   
-symfony/filesystem  v3.4.1   MIT   
-symfony/finder  v3.4.1   MIT   
+symfony/config  v3.4.2   MIT   
+symfony/console v3.4.2   MIT   
+symfony/debug   v3.4.2   MIT   
+symfony/dependency-injectionv3.4.2   MIT   
+symfony/event-dispatcherv3.4.2   MIT   
+symfony/filesystem  v3.4.2   MIT   
+symfony/finder  v3.4.2   MIT   
 symfony/polyfill-mbstring   v1.6.0   MIT   
-symfony/process v3.4.1   MIT   
-symfony/yamlv3.4.1   MIT   
+symfony/process v3.4.2   MIT  

commit platformsh-cli for openSUSE:Factory

2017-12-29 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-12-29 18:52:28

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Fri Dec 29 18:52:28 2017 rev:30 rq:560477 version:3.26.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-12-22 12:21:27.204147020 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-12-29 18:52:44.949195921 +0100
@@ -1,0 +2,29 @@
+Fri Dec 29 01:36:38 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.26.1:
+  * Release v3.26.1
+  * Update CHANGELOG.md
+  * Move chmod() to install section of installer
+  * Find latest version regardless of mode in self:build
+  * Restore Phar moving to installer
+  * Remove duplicate message in self:install
+  * Add auth:browser-login command (#669)
+  * Add snippet markers in shell config
+  * Remove old update notes
+  * Remove v2 from manifest.json
+  * Add usage help at the end of self:install
+  * Installer: just invoke self:install
+  * Refactor shell config into separate files
+  * Rename all_features to all_experiments
+  * Add all_features flag
+  * Update default D7 settings files
+  * Unused code
+  * Remove any direct use of remote_env_vars service
+  * Fix route:get options list
+  * Switch route:get to using deployments API (instead of SSH)
+  * Update CHANGELOG.md for v3.26.0
+  * Fix manifest update notes version constraints
+  * Remove extra quotes from git changelog
+  * Fix manifest update notes version constraints
+
+---

Old:

  platformsh-cli-3.26.0.tar.xz

New:

  platformsh-cli-3.26.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.ydfMhf/_old  2017-12-29 18:52:46.024886972 +0100
+++ /var/tmp/diff_new_pack.ydfMhf/_new  2017-12-29 18:52:46.024886972 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.26.0
+Version:3.26.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.ydfMhf/_old  2017-12-29 18:52:46.068874338 +0100
+++ /var/tmp/diff_new_pack.ydfMhf/_new  2017-12-29 18:52:46.072873190 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.26.0
+refs/tags/v3.26.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.ydfMhf/_old  2017-12-29 18:52:46.096866299 +0100
+++ /var/tmp/diff_new_pack.ydfMhf/_new  2017-12-29 18:52:46.096866299 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-c610714bfa603427bd701b12eedb8e1d6be0f75f
+739e783bffc5ce6c2b401ebf495e0397135596cf
   
 

++ extensions.txt ++
--- /var/tmp/diff_new_pack.ydfMhf/_old  2017-12-29 18:52:46.136854814 +0100
+++ /var/tmp/diff_new_pack.ydfMhf/_new  2017-12-29 18:52:46.136854814 +0100
@@ -3,22 +3,22 @@
 [requires] => Array
 (
 [0] => php >=5.2.0
-[1] => php >=5.3
-[2] => php >=5.3.0
+[1] => php >=5.2.0
+[2] => php >=5.3
 [3] => php >=5.3.0
 [4] => php >=5.3.0
-[5] => php >=5.3.2
-[6] => php >=5.3.3
+[5] => php >=5.3.0
+[6] => php >=5.3.2
 [7] => php >=5.3.3
-[8] => php >=5.4.0
+[8] => php >=5.3.3
 [9] => php >=5.4.0
 [10] => php >=5.4.0
 [11] => php >=5.4.0
 [12] => php >=5.4.0
-[13] => php >=5.5.9
+[13] => php >=5.4.0
 [14] => php >=5.5.9
 [15] => php >=5.5.9
-[16] => php ^5.5.9|>=7.0.8
+[16] => php >=5.5.9
 [17] => php ^5.5.9|>=7.0.8
 [18] => php ^5.5.9|>=7.0.8
 [19] => php ^5.5.9|>=7.0.8
@@ -27,13 +27,15 @@
 [22] => php ^5.5.9|>=7.0.8
 [23] => php ^5.5.9|>=7.0.8
 [24] => php ^5.5.9|>=7.0.8
-[25] => php ~5.5|~7.0
+[25] => php ^5.5.9|>=7.0.8
+[26] => php ~5.5|~7.0
 )
 
 [suggests] => Array
 (
 [0] => ext-curl Guzzle will use specific adapters if cURL is 
present
-[1] => ext-mbstring For best performance
+[1] => ext-libsodium Provides a modern crypto API that can be used 
to generate random bytes.
+[2] => ext-mbstring For best performance
 )
 
 )

++ licenses.txt ++
--- 

commit platformsh-cli for openSUSE:Factory

2017-12-22 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-12-22 12:20:48

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Fri Dec 22 12:20:48 2017 rev:29 rq:559101 version:3.26.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-12-18 08:58:31.993622083 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-12-22 12:21:27.204147020 +0100
@@ -1,0 +2,26 @@
+Thu Dec 21 13:35:07 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.26.0:
+  * Release v3.26.0
+  * Remove extra quotes from git changelog
+  * Fix config normalization when there is an empty locations array
+  * Skip updates check if the Phar file is not writable
+  * Remove different coloration for local commands (there are so few listed)
+  * Recommend --no-wait if snapshot:create is run in a non-TTY
+  * Support remote envs in app:list
+  * Remove unused LocalApplication::getApplication()
+  * Suggest project:set-remote in RootNotFoundException
+  * Add app names from cached SSH URLs for autocompletion
+  * Refactor to dedupe getDocumentRoot() methods
+  * Update CHANGELOG.md for v3.25.1
+  * Generate changelog based on master
+  * Show worker commands
+  * Use PLATFORM_DOCUMENT_ROOT if available
+  * Cache the current deployment
+  * Add worker:list command
+  * Use deployments API for remote app information
+  * Auto-ensure webhooks on GitHub and GitLab integrations (#665)
+  * Be stricter about when to use $_ENV, when getting parent variables for PHP 
<7.1
+  * The default CWD for a Git repository should be null, not .
+
+---

Old:

  platformsh-cli-3.25.1.tar.xz

New:

  platformsh-cli-3.26.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.n7vHab/_old  2017-12-22 12:21:28.164100213 +0100
+++ /var/tmp/diff_new_pack.n7vHab/_new  2017-12-22 12:21:28.168100018 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.25.1
+Version:3.26.0
 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.n7vHab/_old  2017-12-22 12:21:28.204098262 +0100
+++ /var/tmp/diff_new_pack.n7vHab/_new  2017-12-22 12:21:28.204098262 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.25.1
+refs/tags/v3.26.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.n7vHab/_old  2017-12-22 12:21:28.224097287 +0100
+++ /var/tmp/diff_new_pack.n7vHab/_new  2017-12-22 12:21:28.224097287 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-86aa5331daf2797f9c9fdcacf5fa3b2843fe65f1
+c610714bfa603427bd701b12eedb8e1d6be0f75f
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.n7vHab/_old  2017-12-22 12:21:28.264095337 +0100
+++ /var/tmp/diff_new_pack.n7vHab/_new  2017-12-22 12:21:28.264095337 +0100
@@ -15,7 +15,7 @@
 guzzlehttp/streams  3.0.0MIT   
 padraic/humbug_get_contents 1.0.4BSD-3-Clause  
 padraic/phar-updater1.0.4BSD-3-Clause  
-platformsh/client   v0.13.7  MIT   
+platformsh/client   v0.14.0  MIT   
 platformsh/console-form v0.0.15  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.0.2MIT   

++ platformsh-cli-3.25.1.tar.xz -> platformsh-cli-3.26.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.25.1/CHANGELOG.md 
new/platformsh-cli-3.26.0/CHANGELOG.md
--- old/platformsh-cli-3.25.1/CHANGELOG.md  2017-12-14 21:48:13.0 
+0100
+++ new/platformsh-cli-3.26.0/CHANGELOG.md  2017-12-21 12:52:01.0 
+0100
@@ -4,9 +4,19 @@
 
 More readable, curated release notes can be found at: 
https://github.com/platformsh/platformsh-cli/releases
 
-## [Unreleased](https://github.com/platformsh/platformsh-cli/tree/HEAD)
+## [v3.25.1](https://github.com/platformsh/platformsh-cli/tree/v3.25.1) 
(2017-12-14)
+[Full 
Changelog](https://github.com/platformsh/platformsh-cli/compare/v3.25.0...v3.25.1)
 
-[Full 
Changelog](https://github.com/platformsh/platformsh-cli/compare/v3.24.1...HEAD)
+**Closed issues:**
+
+- RuntimeException: The provided cwd does not exist 

commit platformsh-cli for openSUSE:Factory

2017-12-17 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-12-18 08:58:20

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Mon Dec 18 08:58:20 2017 rev:28 rq:557243 version:3.25.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-12-14 11:03:46.501390931 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-12-18 08:58:31.993622083 +0100
@@ -1,0 +2,9 @@
+Fri Dec 15 03:02:14 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.25.1:
+  * Release v3.25.1
+  * Ensure we do not pass an invalid CWD to Symfony Process
+  * Identifier: Add short timeout on URL check
+  * Remove var_dump()s
+
+---

Old:

  platformsh-cli-3.25.0.tar.xz

New:

  platformsh-cli-3.25.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.DUZMZZ/_old  2017-12-18 08:58:35.185467998 +0100
+++ /var/tmp/diff_new_pack.DUZMZZ/_new  2017-12-18 08:58:35.189467805 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.25.0
+Version:3.25.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.DUZMZZ/_old  2017-12-18 08:58:35.225466068 +0100
+++ /var/tmp/diff_new_pack.DUZMZZ/_new  2017-12-18 08:58:35.229465875 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.25.0
+refs/tags/v3.25.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.DUZMZZ/_old  2017-12-18 08:58:35.253464716 +0100
+++ /var/tmp/diff_new_pack.DUZMZZ/_new  2017-12-18 08:58:35.257464523 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-ee6d5d8c61a07793a2362a882c02ab5cc04ec042
+86aa5331daf2797f9c9fdcacf5fa3b2843fe65f1
   
 

++ platformsh-cli-3.25.0.tar.xz -> platformsh-cli-3.25.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.25.0/config.yaml 
new/platformsh-cli-3.25.1/config.yaml
--- old/platformsh-cli-3.25.0/config.yaml   2017-12-13 18:23:08.0 
+0100
+++ new/platformsh-cli-3.25.1/config.yaml   2017-12-14 21:48:13.0 
+0100
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.25.0'
+  version: '3.25.1'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.25.0/dist/manifest.json 
new/platformsh-cli-3.25.1/dist/manifest.json
--- old/platformsh-cli-3.25.0/dist/manifest.json2017-12-13 
18:23:08.0 +0100
+++ new/platformsh-cli-3.25.1/dist/manifest.json2017-12-14 
21:48:13.0 +0100
@@ -1,10 +1,10 @@
 [
 {
 "name": "platform.phar",
-"sha1": "672b9e2a9001abc17cefddd193eecce185f316f7",
-"sha256": 
"1eaf93ee25ae67080ed347993dea747857e08e853f0818d2123b2e5fe0a77b4d",
-"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.25.0/platform.phar;,
-"version": "3.25.0",
+"sha1": "f9db4be41db6d96d8163603c4d8083168e1e472f",
+"sha256": 
"aa8c294dcb85e16b5382407d162e22008f8a574acb186f29d7277d24232526c7",
+"url": 
"https://github.com/platformsh/platformsh-cli/releases/download/v3.25.1/platform.phar;,
+"version": "3.25.1",
 "php": {
 "min": "5.5.9"
 },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.25.0/src/Service/Identifier.php 
new/platformsh-cli-3.25.1/src/Service/Identifier.php
--- old/platformsh-cli-3.25.0/src/Service/Identifier.php2017-12-13 
18:23:08.0 +0100
+++ new/platformsh-cli-3.25.1/src/Service/Identifier.php2017-12-14 
21:48:13.0 +0100
@@ -156,7 +156,12 @@
 if ($cluster === false) {
 $this->debug('Making a HEAD request to identify project from URL: 
' . $url);
 try {
-$response = $this->api->getHttpClient()->head($url, ['auth' => 
false]);
+$response = $this->api->getHttpClient()->head($url, [
+'auth' => false,
+'timeout' => 5,
+'connect_timeout' => 5,
+'allow_redirects' => 

commit platformsh-cli for openSUSE:Factory

2017-12-14 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-12-14 11:03:43

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Thu Dec 14 11:03:43 2017 rev:27 rq:556821 version:3.25.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-12-08 13:02:00.951656957 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-12-14 11:03:46.501390931 +0100
@@ -1,0 +2,27 @@
+Wed Dec 13 21:17:52 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.25.0:
+  * Rebuild v3.25.0
+  * Remove var_dump()s
+  * Release v3.25.0
+  * Fix keychain app ID, and put whole feature behind a use_keychain flag
+  * Add CHANGELOG.md
+  * Save session data in the keychain on OS X (#663)
+  * Clean up
+  * Accept projects not in the user's list in multi command
+  * Expose redis relationship/URL explicitly
+  * Extended interactive question text
+  * Omit non-required empty fields when adding an integration
+  * Add --no-expired and --only-expired options to certificate:list
+  * Ignore host in configured project not found message
+  * Implement is_enabled on environment variables
+  * Use getenv() in Config
+  * Comments on DrushAlias
+  * Unused import
+  * Better 'project not found' message
+  * Add redis command
+  * Always inherit from the entire environment in PHP 7.1+
+  * Add SSH_AGENT_PID to auto inherited environment variables
+  * Add release notes for v3.24.0
+
+---

Old:

  platformsh-cli-3.24.1.tar.xz

New:

  platformsh-cli-3.25.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.R73pJH/_old  2017-12-14 11:03:47.305352120 +0100
+++ /var/tmp/diff_new_pack.R73pJH/_new  2017-12-14 11:03:47.309351927 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.24.1
+Version:3.25.0
 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.R73pJH/_old  2017-12-14 11:03:47.349349996 +0100
+++ /var/tmp/diff_new_pack.R73pJH/_new  2017-12-14 11:03:47.349349996 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.24.1
+refs/tags/v3.25.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.R73pJH/_old  2017-12-14 11:03:47.373348837 +0100
+++ /var/tmp/diff_new_pack.R73pJH/_new  2017-12-14 11:03:47.373348837 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-3f199ea22a08a78ede92682833ee62c14f714461
+ee6d5d8c61a07793a2362a882c02ab5cc04ec042
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.R73pJH/_old  2017-12-14 11:03:47.425346327 +0100
+++ /var/tmp/diff_new_pack.R73pJH/_new  2017-12-14 11:03:47.429346134 +0100
@@ -6,7 +6,7 @@
 NameVersion  License   
 cocur/slugify   v2.5 MIT   
 commerceguys/guzzle-oauth2-plugin   v2.1.1   MIT   
-cweagans/composer-patches   1.6.3BSD-2-Clause  
+cweagans/composer-patches   1.6.4BSD-2-Clause  
 doctrine/cache  v1.6.2   MIT   
 firebase/php-jwtv2.2.0   BSD-3-Clause  
 guzzlehttp/cache-subscriber 0.1.0MIT   
@@ -15,8 +15,8 @@
 guzzlehttp/streams  3.0.0MIT   
 padraic/humbug_get_contents 1.0.4BSD-3-Clause  
 padraic/phar-updater1.0.4BSD-3-Clause  
-platformsh/client   v0.13.4  MIT   
-platformsh/console-form v0.0.13  MIT   
+platformsh/client   v0.13.7  MIT   
+platformsh/console-form v0.0.15  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.0.2MIT   
 react/promise   v2.5.1   MIT   

++ platformsh-cli-3.24.1.tar.xz -> platformsh-cli-3.25.0.tar.xz ++
 3215 lines of diff (skipped)

++ platformsh-cli-vendor.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/autoload.php new/vendor/autoload.php
--- old/vendor/autoload.php 2017-12-07 15:29:47.285048385 +0100
+++ new/vendor/autoload.php 2017-12-13 22:17:57.833706250 +0100
@@ -4,4 +4,4 @@
 
 require_once __DIR__ . '/composer/autoload_real.php';
 
-return 

commit platformsh-cli for openSUSE:Factory

2017-12-08 Thread root
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 - ji...@boombatower.com
+
+- 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 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.23.0
+refs/tags/v3.24.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _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 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-2eed15b1fd4791dd1b4e4050b648b6823c06dfc4
+3f199ea22a08a78ede92682833ee62c14f714461
   
 

++ 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 @@
 NameVersion  License   
 cocur/slugify   v2.5 MIT   
 commerceguys/guzzle-oauth2-plugin   v2.1.1   MIT   
-cweagans/composer-patches   1.6.2BSD-2-Clause  
+cweagans/composer-patches   1.6.3BSD-2-Clause  
 doctrine/cache  v1.6.2   MIT   
 firebase/php-jwtv2.2.0   BSD-3-Clause  
 guzzlehttp/cache-subscriber 0.1.0MIT   
@@ -15,19 +15,19 @@
 guzzlehttp/streams  3.0.0MIT   
 padraic/humbug_get_contents 1.0.4BSD-3-Clause  
 padraic/phar-updater1.0.4BSD-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.0MIT   
 psr/log 1.0.2MIT   
 react/promise   v2.5.1   MIT   
 

commit platformsh-cli for openSUSE:Factory

2017-11-30 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-11-30 12:45:29

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Thu Nov 30 12:45:29 2017 rev:25 rq:546338 version:3.23.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-11-17 11:00:56.714655402 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-11-30 12:45:32.137604158 +0100
@@ -1,0 +2,12 @@
+Wed Nov 29 03:34:04 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.23.0:
+  * Release v3.23.0
+  * mount commands: add --exclude and --include (#651)
+  * Allow projects to be identified from their public website URL (#649)
+  * Add excluded_environments option for webhooks (#652)
+  * Add GitLab integration support (#647)
+  * Improve mount commands output
+  * Support new mount style
+
+---

Old:

  platformsh-cli-3.22.3.tar.xz

New:

  platformsh-cli-3.23.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.yCeASk/_old  2017-11-30 12:45:33.189565916 +0100
+++ /var/tmp/diff_new_pack.yCeASk/_new  2017-11-30 12:45:33.193565770 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.22.3
+Version:3.23.0
 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.yCeASk/_old  2017-11-30 12:45:33.233564316 +0100
+++ /var/tmp/diff_new_pack.yCeASk/_new  2017-11-30 12:45:33.233564316 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.22.3
+refs/tags/v3.23.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.yCeASk/_old  2017-11-30 12:45:33.257563444 +0100
+++ /var/tmp/diff_new_pack.yCeASk/_new  2017-11-30 12:45:33.261563298 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-da1c7f22409c1b63dd2dd23d99542774506b41c7
+2eed15b1fd4791dd1b4e4050b648b6823c06dfc4
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.yCeASk/_old  2017-11-30 12:45:33.317561263 +0100
+++ /var/tmp/diff_new_pack.yCeASk/_new  2017-11-30 12:45:33.317561263 +0100
@@ -15,7 +15,7 @@
 guzzlehttp/streams  3.0.0MIT   
 padraic/humbug_get_contents 1.0.4BSD-3-Clause  
 padraic/phar-updater1.0.4BSD-3-Clause  
-platformsh/client   v0.12.0  MIT   
+platformsh/client   v0.12.1  MIT   
 platformsh/console-form v0.0.13  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.0.2MIT   

++ platformsh-cli-3.22.3.tar.xz -> platformsh-cli-3.23.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.22.3/composer.lock 
new/platformsh-cli-3.23.0/composer.lock
--- old/platformsh-cli-3.22.3/composer.lock 2017-11-16 11:12:57.0 
+0100
+++ new/platformsh-cli-3.23.0/composer.lock 2017-11-24 17:31:28.0 
+0100
@@ -594,16 +594,16 @@
 },
 {
 "name": "platformsh/client",
-"version": "v0.12.0",
+"version": "v0.12.1",
 "source": {
 "type": "git",
 "url": 
"https://github.com/platformsh/platformsh-client-php.git;,
-"reference": "e5ce468ddc35d8a95fff79579a17b076cd5831c4"
+"reference": "945ba687f110c3c74e8c250b1b4afd2d03062c7c"
 },
 "dist": {
 "type": "zip",
-"url": 
"https://api.github.com/repos/platformsh/platformsh-client-php/zipball/e5ce468ddc35d8a95fff79579a17b076cd5831c4;,
-"reference": "e5ce468ddc35d8a95fff79579a17b076cd5831c4",
+"url": 
"https://api.github.com/repos/platformsh/platformsh-client-php/zipball/945ba687f110c3c74e8c250b1b4afd2d03062c7c;,
+"reference": "945ba687f110c3c74e8c250b1b4afd2d03062c7c",
 "shasum": ""
 },
 "require": {
@@ -639,7 +639,7 @@
 }
 ],
 "description": "Platform.sh API client",
-"time": "2017-09-20T08:28:37+00:00"
+"time": "2017-11-16T12:15:47+00:00"
 },
 {
 "name": "platformsh/console-form",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit platformsh-cli for openSUSE:Factory

2017-11-17 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-11-17 10:57:25

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Fri Nov 17 10:57:25 2017 rev:24 rq:542510 version:3.22.3

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-11-09 14:08:01.520755525 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-11-17 11:00:56.714655402 +0100
@@ -1,0 +2,9 @@
+Fri Nov 17 02:10:19 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.22.3:
+  * Release v3.22.3
+  * Add a timeout to the Drush aliases check (#646)
+  * Fix exit code from db:dump to respect errors (#645)
+  * Normalize user-defined aliases too
+
+---

Old:

  platformsh-cli-3.22.2.tar.xz

New:

  platformsh-cli-3.22.3.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.LwNiVe/_old  2017-11-17 11:00:57.506626417 +0100
+++ /var/tmp/diff_new_pack.LwNiVe/_new  2017-11-17 11:00:57.510626271 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.22.2
+Version:3.22.3
 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.LwNiVe/_old  2017-11-17 11:00:57.542625099 +0100
+++ /var/tmp/diff_new_pack.LwNiVe/_new  2017-11-17 11:00:57.542625099 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.22.2
+refs/tags/v3.22.3
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.LwNiVe/_old  2017-11-17 11:00:57.566624221 +0100
+++ /var/tmp/diff_new_pack.LwNiVe/_new  2017-11-17 11:00:57.566624221 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-0126117bbc346ee5d370d0b104b69a060407bf7d
+da1c7f22409c1b63dd2dd23d99542774506b41c7
   
 

++ platformsh-cli-3.22.2.tar.xz -> platformsh-cli-3.22.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.22.2/config.yaml 
new/platformsh-cli-3.22.3/config.yaml
--- old/platformsh-cli-3.22.2/config.yaml   2017-11-08 23:50:06.0 
+0100
+++ new/platformsh-cli-3.22.3/config.yaml   2017-11-16 11:12:57.0 
+0100
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.x-dev'
+  version: '3.22.3'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.22.2/src/Command/CommandBase.php 
new/platformsh-cli-3.22.3/src/Command/CommandBase.php
--- old/platformsh-cli-3.22.2/src/Command/CommandBase.php   2017-11-08 
23:50:06.0 +0100
+++ new/platformsh-cli-3.22.3/src/Command/CommandBase.php   2017-11-16 
11:12:57.0 +0100
@@ -486,7 +486,11 @@
 $this->debug('Updating Drush aliases');
 /** @var \Platformsh\Cli\Service\Drush $drush */
 $drush = $this->getService('drush');
-$drush->createAliases($event->getProject(), $projectRoot, 
$event->getEnvironments());
+try {
+$drush->createAliases($event->getProject(), $projectRoot, 
$event->getEnvironments());
+} catch (\RuntimeException $e) {
+$this->stdErr->writeln('Failed to update Drush 
aliases: ' . $e->getMessage());
+}
 }
 
 /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.22.2/src/Command/Db/DbDumpCommand.php 
new/platformsh-cli-3.22.3/src/Command/Db/DbDumpCommand.php
--- old/platformsh-cli-3.22.2/src/Command/Db/DbDumpCommand.php  2017-11-08 
23:50:06.0 +0100
+++ new/platformsh-cli-3.22.3/src/Command/Db/DbDumpCommand.php  2017-11-16 
11:12:57.0 +0100
@@ -161,9 +161,15 @@
 $sshCommand = $ssh->getSshCommand();
 
 if ($gzip) {
-$dumpCommand .= ' | gzip --stdout';
+// If dump compression is enabled, pipe the dump command into gzip,
+// but not before switching on "pipefail" to ensure a non-zero exit
+// code is returned if any part of the pipe fails.
+$dumpCommand = 'set -o pipefail;'
+. $dumpCommand
+. ' | gzip --stdout';
 } else {
-// Compress data transparently as it's sent over 

commit platformsh-cli for openSUSE:Factory

2017-11-09 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-11-09 14:07:58

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Thu Nov  9 14:07:58 2017 rev:23 rq:540052 version:3.22.2

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-11-04 10:25:33.311038128 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-11-09 14:08:01.520755525 +0100
@@ -1,0 +2,7 @@
+Wed Nov 08 23:39:38 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.22.2:
+  * Fix: Drush "root" argument must be absolute
+  * Fix "root" argument for wrong alias type
+
+---

Old:

  platformsh-cli-3.22.0.tar.xz

New:

  platformsh-cli-3.22.2.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.VN4kWJ/_old  2017-11-09 14:08:02.204730600 +0100
+++ /var/tmp/diff_new_pack.VN4kWJ/_new  2017-11-09 14:08:02.208730453 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.22.0
+Version:3.22.2
 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.VN4kWJ/_old  2017-11-09 14:08:02.240729288 +0100
+++ /var/tmp/diff_new_pack.VN4kWJ/_new  2017-11-09 14:08:02.240729288 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.22.0
+refs/tags/v3.22.2
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.VN4kWJ/_old  2017-11-09 14:08:02.260728558 +0100
+++ /var/tmp/diff_new_pack.VN4kWJ/_new  2017-11-09 14:08:02.264728413 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-7c18f87a80e1cc6afcb1e5bbad435b60520a8e2a
+0126117bbc346ee5d370d0b104b69a060407bf7d
   
 

++ platformsh-cli-3.22.0.tar.xz -> platformsh-cli-3.22.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.22.0/config.yaml 
new/platformsh-cli-3.22.2/config.yaml
--- old/platformsh-cli-3.22.0/config.yaml   2017-11-03 18:58:21.0 
+0100
+++ new/platformsh-cli-3.22.2/config.yaml   2017-11-08 23:50:06.0 
+0100
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.22.0'
+  version: '3.x-dev'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.22.0/src/SiteAlias/DrushAlias.php 
new/platformsh-cli-3.22.2/src/SiteAlias/DrushAlias.php
--- old/platformsh-cli-3.22.0/src/SiteAlias/DrushAlias.php  2017-11-03 
18:58:21.0 +0100
+++ new/platformsh-cli-3.22.2/src/SiteAlias/DrushAlias.php  2017-11-08 
23:50:06.0 +0100
@@ -228,7 +228,7 @@
 }
 
 $alias = [
-'root' => $app->getDocumentRoot(),
+'root' => '/app/' . $app->getDocumentRoot(),
 $this->getAutoRemoveKey() => true,
 ];
 

++ platformsh-cli-vendor.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/autoload.php new/vendor/autoload.php
--- old/vendor/autoload.php 2017-11-03 21:04:31.388460672 +0100
+++ new/vendor/autoload.php 2017-11-09 00:39:40.820371812 +0100
@@ -4,4 +4,4 @@
 
 require_once __DIR__ . '/composer/autoload_real.php';
 
-return ComposerAutoloaderInitc873751a3dfba5ca58556bd789e32d6c::getLoader();
+return ComposerAutoloaderInitfaed85afa934cd13bf628b41c632d0c4::getLoader();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/composer/autoload_real.php 
new/vendor/composer/autoload_real.php
--- old/vendor/composer/autoload_real.php   2017-11-03 21:04:31.388460672 
+0100
+++ new/vendor/composer/autoload_real.php   2017-11-09 00:39:40.820371812 
+0100
@@ -2,7 +2,7 @@
 
 // autoload_real.php @generated by Composer
 
-class ComposerAutoloaderInitc873751a3dfba5ca58556bd789e32d6c
+class ComposerAutoloaderInitfaed85afa934cd13bf628b41c632d0c4
 {
 private static $loader;
 
@@ -19,15 +19,15 @@
 return self::$loader;
 }
 
-
spl_autoload_register(array('ComposerAutoloaderInitc873751a3dfba5ca58556bd789e32d6c',
 'loadClassLoader'), true, true);
+

commit platformsh-cli for openSUSE:Factory

2017-11-04 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-11-04 10:25:25

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Sat Nov  4 10:25:25 2017 rev:22 rq:538837 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-10-19 19:33:04.702233062 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-11-04 10:25:33.311038128 +0100
@@ -1,0 +2,60 @@
+Fri Nov 03 20:04:17 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.22.0:
+  * Update Symfony dependencies from 3.3.9 to 3.3.10
+  * Clean up Git service instantiation and destructor
+  * Remove dead code from self:install
+  * Rebuild warning should be redeploy
+  * Avoid wrapping environment IDs when formatting is involved
+  * Support .drush/site-aliases directory
+  * Check whether Drush supports YAML alias files
+  * Support YAML Drush aliases
+  * Drush fixes for supporting version 9
+  * Nest YAML aliases one level deeper
+  * Remove problematic inline comments
+  * Remove unnecessary method override
+  * More cleanup
+  * Remove drush argument for alias types
+  * Use heredoc for file header
+  * Refactor subdir move slightly
+  * Fix tests and merge between PHP and YAML aliases
+  * Unused import
+  * Clean up move errors
+  * Refactor getAliases() and getExistingAliases()
+  * Refactor reading/setting alias group
+  * Delete old YAML file when renaming group
+  * Move aliases to new directory non-interactively
+  * Use $app->isSingle() more often
+  * Reduce failures in site-aliases migration
+  * Fix merge of existing aliases
+  * Remove support checks
+  * Cleanup
+  * Fail in local:drush-aliases if no Drupal apps are found
+  * Test getDrupalApps()
+  * Test that YAML aliases are created
+  * Automatically write to drush.yml
+  * Reduce hardcoding of .drush
+  * Cleanup
+  * Fix: new aliases should go in site-aliases subdir
+  * project:info command: description should be writable
+  * Use $app->getSourceDir() more often
+  * Improve alias files migration
+  * Avoid creating PHP alias files if not necessary
+  * Distinguish less between Drush versions as global/local installs can differ
+  * Simplify Drush version check
+  * Use *.alias.yml for YAML aliases that more or less work
+  * Remove a potentially confusing message
+  * Make getExistingAliases() responsible for group order
+  * Fix: YAML aliases should have host/user, not remote-host/remote-user
+  * Normalize aliases for differences between PHP and YAML
+  * Use getSshUrl() and getRouteUrls() when generating aliases
+  * Add $app->getLocalWebRoot()
+  * Cleanup
+  * Use home-relative document root for remote Drush aliases
+  * Prefer app-specific URLs in remote drush aliases
+  * Revert "Prefer app-specific URLs in remote drush aliases"
+  * Allow commands to be disabled through config
+  * Use Drush aliases only if the local:drush-aliases command is enabled
+  * Release v3.22.0
+
+---

Old:

  platformsh-cli-3.21.0.tar.xz

New:

  platformsh-cli-3.22.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.o00HYT/_old  2017-11-04 10:25:34.059010911 +0100
+++ /var/tmp/diff_new_pack.o00HYT/_new  2017-11-04 10:25:34.067010619 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.21.0
+Version:3.22.0
 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.o00HYT/_old  2017-11-04 10:25:34.103009309 +0100
+++ /var/tmp/diff_new_pack.o00HYT/_new  2017-11-04 10:25:34.103009309 +0100
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.21.0
+refs/tags/v3.22.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.o00HYT/_old  2017-11-04 10:25:34.119008727 +0100
+++ /var/tmp/diff_new_pack.o00HYT/_new  2017-11-04 10:25:34.123008582 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-0bbbd4c416e3474f27488107cb8a49b6ddeb9100
+7c18f87a80e1cc6afcb1e5bbad435b60520a8e2a
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.o00HYT/_old  2017-11-04 10:25:34.163007127 +0100
+++ /var/tmp/diff_new_pack.o00HYT/_new  2017-11-04 10:25:34.163007127 +0100
@@ -21,13 +21,13 @@
 psr/log 1.0.2MIT   
 react/promise   v2.5.1   MIT   
 

commit platformsh-cli for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-10-19 19:33:02

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Thu Oct 19 19:33:02 2017 rev:21 rq:534961 version:3.21.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-10-17 01:52:13.711248171 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-10-19 19:33:04.702233062 +0200
@@ -1,0 +2,20 @@
+Wed Oct 18 13:52:28 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.21.0:
+  * Fix installer bug writing multiple times to config
+  * Fix installer bug writing multiple times to config
+  * Use full namespace name in list command
+  * add mount:list (lists) command
+  * add mount:pull (mpull) and mount:push (mpush) commands
+  * mount commands: use selected environment
+  * mount commands: various improvements
+  * Add a confirmation question and another interactive default for --target 
and --source
+  * Rename mount commands
+  * mount commands: restore --refresh option, add --delete option
+  * List mounts as a table
+  * Support logging in with a username (#636)
+  * Fix: service dependencies of Filesystem did not get output class, 
initialized too early
+  * Switch default output to ConsoleOutput
+  * Release v3.21.0
+
+---

Old:

  platformsh-cli-3.20.5.tar.xz

New:

  platformsh-cli-3.21.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.4PVYHL/_old  2017-10-19 19:33:05.378201435 +0200
+++ /var/tmp/diff_new_pack.4PVYHL/_new  2017-10-19 19:33:05.378201435 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.20.5
+Version:3.21.0
 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.4PVYHL/_old  2017-10-19 19:33:05.406200125 +0200
+++ /var/tmp/diff_new_pack.4PVYHL/_new  2017-10-19 19:33:05.406200125 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.20.5
+refs/tags/v3.21.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.4PVYHL/_old  2017-10-19 19:33:05.422199376 +0200
+++ /var/tmp/diff_new_pack.4PVYHL/_new  2017-10-19 19:33:05.422199376 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-f8e216ec75f1a2f6fdf3e4765c60b624fda06ea3
+0bbbd4c416e3474f27488107cb8a49b6ddeb9100
   
 

++ platformsh-cli-3.20.5.tar.xz -> platformsh-cli-3.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.20.5/README.md 
new/platformsh-cli-3.21.0/README.md
--- old/platformsh-cli-3.20.5/README.md 2017-10-13 10:57:00.0 +0200
+++ new/platformsh-cli-3.21.0/README.md 2017-10-18 10:41:52.0 +0200
@@ -126,6 +126,10 @@
   local:build (build)   Build the current project locally
   local:dir (dir)   Find the local project root
   local:drush-aliases (drush-aliases)   Find the project's Drush aliases
+mount
+  mount:downloadDownload files from a mount, using 
rsync
+  mount:list (mounts)   Get a list of mounts
+  mount:upload  Upload files to a mount, using 
rsync
 project
   project:deleteDelete a project
   project:get (get) Clone a project locally
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.20.5/config.yaml 
new/platformsh-cli-3.21.0/config.yaml
--- old/platformsh-cli-3.20.5/config.yaml   2017-10-13 10:57:00.0 
+0200
+++ new/platformsh-cli-3.21.0/config.yaml   2017-10-18 10:41:52.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.20.5'
+  version: '3.21.0'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.20.5/dist/installer.php 
new/platformsh-cli-3.21.0/dist/installer.php
--- old/platformsh-cli-3.20.5/dist/installer.php2017-10-13 
10:57:00.0 +0200
+++ new/platformsh-cli-3.21.0/dist/installer.php2017-10-18 
10:41:52.0 +0200
@@ -293,7 +293,7 @@
   

commit platformsh-cli for openSUSE:Factory

2017-10-16 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-10-17 01:52:12

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Tue Oct 17 01:52:12 2017 rev:20 rq:533955 version:3.20.5

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-09-21 12:35:10.528476004 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-10-17 01:52:13.711248171 +0200
@@ -1,0 +2,12 @@
+Fri Oct 13 14:15:34 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.20.5:
+  * Only show prune message once (follow up to #627)
+  * GitHub integration: add flag for pull_requests_clone_parent_data (#623)
+  * Add --no-clone-parent option to branch command (#630)
+  * Add default from address for health.email integration (#632)
+  * Fix infinite loop in Config::canWriteDir (#634)
+  * Move Config::canWriteToDir to Filesystem::canWrite and add tests
+  * Release v3.20.5
+
+---

Old:

  platformsh-cli-3.20.4.tar.xz

New:

  platformsh-cli-3.20.5.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.N6rwPd/_old  2017-10-17 01:52:15.047185591 +0200
+++ /var/tmp/diff_new_pack.N6rwPd/_new  2017-10-17 01:52:15.051185405 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.20.4
+Version:3.20.5
 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.N6rwPd/_old  2017-10-17 01:52:15.087183718 +0200
+++ /var/tmp/diff_new_pack.N6rwPd/_new  2017-10-17 01:52:15.091183531 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.20.4
+refs/tags/v3.20.5
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.N6rwPd/_old  2017-10-17 01:52:15.82594 +0200
+++ /var/tmp/diff_new_pack.N6rwPd/_new  2017-10-17 01:52:15.82594 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-4371af7abcc8be33aaf078c8cdf833517e41c7ef
+f8e216ec75f1a2f6fdf3e4765c60b624fda06ea3
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.N6rwPd/_old  2017-10-17 01:52:15.151180720 +0200
+++ /var/tmp/diff_new_pack.N6rwPd/_new  2017-10-17 01:52:15.151180720 +0200
@@ -15,8 +15,8 @@
 guzzlehttp/streams  3.0.0MIT   
 padraic/humbug_get_contents 1.0.4BSD-3-Clause  
 padraic/phar-updater1.0.4BSD-3-Clause  
-platformsh/client   v0.11.4  MIT   
-platformsh/console-form v0.0.12  MIT   
+platformsh/client   v0.12.0  MIT   
+platformsh/console-form v0.0.13  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.0.2MIT   
 react/promise   v2.5.1   MIT   

++ platformsh-cli-3.20.4.tar.xz -> platformsh-cli-3.20.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.20.4/composer.json 
new/platformsh-cli-3.20.5/composer.json
--- old/platformsh-cli-3.20.4/composer.json 2017-09-20 10:43:46.0 
+0200
+++ new/platformsh-cli-3.20.5/composer.json 2017-10-13 10:57:00.0 
+0200
@@ -7,8 +7,8 @@
 "doctrine/cache": "~1.5",
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
-"platformsh/console-form": "0.0.12",
-"platformsh/client": "^0.11",
+"platformsh/console-form": "0.0.13",
+"platformsh/client": "^0.12",
 "symfony/console": "^3.0 !=3.2.5 !=3.2.6",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.20.4/composer.lock 
new/platformsh-cli-3.20.5/composer.lock
--- old/platformsh-cli-3.20.4/composer.lock 2017-09-20 10:43:46.0 
+0200
+++ new/platformsh-cli-3.20.5/composer.lock 2017-10-13 10:57:00.0 
+0200
@@ -4,7 +4,7 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file;,
 "This file is @generated automatically"
 ],
-"content-hash": "5cd770732384ef14b287e70ef359e3e8",
+"content-hash": "a659e476dd1e0481d2594685220c4230",
 "packages": [
 {
 "name": "cocur/slugify",
@@ -594,16 

commit platformsh-cli for openSUSE:Factory

2017-09-21 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-09-21 12:35:08

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Thu Sep 21 12:35:08 2017 rev:19 rq:527547 version:3.20.4

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-09-12 19:56:25.902330246 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-09-21 12:35:10.528476004 +0200
@@ -1,0 +2,26 @@
+Wed Sep 20 13:16:08 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.20.4:
+  * Exclude node_modules when using Finder - performance improvement
+  * Add git prune help text when deleting a branch (#628)
+  * Allow nested apps where the first app is at the top level
+  * Update dependencies
+  * Downgrade doctrine/cache for <7.1 compatibility
+  * Warn when creating a .gz dump without --gzip
+  * ... restore missing $projectRoot
+  * ... remove unnecessary $project
+  * Add new regions, and allow arbitrary regions or plans
+  * Release v3.20.4
+
+---
+Tue Sep 19 20:24:53 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.20.3:
+  * Clarify that merge affects the target
+  * Halve automatic updates timeout
+  * Installer: write to shell config if file does not yet exist
+  * Installer: write to shell config if file does not yet exist
+  * Allow using built-in server with non-PHP apps
+  * Release v3.20.3
+
+---

Old:

  platformsh-cli-3.20.2.tar.xz

New:

  platformsh-cli-3.20.4.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.FwNXqK/_old  2017-09-21 12:35:11.368357813 +0200
+++ /var/tmp/diff_new_pack.FwNXqK/_new  2017-09-21 12:35:11.372357250 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.20.2
+Version:3.20.4
 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.FwNXqK/_old  2017-09-21 12:35:11.408352185 +0200
+++ /var/tmp/diff_new_pack.FwNXqK/_new  2017-09-21 12:35:11.408352185 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.20.2
+refs/tags/v3.20.4
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.FwNXqK/_old  2017-09-21 12:35:11.432348808 +0200
+++ /var/tmp/diff_new_pack.FwNXqK/_new  2017-09-21 12:35:11.432348808 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-a000b8fea3cdcedf54d91af2b14ebe754531a76a
+4371af7abcc8be33aaf078c8cdf833517e41c7ef
   
 

++ extensions.txt ++
--- /var/tmp/diff_new_pack.FwNXqK/_old  2017-09-21 12:35:11.460344868 +0200
+++ /var/tmp/diff_new_pack.FwNXqK/_new  2017-09-21 12:35:11.464344305 +0200
@@ -6,8 +6,8 @@
 [1] => php >=5.3
 [2] => php >=5.3.0
 [3] => php >=5.3.0
-[4] => php >=5.3.2
-[5] => php >=5.3.3
+[4] => php >=5.3.0
+[5] => php >=5.3.2
 [6] => php >=5.3.3
 [7] => php >=5.3.3
 [8] => php >=5.4.0
@@ -18,14 +18,16 @@
 [13] => php >=5.5.9
 [14] => php >=5.5.9
 [15] => php >=5.5.9
-[16] => php >=5.5.9
-[17] => php >=5.5.9
-[18] => php >=5.5.9
-[19] => php >=5.5.9
-[20] => php >=5.5.9
-[21] => php >=5.5.9
-[22] => php >=5.5.9
-[23] => php ~5.5|~7.0
+[16] => php ^5.5.9|>=7.0.8
+[17] => php ^5.5.9|>=7.0.8
+[18] => php ^5.5.9|>=7.0.8
+[19] => php ^5.5.9|>=7.0.8
+[20] => php ^5.5.9|>=7.0.8
+[21] => php ^5.5.9|>=7.0.8
+[22] => php ^5.5.9|>=7.0.8
+[23] => php ^5.5.9|>=7.0.8
+[24] => php ^5.5.9|>=7.0.8
+[25] => php ~5.5|~7.0
 )
 
 [suggests] => Array

++ licenses.txt ++
--- /var/tmp/diff_new_pack.FwNXqK/_old  2017-09-21 12:35:11.492340365 +0200
+++ /var/tmp/diff_new_pack.FwNXqK/_new  2017-09-21 12:35:11.492340365 +0200
@@ -4,29 +4,30 @@
 Dependencies:
 
 NameVersion  License   
-cocur/slugify   v1.4.1   MIT   
+cocur/slugify   v2.5 MIT   
 commerceguys/guzzle-oauth2-plugin   v2.1.1   MIT   
-cweagans/composer-patches   1.6.1BSD-2-Clause  

commit platformsh-cli for openSUSE:Factory

2017-09-12 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-09-12 19:56:16

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Tue Sep 12 19:56:16 2017 rev:18 rq:523423 version:3.20.2

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-08-29 11:48:06.394274119 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-09-12 19:56:25.902330246 +0200
@@ -1,0 +2,13 @@
+Mon Sep 11 20:28:28 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.20.2:
+  * Update self:install command for consistency with installer
+  * Remove Drush location hack for travis/phpunit
+  * Find Drush in the CLI root if it is there via require-dev
+  * Only include shell config if the shell is Bash or ZSH (#622)
+  * Only include shell config if the shell is Bash or ZSH (#622)
+  * Installer / self:install consistency
+  * Check config dir existence in writability check
+  * Release v3.20.2
+
+---

Old:

  platformsh-cli-3.20.1.tar.xz

New:

  platformsh-cli-3.20.2.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.Bk28c4/_old  2017-09-12 19:56:26.614230147 +0200
+++ /var/tmp/diff_new_pack.Bk28c4/_new  2017-09-12 19:56:26.618229585 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.20.1
+Version:3.20.2
 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.Bk28c4/_old  2017-09-12 19:56:26.646225648 +0200
+++ /var/tmp/diff_new_pack.Bk28c4/_new  2017-09-12 19:56:26.650225086 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.20.1
+refs/tags/v3.20.2
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.Bk28c4/_old  2017-09-12 19:56:26.67074 +0200
+++ /var/tmp/diff_new_pack.Bk28c4/_new  2017-09-12 19:56:26.67074 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-c113051c280d815807ee8125943571a33ced2158
+a000b8fea3cdcedf54d91af2b14ebe754531a76a
   
 

++ platformsh-cli-3.20.1.tar.xz -> platformsh-cli-3.20.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.20.1/config.yaml 
new/platformsh-cli-3.20.2/config.yaml
--- old/platformsh-cli-3.20.1/config.yaml   2017-08-23 20:20:41.0 
+0200
+++ new/platformsh-cli-3.20.2/config.yaml   2017-08-31 16:45:24.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.20.1'
+  version: '3.20.2'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.20.1/dist/installer.php 
new/platformsh-cli-3.20.2/dist/installer.php
--- old/platformsh-cli-3.20.1/dist/installer.php2017-08-23 
20:20:41.0 +0200
+++ new/platformsh-cli-3.20.2/dist/installer.php2017-08-31 
16:45:24.0 +0200
@@ -144,18 +144,18 @@
 );
 
 // The necessary checks have passed. Start downloading the right version.
-output(PHP_EOL . "Download", 'heading');
+output(PHP_EOL . 'Download', 'heading');
 
-output("  Finding the latest version...");
+output('  Finding the latest version...');
 $manifest = file_get_contents(CLI_UPDATE_MANIFEST_URL);
 if ($manifest === false) {
-output("  Failed to download manifest file: " . CLI_UPDATE_MANIFEST_URL, 
'error');
+output('  Failed to download manifest file: ' . CLI_UPDATE_MANIFEST_URL, 
'error');
 exit(1);
 }
 
 $manifest = json_decode($manifest);
 if ($manifest === null) {
-output("  Failed to decode manifest file: " . CLI_UPDATE_MANIFEST_URL, 
'error');
+output('  Failed to decode manifest file: ' . CLI_UPDATE_MANIFEST_URL, 
'error');
 exit(1);
 }
 
@@ -170,33 +170,33 @@
 }
 }
 if (empty($latest)) {
-output("  No download was found.", 'error');
+output('  No download was found.', 'error');
 exit(1);
 }
 
 output("  Downloading version {$latest->version}...");
 if (!file_put_contents(CLI_PHAR, file_get_contents($latest->url))) {
-output("  The download failed.", 'error');
+output('  The download failed.', 'error');
 }
 
-output("  Checking file integrity...");
+output('  Checking file integrity...');
 if 

commit platformsh-cli for openSUSE:Factory

2017-08-29 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-08-29 11:46:46

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Tue Aug 29 11:46:46 2017 rev:17 rq:519223 version:3.20.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-08-16 16:18:45.422907840 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-08-29 11:48:06.394274119 +0200
@@ -1,0 +2,12 @@
+Mon Aug 28 20:20:01 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.20.1:
+  * Easy install on Platform.sh environments
+  * No need to "source .environment"
+  * Write to tmp if config directory is not available
+  * Show ID of users (#618) (#619)
+  * Docs can no longer be searched by URL
+  * Use the local Drush if possible (#621)
+  * Release v3.20.1
+
+---

Old:

  platformsh-cli-3.20.0.tar.xz

New:

  platformsh-cli-3.20.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.21QWg4/_old  2017-08-29 11:48:07.526114587 +0200
+++ /var/tmp/diff_new_pack.21QWg4/_new  2017-08-29 11:48:07.538112897 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.20.0
+Version:3.20.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.21QWg4/_old  2017-08-29 11:48:07.682092602 +0200
+++ /var/tmp/diff_new_pack.21QWg4/_new  2017-08-29 11:48:07.686092039 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.20.0
+refs/tags/v3.20.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.21QWg4/_old  2017-08-29 11:48:07.754082456 +0200
+++ /var/tmp/diff_new_pack.21QWg4/_new  2017-08-29 11:48:07.758081892 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-48241718f7d61b41206871f8f0a13bea2e341181
+c113051c280d815807ee8125943571a33ced2158
   
 

++ platformsh-cli-3.20.0.tar.xz -> platformsh-cli-3.20.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.20.0/config.yaml 
new/platformsh-cli-3.20.1/config.yaml
--- old/platformsh-cli-3.20.0/config.yaml   2017-08-14 17:36:21.0 
+0200
+++ new/platformsh-cli-3.20.1/config.yaml   2017-08-23 20:20:41.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.20.0'
+  version: '3.20.1'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
@@ -9,6 +9,7 @@
   user_config_dir: '.platformsh'
   user_state_file: '.platformsh/state.json'
   env_prefix: 'PLATFORMSH_CLI_'
+  tmp_sub_dir: 'platformsh-cli-tmp'
 
 # Configuration for working with projects locally.
 local:
@@ -32,7 +33,7 @@
   app_config_file: '.platform.app.yaml'
   project_config_dir: '.platform'
   docs_url: 'https://docs.platform.sh'
-  docs_search_url: 'https://docs.platform.sh/?q={{ terms }}'
+  docs_search_url: 
'https://www.google.com/search?q=site%3Adocs.platform.sh%20{{ terms }}'
   accounts_url: 'https://accounts.platform.sh'
   pricing_url: 'https://platform.sh/pricing'
   available_regions:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.20.0/dist/installer.php 
new/platformsh-cli-3.20.1/dist/installer.php
--- old/platformsh-cli-3.20.0/dist/installer.php2017-08-14 
17:36:21.0 +0200
+++ new/platformsh-cli-3.20.1/dist/installer.php2017-08-23 
20:20:41.0 +0200
@@ -9,6 +9,7 @@
 define('CLI_EXECUTABLE', 'platform');
 define('CLI_NAME', 'Platform.sh CLI');
 define('CLI_PHAR', CLI_EXECUTABLE . '.phar');
+define('CLI_SERVICE_ENV_PREFIX', 'PLATFORM_');
 
 set_error_handler(
 function ($code, $message) {
@@ -236,7 +237,7 @@
 if ($shellConfigFile = findShellConfigFile($home)) {
 output("  Configuring the shell...");
 $configured = true;
-$currentShellConfig = file_get_contents($shellConfigFile);
+$currentShellConfig = file_exists($shellConfigFile) ? 
file_get_contents($shellConfigFile) : false;
 if ($currentShellConfig === false) {
 $currentShellConfig = '';
 }
@@ -264,7 +265,9 @@
 if ($configured) {
 output(PHP_EOL . "To get started, run:", 'info');
 $toSource = getcwd() === $home ? 

commit platformsh-cli for openSUSE:Factory

2017-08-16 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-08-16 16:18:36

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Wed Aug 16 16:18:36 2017 rev:16 rq:516933 version:3.20.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-07-27 11:13:45.400652654 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-08-16 16:18:45.422907840 +0200
@@ -1,0 +2,30 @@
+Mon Aug 14 21:33:03 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.20.0:
+  * Switch to SHA-256 for file verification
+  * Installer: remove BC code
+  * Add pricing URL in create command
+  * Add build_pull_requests_post_merge for github integrations (#612)
+  * Clarify user:delete command (issue #615)
+  * Alias --no-wait to -W
+  * Add "health" integration types
+  * Add summary format for health integrations
+  * Match partial integration IDs
+  * Unused import
+  * Inspection tweaks
+  * Avoid re-initializing application/command in CompletionCommand
+  * Release v3.20.0
+
+---
+Fri Aug 11 18:41:37 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.19.1:
+  * Populate project, environment, and app from environment variables where 
possible (#610)
+  * Push command: do not activate by default in non-interactive mode
+  * Travis update: add 7.2, fix hhvm build
+  * Fix app choice for inactive environments
+  * Sort routes choice in route:get
+  * Add SHA-256 info in build command
+  * Release v3.19.1
+
+---

Old:

  platformsh-cli-3.19.0.tar.xz

New:

  platformsh-cli-3.20.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.lRFbxb/_old  2017-08-16 16:18:46.262789948 +0200
+++ /var/tmp/diff_new_pack.lRFbxb/_new  2017-08-16 16:18:46.270788825 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.19.0
+Version:3.20.0
 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.lRFbxb/_old  2017-08-16 16:18:46.314782649 +0200
+++ /var/tmp/diff_new_pack.lRFbxb/_new  2017-08-16 16:18:46.314782649 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.19.0
+refs/tags/v3.20.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.lRFbxb/_old  2017-08-16 16:18:46.350777597 +0200
+++ /var/tmp/diff_new_pack.lRFbxb/_new  2017-08-16 16:18:46.350777597 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-8608f91adb3f1f721a9ff418aa27276c718f68eb
+48241718f7d61b41206871f8f0a13bea2e341181
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.lRFbxb/_old  2017-08-16 16:18:46.406769738 +0200
+++ /var/tmp/diff_new_pack.lRFbxb/_new  2017-08-16 16:18:46.410769176 +0200
@@ -15,8 +15,8 @@
 guzzlehttp/streams  3.0.0MIT   
 padraic/humbug_get_contents 1.0.4BSD-3-Clause  
 padraic/phar-updater1.0.3BSD-3-Clause  
-platformsh/client   v0.11.2  MIT   
-platformsh/console-form v0.0.10  MIT   
+platformsh/client   v0.11.4  MIT   
+platformsh/console-form v0.0.11  MIT   
 psr/log 1.0.2MIT   
 react/promise   v2.5.1   MIT   
 stecman/symfony-console-completion  0.7.0MIT   

++ platformsh-cli-3.19.0.tar.xz -> platformsh-cli-3.20.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.19.0/.travis.yml 
new/platformsh-cli-3.20.0/.travis.yml
--- old/platformsh-cli-3.19.0/.travis.yml   2017-07-18 17:24:27.0 
+0200
+++ new/platformsh-cli-3.20.0/.travis.yml   2017-08-14 17:36:21.0 
+0200
@@ -1,5 +1,5 @@
 language: php
-
+dist: trusty
 sudo: false
 
 php:
@@ -8,6 +8,7 @@
   - hhvm
   - 7.0
   - 7.1
+  - 7.2
 
 matrix:
   allow_failures:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.19.0/README.md 
new/platformsh-cli-3.20.0/README.md
--- old/platformsh-cli-3.19.0/README.md 2017-07-18 17:24:27.0 +0200
+++ new/platformsh-cli-3.20.0/README.md 2017-08-14 17:36:21.0 +0200
@@ -161,7 +161,7 @@
   tunnel:open   

commit platformsh-cli for openSUSE:Factory

2017-07-27 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-07-27 11:13:09

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Thu Jul 27 11:13:09 2017 rev:15 rq:512718 version:3.19.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-07-07 10:17:54.182635680 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-07-27 11:13:45.400652654 +0200
@@ -1,0 +2,11 @@
+Thu Jul 27 02:20:19 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.19.0:
+  * Fix description of --no-visible-runtime option
+  * Make default_domain writable from project:info
+  * Document saving tunnel info to the relationships variable
+  * Add -u option to push command (#609)
+  * Tiny text change (after commit 7866dd4)
+  * Release v3.19.0
+
+---

Old:

  platformsh-cli-3.18.0.tar.xz

New:

  platformsh-cli-3.19.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.eISx05/_old  2017-07-27 11:13:46.048561133 +0200
+++ /var/tmp/diff_new_pack.eISx05/_new  2017-07-27 11:13:46.048561133 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.18.0
+Version:3.19.0
 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.eISx05/_old  2017-07-27 11:13:46.084556049 +0200
+++ /var/tmp/diff_new_pack.eISx05/_new  2017-07-27 11:13:46.084556049 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.18.0
+refs/tags/v3.19.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.eISx05/_old  2017-07-27 11:13:46.104553224 +0200
+++ /var/tmp/diff_new_pack.eISx05/_new  2017-07-27 11:13:46.108552659 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-ad46216524679c51cf9c762ff428a1c323264fd7
+8608f91adb3f1f721a9ff418aa27276c718f68eb
   
 

++ platformsh-cli-3.18.0.tar.xz -> platformsh-cli-3.19.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.18.0/config.yaml 
new/platformsh-cli-3.19.0/config.yaml
--- old/platformsh-cli-3.18.0/config.yaml   2017-07-05 20:36:52.0 
+0200
+++ new/platformsh-cli-3.19.0/config.yaml   2017-07-18 17:24:27.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.18.0'
+  version: '3.19.0'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/platformsh-cli-3.18.0/src/Command/Environment/EnvironmentPushCommand.php 
new/platformsh-cli-3.19.0/src/Command/Environment/EnvironmentPushCommand.php
--- 
old/platformsh-cli-3.18.0/src/Command/Environment/EnvironmentPushCommand.php
2017-07-05 20:36:52.0 +0200
+++ 
new/platformsh-cli-3.19.0/src/Command/Environment/EnvironmentPushCommand.php
2017-07-18 17:24:27.0 +0200
@@ -24,6 +24,7 @@
 ->addOption('force', 'f', InputOption::VALUE_NONE, 'Allow 
non-fast-forward updates')
 ->addOption('force-with-lease', null, InputOption::VALUE_NONE, 
'Allow non-fast-forward updates, if the remote-tracking branch is up to date')
 ->addOption('no-wait', null, InputOption::VALUE_NONE, 'After 
pushing, do not wait for build or deploy')
+->addOption('set-upstream', 'u', InputOption::VALUE_NONE, 'Set the 
target environment as the upstream for the source branch')
 ->addOption('activate', null, InputOption::VALUE_NONE, 'Activate 
the environment after pushing')
 ->addOption('parent', null, InputOption::VALUE_REQUIRED, 'Set a 
new environment parent (only used with --activate)');
 $this->addProjectOption()
@@ -133,7 +134,7 @@
 $this->config()->get('detection.git_remote_name'),
 $source . ':refs/heads/' . $target,
 ];
-foreach (['force', 'force-with-lease'] as $option) {
+foreach (['force', 'force-with-lease', 'set-upstream'] as $option) {
 if ($input->getOption($option)) {
 $gitArgs[] = '--' . $option;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit platformsh-cli for openSUSE:Factory

2017-07-07 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-07-07 10:17:52

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Fri Jul  7 10:17:52 2017 rev:14 rq:508629 version:3.18.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-05-31 12:21:37.640433323 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-07-07 10:17:54.182635680 +0200
@@ -1,0 +2,17 @@
+Thu Jul 06 19:51:47 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.18.0:
+  * Promote "create" command
+  * Unused imports
+  * Make `create` command return project ID to stdout
+  * Allow subscription info to be updated (#607)
+  * Find SSH apps via the new pf:ssh: URLs in the API (#608)
+  * Add --all option to `ssh` command
+  * Fix BC for environments without pf:ssh: URLs
+  * Add/restore interactive choice of environments in `get` command
+  * ... only ask if >1 environment
+  * Fix: ssh --all needs new lines
+  * Leave "create" disabled by feature flag, until pricing estimation API 
improves
+  * Release v3.18.0
+
+---
@@ -13,0 +31 @@
+- Include development files in source list.

Old:

  platformsh-cli-3.17.0.tar.xz

New:

  platformsh-cli-3.18.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.v4kowK/_old  2017-07-07 10:17:55.258483456 +0200
+++ /var/tmp/diff_new_pack.v4kowK/_new  2017-07-07 10:17:55.262482890 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.17.0
+Version:3.18.0
 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.v4kowK/_old  2017-07-07 10:17:55.294478362 +0200
+++ /var/tmp/diff_new_pack.v4kowK/_new  2017-07-07 10:17:55.298477797 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.17.0
+refs/tags/v3.18.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.v4kowK/_old  2017-07-07 10:17:55.314475533 +0200
+++ /var/tmp/diff_new_pack.v4kowK/_new  2017-07-07 10:17:55.314475533 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-d208570716b87cf061e296d346c0dd342aa3c1ba
+ad46216524679c51cf9c762ff428a1c323264fd7
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.v4kowK/_old  2017-07-07 10:17:55.354469874 +0200
+++ /var/tmp/diff_new_pack.v4kowK/_new  2017-07-07 10:17:55.354469874 +0200
@@ -15,7 +15,7 @@
 guzzlehttp/streams  3.0.0MIT   
 padraic/humbug_get_contents 1.0.4BSD-3-Clause  
 padraic/phar-updater1.0.3BSD-3-Clause  
-platformsh/client   v0.10.3  MIT   
+platformsh/client   v0.11.2  MIT   
 platformsh/console-form v0.0.10  MIT   
 psr/log 1.0.2MIT   
 react/promise   v2.5.1   MIT   

++ platformsh-cli-3.17.0.tar.xz -> platformsh-cli-3.18.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.17.0/composer.json 
new/platformsh-cli-3.18.0/composer.json
--- old/platformsh-cli-3.17.0/composer.json 2017-05-30 14:25:44.0 
+0200
+++ new/platformsh-cli-3.18.0/composer.json 2017-07-05 20:36:52.0 
+0200
@@ -8,7 +8,7 @@
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
 "platformsh/console-form": "0.0.10",
-"platformsh/client": "^0.10",
+"platformsh/client": "^0.11",
 "symfony/console": "^3.0 !=3.2.5 !=3.2.6",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.17.0/composer.lock 
new/platformsh-cli-3.18.0/composer.lock
--- old/platformsh-cli-3.17.0/composer.lock 2017-05-30 14:25:44.0 
+0200
+++ new/platformsh-cli-3.18.0/composer.lock 2017-07-05 20:36:52.0 
+0200
@@ -4,7 +4,7 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file;,
 "This file is @generated automatically"
 ],
-"content-hash": "2f96c4c4c7449d8115643ed6246dff2b",
+"content-hash": "f957991eaff440eb45dfa0be23d53071",
 "packages": [
 {
 "name": "cocur/slugify",
@@ 

commit platformsh-cli for openSUSE:Factory

2017-05-31 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-05-31 12:21:32

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Wed May 31 12:21:32 2017 rev:13 rq:499785 version:3.17.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-05-22 10:48:58.936239266 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-05-31 12:21:37.640433323 +0200
@@ -1,0 +2,10 @@
+Tue May 30 14:14:44 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.17.0:
+  * Update console-form dependency
+  * Docs search now needs rawurlencode()
+  * Improve default Drush aliases on cloning (#603)
+  * Add environment:init command
+  * Release v3.17.0
+
+---

Old:

  platformsh-cli-3.16.2.tar.xz

New:

  platformsh-cli-3.17.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.Wjr5j8/_old  2017-05-31 12:21:38.312338473 +0200
+++ /var/tmp/diff_new_pack.Wjr5j8/_new  2017-05-31 12:21:38.312338473 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.16.2
+Version:3.17.0
 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.Wjr5j8/_old  2017-05-31 12:21:38.34892 +0200
+++ /var/tmp/diff_new_pack.Wjr5j8/_new  2017-05-31 12:21:38.34892 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.16.2
+refs/tags/v3.17.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.Wjr5j8/_old  2017-05-31 12:21:38.372330004 +0200
+++ /var/tmp/diff_new_pack.Wjr5j8/_new  2017-05-31 12:21:38.372330004 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-74265f2f14e1f2355371c9ad2c9117d01c28fe24
+d208570716b87cf061e296d346c0dd342aa3c1ba
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.Wjr5j8/_old  2017-05-31 12:21:38.416323793 +0200
+++ /var/tmp/diff_new_pack.Wjr5j8/_new  2017-05-31 12:21:38.420323229 +0200
@@ -15,8 +15,8 @@
 guzzlehttp/streams  3.0.0MIT   
 padraic/humbug_get_contents 1.0.4BSD-3-Clause  
 padraic/phar-updater1.0.3BSD-3-Clause  
-platformsh/client   v0.10.2  MIT   
-platformsh/console-form v0.0.8   MIT   
+platformsh/client   v0.10.3  MIT   
+platformsh/console-form v0.0.10  MIT   
 psr/log 1.0.2MIT   
 react/promise   v2.5.1   MIT   
 stecman/symfony-console-completion  0.7.0MIT   

++ platformsh-cli-3.16.2.tar.xz -> platformsh-cli-3.17.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.16.2/composer.json 
new/platformsh-cli-3.17.0/composer.json
--- old/platformsh-cli-3.16.2/composer.json 2017-05-19 23:57:49.0 
+0200
+++ new/platformsh-cli-3.17.0/composer.json 2017-05-30 14:25:44.0 
+0200
@@ -7,7 +7,7 @@
 "doctrine/cache": "~1.5",
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
-"platformsh/console-form": "0.0.8",
+"platformsh/console-form": "0.0.10",
 "platformsh/client": "^0.10",
 "symfony/console": "^3.0 !=3.2.5 !=3.2.6",
 "symfony/yaml": "^3.0 || ^2.6",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.16.2/composer.lock 
new/platformsh-cli-3.17.0/composer.lock
--- old/platformsh-cli-3.16.2/composer.lock 2017-05-19 23:57:49.0 
+0200
+++ new/platformsh-cli-3.17.0/composer.lock 2017-05-30 14:25:44.0 
+0200
@@ -4,7 +4,7 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file;,
 "This file is @generated automatically"
 ],
-"content-hash": "c3322283a273a90a18178d15f6e44acc",
+"content-hash": "2f96c4c4c7449d8115643ed6246dff2b",
 "packages": [
 {
 "name": "cocur/slugify",
@@ -593,16 +593,16 @@
 },
 {
 "name": "platformsh/client",
-"version": "v0.10.2",
+"version": "v0.10.3",
 "source": {
 "type": "git",
 "url": 
"https://github.com/platformsh/platformsh-client-php.git;,
-  

commit platformsh-cli for openSUSE:Factory

2017-05-22 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-05-22 10:47:58

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Mon May 22 10:47:58 2017 rev:12 rq:496879 version:3.16.2

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-05-17 10:54:26.498089142 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-05-22 10:48:58.936239266 +0200
@@ -1,0 +2,13 @@
+Fri May 19 23:07:40 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.16.2:
+  * Note how to run the CLI from source
+  * Note how to run the CLI from source
+  * Correct comment in ProjectGetCommand
+  * Fix: certificate:delete command missing --no-wait option
+  * Add --blobs to pg_dump
+  * Installer: ignore errors in source/dot command in shell config
+  * Better English in installer
+  * Release v3.16.2
+
+---

Old:

  platformsh-cli-3.16.1.tar.xz

New:

  platformsh-cli-3.16.2.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.FBdogS/_old  2017-05-22 10:48:59.544153584 +0200
+++ /var/tmp/diff_new_pack.FBdogS/_new  2017-05-22 10:48:59.548153020 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.16.1
+Version:3.16.2
 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.FBdogS/_old  2017-05-22 10:48:59.584147947 +0200
+++ /var/tmp/diff_new_pack.FBdogS/_new  2017-05-22 10:48:59.584147947 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.16.1
+refs/tags/v3.16.2
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.FBdogS/_old  2017-05-22 10:48:59.612144001 +0200
+++ /var/tmp/diff_new_pack.FBdogS/_new  2017-05-22 10:48:59.612144001 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-388e33ded6b0f5c74411bf099c50247b5ed47772
+74265f2f14e1f2355371c9ad2c9117d01c28fe24
   
 

++ platformsh-cli-3.16.1.tar.xz -> platformsh-cli-3.16.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.16.1/CONTRIBUTING.md 
new/platformsh-cli-3.16.2/CONTRIBUTING.md
--- old/platformsh-cli-3.16.1/CONTRIBUTING.md   2017-05-12 10:13:12.0 
+0200
+++ new/platformsh-cli-3.16.2/CONTRIBUTING.md   2017-05-19 23:57:49.0 
+0200
@@ -12,6 +12,12 @@
 composer install
 ```
 
+Run the CLI from the local source with:
+
+```sh
+./bin/platform
+```
+
 Run tests with:
 
 ```sh
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.16.1/config.yaml 
new/platformsh-cli-3.16.2/config.yaml
--- old/platformsh-cli-3.16.1/config.yaml   2017-05-12 10:13:12.0 
+0200
+++ new/platformsh-cli-3.16.2/config.yaml   2017-05-19 23:57:49.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.16.1'
+  version: '3.16.2'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.16.1/dist/installer.php 
new/platformsh-cli-3.16.2/dist/installer.php
--- old/platformsh-cli-3.16.1/dist/installer.php2017-05-12 
10:13:12.0 +0200
+++ new/platformsh-cli-3.16.2/dist/installer.php2017-05-19 
23:57:49.0 +0200
@@ -257,9 +257,9 @@
 
 if (strpos($currentShellConfig, $configDir . "/bin") === false) {
 $currentShellConfig .= PHP_EOL . PHP_EOL
-. "# Automatically added by " . CLI_NAME . " installer" . 
PHP_EOL
+. "# Automatically added by the " . CLI_NAME . " installer" . 
PHP_EOL
 . "export PATH=\"$configDir/bin:\$PATH\"" . PHP_EOL
-. '. ' . escapeshellarg($rcDestination) . " 2>/dev/null" . 
PHP_EOL;
+. '. ' . escapeshellarg($rcDestination) . " 2>/dev/null || 
true" . PHP_EOL;
 if (!file_put_contents($shellConfigFile, $currentShellConfig)) {
 $configured = false;
 output("  Failed to configure the shell automatically.", 
'warning');
@@ -283,7 +283,7 @@
 } else {
 output(PHP_EOL . "Add this to your shell configuration file:", 'info');
 output('  

commit platformsh-cli for openSUSE:Factory

2017-05-17 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-05-17 10:54:24

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Wed May 17 10:54:24 2017 rev:11 rq:495129 version:3.16.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-05-06 18:30:31.419842934 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-05-17 10:54:26.498089142 +0200
@@ -1,0 +2,37 @@
+Mon May 15 21:07:38 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.16.1:
+  * When creating a symlink, ensure both ends are real paths, if possible
+  * Use improved makePathRelative elsewhere
+  * Unused import
+  * Use improved makePathRelative() in get command
+  * ... typo
+  * Release v3.16.1
+
+---
+Thu May 11 10:24:24 UTC 2017 - jeng...@inai.de
+
+- Kill dot off summary. Fix other nonsense in description.
+
+---
+Wed May 10 21:13:51 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.16.0:
+  * Remove old updates.last_checked default
+  * Remove application.phar config value
+  * Update self::install so it doesn't write to .profile
+  * Fix filename if a directory is passed to the db:dump --file option
+  * Stop timestamp being appended twice if --file is a directory
+  * Add --directory option to db:dump
+  * Use native search in docs command
+  * Simplify DocsCommand
+  * Note config.yaml snippet shows defaults
+  * Update API client
+  * Use starts_at paging to load more than 10 activities
+  * Update API client for activity descriptions
+  * Add project:curl command
+  * Add auth:token command
+  * Add -sS to project:curl
+  * Release v3.16.0
+
+---

Old:

  platformsh-cli-3.15.4.tar.xz

New:

  platformsh-cli-3.16.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.Az61dm/_old  2017-05-17 10:54:27.269980553 +0200
+++ /var/tmp/diff_new_pack.Az61dm/_new  2017-05-17 10:54:27.273979990 +0200
@@ -17,9 +17,9 @@
 
 
 Name:   platformsh-cli
-Version:3.15.4
+Version:3.16.1
 Release:0
-Summary:The unified tool for managing your Platform.sh services from 
the command line.
+Summary:Tool for managing Platform.sh services from the command line
 # See licenses.txt for dependency licenses.
 License:MIT
 Group:  Productivity/Networking/Web/Servers
@@ -38,7 +38,7 @@
 
 %description
 The Platform.sh CLI is the official command-line interface for Platform.sh.
-Use this tool to interact with your Platform.sh projects, and to build them
+Use this tool to interact with Platform.sh projects, and to build them
 locally for development purposes.
 
 %prep

++ _service ++
--- /var/tmp/diff_new_pack.Az61dm/_old  2017-05-17 10:54:27.325972676 +0200
+++ /var/tmp/diff_new_pack.Az61dm/_new  2017-05-17 10:54:27.329972113 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.15.4
+refs/tags/v3.16.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.Az61dm/_old  2017-05-17 10:54:27.365967050 +0200
+++ /var/tmp/diff_new_pack.Az61dm/_new  2017-05-17 10:54:27.369966488 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-82a752a79a7e88fa36e74c4042e23904f37f8841
+388e33ded6b0f5c74411bf099c50247b5ed47772
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.Az61dm/_old  2017-05-17 10:54:27.429958048 +0200
+++ /var/tmp/diff_new_pack.Az61dm/_new  2017-05-17 10:54:27.429958048 +0200
@@ -15,7 +15,7 @@
 guzzlehttp/streams  3.0.0MIT   
 padraic/humbug_get_contents 1.0.4BSD-3-Clause  
 padraic/phar-updater1.0.3BSD-3-Clause  
-platformsh/client   v0.10.0  MIT   
+platformsh/client   v0.10.2  MIT   
 platformsh/console-form v0.0.8   MIT   
 psr/log 1.0.2MIT   
 react/promise   v2.5.1   MIT   

++ platformsh-cli-3.15.4.tar.xz -> platformsh-cli-3.16.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.15.4/README.md 
new/platformsh-cli-3.16.1/README.md
--- old/platformsh-cli-3.15.4/README.md 2017-05-03 22:56:42.0 +0200
+++ new/platformsh-cli-3.16.1/README.md 2017-05-12 

commit platformsh-cli for openSUSE:Factory

2017-05-06 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-05-06 18:30:20

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Sat May  6 18:30:20 2017 rev:10 rq:492761 version:3.15.4

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-05-03 15:57:07.808734039 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-05-06 18:30:31.419842934 +0200
@@ -1,0 +2,9 @@
+Wed May 03 23:42:27 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.15.4:
+  * Save update check time (to a place other than config)
+  * Note State could be used more often
+  * Simplify State->save()
+  * Release v3.15.4
+
+---

Old:

  platformsh-cli-3.15.3.tar.xz

New:

  platformsh-cli-3.15.4.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.28F3Q6/_old  2017-05-06 18:30:33.411561892 +0200
+++ /var/tmp/diff_new_pack.28F3Q6/_new  2017-05-06 18:30:33.415561328 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.15.3
+Version:3.15.4
 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.28F3Q6/_old  2017-05-06 18:30:33.463554556 +0200
+++ /var/tmp/diff_new_pack.28F3Q6/_new  2017-05-06 18:30:33.467553991 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.15.3
+refs/tags/v3.15.4
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.28F3Q6/_old  2017-05-06 18:30:33.503548913 +0200
+++ /var/tmp/diff_new_pack.28F3Q6/_new  2017-05-06 18:30:33.503548913 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-3fff2c671e63c504259be508cdc4d2771862d051
+82a752a79a7e88fa36e74c4042e23904f37f8841
   
 

++ platformsh-cli-3.15.3.tar.xz -> platformsh-cli-3.15.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.15.3/config.yaml 
new/platformsh-cli-3.15.4/config.yaml
--- old/platformsh-cli-3.15.3/config.yaml   2017-05-02 00:40:27.0 
+0200
+++ new/platformsh-cli-3.15.4/config.yaml   2017-05-03 22:56:42.0 
+0200
@@ -1,13 +1,14 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.15.3'
+  version: '3.15.4'
   executable: 'platform'
   phar: 'platform.phar'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
   manifest_url: 'https://platform.sh/cli/manifest.json'
   user_config_dir: '.platformsh'
+  user_state_file: '.platformsh/state.json'
   env_prefix: 'PLATFORMSH_CLI_'
 
 # Configuration for working with projects locally.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.15.3/services.yaml 
new/platformsh-cli-3.15.4/services.yaml
--- old/platformsh-cli-3.15.3/services.yaml 2017-05-02 00:40:27.0 
+0200
+++ new/platformsh-cli-3.15.4/services.yaml 2017-05-03 22:56:42.0 
+0200
@@ -54,6 +54,9 @@
 ssh:
 class: '\Platformsh\Cli\Service\Ssh'
 arguments: ['@input', '@output']
+state:
+class: '\Platformsh\Cli\Service\State'
+arguments: ['@config']
 table:
 class: '\Platformsh\Cli\Service\Table'
 arguments: ['@input', '@output']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.15.3/src/Command/CommandBase.php 
new/platformsh-cli-3.15.4/src/Command/CommandBase.php
--- old/platformsh-cli-3.15.3/src/Command/CommandBase.php   2017-05-02 
00:40:27.0 +0200
+++ new/platformsh-cli-3.15.4/src/Command/CommandBase.php   2017-05-03 
22:56:42.0 +0200
@@ -19,7 +19,6 @@
 use Symfony\Component\Console\Input\InputOption;
 use Symfony\Component\Console\Output\ConsoleOutputInterface;
 use Symfony\Component\Console\Output\OutputInterface;
-use Symfony\Component\Console\Output\StreamOutput;
 use Symfony\Component\DependencyInjection\ContainerBuilder;
 use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
 
@@ -255,7 +254,9 @@
 $embargoTime = $timestamp - $config->get('updates.check_interval');
 
 // Stop if updates were last checked after the embargo time.
-if ($config->has('updates.last_checked') && 

commit platformsh-cli for openSUSE:Factory

2017-05-03 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-05-03 15:57:06

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Wed May  3 15:57:06 2017 rev:9 rq:492384 version:3.15.3

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-04-28 09:13:56.784641352 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-05-03 15:57:07.808734039 +0200
@@ -1,0 +2,26 @@
+Mon May 01 23:05:14 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.15.3:
+  * Fix wrong array keys in certificate:add
+  * Trigger patch in platformsh/client package to actually apply
+  * Document PLATFORMSH_CLI_TOKEN variable, with a warning
+  * Do not check for updates immediately after install
+  * Since we have the filename, the Phar can run directly
+  * No need to write to user config for updates check
+  * Release v3.15.3
+
+---
+Mon May 01 16:30:03 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.15.2:
+  * Explain that auto-provisioned certificates can't be deleted
+  * Show issuer in certificate:list
+  * Allow partial match on ID in certificate:delete
+  * Use RequestTty only for certain commands, when stdin is a tty
+  * Add --raw option to sql command
+  * SSH commands need to show errors
+  * Downgrade Process, avoiding apparent segfault
+  * Ensure running another command doesn't wipe necessary service data
+  * Release v3.15.2
+
+---

Old:

  platformsh-cli-3.15.1.tar.xz

New:

  platformsh-cli-3.15.3.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.FvdPk2/_old  2017-05-03 15:57:08.728604177 +0200
+++ /var/tmp/diff_new_pack.FvdPk2/_new  2017-05-03 15:57:08.732603612 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.15.1
+Version:3.15.3
 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.FvdPk2/_old  2017-05-03 15:57:08.776597401 +0200
+++ /var/tmp/diff_new_pack.FvdPk2/_new  2017-05-03 15:57:08.776597401 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.15.1
+refs/tags/v3.15.3
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.FvdPk2/_old  2017-05-03 15:57:08.796594578 +0200
+++ /var/tmp/diff_new_pack.FvdPk2/_new  2017-05-03 15:57:08.796594578 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-75e6ca004b80b07475892f2feb89e1cda8a17c36
+3fff2c671e63c504259be508cdc4d2771862d051
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.FvdPk2/_old  2017-05-03 15:57:08.860585544 +0200
+++ /var/tmp/diff_new_pack.FvdPk2/_new  2017-05-03 15:57:08.864584980 +0200
@@ -28,5 +28,5 @@
 symfony/filesystem  v3.2.7   MIT   
 symfony/finder  v3.2.7   MIT   
 symfony/polyfill-mbstring   v1.3.0   MIT   
-symfony/process v3.2.7   MIT   
+symfony/process v3.2.4   MIT   
 symfony/yamlv3.2.7   MIT   

++ platformsh-cli-3.15.1.tar.xz -> platformsh-cli-3.15.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.15.1/README.md 
new/platformsh-cli-3.15.3/README.md
--- old/platformsh-cli-3.15.1/README.md 2017-04-26 16:54:54.0 +0200
+++ new/platformsh-cli-3.15.3/README.md 2017-05-02 00:40:27.0 +0200
@@ -185,6 +185,7 @@
 ```yaml
 api:
   # A path (relative or absolute) to a file containing an API token.
+  # The file should be stored with minimal permissions.
   # Run 'platform logout --all' if you change this value.
   token_file: null
 
@@ -208,6 +209,7 @@
 * `PLATFORMSH_CLI_DEBUG`: set to 1 to enable cURL debugging
 * `PLATFORMSH_CLI_DISABLE_CACHE`: set to 1 to disable caching
 * `PLATFORMSH_CLI_SESSION_ID`: change user session (default 'default')
+* `PLATFORMSH_CLI_TOKEN`: an API token. _Warning_: storing a secret in an 
environment variable can be insecure. It is usually preferable to use 
`config.yaml` as above.
 * `PLATFORMSH_CLI_UPDATES_CHECK`: set to 0 to disable the automatic updates 
check
 * `http_proxy` or `https_proxy`: specify a proxy for connecting to Platform.sh
 
diff -urN '--exclude=CVS' 

commit platformsh-cli for openSUSE:Factory

2017-04-28 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-04-28 09:13:54

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Fri Apr 28 09:13:54 2017 rev:8 rq:491315 version:3.15.1

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-04-20 20:57:29.688434459 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-04-28 09:13:56.784641352 +0200
@@ -1,0 +2,21 @@
+Wed Apr 26 16:39:33 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.15.1:
+  * Add more contextual help in activity:list
+  * Avoid formatting activity result in CSV/TSV output
+  * Use pseudo-terminal for SSH
+  * Remove CommandBase->isTerminal() in favour of Output->isDecorated()
+  * Remove unnecessary 2>&1 from sql/drush over SSH commands
+  * Use RequestTty and remove LogLevel hack
+  * Update dependencies
+  * ... security-checker still doesn't work via PHP in Travis
+  * Rely on date_default_timezone_get() instead of UTC fallback
+  * Update comment
+  * Ssh issue with windows (#592)
+  * Add certificate commands (#583)
+  * Fix return value in certificate:add
+  * Release v3.15.0
+  * Fix certificate:delete confirm question
+  * Release v3.15.1
+
+---

Old:

  platformsh-cli-3.14.5.tar.xz

New:

  platformsh-cli-3.15.1.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.ilBRsw/_old  2017-04-28 09:13:57.608525170 +0200
+++ /var/tmp/diff_new_pack.ilBRsw/_new  2017-04-28 09:13:57.612524606 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.14.5
+Version:3.15.1
 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.ilBRsw/_old  2017-04-28 09:13:57.652518966 +0200
+++ /var/tmp/diff_new_pack.ilBRsw/_new  2017-04-28 09:13:57.652518966 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.14.5
+refs/tags/v3.15.1
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.ilBRsw/_old  2017-04-28 09:13:57.672516147 +0200
+++ /var/tmp/diff_new_pack.ilBRsw/_new  2017-04-28 09:13:57.676515583 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-83d450528b0f2bc0dd108a8ed1e526a620f916fe
+75e6ca004b80b07475892f2feb89e1cda8a17c36
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.ilBRsw/_old  2017-04-28 09:13:57.732507687 +0200
+++ /var/tmp/diff_new_pack.ilBRsw/_new  2017-04-28 09:13:57.736507122 +0200
@@ -6,7 +6,7 @@
 NameVersion  License   
 cocur/slugify   v1.4.1   MIT   
 commerceguys/guzzle-oauth2-plugin   v2.1.1   MIT   
-cweagans/composer-patches   1.6.0BSD-2-Clause  
+cweagans/composer-patches   1.6.1BSD-2-Clause  
 doctrine/cache  v1.6.1   MIT   
 firebase/php-jwtv2.2.0   BSD-3-Clause  
 guzzlehttp/cache-subscriber 0.1.0MIT   
@@ -15,18 +15,18 @@
 guzzlehttp/streams  3.0.0MIT   
 padraic/humbug_get_contents 1.0.4BSD-3-Clause  
 padraic/phar-updater1.0.3BSD-3-Clause  
-platformsh/client   v0.9.0   MIT   
+platformsh/client   v0.10.0  MIT   
 platformsh/console-form v0.0.8   MIT   
 psr/log 1.0.2MIT   
-react/promise   v2.5.0   MIT   
+react/promise   v2.5.1   MIT   
 stecman/symfony-console-completion  0.7.0MIT   
-symfony/config  v3.2.6   MIT   
-symfony/console v3.2.4   MIT   
-symfony/debug   v3.2.6   MIT   
-symfony/dependency-injectionv3.2.6   MIT   
-symfony/event-dispatcherv3.2.6   MIT   
-symfony/filesystem  v3.2.6   MIT   
-symfony/finder  v3.2.6   MIT   
+symfony/config  v3.2.7   MIT   
+symfony/console v3.2.7   MIT   
+symfony/debug   v3.2.7   MIT   
+symfony/dependency-injectionv3.2.7   MIT   
+symfony/event-dispatcherv3.2.7   MIT   

commit platformsh-cli for openSUSE:Factory

2017-04-20 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-04-20 20:57:27

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Thu Apr 20 20:57:27 2017 rev:7 rq:488982 version:3.14.5

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-04-11 09:45:18.955786401 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-04-20 20:57:29.688434459 +0200
@@ -1,0 +2,23 @@
+Mon Apr 17 19:55:10 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.14.5:
+  * Fix wrong QuestionHelper argument in "get" command
+  * Remove two other non-type-hinted uses of getService()
+  * Use ConsoleOutputInterface for stderr feature detection
+  * Ensure target is realpath in symlink()
+  * Release v3.14.5
+
+---
+Sun Apr 16 00:01:19 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.14.4:
+  * Further improved timeout in project:create (blocking)
+  * Move orphan logic up into buildEnvironmentTree
+  * List 10 activities by default
+  * More info with verbose output for a successful db:dump
+  * Issue #585: Don't add bashisms to .profile
+  * Make available plans/regions configurable
+  * Fix URL opening on OS X (#586)
+  * Release v3.14.4
+
+---

Old:

  platformsh-cli-3.14.3.tar.xz

New:

  platformsh-cli-3.14.5.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.gEwBDb/_old  2017-04-20 20:57:30.388335480 +0200
+++ /var/tmp/diff_new_pack.gEwBDb/_new  2017-04-20 20:57:30.388335480 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.14.3
+Version:3.14.5
 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.gEwBDb/_old  2017-04-20 20:57:30.424330390 +0200
+++ /var/tmp/diff_new_pack.gEwBDb/_new  2017-04-20 20:57:30.424330390 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.14.3
+refs/tags/v3.14.5
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.gEwBDb/_old  2017-04-20 20:57:30.444327562 +0200
+++ /var/tmp/diff_new_pack.gEwBDb/_new  2017-04-20 20:57:30.448326996 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-58be68721d54f4d64eb7ee73f6f3b1309450906c
+83d450528b0f2bc0dd108a8ed1e526a620f916fe
   
 

++ platformsh-cli-3.14.3.tar.xz -> platformsh-cli-3.14.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.14.3/config.yaml 
new/platformsh-cli-3.14.5/config.yaml
--- old/platformsh-cli-3.14.3/config.yaml   2017-04-03 11:47:22.0 
+0200
+++ new/platformsh-cli-3.14.5/config.yaml   2017-04-17 17:47:07.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.14.3'
+  version: '3.14.5'
   executable: 'platform'
   phar: 'platform.phar'
   package_name: 'platformsh/cli'
@@ -33,6 +33,14 @@
   project_config_dir: '.platform'
   docs_url: 'https://docs.platform.sh'
   accounts_url: 'https://accounts.platform.sh'
+  available_regions:
+- eu.platform.sh
+- us.platform.sh
+  available_plans:
+- development
+- standard
+- medium
+- large
 
 # Configuration relating to API calls.
 # This can be overridden in the user config file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.14.3/dist/installer.php 
new/platformsh-cli-3.14.5/dist/installer.php
--- old/platformsh-cli-3.14.3/dist/installer.php2017-04-03 
11:47:22.0 +0200
+++ new/platformsh-cli-3.14.5/dist/installer.php2017-04-17 
17:47:07.0 +0200
@@ -388,16 +388,12 @@
 {
 $candidates = array(
 $home . '/.bash_profile',
-$home . '/.profile',
 $home . '/.bashrc',
 );
 $shell = str_replace('/bin/', '', getenv('SHELL'));
 if ($shell === 'zsh') {
 array_unshift($candidates, $home . '/.zshrc');
 array_unshift($candidates, $home . '/.zprofile');
-} elseif ($shell === 'tcsh') {
-array_unshift($candidates, $home . '/.cshrc');
-array_unshift($candidates, $home . '/.tcshrc');
 }
 foreach ($candidates as $candidate) {
 if (file_exists($candidate)) {
diff -urN 

commit platformsh-cli for openSUSE:Factory

2017-04-11 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-04-11 09:45:13

Comparing /work/SRC/openSUSE:Factory/platformsh-cli (Old)
 and  /work/SRC/openSUSE:Factory/.platformsh-cli.new (New)


Package is "platformsh-cli"

Tue Apr 11 09:45:13 2017 rev:6 rq:485726 version:3.14.3

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-03-12 19:59:03.351732477 +0100
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-04-11 09:45:18.955786401 +0200
@@ -1,0 +2,33 @@
+Wed Apr 05 00:03:58 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.14.3:
+  * Fix: existing file preventing file mount symlink
+  * Run security check via curl in Travis for now
+  * Avoid setting the upstream on the wrong branch
+  * Further solidify setting an upstream for the right branch
+  * Show if a snapshot failed in snapshot:list
+  * Filter by successful snapshots in snapshot:restore
+  * Display result (success/failure) for all activities
+  * Improve timeout logic in project:create
+  * Examples property can be private
+  * Revert symfony/console to 3.2.4 to fix input validation
+  * Release v3.14.3
+
+---
+Wed Mar 29 05:12:42 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.14.2:
+  * Update dependencies
+  * Remove "toolstack" concept, use "flavor"
+  * Relative paths should not depend on files already existing
+  * Remove makePathRelative() method (use Symfony directly)
+  * Exception if query fails in db:size
+  * Expose error output properly in db:size queries
+  * Fix imports
+  * Simplify error control; stop displaying two exceptions on bad connection
+  * Release v3.14.1
+  * Downgrade Process component to fix env var bug
+  * Fail hard if the home directory is not found or valid
+  * Release v3.14.2
+
+---

Old:

  platformsh-cli-3.14.0.tar.xz

New:

  platformsh-cli-3.14.3.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.l9FHnv/_old  2017-04-11 09:45:19.80327 +0200
+++ /var/tmp/diff_new_pack.l9FHnv/_new  2017-04-11 09:45:19.807666062 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.14.0
+Version:3.14.3
 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.l9FHnv/_old  2017-04-11 09:45:19.851659847 +0200
+++ /var/tmp/diff_new_pack.l9FHnv/_new  2017-04-11 09:45:19.851659847 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.14.0
+refs/tags/v3.14.3
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.l9FHnv/_old  2017-04-11 09:45:19.875656457 +0200
+++ /var/tmp/diff_new_pack.l9FHnv/_new  2017-04-11 09:45:19.875656457 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-74a178a10cd863d65215238cc1e20424c56a9493
+58be68721d54f4d64eb7ee73f6f3b1309450906c
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.l9FHnv/_old  2017-04-11 09:45:19.927649113 +0200
+++ /var/tmp/diff_new_pack.l9FHnv/_new  2017-04-11 09:45:19.927649113 +0200
@@ -20,13 +20,13 @@
 psr/log 1.0.2MIT   
 react/promise   v2.5.0   MIT   
 stecman/symfony-console-completion  0.7.0MIT   
-symfony/config  v3.2.4   MIT   
+symfony/config  v3.2.6   MIT   
 symfony/console v3.2.4   MIT   
-symfony/debug   v3.2.4   MIT   
-symfony/dependency-injectionv3.2.4   MIT   
-symfony/event-dispatcherv3.2.4   MIT   
-symfony/filesystem  v3.2.4   MIT   
-symfony/finder  v3.2.4   MIT   
+symfony/debug   v3.2.6   MIT   
+symfony/dependency-injectionv3.2.6   MIT   
+symfony/event-dispatcherv3.2.6   MIT   
+symfony/filesystem  v3.2.6   MIT   
+symfony/finder  v3.2.6   MIT   
 symfony/polyfill-mbstring   v1.3.0   MIT   
 symfony/process v3.2.4   MIT   
-symfony/yamlv3.2.4   MIT   
+symfony/yamlv3.2.6   MIT   

++ platformsh-cli-3.14.0.tar.xz -> platformsh-cli-3.14.3.tar.xz ++
 4531 lines 

  1   2   >