Hello community,

here is the log from the commit of package platformsh-cli for 
openSUSE:Leap:15.2 checked in at 2020-04-12 15:38:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/platformsh-cli (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.platformsh-cli.new.3248 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "platformsh-cli"

Sun Apr 12 15:38:36 2020 rev:42 rq:792813 version:3.53.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/platformsh-cli/platformsh-cli.changes  
2020-02-29 17:16:10.437009064 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.platformsh-cli.new.3248/platformsh-cli.changes    
    2020-04-12 15:38:41.226025564 +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.yhgFki/_old  2020-04-12 15:38:41.814026009 +0200
+++ /var/tmp/diff_new_pack.yhgFki/_new  2020-04-12 15:38:41.818026012 +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.yhgFki/_old  2020-04-12 15:38:41.842026030 +0200
+++ /var/tmp/diff_new_pack.yhgFki/_new  2020-04-12 15:38:41.842026030 +0200
@@ -2,7 +2,7 @@
   <service name="tar_scm" mode="disabled">
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
-    <param name="revision">refs/tags/v3.52.3</param>
+    <param name="revision">refs/tags/v3.53.1</param>
     <param name="url">git://github.com/platformsh/platformsh-cli.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.yhgFki/_old  2020-04-12 15:38:41.858026042 +0200
+++ /var/tmp/diff_new_pack.yhgFki/_new  2020-04-12 15:38:41.858026042 +0200
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">git://github.com/platformsh/platformsh-cli.git</param>
-    <param 
name="changesrevision">753d6c5475a9fc386db7f6d4553326f4ff658e55</param>
+    <param 
name="changesrevision">698e5e4ea198ec4e5ef3130cd811c5f63c5b8730</param>
   </service>
 </servicedata>

++++++ 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);
         self::$loader = $loader = new \Composer\Autoload\ClassLoader();
-        
spl_autoload_unregister(array('ComposerAutoloaderInit493b82049446f4341c37121588ecc73e',
 'loadClassLoader'));
+        
spl_autoload_unregister(array('ComposerAutoloaderInit6bf3c85db5aeeea4f0ca359a60956462',
 '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\ComposerStaticInit493b82049446f4341c37121588ecc73e::getInitializer($loader));
+            
call_user_func(\Composer\Autoload\ComposerStaticInit6bf3c85db5aeeea4f0ca359a60956462::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\ComposerStaticInit493b82049446f4341c37121588ecc73e::$files;
+            $includeFiles = 
Composer\Autoload\ComposerStaticInit6bf3c85db5aeeea4f0ca359a60956462::$files;
         } else {
             $includeFiles = require __DIR__ . '/autoload_files.php';
         }
         foreach ($includeFiles as $fileIdentifier => $file) {
-            composerRequire493b82049446f4341c37121588ecc73e($fileIdentifier, 
$file);
+            composerRequire6bf3c85db5aeeea4f0ca359a60956462($fileIdentifier, 
$file);
         }
 
         return $loader;
     }
 }
 
-function composerRequire493b82049446f4341c37121588ecc73e($fileIdentifier, 
$file)
+function composerRequire6bf3c85db5aeeea4f0ca359a60956462($fileIdentifier, 
$file)
 {
     if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
         require $file;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/composer/autoload_static.php 
new/vendor/composer/autoload_static.php
--- old/vendor/composer/autoload_static.php     2020-02-26 19:11:43.152176720 
+0100
+++ new/vendor/composer/autoload_static.php     2020-04-08 21:12:07.878932067 
+0200
@@ -4,7 +4,7 @@
 
 namespace Composer\Autoload;
 
-class ComposerStaticInit493b82049446f4341c37121588ecc73e
+class ComposerStaticInit6bf3c85db5aeeea4f0ca359a60956462
 {
     public static $files = array (
         '320cde22f66dd4f5d3fd621d3e88b98f' => __DIR__ . '/..' . 
'/symfony/polyfill-ctype/bootstrap.php',
@@ -193,9 +193,9 @@
     public static function getInitializer(ClassLoader $loader)
     {
         return \Closure::bind(function () use ($loader) {
-            $loader->prefixLengthsPsr4 = 
ComposerStaticInit493b82049446f4341c37121588ecc73e::$prefixLengthsPsr4;
-            $loader->prefixDirsPsr4 = 
ComposerStaticInit493b82049446f4341c37121588ecc73e::$prefixDirsPsr4;
-            $loader->classMap = 
ComposerStaticInit493b82049446f4341c37121588ecc73e::$classMap;
+            $loader->prefixLengthsPsr4 = 
ComposerStaticInit6bf3c85db5aeeea4f0ca359a60956462::$prefixLengthsPsr4;
+            $loader->prefixDirsPsr4 = 
ComposerStaticInit6bf3c85db5aeeea4f0ca359a60956462::$prefixDirsPsr4;
+            $loader->classMap = 
ComposerStaticInit6bf3c85db5aeeea4f0ca359a60956462::$classMap;
 
         }, null, ClassLoader::class);
     }


Reply via email to