commit drush for openSUSE:Factory

2019-11-27 Thread root
Hello community,

here is the log from the commit of package drush for openSUSE:Factory checked 
in at 2019-11-27 13:55:41

Comparing /work/SRC/openSUSE:Factory/drush (Old)
 and  /work/SRC/openSUSE:Factory/.drush.new.26869 (New)


Package is "drush"

Wed Nov 27 13:55:41 2019 rev:14 rq:751166 version:8.3.2

Changes:

--- /work/SRC/openSUSE:Factory/drush/drush.changes  2019-10-27 
13:40:44.733247556 +0100
+++ /work/SRC/openSUSE:Factory/.drush.new.26869/drush.changes   2019-11-27 
13:56:17.972275323 +0100
@@ -1,0 +2,8 @@
+Wed Nov 27 01:37:12 UTC 2019 - ji...@boombatower.com
+
+- Update to version 8.3.2:
+  * Prep for 8.3.2.
+  * #4253: Include 'src' directory in phar builds.
+  * Back to dev
+
+---

Old:

  drush-8.3.1.tar.xz

New:

  drush-8.3.2.tar.xz



Other differences:
--
++ drush.spec ++
--- /var/tmp/diff_new_pack.8VVdBL/_old  2019-11-27 13:56:19.964274482 +0100
+++ /var/tmp/diff_new_pack.8VVdBL/_new  2019-11-27 13:56:19.964274482 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   drush
-Version:8.3.1
+Version:8.3.2
 Release:0
 Summary:Command line shell and scripting interface for Drupal
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.8VVdBL/_old  2019-11-27 13:56:20.008274464 +0100
+++ /var/tmp/diff_new_pack.8VVdBL/_new  2019-11-27 13:56:20.008274464 +0100
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/8.3.1
+refs/tags/8.3.2
 git://github.com/drush-ops/drush.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.8VVdBL/_old  2019-11-27 13:56:20.036274452 +0100
+++ /var/tmp/diff_new_pack.8VVdBL/_new  2019-11-27 13:56:20.036274452 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/drush-ops/drush.git
-346536f579a55a2e895d1434324521bab71459f9
+60306a27347f6c69517dc2d91bb2fd5d1a41abec
   
 

++ drush-8.3.1.tar.xz -> drush-8.3.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.3.1/box.json.dist 
new/drush-8.3.2/box.json.dist
--- old/drush-8.3.1/box.json.dist   2019-10-25 01:13:00.0 +0200
+++ new/drush-8.3.2/box.json.dist   2019-11-26 23:34:50.0 +0100
@@ -2,7 +2,7 @@
   "alias": "drush.phar",
   "chmod": "0755",
   "compactors": [],
-  "directories": ["commands", "docs", "examples", "includes", "lib", "misc"],
+  "directories": ["commands", "docs", "examples", "includes", "lib", "src", 
"misc"],
   "files": ["drush.api.php", "drush.complete.sh", "drush.info", 
"drush.launcher", "drush.php", "drush_logo-black.png", "README.md"],
   "finder": [
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.3.1/composer.json 
new/drush-8.3.2/composer.json
--- old/drush-8.3.1/composer.json   2019-10-25 01:13:00.0 +0200
+++ new/drush-8.3.2/composer.json   2019-11-26 23:34:50.0 +0100
@@ -82,7 +82,7 @@
   },
   "extra": {
 "branch-alias": {
-"dev-master": "8.0.x-dev"
+"dev-master": "8.3.x-dev"
 }
   }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.3.1/drush.info new/drush-8.3.2/drush.info
--- old/drush-8.3.1/drush.info  2019-10-25 01:13:00.0 +0200
+++ new/drush-8.3.2/drush.info  2019-11-26 23:34:50.0 +0100
@@ -1 +1 @@
-drush_version=8.3.1
+drush_version=8.3.2

++ drush-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-10-25 16:49:25.266433567 +0200
+++ new/vendor/autoload.php 2019-11-27 02:37:16.029663999 +0100
@@ -4,4 +4,4 @@
 
 require_once __DIR__ . '/composer/autoload_real.php';
 
-return ComposerAutoloaderInit16ee54ec99ea7808e93a2b69b76e3be0::getLoader();
+return ComposerAutoloaderInitbe7dc14f16443e70e75268827e3e94a1::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-10-25 16:49:25.266433567 
+0200
+++ new/vendor/composer/autoload_real.php   2019-11-27 02:37:16.029663999 
+0100
@@ -2,7 +2,7 @@
 
 // autoload_real.php @generated by Composer
 
-class ComposerAutoloaderInit16ee54ec99ea7808e93a2b69b76e3be0
+class ComposerAutoloaderInitbe7dc14f16443e70e75268827e3e94a1
 {
 private static $loader;
 
@@ -19,15 +19,15 @@
 return self::$loader;
 }
 
