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 - [email protected] + +- 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 @@ <service name="tar_scm" mode="disabled"> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> - <param name="revision">refs/tags/v3.54.1</param> + <param name="revision">refs/tags/v3.54.2</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.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 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/platformsh/platformsh-cli.git</param> - <param name="changesrevision">4a6bb0ddcf1c409826cbcde3e5c362cfaba0809d</param> + <param name="changesrevision">94cf99477fdafdf8b8cb158af19a1752a5a3e504</param> </service> </servicedata> ++++++ 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.000000000 +0200 +++ new/platformsh-cli-3.54.2/config.yaml 2020-05-03 14:21:04.000000000 +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.json 2020-04-28 14:13:50.000000000 +0200 +++ new/platformsh-cli-3.54.2/dist/manifest.json 2020-05-03 14:21:04.000000000 +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' old/platformsh-cli-3.54.1/src/Command/Integration/Activity/IntegrationActivityGetCommand.php new/platformsh-cli-3.54.2/src/Command/Integration/Activity/IntegrationActivityGetCommand.php --- old/platformsh-cli-3.54.1/src/Command/Integration/Activity/IntegrationActivityGetCommand.php 2020-04-28 14:13:50.000000000 +0200 +++ new/platformsh-cli-3.54.2/src/Command/Integration/Activity/IntegrationActivityGetCommand.php 2020-05-03 14:21:04.000000000 +0200 @@ -110,13 +110,15 @@ $executable = $this->config()->get('application.executable'); $this->stdErr->writeln(''); $this->stdErr->writeln(sprintf( - 'To view the log for this activity, run: <info>%s integration:activity:log %s</info>', + 'To view the log for this activity, run: <info>%s integration:activity:log %s %s</info>', $executable, + $integration->id, $activity->id )); $this->stdErr->writeln(sprintf( - 'To list activities, run: <info>%s integration:activities</info>', - $executable + 'To list activities for this integration, run: <info>%s integration:activities %s</info>', + $executable, + $integration->id )); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/platformsh-cli-3.54.1/src/Command/Integration/IntegrationDeleteCommand.php new/platformsh-cli-3.54.2/src/Command/Integration/IntegrationDeleteCommand.php --- old/platformsh-cli-3.54.1/src/Command/Integration/IntegrationDeleteCommand.php 2020-04-28 14:13:50.000000000 +0200 +++ new/platformsh-cli-3.54.2/src/Command/Integration/IntegrationDeleteCommand.php 2020-05-03 14:21:04.000000000 +0200 @@ -14,7 +14,7 @@ { $this ->setName('integration:delete') - ->addArgument('id', InputArgument::REQUIRED, 'The integration ID') + ->addArgument('id', InputArgument::OPTIONAL, 'The integration ID. Leave blank to choose from a list.') ->setDescription('Delete an integration from a project'); $this->addProjectOption()->addWaitOptions(); } ++++++ 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-04-28 20:41:19.328721127 +0200 +++ new/vendor/autoload.php 2020-05-04 20:36:18.680688963 +0200 @@ -4,4 +4,4 @@ require_once __DIR__ . '/composer/autoload_real.php'; -return ComposerAutoloaderInitd5735c496f4829edb7b4a364dc509a9a::getLoader(); +return ComposerAutoloaderInit744d2635980620b648086b46564b4c7f::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-04-28 20:41:19.328721127 +0200 +++ new/vendor/composer/autoload_real.php 2020-05-04 20:36:18.680688963 +0200 @@ -2,7 +2,7 @@ // autoload_real.php @generated by Composer -class ComposerAutoloaderInitd5735c496f4829edb7b4a364dc509a9a +class ComposerAutoloaderInit744d2635980620b648086b46564b4c7f { private static $loader; @@ -19,15 +19,15 @@ return self::$loader; } - spl_autoload_register(array('ComposerAutoloaderInitd5735c496f4829edb7b4a364dc509a9a', 'loadClassLoader'), true, true); + spl_autoload_register(array('ComposerAutoloaderInit744d2635980620b648086b46564b4c7f', 'loadClassLoader'), true, true); self::$loader = $loader = new \Composer\Autoload\ClassLoader(); - spl_autoload_unregister(array('ComposerAutoloaderInitd5735c496f4829edb7b4a364dc509a9a', 'loadClassLoader')); + spl_autoload_unregister(array('ComposerAutoloaderInit744d2635980620b648086b46564b4c7f', '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\ComposerStaticInitd5735c496f4829edb7b4a364dc509a9a::getInitializer($loader)); + call_user_func(\Composer\Autoload\ComposerStaticInit744d2635980620b648086b46564b4c7f::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\ComposerStaticInitd5735c496f4829edb7b4a364dc509a9a::$files; + $includeFiles = Composer\Autoload\ComposerStaticInit744d2635980620b648086b46564b4c7f::$files; } else { $includeFiles = require __DIR__ . '/autoload_files.php'; } foreach ($includeFiles as $fileIdentifier => $file) { - composerRequired5735c496f4829edb7b4a364dc509a9a($fileIdentifier, $file); + composerRequire744d2635980620b648086b46564b4c7f($fileIdentifier, $file); } return $loader; } } -function composerRequired5735c496f4829edb7b4a364dc509a9a($fileIdentifier, $file) +function composerRequire744d2635980620b648086b46564b4c7f($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-04-28 20:41:19.328721127 +0200 +++ new/vendor/composer/autoload_static.php 2020-05-04 20:36:18.680688963 +0200 @@ -4,7 +4,7 @@ namespace Composer\Autoload; -class ComposerStaticInitd5735c496f4829edb7b4a364dc509a9a +class ComposerStaticInit744d2635980620b648086b46564b4c7f { 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 = ComposerStaticInitd5735c496f4829edb7b4a364dc509a9a::$prefixLengthsPsr4; - $loader->prefixDirsPsr4 = ComposerStaticInitd5735c496f4829edb7b4a364dc509a9a::$prefixDirsPsr4; - $loader->classMap = ComposerStaticInitd5735c496f4829edb7b4a364dc509a9a::$classMap; + $loader->prefixLengthsPsr4 = ComposerStaticInit744d2635980620b648086b46564b4c7f::$prefixLengthsPsr4; + $loader->prefixDirsPsr4 = ComposerStaticInit744d2635980620b648086b46564b4c7f::$prefixDirsPsr4; + $loader->classMap = ComposerStaticInit744d2635980620b648086b46564b4c7f::$classMap; }, null, ClassLoader::class); }