-
spl_autoload_register(array('ComposerAutoloaderInit16ee54ec99ea7808e93a2b69b76e3be0',
 'loadClassLoader

commit drush for openSUSE:Factory

2019-10-27 Thread root
Hello community,

here is the log from the commit of package drush for openSUSE:Factory checked 
in at 2019-10-27 13:40:37

Comparing /work/SRC/openSUSE:Factory/drush (Old)
 and  /work/SRC/openSUSE:Factory/.drush.new.2990 (New)


Package is "drush"

Sun Oct 27 13:40:37 2019 rev:13 rq:742961 version:8.3.1

Changes:

--- /work/SRC/openSUSE:Factory/drush/drush.changes  2019-07-15 
22:44:02.243901982 +0200
+++ /work/SRC/openSUSE:Factory/.drush.new.2990/drush.changes2019-10-27 
13:40:44.733247556 +0100
@@ -1,0 +2,10 @@
+Fri Oct 25 14:49:13 UTC 2019 - ji...@boombatower.com
+
+- Update to version 8.3.1:
+  * Prep for 8.3.1
+  * Try out Drupal 9 support (#4227)
+  * Better UX in case of mixing Drupal 7 sources with Drupal 8 root (#4143)
+  * Updated subscription options in README.md (#4125)
+  * Back to dev
+
+---

Old:

  drush-8.3.0.tar.xz

New:

  drush-8.3.1.tar.xz



Other differences:
--
++ drush.spec ++
--- /var/tmp/diff_new_pack.u0l4mc/_old  2019-10-27 13:40:45.273248207 +0100
+++ /var/tmp/diff_new_pack.u0l4mc/_new  2019-10-27 13:40:45.273248207 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   drush
-Version:8.3.0
+Version:8.3.1
 Release:0
 Summary:Command line shell and scripting interface for Drupal
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.u0l4mc/_old  2019-10-27 13:40:45.305248246 +0100
+++ /var/tmp/diff_new_pack.u0l4mc/_new  2019-10-27 13:40:45.309248251 +0100
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/8.3.0
+refs/tags/8.3.1
 git://github.com/drush-ops/drush.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.u0l4mc/_old  2019-10-27 13:40:45.321248265 +0100
+++ /var/tmp/diff_new_pack.u0l4mc/_new  2019-10-27 13:40:45.321248265 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/drush-ops/drush.git
-59454e59b1139d3c0264504e42359397d828d459
+346536f579a55a2e895d1434324521bab71459f9
   
 

++ drush-8.3.0.tar.xz -> drush-8.3.1.tar.xz ++
 2854 lines of diff (skipped)

++ drush-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-07-10 21:36:23.716948367 +0200
+++ new/vendor/autoload.php 2019-10-25 16:49:25.266433567 +0200
@@ -4,4 +4,4 @@
 
 require_once __DIR__ . '/composer/autoload_real.php';
 
-return ComposerAutoloaderInit7422e67601b89076a0af10394e8e0014::getLoader();
+return ComposerAutoloaderInit16ee54ec99ea7808e93a2b69b76e3be0::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-07-10 21:36:23.716948367 
+0200
+++ new/vendor/composer/autoload_real.php   2019-10-25 16:49:25.266433567 
+0200
@@ -2,7 +2,7 @@
 
 // autoload_real.php @generated by Composer
 
-class ComposerAutoloaderInit7422e67601b89076a0af10394e8e0014
+class ComposerAutoloaderInit16ee54ec99ea7808e93a2b69b76e3be0
 {
 private static $loader;
 
@@ -19,15 +19,15 @@
 return self::$loader;
 }
 
-
spl_autoload_register(array('ComposerAutoloaderInit7422e67601b89076a0af10394e8e0014',
 'loadClassLoader'), true, true);
+
spl_autoload_register(array('ComposerAutoloaderInit16ee54ec99ea7808e93a2b69b76e3be0',
 'loadClassLoader'), true, true);
 self::$loader = $loader = new \Composer\Autoload\ClassLoader();
-
spl_autoload_unregister(array('ComposerAutoloaderInit7422e67601b89076a0af10394e8e0014',
 'loadClassLoader'));
+
spl_autoload_unregister(array('ComposerAutoloaderInit16ee54ec99ea7808e93a2b69b76e3be0',
 '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\ComposerStaticInit7422e67601b89076a0af10394e8e0014::getInitializer($loader));
+
call_user_func(\Composer\Autoload\ComposerStaticInit16ee54ec99ea7808e93a2b69b76e3be0::getInitializer($loader));
 } else {
 $map = require __DIR__ . '/autoload_namespaces.php';
 foreach ($map as $namespace => $path) {
@@ -48,19 +48,19 @@
 $loader->register(true);
 
 if ($useStaticLoader) {
-$includeFiles = 
Composer\Autoload\ComposerStaticInit7422e67601b89076a0af10394e8e0014::$files;
+$includeFiles = 
Comp

commit drush for openSUSE:Factory

2019-07-15 Thread root
Hello community,

here is the log from the commit of package drush for openSUSE:Factory checked 
in at 2019-07-15 22:43:59

Comparing /work/SRC/openSUSE:Factory/drush (Old)
 and  /work/SRC/openSUSE:Factory/.drush.new.1887 (New)


Package is "drush"

Mon Jul 15 22:43:59 2019 rev:12 rq:714515 version:8.3.0

Changes:

--- /work/SRC/openSUSE:Factory/drush/drush.changes  2019-03-27 
16:21:49.535524486 +0100
+++ /work/SRC/openSUSE:Factory/.drush.new.1887/drush.changes2019-07-15 
22:44:02.243901982 +0200
@@ -1,0 +2,13 @@
+Wed Jul 10 19:36:17 UTC 2019 - ji...@boombatower.com
+
+- Update to version 8.3.0:
+  * Prep for 8.3.0
+  * Support wildcard aliases for Drush 8 (#4109)
+  * Fix 8.x build (#4110)
+  * Convert Drush Make to Composer more accurately (#4082)
+  * Back to dev
+  * Prep for 8.2.3
+  * No timeout by default in DrushTT. (#4029)
+  * Back to dev
+
+---

Old:

  drush-8.2.2.tar.xz

New:

  drush-8.3.0.tar.xz



Other differences:
--
++ drush.spec ++
--- /var/tmp/diff_new_pack.ujgNqs/_old  2019-07-15 22:44:02.907901824 +0200
+++ /var/tmp/diff_new_pack.ujgNqs/_new  2019-07-15 22:44:02.915901822 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   drush
-Version:8.2.2
+Version:8.3.0
 Release:0
 Summary:Command line shell and scripting interface for Drupal
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.ujgNqs/_old  2019-07-15 22:44:02.943901815 +0200
+++ /var/tmp/diff_new_pack.ujgNqs/_new  2019-07-15 22:44:02.943901815 +0200
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/8.2.2
+refs/tags/8.3.0
 git://github.com/drush-ops/drush.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.ujgNqs/_old  2019-07-15 22:44:02.959901812 +0200
+++ /var/tmp/diff_new_pack.ujgNqs/_new  2019-07-15 22:44:02.959901812 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/drush-ops/drush.git
-96622a19d7cabcdee0b08367eb529fed42e5fd0f
+59454e59b1139d3c0264504e42359397d828d459
   
 

++ drush-8.2.2.tar.xz -> drush-8.3.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.2.2/.travis.yml new/drush-8.3.0/.travis.yml
--- old/drush-8.2.2/.travis.yml 2019-03-26 17:04:40.0 +0100
+++ new/drush-8.3.0/.travis.yml 2019-07-09 23:53:08.0 +0200
@@ -9,6 +9,9 @@
 - /^[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+.*$/
 language: php
 
+services:
+  - mysql
+
 # Cache Composer & Unish directories.
 cache:
   directories:
@@ -29,15 +32,15 @@
   include:
 # D8.7.x
 - php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=7.0-alpha1'
+  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=7.3'
 
 # D8.6.x
 - php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=6.12'
+  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=6.17'
 
 # D8.5.x
 - php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=5.13'
+  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=5.15'
 
 # D8.4.x
 - php: 7.0
@@ -45,7 +48,7 @@
 
 # D8.3.x
 - php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=commands'
+  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.9 
PHPUNIT_ARGS=--group=commands'
 
 # D8.2.x
 - php: 7.0
@@ -64,7 +67,7 @@
   env: 'UNISH_DRUPAL_MAJOR_VERSION=6'
 
 # D6
-- php: 5.4
+- php: 5.6
   env: 'UNISH_DRUPAL_MAJOR_VERSION=6'
 
 before_install:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.2.2/commands/make/make.download.inc 
new/drush-8.3.0/commands/make/make.download.inc
--- old/drush-8.2.2/commands/make/make.download.inc 2019-03-26 
17:04:40.0 +0100
+++ new/drush-8.3.0/commands/make/make.download.inc 2019-07-09 
23:53:08.0 +0200
@@ -252,8 +252,8 @@
   $tmp_path = make_tmp();
   $wc = _get_working_copy_option($download);
   $checkout_after_clone = TRUE;
-  // If no download URL specified, assume anonymous clone from git.drupal.org.
-  $download['url'] = isset($download['url']) ? $download['url'] : 
"https://git.drupal.org/project/$name.git";;
+  // If no download URL specified, assume anonymous clone from 
git.drupalcode.org.
+  $download['url'] = isset($download['url']) ? $download['url'] : 
"https://git.drupalcode.org/project/$name.git";;
   // If no working-copy download URL specified, assume it is the same.
   $download['wc_url'] = isset($download['wc_url']) ? $download['wc_url'] : 
$download['url'];
 
diff -urN '-

commit drush for openSUSE:Factory

2019-03-27 Thread root
Hello community,

here is the log from the commit of package drush for openSUSE:Factory checked 
in at 2019-03-27 16:21:31

Comparing /work/SRC/openSUSE:Factory/drush (Old)
 and  /work/SRC/openSUSE:Factory/.drush.new.25356 (New)


Package is "drush"

Wed Mar 27 16:21:31 2019 rev:11 rq:688907 version:8.2.2

Changes:

--- /work/SRC/openSUSE:Factory/drush/drush.changes  2019-03-15 
10:52:46.728963740 +0100
+++ /work/SRC/openSUSE:Factory/.drush.new.25356/drush.changes   2019-03-27 
16:21:49.535524486 +0100
@@ -1,0 +2,9 @@
+Tue Mar 26 22:44:57 UTC 2019 - ji...@boombatower.com
+
+- Update to version 8.2.2:
+  * Prep for 8.2.2
+  * Drush test traits for 8.x branch (#4008)
+  * Test Drupal 8.7.0-alpha1, and update exact versions tested for older minor 
releases of Drupal 8. (#4000)
+  * Back to dev
+
+---

Old:

  drush-8.2.1.tar.xz

New:

  drush-8.2.2.tar.xz



Other differences:
--
++ drush.spec ++
--- /var/tmp/diff_new_pack.LVyHVj/_old  2019-03-27 16:21:50.111524366 +0100
+++ /var/tmp/diff_new_pack.LVyHVj/_new  2019-03-27 16:21:50.111524366 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   drush
-Version:8.2.1
+Version:8.2.2
 Release:0
 Summary:Command line shell and scripting interface for Drupal
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.LVyHVj/_old  2019-03-27 16:21:50.139524360 +0100
+++ /var/tmp/diff_new_pack.LVyHVj/_new  2019-03-27 16:21:50.139524360 +0100
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/8.2.1
+refs/tags/8.2.2
 git://github.com/drush-ops/drush.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.LVyHVj/_old  2019-03-27 16:21:50.155524357 +0100
+++ /var/tmp/diff_new_pack.LVyHVj/_new  2019-03-27 16:21:50.155524357 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/drush-ops/drush.git
-76b4cf0e7ced91790b9c9a7053fa3e9f04fc69e3
+96622a19d7cabcdee0b08367eb529fed42e5fd0f
   
 

++ drush-8.2.1.tar.xz -> drush-8.2.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.2.1/.travis.yml new/drush-8.2.2/.travis.yml
--- old/drush-8.2.1/.travis.yml 2019-03-14 04:57:03.0 +0100
+++ new/drush-8.2.2/.travis.yml 2019-03-26 17:04:40.0 +0100
@@ -27,17 +27,21 @@
 
 matrix:
   include:
+# D8.7.x
+- php: 7.0
+  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=7.0-alpha1'
+
 # D8.6.x
 - php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=6.3'
+  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=6.12'
 
 # D8.5.x
 - php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=5.8'
+  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=5.13'
 
 # D8.4.x
 - php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.5'
+  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.8 
PHPUNIT_ARGS=--group=commands'
 
 # D8.3.x
 - php: 7.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.2.1/composer.json 
new/drush-8.2.2/composer.json
--- old/drush-8.2.1/composer.json   2019-03-14 04:57:03.0 +0100
+++ new/drush-8.2.2/composer.json   2019-03-26 17:04:40.0 +0100
@@ -64,6 +64,9 @@
 "psr-0": {
   "Drush":"lib/",
   "Consolidation": "lib/"
+},
+"psr-4": {
+  "Drush\\":  "src/"
 }
   },
   "autoload-dev": {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.2.1/drush.info new/drush-8.2.2/drush.info
--- old/drush-8.2.1/drush.info  2019-03-14 04:57:03.0 +0100
+++ new/drush-8.2.2/drush.info  2019-03-26 17:04:40.0 +0100
@@ -1 +1 @@
-drush_version=8.2.1
+drush_version=8.2.2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.2.1/src/TestTraits/CliTestTrait.php 
new/drush-8.2.2/src/TestTraits/CliTestTrait.php
--- old/drush-8.2.1/src/TestTraits/CliTestTrait.php 1970-01-01 
01:00:00.0 +0100
+++ new/drush-8.2.2/src/TestTraits/CliTestTrait.php 2019-03-26 
17:04:40.0 +0100
@@ -0,0 +1,222 @@
+process ? $this->process->getOutput() : '';
+}
+
+/**
+ * Accessor for the last stderr output, non-trimmed.
+ *
+ * @return string
+ *   Raw stderr as text.
+ *
+ * @access public
+ */
+public function getErrorOutputRaw()
+{
+return $this->process ? $this->process->getErrorOutput() : '';
+}
+
+/**
+ * Actually runs the command.
+ *
+ * @pa

commit drush for openSUSE:Factory

2019-03-15 Thread root
Hello community,

here is the log from the commit of package drush for openSUSE:Factory checked 
in at 2019-03-15 10:52:31

Comparing /work/SRC/openSUSE:Factory/drush (Old)
 and  /work/SRC/openSUSE:Factory/.drush.new.28833 (New)


Package is "drush"

Fri Mar 15 10:52:31 2019 rev:10 rq:685178 version:8.2.1

Changes:

--- /work/SRC/openSUSE:Factory/drush/drush.changes  2019-03-12 
09:56:04.907506161 +0100
+++ /work/SRC/openSUSE:Factory/.drush.new.28833/drush.changes   2019-03-15 
10:52:46.728963740 +0100
@@ -1,0 +2,12 @@
+Thu Mar 14 14:05:41 UTC 2019 - ji...@boombatower.com
+
+- Update to version 8.2.1:
+  * Prep for 8.2.1
+  * Fix $this being used in a static context in Drush.php. (#3994)
+  * Fix backported command aliases: some that had too many ':'s should have 
been using '-'s instead. (#3991)
+  * Fixes #3988: Move code to get version directly to the static access 
methods in case someone (e.g. a module) calls them directly. (#3990)
+  * Update composer.lock
+  * Bump minimum version of consolidation/annotated-command
+  * Back to dev
+
+---

Old:

  drush-8.2.0.tar.xz

New:

  drush-8.2.1.tar.xz



Other differences:
--
++ drush.spec ++
--- /var/tmp/diff_new_pack.crBBgq/_old  2019-03-15 10:52:48.508963280 +0100
+++ /var/tmp/diff_new_pack.crBBgq/_new  2019-03-15 10:52:48.508963280 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   drush
-Version:8.2.0
+Version:8.2.1
 Release:0
 Summary:Command line shell and scripting interface for Drupal
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.crBBgq/_old  2019-03-15 10:52:48.532963274 +0100
+++ /var/tmp/diff_new_pack.crBBgq/_new  2019-03-15 10:52:48.532963274 +0100
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/8.2.0
+refs/tags/8.2.1
 git://github.com/drush-ops/drush.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.crBBgq/_old  2019-03-15 10:52:48.544963271 +0100
+++ /var/tmp/diff_new_pack.crBBgq/_new  2019-03-15 10:52:48.544963271 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/drush-ops/drush.git
-7d76d775a085ffd4076391aec4234cff80a7559b
+76b4cf0e7ced91790b9c9a7053fa3e9f04fc69e3
   
 

++ drush-8.2.0.tar.xz -> drush-8.2.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.2.0/commands/core/core.drush.inc 
new/drush-8.2.1/commands/core/core.drush.inc
--- old/drush-8.2.0/commands/core/core.drush.inc2019-03-11 
06:01:39.0 +0100
+++ new/drush-8.2.1/commands/core/core.drush.inc2019-03-14 
04:57:03.0 +0100
@@ -340,7 +340,7 @@
 // Drupal 7 needs DRUSH_BOOTSTRAP_DRUPAL_CONFIGURATION, while Drupal 8 
needs _FULL.
 // Therefore we bootstrap to _FULL in commands/core/drupal/update.inc.
 'bootstrap' => DRUSH_BOOTSTRAP_DRUPAL_CONFIGURATION,
-'aliases' => array('updatedb:batch:process'),
+'aliases' => array('updatedb:batch-process'),
   );
   $items['core-global-options'] = array(
 'description' => 'All global options',
@@ -353,7 +353,7 @@
   'field-labels' => array('label' => 'Label', 'description' => 
'Description'),
   'output-data-type' => 'format-table',
 ),
-'aliases' => array('core:global:options'),
+'aliases' => array('core:global-options'),
   );
   $items['core-quick-drupal'] = array(
 'description' => 'Download, install, serve and login to Drupal with 
minimal configuration and dependencies.',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.2.0/commands/core/docs.drush.inc 
new/drush-8.2.1/commands/core/docs.drush.inc
--- old/drush-8.2.0/commands/core/docs.drush.inc2019-03-11 
06:01:39.0 +0100
+++ new/drush-8.2.1/commands/core/docs.drush.inc2019-03-14 
04:57:03.0 +0100
@@ -94,7 +94,7 @@
 'bootstrap' => DRUSH_BOOTSTRAP_NONE,
 'callback' => 'drush_print_file',
 'callback arguments' => array($docs_dir . '/examples/example.drush.ini'),
-'aliases' => array('docs:ini:files'),
+'aliases' => array('docs:ini-files'),
   );
   $items['docs-bastion'] = array(
 'description' => 'Bastion server configuration: remotely operate on a 
Drupal sites behind a firewall.',
@@ -139,7 +139,7 @@
 'bootstrap' => DRUSH_BOOTSTRAP_NONE,
 'callback' => 'drush_print_file',
 'callback arguments' => array($docs_dir . '/docs/shellaliases.md'),
-'aliases' => array('docs:shell:aliases'),
+'aliases' => array('docs:shell-aliases'),
   );
   $items['docs-commands'] = array(
 'description' => 'Drush command instructions on creating your own Drush 
commands.',
@@ -200,7 +

commit drush for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package drush for openSUSE:Factory checked 
in at 2019-03-12 09:55:57

Comparing /work/SRC/openSUSE:Factory/drush (Old)
 and  /work/SRC/openSUSE:Factory/.drush.new.28833 (New)


Package is "drush"

Tue Mar 12 09:55:57 2019 rev:9 rq:684129 version:8.2.0

Changes:

--- /work/SRC/openSUSE:Factory/drush/drush.changes  2018-11-22 
13:27:25.701880672 +0100
+++ /work/SRC/openSUSE:Factory/.drush.new.28833/drush.changes   2019-03-12 
09:56:04.907506161 +0100
@@ -1,0 +2,32 @@
+Tue Mar 12 01:18:06 UTC 2019 - Jimmy Berry 
+
+- Include which as runtime requirement.
+
+---
+Tue Mar 12 00:31:27 UTC 2019 - ji...@boombatower.com
+
+- Update to version 8.2.0:
+  * Prep for 8.2.0
+  * Fix up config export data to have the same structure as Drush 9 where it 
is possible and convenient to do so.
+  * Add placeholder 'export' function to DrushConfig
+  * Inject InputInterface into callback parameters
+  * Fill in 'timestamp' if it is missing in logger to avoid warning
+  * Add drush 9 style command aliases
+  * Fix up process manager
+  * Add ConfigAdapter
+  * Improve process manager support
+  * Add adaptors for the alias managor and the process manager. These are not 
included in our vendor directory by default, but can be used if they exist in 
the bootstrapped Drupal site. Also add UserAbortException. TODO: Catch 
UserAbortException
+  * Drush make is no longer maintained (fixes #3946). (#3953)
+  * Improve consistency of command files between Drush 9 and Drush 8: (#3928)
+  * Skip Drupal 8.4.x in pmEnDisUnListInfoTest.php (fix previous commit) 
(#3935)
+  * Skip failing test; panels has a problem with an EOL verison of Drupal. No 
need to fix or work around that.
+  * D7: file_get_stream_wrappers cache poisoning in 
update_check_requirements() (#3789)
+  * Drupalorg updates (#3915)
+  * Revert "git:// is discontinued on drupal.org - 
https://twitter.com/drupal_infra/status/1088571024918994945 (#3899)"
+  * git:// is discontinued on drupal.org - 
https://twitter.com/drupal_infra/status/1088571024918994945 (#3899)
+  * Convert lint tests on 8.x branch from Circle 1 to Circle 2 (#3910)
+  * Fix boolean logic check of --local option for commands (#3777)
+  * Guard against bad return value in config-pull
+  * Back to dev.
+
+---

Old:

  drush-8.1.18.tar.xz

New:

  drush-8.2.0.tar.xz



Other differences:
--
++ drush.spec ++
--- /var/tmp/diff_new_pack.RUEbzO/_old  2019-03-12 09:56:07.887505567 +0100
+++ /var/tmp/diff_new_pack.RUEbzO/_new  2019-03-12 09:56:07.887505567 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package drush
 #
-# 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:   drush
-Version:8.1.18
+Version:8.2.0
 Release:0
 Summary:Command line shell and scripting interface for Drupal
 # See licenses.txt for dependency licenses.
@@ -36,6 +36,7 @@
 # Should fallback to polyfill, but does not actually work.
 Requires:   php-iconv
 Requires:   php-json
+Requires:   which
 
 Suggests:   php-iconv
 Suggests:   php-mbstring

++ _service ++
--- /var/tmp/diff_new_pack.RUEbzO/_old  2019-03-12 09:56:07.911505563 +0100
+++ /var/tmp/diff_new_pack.RUEbzO/_new  2019-03-12 09:56:07.911505563 +0100
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/8.1.18
+refs/tags/8.2.0
 git://github.com/drush-ops/drush.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.RUEbzO/_old  2019-03-12 09:56:07.923505560 +0100
+++ /var/tmp/diff_new_pack.RUEbzO/_new  2019-03-12 09:56:07.927505559 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/drush-ops/drush.git
-799e4135ad7161f1a4668164ff8a6e5bcd779fc7
+7d76d775a085ffd4076391aec4234cff80a7559b
   
 

++ drush-8.1.18.tar.xz -> drush-8.2.0.tar.xz ++
 3177 lines of diff (skipped)

++ drush-vendor.tar.xz ++
 15812 lines of diff (skipped)

++ extensions.txt ++
--- /var/tmp/diff_new_pack.RUEbzO/_old  2019-03-12 09:56:09.795505187 +0100
+++ /var/tmp/diff_new_pack.RUEbzO/_new  2019-03-12 09:56:09.815505183 +0100
@@ -5,8 +5,8 @@
 [0] => ext-json *
 [1] => ext-tokenizer *
 [2] => ext-tokenizer *
-[3] => php >=5.2.0
-[4] => php >=5.3.0
+[3] => ext-tokenizer *
+[4] => php >=5.2.0
 [5] => php >=5.3.0
 

commit drush for openSUSE:Factory

2018-11-22 Thread root
Hello community,

here is the log from the commit of package drush for openSUSE:Factory checked 
in at 2018-11-22 13:27:18

Comparing /work/SRC/openSUSE:Factory/drush (Old)
 and  /work/SRC/openSUSE:Factory/.drush.new.19453 (New)


Package is "drush"

Thu Nov 22 13:27:18 2018 rev:8 rq:650789 version:8.1.18

Changes:

--- /work/SRC/openSUSE:Factory/drush/drush.changes  2018-05-30 
13:09:28.252378893 +0200
+++ /work/SRC/openSUSE:Factory/.drush.new.19453/drush.changes   2018-11-22 
13:27:25.701880672 +0100
@@ -1,0 +2,20 @@
+Wed Nov 21 23:34:32 UTC 2018 - ji...@boombatower.com
+
+- Update to version 8.1.18:
+  * Prep for 8.1.18
+  * Restore 91da7528, inadvertantly reverted. (#3791)
+  * Add tests for Drupal 8.46 with PHP 7.
+  * Only remove the fallback if the 'mysql' extension isn't available
+  * Fixed that Drush always sneakily uses the mysql extension even though 
mysqli is configured and the extension is enabled
+  * Fixes #3761. Taking into account unreadable output of 'stty size' when... 
(#3764)
+  * Set a non-zero exit status for "sql-create" on failure (#3733)
+  * Fix #2282, #2079. Do not pass this->query_extra to pg_dump. Refs #3727.
+  * Remove fifth argument of error handler. (#3712)
+  * Backport #3687: preserve 'contrib' and 'custom' dir placements (#3702)
+  * adding drush option to core-cli so that we can change the default working 
directory
+  * Set maintenance mode to update when running updates (#3605)
+  * #2183: Mention possible conflict of ~/.my.cnf vs --defaults-extra-file 
(#3581)
+  * fix Drush command sql-query with option "--db-prefix" in use (#3529)
+  * Back to dev.
+
+---

Old:

  drush-8.1.17.tar.xz

New:

  drush-8.1.18.tar.xz



Other differences:
--
++ drush.spec ++
--- /var/tmp/diff_new_pack.ioa5Hq/_old  2018-11-22 13:27:26.745879579 +0100
+++ /var/tmp/diff_new_pack.ioa5Hq/_new  2018-11-22 13:27:26.749879575 +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:   drush
-Version:8.1.17
+Version:8.1.18
 Release:0
 Summary:Command line shell and scripting interface for Drupal
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.ioa5Hq/_old  2018-11-22 13:27:26.773879550 +0100
+++ /var/tmp/diff_new_pack.ioa5Hq/_new  2018-11-22 13:27:26.777879546 +0100
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/8.1.17
+refs/tags/8.1.18
 git://github.com/drush-ops/drush.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.ioa5Hq/_old  2018-11-22 13:27:26.789879533 +0100
+++ /var/tmp/diff_new_pack.ioa5Hq/_new  2018-11-22 13:27:26.789879533 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/drush-ops/drush.git
-7ea681dc7e639f6ddab906e78611d3558f88d9b0
+799e4135ad7161f1a4668164ff8a6e5bcd779fc7
   
 

++ drush-8.1.17.tar.xz -> drush-8.1.18.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.17/.travis.yml new/drush-8.1.18/.travis.yml
--- old/drush-8.1.17/.travis.yml2018-05-23 18:58:54.0 +0200
+++ new/drush-8.1.18/.travis.yml2018-11-21 23:57:06.0 +0100
@@ -27,33 +27,17 @@
 
 matrix:
   include:
-# D8.5.x
-- php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=5.0-rc1 
PHPUNIT_ARGS=--group=base'
-- php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=5.0-rc1 
PHPUNIT_ARGS=--group=commands'
-- php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=5.0-rc1 
PHPUNIT_ARGS=--group=pm'
+# D8.6.x
 - php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=5.0-rc1 
PHPUNIT_ARGS=--group=quick-drupal'
-- php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=5.0-rc1 
PHPUNIT_ARGS=--group=make'
+  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=6.3'
+
+# D8.5.x
 - php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=5.0-rc1 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal 
TEST_CHILDREN="drush-ops/config-extra"'
+  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=5.8'
 
 # D8.4.x
 - php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.5 
PHPUNIT_ARGS=--group=base'
-- php: 7.0
-  env: 'UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.5 
PHPUNIT_ARGS

commit drush for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package drush for openSUSE:Factory checked 
in at 2018-05-30 12:24:05

Comparing /work/SRC/openSUSE:Factory/drush (Old)
 and  /work/SRC/openSUSE:Factory/.drush.new (New)


Package is "drush"

Wed May 30 12:24:05 2018 rev:7 rq:612955 version:8.1.17

Changes:

--- /work/SRC/openSUSE:Factory/drush/drush.changes  2018-03-09 
10:47:31.332676390 +0100
+++ /work/SRC/openSUSE:Factory/.drush.new/drush.changes 2018-05-30 
13:09:28.252378893 +0200
@@ -1,0 +2,20 @@
+Wed May 30 03:50:20 UTC 2018 - ji...@boombatower.com
+
+- Update to version 8.1.17:
+  * Prep for 8.1.17.
+  * #3039 : Fixed numeric notice in PHP 7.x.
+  * Fix #2285, #2268. Recognize current working dir for multisites when 
bootstrapping a site. Affects hosts that have pcntl_exec(). (#3550)
+  * Fix PHP 7.2 warning regarding count() (#3545)
+  * Fix drush make-convert --format=composer (#3499)
+  * Call batch finished with call_user_func_array() to use static method call. 
(#3517)
+  * Remove failing assertion that provides no value.
+  * Remove docs that were copied from drush9 in error.
+  * Change URL of feed in a test to bypass unicode SQL error. Woop woop for 
Goofy theme!
+  * Change installation instructions to recommend cgr instead of 'composer 
global'. (#3471)
+  * Add tests for Drupal 8.5. (#3438)
+  * Prevent 'drush @local uli' and related commands from executing twice. 
(#3428)
+  * Fix php 7.1 warning for COLUMNS env variable.
+  * Stop all processing of queue on SuspendQueueException (#3327)
+  * back to dev.
+
+---

Old:

  drush-8.1.16.tar.xz

New:

  drush-8.1.17.tar.xz



Other differences:
--
++ drush.spec ++
--- /var/tmp/diff_new_pack.E3vazL/_old  2018-05-30 13:09:28.892354676 +0200
+++ /var/tmp/diff_new_pack.E3vazL/_new  2018-05-30 13:09:28.896354525 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   drush
-Version:8.1.16
+Version:8.1.17
 Release:0
 Summary:Command line shell and scripting interface for Drupal
 # See licenses.txt for dependency licenses.
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/Web/Servers
 Url:http://www.drush.org/
 Source0:%{name}-%{version}.tar.xz

++ _service ++
--- /var/tmp/diff_new_pack.E3vazL/_old  2018-05-30 13:09:28.936353011 +0200
+++ /var/tmp/diff_new_pack.E3vazL/_new  2018-05-30 13:09:28.940352860 +0200
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/8.1.16
+refs/tags/8.1.17
 git://github.com/drush-ops/drush.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.E3vazL/_old  2018-05-30 13:09:28.960352103 +0200
+++ /var/tmp/diff_new_pack.E3vazL/_new  2018-05-30 13:09:28.964351951 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/drush-ops/drush.git
-bbaff2dc725a5f3eb22006c5de3dc92a2de54b08
+7ea681dc7e639f6ddab906e78611d3558f88d9b0
   
 

++ drush-8.1.16.tar.xz -> drush-8.1.17.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.16/.travis.yml new/drush-8.1.17/.travis.yml
--- old/drush-8.1.16/.travis.yml2018-02-06 22:18:48.0 +0100
+++ new/drush-8.1.17/.travis.yml2018-05-23 18:58:54.0 +0200
@@ -8,10 +8,6 @@
 - 5.x
 - /^[[:digit:]]+\.[[:digit:]]+\.[[:digit:]]+.*$/
 language: php
-php:
-#  See master-fulltest branch for broader PHP version testing.
-  - 5.4
-  - 7.0
 
 # Cache Composer & Unish directories.
 cache:
@@ -23,46 +19,6 @@
 sudo: false
 
 env:
-  matrix:
-#D6
-- UNISH_DRUPAL_MAJOR_VERSION=6 PHPUNIT_ARGS=--group=base
-- UNISH_DRUPAL_MAJOR_VERSION=6 PHPUNIT_ARGS=--group=commands
-- UNISH_DRUPAL_MAJOR_VERSION=6 PHPUNIT_ARGS=--group=pm
-- UNISH_DRUPAL_MAJOR_VERSION=6 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal
-#D7
-- UNISH_DRUPAL_MAJOR_VERSION=7 PHPUNIT_ARGS=--group=make
-- UNISH_DRUPAL_MAJOR_VERSION=7 PHPUNIT_ARGS=--group=base
-- UNISH_DRUPAL_MAJOR_VERSION=7 PHPUNIT_ARGS=--group=commands
-- UNISH_DRUPAL_MAJOR_VERSION=7 PHPUNIT_ARGS=--group=pm
-- UNISH_DRUPAL_MAJOR_VERSION=7 PHPUNIT_ARGS=--group=quick-drupal
-- UNISH_DRUPAL_MAJOR_VERSION=7 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal
-#D8.3.x
-- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=make
-- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=base
-- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=commands
-- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=pm
-- UNISH_DRUPA

commit drush for openSUSE:Factory

2018-03-09 Thread root
Hello community,

here is the log from the commit of package drush for openSUSE:Factory checked 
in at 2018-03-09 10:47:17

Comparing /work/SRC/openSUSE:Factory/drush (Old)
 and  /work/SRC/openSUSE:Factory/.drush.new (New)


Package is "drush"

Fri Mar  9 10:47:17 2018 rev:6 rq:584559 version:8.1.16

Changes:

--- /work/SRC/openSUSE:Factory/drush/drush.changes  2017-10-26 
18:44:48.866746208 +0200
+++ /work/SRC/openSUSE:Factory/.drush.new/drush.changes 2018-03-09 
10:47:31.332676390 +0100
@@ -1,0 +2,23 @@
+Wed Feb 07 03:06:19 UTC 2018 - ji...@boombatower.com
+
+- Update to version 8.1.16:
+  * prep for 8.1.16.
+  * Allow updatedb to proceed despite requirements errors if user confirms.
+  * Updated pear/console_table package. (#3352)
+  * Fix #3078. Environment variables are prepended to Drush command in the 
wrong order (#3361)
+  * Fix #3360. Clarify that example is for Drupal 6,7 only.
+  * Fixes #3351: site-install Drupal 7 with PHP 7.2 (#3353)
+  * Update build rules for shippable on the 8.x branch. (#3349)
+  * sql-sanitize to generate random user password (fixes #3086) (#3343)
+  * Fix router.php to work with update.php (#3247)
+  * Use new License identifier
+  * Update pear/console_table package (#3325)
+  * Backport of #3174, SSH command escaping (#3185)
+  * Fix PHP 7.2 count() notices due to pear/console_table (#3292)
+  * Issue #3199: Add ignored-directories option to 8.x (#3205)
+  * Fix .travis.yml error: run 'composer install' before 'box build' rather 
than after. Note that this saves >1M from the size of the .phar.
+  * Remove pin of reflection-docblock. Update to latest version of 
annotated-command, which no longer requires reflection-docblock. (#3157)
+  * Check requirements before running updatedb (#2708)
+  * Back to dev.
+
+---

Old:

  drush-8.1.15.tar.xz

New:

  drush-8.1.16.tar.xz



Other differences:
--
++ drush.spec ++
--- /var/tmp/diff_new_pack.ODmVTu/_old  2018-03-09 10:47:32.240643684 +0100
+++ /var/tmp/diff_new_pack.ODmVTu/_new  2018-03-09 10:47:32.244643540 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package drush
 #
-# 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:   drush
-Version:8.1.15
+Version:8.1.16
 Release:0
 Summary:Command line shell and scripting interface for Drupal
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.ODmVTu/_old  2018-03-09 10:47:32.288641956 +0100
+++ /var/tmp/diff_new_pack.ODmVTu/_new  2018-03-09 10:47:32.288641956 +0100
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/8.1.15
+refs/tags/8.1.16
 git://github.com/drush-ops/drush.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.ODmVTu/_old  2018-03-09 10:47:32.316640946 +0100
+++ /var/tmp/diff_new_pack.ODmVTu/_new  2018-03-09 10:47:32.320640802 +0100
@@ -1,6 +1,6 @@
 
   
 git://github.com/drush-ops/drush.git
-f78b619806a9bc7c3d167fa425e8757eb046bb87
+bbaff2dc725a5f3eb22006c5de3dc92a2de54b08
   
 

++ drush-8.1.15.tar.xz -> drush-8.1.16.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.15/.travis.yml new/drush-8.1.16/.travis.yml
--- old/drush-8.1.15/.travis.yml2017-10-10 04:05:46.0 +0200
+++ new/drush-8.1.16/.travis.yml2018-02-06 22:18:48.0 +0100
@@ -127,6 +127,7 @@
 before_deploy:
   - gem install mime-types -v 2.6.2 # 
https://github.com/travis-ci/travis-ci/issues/5145
   - curl -LSs https://box-project.github.io/box2/installer.php | php
+  - composer install --prefer-dist --no-dev --optimize-autoloader 
--no-interaction
   - php box.phar build
   - test $TRAVIS_TAG=true && mkdir s3-stable && cp drush.phar 
s3-stable/drush.phar
   - test $TRAVIS_BRANCH=master && mkdir s3-unstable && cp drush.phar 
s3-unstable/drush-unstable.phar
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.15/commands/core/drupal/update.inc 
new/drush-8.1.16/commands/core/drupal/update.inc
--- old/drush-8.1.15/commands/core/drupal/update.inc2017-10-10 
04:05:46.0 +0200
+++ new/drush-8.1.16/commands/core/drupal/update.inc2018-02-06 
22:18:48.0 +0100
@@ -130,6 +130,13 @@
   drupal_load_updates();
   update_fix_compatibility();
 
+  // Check requirements before updating.
+  if (!drush_update_check_requirements()) {
+if (!drush_confirm(dt

commit drush for openSUSE:Factory

2017-10-26 Thread root
Hello community,

here is the log from the commit of package drush for openSUSE:Factory checked 
in at 2017-10-26 18:44:47

Comparing /work/SRC/openSUSE:Factory/drush (Old)
 and  /work/SRC/openSUSE:Factory/.drush.new (New)


Package is "drush"

Thu Oct 26 18:44:47 2017 rev:5 rq:536612 version:8.1.15

Changes:

--- /work/SRC/openSUSE:Factory/drush/drush.changes  2017-10-13 
14:14:30.284404655 +0200
+++ /work/SRC/openSUSE:Factory/.drush.new/drush.changes 2017-10-26 
18:44:48.866746208 +0200
@@ -1,0 +2,5 @@
+Wed Oct 18 19:05:53 UTC 2017 - ji...@boombatower.com
+
+- Update requires and suggests to reflect current version.
+
+---



Other differences:
--
++ drush.spec ++
--- /var/tmp/diff_new_pack.BL3x4n/_old  2017-10-26 18:44:49.814701964 +0200
+++ /var/tmp/diff_new_pack.BL3x4n/_new  2017-10-26 18:44:49.822701591 +0200
@@ -32,10 +32,18 @@
 Source13:   update.sh
 BuildRequires:  xz
 Requires:   php >= 5.4.5
+Requires:   php-ctype
+# Should fallback to polyfill, but does not actually work.
+Requires:   php-iconv
+Requires:   php-json
+
+Suggests:   php-iconv
+Suggests:   php-mbstring
 Suggests:   php-pcntl
-Suggests:   php-pdo-sqlite
 Suggests:   php-posix
 Suggests:   php-readline
+Suggests:   php-sqlite
+
 Obsoletes:  drush_make < %{version}
 Provides:   drush_make = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit drush for openSUSE:Factory

2017-10-13 Thread root
Hello community,

here is the log from the commit of package drush for openSUSE:Factory checked 
in at 2017-10-13 14:14:28

Comparing /work/SRC/openSUSE:Factory/drush (Old)
 and  /work/SRC/openSUSE:Factory/.drush.new (New)


Package is "drush"

Fri Oct 13 14:14:28 2017 rev:4 rq:532924 version:8.1.15

Changes:

--- /work/SRC/openSUSE:Factory/drush/drush.changes  2017-10-05 
12:03:00.284980557 +0200
+++ /work/SRC/openSUSE:Factory/.drush.new/drush.changes 2017-10-13 
14:14:30.284404655 +0200
@@ -1,0 +2,14 @@
+Tue Oct 10 03:17:07 UTC 2017 - ji...@boombatower.com
+
+- Update to version 8.1.15:
+  * Back to dev.
+  * Add skip_cleanup and remove old S3 deployments.
+  * Add isolation dir to .gitignore on 8.x
+  * Exclude isolation dir from the phar.
+  * Backport to 8.x #2604 Allow delete of single value in a config object 
(#3004)
+  * Allow Symfony 3 components for site-local installs of Drush 8.x (#2800)
+  * Loosen constraint on symfony/yaml for site-local installs.
+  * Remove useless code comment.
+  * Prep for 8.1.15.
+
+---

Old:

  drush-8.1.14.tar.xz

New:

  drush-8.1.15.tar.xz



Other differences:
--
++ drush.spec ++
--- /var/tmp/diff_new_pack.0Q0sEb/_old  2017-10-13 14:14:31.044371239 +0200
+++ /var/tmp/diff_new_pack.0Q0sEb/_new  2017-10-13 14:14:31.048371064 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   drush
-Version:8.1.14
+Version:8.1.15
 Release:0
 Summary:Command line shell and scripting interface for Drupal
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.0Q0sEb/_old  2017-10-13 14:14:31.092369129 +0200
+++ /var/tmp/diff_new_pack.0Q0sEb/_new  2017-10-13 14:14:31.092369129 +0200
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/8.1.14
+refs/tags/8.1.15
 git://github.com/drush-ops/drush.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.0Q0sEb/_old  2017-10-13 14:14:31.108368425 +0200
+++ /var/tmp/diff_new_pack.0Q0sEb/_new  2017-10-13 14:14:31.108368425 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/drush-ops/drush.git
-b1f1e421185da5468eedfd25eeb5b51e705d3cef
+f78b619806a9bc7c3d167fa425e8757eb046bb87
   
 

++ drush-8.1.14.tar.xz -> drush-8.1.15.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.14/.travis.yml new/drush-8.1.15/.travis.yml
--- old/drush-8.1.14/.travis.yml2017-10-03 18:20:45.0 +0200
+++ new/drush-8.1.15/.travis.yml2017-10-10 04:05:46.0 +0200
@@ -37,19 +37,19 @@
 - UNISH_DRUPAL_MAJOR_VERSION=7 PHPUNIT_ARGS=--group=quick-drupal
 - UNISH_DRUPAL_MAJOR_VERSION=7 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal
 #D8.3.x
+- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=make
+- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=base
+- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=commands
+- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=pm
+- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--group=quick-drupal
+- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=3.7 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal 
TEST_CHILDREN="drush-ops/config-extra"
+#D8.4.x
 - UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=make
 - UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=base
 - UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=commands
 - UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=pm
 - UNISH_DRUPAL_MAJOR_VERSION=8 PHPUNIT_ARGS=--group=quick-drupal
-- UNISH_DRUPAL_MAJOR_VERSION=8 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal 
TEST_CHILDREN="drush-ops/config-extra"
-#D8.4.x
-- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=make
-- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=base
-- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=commands
-- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=pm
-- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--group=quick-drupal
-- UNISH_DRUPAL_MAJOR_VERSION=8 UNISH_DRUPAL_MINOR_VERSION=4.x 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal
+- UNISH_DRUPAL_MAJOR_VERSION=8 
PHPUNIT_ARGS=--exclude-group=base,make,commands,pm,quick-drupal
 
 # - UNISH_DB_URL=sqlite://none/of/this/matters PHPUNIT_ARGS=--group=make
   

commit drush for openSUSE:Factory

2017-10-05 Thread root
Hello community,

here is the log from the commit of package drush for openSUSE:Factory checked 
in at 2017-10-05 11:59:30

Comparing /work/SRC/openSUSE:Factory/drush (Old)
 and  /work/SRC/openSUSE:Factory/.drush.new (New)


Package is "drush"

Thu Oct  5 11:59:30 2017 rev:3 rq:531013 version:8.1.14

Changes:

--- /work/SRC/openSUSE:Factory/drush/drush.changes  2017-08-28 
15:16:51.187357477 +0200
+++ /work/SRC/openSUSE:Factory/.drush.new/drush.changes 2017-10-05 
12:03:00.284980557 +0200
@@ -1,0 +2,17 @@
+Tue Oct 03 21:04:14 UTC 2017 - ji...@boombatower.com
+
+- Update to version 8.1.14:
+  * Back to dev.
+  * Update install docs for planned deprecation of 
http://files.drush.org/drush.phar.
+  * Fix serving existing files with encoded characters like `%20`
+  * Update Psysh to version 0.8.11
+  * Ensure "sql-cli" command sets an error on non-zero child process exit 
status. (#2925)
+  * Revert "Update Psysh to version 0.8.11"
+  * Update psysh to 0.8.11
+  * Work on #2912 - More robust path handling in FileCache.
+  * Revert "Work on #2912 - More robust path handling in FileCache."
+  * Work on #2912 - More robust path handling in FileCache.
+  * Fixes #2767: Do not attempt to access the cached Drush commandfile 
services unless they exist in the container. This converts a crashing scenario 
into one where commands are merely missing. A 'drush cr' should bring back the 
missing commands.
+  * prep for release.
+
+---

Old:

  drush-8.1.13.tar.xz

New:

  drush-8.1.14.tar.xz



Other differences:
--
++ drush.spec ++
--- /var/tmp/diff_new_pack.8NHzX6/_old  2017-10-05 12:03:02.772630574 +0200
+++ /var/tmp/diff_new_pack.8NHzX6/_new  2017-10-05 12:03:02.772630574 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   drush
-Version:8.1.13
+Version:8.1.14
 Release:0
 Summary:Command line shell and scripting interface for Drupal
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.8NHzX6/_old  2017-10-05 12:03:02.808625510 +0200
+++ /var/tmp/diff_new_pack.8NHzX6/_new  2017-10-05 12:03:02.808625510 +0200
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/8.1.13
+refs/tags/8.1.14
 git://github.com/drush-ops/drush.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.8NHzX6/_old  2017-10-05 12:03:02.836621572 +0200
+++ /var/tmp/diff_new_pack.8NHzX6/_new  2017-10-05 12:03:02.836621572 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/drush-ops/drush.git
-f93fc2bed05ba58cf65fb65f799429bf6354b205
+b1f1e421185da5468eedfd25eeb5b51e705d3cef
   
 

++ drush-8.1.13.tar.xz -> drush-8.1.14.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.13/commands/runserver/d7-rs-router.php 
new/drush-8.1.14/commands/runserver/d7-rs-router.php
--- old/drush-8.1.13/commands/runserver/d7-rs-router.php2017-08-22 
19:28:25.0 +0200
+++ new/drush-8.1.14/commands/runserver/d7-rs-router.php2017-10-03 
18:20:45.0 +0200
@@ -46,7 +46,7 @@
 }
 
 $url = parse_url($_SERVER["REQUEST_URI"]);
-if (file_exists('.' . $url['path'])) {
+if (file_exists('.' . urldecode($url['path']))) {
   // Serve the requested resource as-is.
   return FALSE;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.13/commands/runserver/d8-rs-router.php 
new/drush-8.1.14/commands/runserver/d8-rs-router.php
--- old/drush-8.1.13/commands/runserver/d8-rs-router.php2017-08-22 
19:28:25.0 +0200
+++ new/drush-8.1.14/commands/runserver/d8-rs-router.php2017-10-03 
18:20:45.0 +0200
@@ -46,7 +46,7 @@
 }
 
 $url = parse_url($_SERVER["REQUEST_URI"]);
-if (file_exists('.' . $url['path'])) {
+if (file_exists('.' . urldecode($url['path']))) {
   // Serve the requested resource as-is.
   return FALSE;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.13/commands/sql/sql.drush.inc 
new/drush-8.1.14/commands/sql/sql.drush.inc
--- old/drush-8.1.13/commands/sql/sql.drush.inc 2017-08-22 19:28:25.0 
+0200
+++ new/drush-8.1.14/commands/sql/sql.drush.inc 2017-10-03 18:20:45.0 
+0200
@@ -444,7 +444,11 @@
 function drush_sql_cli() {
   drush_sql_bootstrap_further();
   $sql = drush_sql_get_class();
-  return !(bool)drush_shell_proc_open($sql->connect());
+  $result = !drush_shell_proc_open($sql->connect());
+  if (!$result) {
+drush_set_error('DRUSH_SQL_CLI_ERROR', dt('SQL client error occurred.'));
+  }
+  return $result;
 }
 
 /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.

commit drush for openSUSE:Factory

2017-08-28 Thread root
Hello community,

here is the log from the commit of package drush for openSUSE:Factory checked 
in at 2017-08-28 15:15:41

Comparing /work/SRC/openSUSE:Factory/drush (Old)
 and  /work/SRC/openSUSE:Factory/.drush.new (New)


Package is "drush"

Mon Aug 28 15:15:41 2017 rev:2 rq:518607 version:8.1.13

Changes:

--- /work/SRC/openSUSE:Factory/drush/drush.changes  2017-08-24 
18:41:26.593988759 +0200
+++ /work/SRC/openSUSE:Factory/.drush.new/drush.changes 2017-08-28 
15:16:51.187357477 +0200
@@ -1,0 +2,16 @@
+Tue Aug 22 21:54:36 UTC 2017 - ji...@boombatower.com
+
+- Update to version 8.1.13:
+  * Prep for 8.1.13-dev
+  * Fix #2753: Prevent loops when unable to download extensions (#2797)
+  * Fix #2817. bash autocomplete via .bashrc only works on the second .bashrc 
inclusion.
+  * Disable the psysh version check.
+  * Fixes #2831: create_function is deprecated in php 7.2; might as well use 
an anonymous function instead.
+  * Fix drush docs, link to 8.x docs from within the 8.x documentation (#2842)
+  * Add php lint operation via CircleCI.
+  * Respect disable_functions list in  use_pcntl_exec check (#2857)
+  * fix namespace for Drush command sql-query with option "--db-prefix" in use 
(#2882)
+  * Just assert that disabled module's command can't be run. The actual error 
is not important, and seems to be variable based on phases of the moon.
+  * Prep for 8.1.13.
+
+---

Old:

  drush-8.1.12.tar.xz

New:

  drush-8.1.13.tar.xz



Other differences:
--
++ drush.spec ++
--- /var/tmp/diff_new_pack.21i4Xp/_old  2017-08-28 15:16:53.367051197 +0200
+++ /var/tmp/diff_new_pack.21i4Xp/_new  2017-08-28 15:16:53.379049511 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   drush
-Version:8.1.12
+Version:8.1.13
 Release:0
 Summary:Command line shell and scripting interface for Drupal
 # See licenses.txt for dependency licenses.
@@ -51,7 +51,7 @@
 %setup -q -a 1
 
 %build
-find . -name ".travis.yml" -exec rm -rf {} \;
+find . -name ".travis.yml" -delete
 cp %{SOURCE12} licenses.txt
 
 %install

++ _service ++
--- /var/tmp/diff_new_pack.21i4Xp/_old  2017-08-28 15:16:53.591019726 +0200
+++ /var/tmp/diff_new_pack.21i4Xp/_new  2017-08-28 15:16:53.591019726 +0200
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/8.1.12
+refs/tags/8.1.13
 git://github.com/drush-ops/drush.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.21i4Xp/_old  2017-08-28 15:16:53.627014668 +0200
+++ /var/tmp/diff_new_pack.21i4Xp/_new  2017-08-28 15:16:53.627014668 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/drush-ops/drush.git
-a1d3ab0f1d9ce01556d70015906caaed723f7ba7
+f93fc2bed05ba58cf65fb65f799429bf6354b205
   
 

++ drush-8.1.12.tar.xz -> drush-8.1.13.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.12/circle.yml new/drush-8.1.13/circle.yml
--- old/drush-8.1.12/circle.yml 1970-01-01 01:00:00.0 +0100
+++ new/drush-8.1.13/circle.yml 2017-08-22 19:28:25.0 +0200
@@ -0,0 +1,15 @@
+machine:
+  timezone:
+America/Chicago
+  php:
+version: 7.0.11
+
+dependencies:
+  cache_directories:
+- ~/.composer/cache
+  override:
+- composer install --prefer-dist --no-interaction
+
+test:
+  override:
+- composer lint
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.12/commands/core/cli.drush.inc 
new/drush-8.1.13/commands/core/cli.drush.inc
--- old/drush-8.1.12/commands/core/cli.drush.inc2017-06-06 
00:51:34.0 +0200
+++ new/drush-8.1.13/commands/core/cli.drush.inc2017-08-22 
19:28:25.0 +0200
@@ -5,6 +5,7 @@
 use Drush\Psysh\DrushHelpCommand;
 use Drush\Psysh\DrushCommand;
 use Drush\Psysh\Shell;
+use Psy\VersionUpdater\Checker;
 
 /**
  * Implements hook_drush_command().
@@ -41,6 +42,9 @@
   // Set the Drush specific history file path.
   $configuration->setHistoryFile(drush_history_path_cli());
 
+  // Disable checking for updates. Our dependencies are managed with Composer.
+  $configuration->setUpdateCheck(Checker::NEVER);
+
   $shell = new Shell($configuration);
 
   if ($drupal_major_version >= 8) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drush-8.1.12/commands/core/init.drush.inc 
new/drush-8.1.13/commands/core/init.drush.inc
--- old/drush-8.1.12/commands/core/init.drush.inc   2017-06-06 
00:51:34.0 +0200
+++ new/drush-8.1.13/commands/core/init.drush.inc   2017-08-22 
19:28:25.0 +0200
@@ -61,6 +61,16 @@
 drush_log(dt("Copied example Drush configuration file to !path", 
array('!pa