Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yarn for openSUSE:Factory checked in 
at 2021-10-29 22:34:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yarn (Old)
 and      /work/SRC/openSUSE:Factory/.yarn.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yarn"

Fri Oct 29 22:34:32 2021 rev:8 rq:928138 version:1.22.17

Changes:
--------
--- /work/SRC/openSUSE:Factory/yarn/yarn.changes        2021-10-11 
15:31:59.710881322 +0200
+++ /work/SRC/openSUSE:Factory/.yarn.new.1890/yarn.changes      2021-10-29 
22:35:38.703714116 +0200
@@ -1,0 +2,19 @@
+Wed Oct 20 10:51:37 UTC 2021 - Marcus Rueckert <[email protected]>
+
+- update to 1.22.17:
+  https://github.com/yarnpkg/yarn/releases/tag/v1.22.16
+  https://github.com/yarnpkg/yarn/releases/tag/v1.22.17
+
+-------------------------------------------------------------------
+Thu Sep 30 21:18:07 UTC 2021 - Marcus Rueckert <[email protected]>
+
+- update to 1.22.15:
+  https://github.com/yarnpkg/yarn/releases/tag/v1.22.15
+
+-------------------------------------------------------------------
+Wed Sep 29 21:40:30 UTC 2021 - Marcus Rueckert <[email protected]>
+
+- update to 1.22.14:
+  https://github.com/yarnpkg/yarn/releases/tag/v1.22.14
+
+-------------------------------------------------------------------

Old:
----
  yarn-v1.22.13.tar.gz
  yarn-v1.22.13.tar.gz.asc

New:
----
  yarn-v1.22.17.tar.gz
  yarn-v1.22.17.tar.gz.asc

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

Other differences:
------------------
++++++ yarn.spec ++++++
--- /var/tmp/diff_new_pack.v2jsTC/_old  2021-10-29 22:35:39.055714249 +0200
+++ /var/tmp/diff_new_pack.v2jsTC/_new  2021-10-29 22:35:39.055714249 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yarn
-Version:        1.22.13
+Version:        1.22.17
 Release:        0
 Summary:        ???????? Fast, reliable, and secure dependency management
 License:        BSD-2-Clause

++++++ yarn-v1.22.13.tar.gz -> yarn-v1.22.17.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yarn-v1.22.13/lib/cli.js new/yarn-v1.22.17/lib/cli.js
--- old/yarn-v1.22.13/lib/cli.js        2021-09-29 16:29:29.000000000 +0200
+++ new/yarn-v1.22.17/lib/cli.js        2021-10-16 17:07:55.000000000 +0200
@@ -25631,30 +25631,32 @@
 function validate(program) {
   var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] 
: {};
 
-  if (program.indexOf('/') !== -1) {
-    return true;
+  if (program.match(/[\\\/]/)) {
+    return;
   }
 
-  var cwd = opts.cwd || process.cwd();
-  var pathext = process.env.PATHEXT || '';
+  if (process.platform === 'win32' && process.env.PATHEXT) {
+    var cwd = opts.cwd || process.cwd();
+    var pathext = process.env.PATHEXT;
 
-  for (var _iterator = pathext.split(';'), _isArray = 
Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, 
(_getIterator2 || _load_getIterator()).default)(_iterator);;) {
-    var _ref;
+    for (var _iterator = pathext.split(';'), _isArray = 
Array.isArray(_iterator), _i = 0, _iterator = _isArray ? _iterator : (0, 
(_getIterator2 || _load_getIterator()).default)(_iterator);;) {
+      var _ref;
 
-    if (_isArray) {
-      if (_i >= _iterator.length) break;
-      _ref = _iterator[_i++];
-    } else {
-      _i = _iterator.next();
-      if (_i.done) break;
-      _ref = _i.value;
-    }
+      if (_isArray) {
+        if (_i >= _iterator.length) break;
+        _ref = _iterator[_i++];
+      } else {
+        _i = _iterator.next();
+        if (_i.done) break;
+        _ref = _i.value;
+      }
 
-    var ext = _ref;
+      var ext = _ref;
 
-    var candidate = path.join(cwd, `${program}${ext}`);
-    if (fs.existsSync(candidate)) {
-      throw new Error(`Potentially dangerous call to "${program}" in ${cwd}`);
+      var candidate = path.join(cwd, `${program}${ext}`);
+      if (fs.existsSync(candidate)) {
+        throw new Error(`Potentially dangerous call to "${program}" in 
${cwd}`);
+      }
     }
   }
 }
@@ -48177,9 +48179,7 @@
       ref.ignore = true;
       ref.incompatible = true;
 
-      reporter.info(`${human}: ${msg}`);
       if (!didIgnore) {
-        reporter.info(reporter.lang('optionalCompatibilityExcluded', human));
         didIgnore = true;
       }
     } else {
@@ -78413,7 +78413,7 @@
 /* 438 */
 /***/ (function(module, exports) {
 
-module.exports = 
{"name":"yarn","installationMethod":"unknown","version":"1.22.13","license":"BSD-2-Clause","preferGlobal":true,"description":"????????
 Fast, reliable, and secure dependency 
management.","dependencies":{"@zkochan/cmd-shim":"^3.1.0","babel-runtime":"^6.26.0","bytes":"^3.0.0","camelcase":"^4.0.0","chalk":"^2.1.0","cli-table3":"^0.4.0","commander":"^2.9.0","death":"^1.0.0","debug":"^3.0.0","deep-equal":"^1.0.1","detect-indent":"^5.0.0","dnscache":"^1.0.1","glob":"^7.1.1","gunzip-maybe":"^1.4.0","hash-for-dep":"^1.2.3","imports-loader":"^0.8.0","ini":"^1.3.4","inquirer":"^6.2.0","invariant":"^2.2.0","is-builtin-module":"^2.0.0","is-ci":"^1.0.10","is-webpack-bundle":"^1.0.0","js-yaml":"^3.13.1","leven":"^2.0.0","loud-rejection":"^1.2.0","micromatch":"^2.3.11","mkdirp":"^0.5.1","node-emoji":"^1.6.1","normalize-url":"^2.0.0","npm-logical-tree":"^1.2.1","object-path":"^0.11.2","proper-lockfile":"^2.0.0","puka":"^1.0.0","read":"^1.0.7","request":"^2.87.0","request-capture-har
 
":"^1.2.2","rimraf":"^2.5.0","semver":"^5.1.0","ssri":"^5.3.0","strip-ansi":"^4.0.0","strip-bom":"^3.0.0","tar-fs":"^1.16.0","tar-stream":"^1.6.1","uuid":"^3.0.1","v8-compile-cache":"^2.0.0","validate-npm-package-license":"^3.0.4","yn":"^2.0.0"},"devDependencies":{"babel-core":"^6.26.0","babel-eslint":"^7.2.3","babel-loader":"^6.2.5","babel-plugin-array-includes":"^2.0.3","babel-plugin-inline-import":"^3.0.0","babel-plugin-transform-builtin-extend":"^1.1.2","babel-plugin-transform-inline-imports-commonjs":"^1.0.0","babel-plugin-transform-runtime":"^6.4.3","babel-preset-env":"^1.6.0","babel-preset-flow":"^6.23.0","babel-preset-stage-0":"^6.0.0","babylon":"^6.5.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^4.3.0","eslint-config-fb-strict":"^22.0.0","eslint-plugin-babel":"^5.0.0","eslint-plugin-flowtype":"^2.35.0","eslint-plugin-jasmine":"^2.6.2","eslint-plugin-jest":"^21.0.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-prefer-object-spread":"^1.2.1","es
 
lint-plugin-prettier":"^2.1.2","eslint-plugin-react":"^7.1.0","eslint-plugin-relay":"^0.0.28","eslint-plugin-yarn-internal":"file:scripts/eslint-rules","execa":"^0.11.0","fancy-log":"^1.3.2","flow-bin":"^0.66.0","git-release-notes":"^3.0.0","gulp":"^4.0.0","gulp-babel":"^7.0.0","gulp-if":"^2.0.1","gulp-newer":"^1.0.0","gulp-plumber":"^1.0.1","gulp-sourcemaps":"^2.2.0","jest":"^22.4.4","jsinspect":"^0.12.6","minimatch":"^3.0.4","mock-stdin":"^0.3.0","prettier":"^1.5.2","string-replace-loader":"^2.1.1","temp":"^0.8.3","webpack":"^2.1.0-beta.25","yargs":"^6.3.0"},"resolutions":{"sshpk":"^1.14.2"},"engines":{"node":">=4.0.0"},"repository":"yarnpkg/yarn","bin":{"yarn":"./bin/yarn.js","yarnpkg":"./bin/yarn.js"},"scripts":{"build":"gulp
 build","build-bundle":"node 
./scripts/build-webpack.js","build-chocolatey":"powershell 
./scripts/build-chocolatey.ps1","build-deb":"./scripts/build-deb.sh","build-dist":"bash
 
./scripts/build-dist.sh","build-win-installer":"scripts\\build-windows-installer.b
 at","changelog":"git-release-notes $(git describe --tags --abbrev=0 $(git 
describe --tags --abbrev=0)^)..$(git describe --tags --abbrev=0) 
scripts/changelog.md","dupe-check":"yarn jsinspect ./src","lint":"eslint . && 
flow check","pkg-tests":"yarn --cwd packages/pkg-tests jest 
yarn.test.js","prettier":"eslint src __tests__ 
--fix","release-branch":"./scripts/release-branch.sh","test":"yarn lint && yarn 
test-only","test-only":"node --max_old_space_size=4096 
node_modules/jest/bin/jest.js --verbose","test-only-debug":"node --inspect-brk 
--max_old_space_size=4096 node_modules/jest/bin/jest.js --runInBand 
--verbose","test-coverage":"node --max_old_space_size=4096 
node_modules/jest/bin/jest.js --coverage --verbose","watch":"gulp 
watch","commit":"git-cz"},"jest":{"collectCoverageFrom":["src/**/*.js"],"testEnvironment":"node","modulePathIgnorePatterns":["__tests__/fixtures/","packages/pkg-tests/pkg-tests-fixtures","dist/"],"testPathIgnorePatterns":["__tests__/(fixtures|__mocks__)/","updates/"
 
,"_(temp|mock|install|init|helpers).js$","packages/pkg-tests"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}}}
+module.exports = 
{"name":"yarn","installationMethod":"unknown","version":"1.22.17","license":"BSD-2-Clause","preferGlobal":true,"description":"????????
 Fast, reliable, and secure dependency 
management.","dependencies":{"@zkochan/cmd-shim":"^3.1.0","babel-runtime":"^6.26.0","bytes":"^3.0.0","camelcase":"^4.0.0","chalk":"^2.1.0","cli-table3":"^0.4.0","commander":"^2.9.0","death":"^1.0.0","debug":"^3.0.0","deep-equal":"^1.0.1","detect-indent":"^5.0.0","dnscache":"^1.0.1","glob":"^7.1.1","gunzip-maybe":"^1.4.0","hash-for-dep":"^1.2.3","imports-loader":"^0.8.0","ini":"^1.3.4","inquirer":"^6.2.0","invariant":"^2.2.0","is-builtin-module":"^2.0.0","is-ci":"^1.0.10","is-webpack-bundle":"^1.0.0","js-yaml":"^3.13.1","leven":"^2.0.0","loud-rejection":"^1.2.0","micromatch":"^2.3.11","mkdirp":"^0.5.1","node-emoji":"^1.6.1","normalize-url":"^2.0.0","npm-logical-tree":"^1.2.1","object-path":"^0.11.2","proper-lockfile":"^2.0.0","puka":"^1.0.0","read":"^1.0.7","request":"^2.87.0","request-capture-har
 
":"^1.2.2","rimraf":"^2.5.0","semver":"^5.1.0","ssri":"^5.3.0","strip-ansi":"^4.0.0","strip-bom":"^3.0.0","tar-fs":"^1.16.0","tar-stream":"^1.6.1","uuid":"^3.0.1","v8-compile-cache":"^2.0.0","validate-npm-package-license":"^3.0.4","yn":"^2.0.0"},"devDependencies":{"babel-core":"^6.26.0","babel-eslint":"^7.2.3","babel-loader":"^6.2.5","babel-plugin-array-includes":"^2.0.3","babel-plugin-inline-import":"^3.0.0","babel-plugin-transform-builtin-extend":"^1.1.2","babel-plugin-transform-inline-imports-commonjs":"^1.0.0","babel-plugin-transform-runtime":"^6.4.3","babel-preset-env":"^1.6.0","babel-preset-flow":"^6.23.0","babel-preset-stage-0":"^6.0.0","babylon":"^6.5.0","commitizen":"^2.9.6","cz-conventional-changelog":"^2.0.0","eslint":"^4.3.0","eslint-config-fb-strict":"^22.0.0","eslint-plugin-babel":"^5.0.0","eslint-plugin-flowtype":"^2.35.0","eslint-plugin-jasmine":"^2.6.2","eslint-plugin-jest":"^21.0.0","eslint-plugin-jsx-a11y":"^6.0.2","eslint-plugin-prefer-object-spread":"^1.2.1","es
 
lint-plugin-prettier":"^2.1.2","eslint-plugin-react":"^7.1.0","eslint-plugin-relay":"^0.0.28","eslint-plugin-yarn-internal":"file:scripts/eslint-rules","execa":"^0.11.0","fancy-log":"^1.3.2","flow-bin":"^0.66.0","git-release-notes":"^3.0.0","gulp":"^4.0.0","gulp-babel":"^7.0.0","gulp-if":"^2.0.1","gulp-newer":"^1.0.0","gulp-plumber":"^1.0.1","gulp-sourcemaps":"^2.2.0","jest":"^22.4.4","jsinspect":"^0.12.6","minimatch":"^3.0.4","mock-stdin":"^0.3.0","prettier":"^1.5.2","string-replace-loader":"^2.1.1","temp":"^0.8.3","webpack":"^2.1.0-beta.25","yargs":"^6.3.0"},"resolutions":{"sshpk":"^1.14.2"},"engines":{"node":">=4.0.0"},"repository":"yarnpkg/yarn","bin":{"yarn":"./bin/yarn.js","yarnpkg":"./bin/yarn.js"},"scripts":{"build":"gulp
 build","build-bundle":"node 
./scripts/build-webpack.js","build-chocolatey":"powershell 
./scripts/build-chocolatey.ps1","build-deb":"./scripts/build-deb.sh","build-dist":"bash
 
./scripts/build-dist.sh","build-win-installer":"scripts\\build-windows-installer.b
 at","changelog":"git-release-notes $(git describe --tags --abbrev=0 $(git 
describe --tags --abbrev=0)^)..$(git describe --tags --abbrev=0) 
scripts/changelog.md","dupe-check":"yarn jsinspect ./src","lint":"eslint . && 
flow check","pkg-tests":"yarn --cwd packages/pkg-tests jest 
yarn.test.js","prettier":"eslint src __tests__ 
--fix","release-branch":"./scripts/release-branch.sh","test":"yarn lint && yarn 
test-only","test-only":"node --max_old_space_size=4096 
node_modules/jest/bin/jest.js --verbose","test-only-debug":"node --inspect-brk 
--max_old_space_size=4096 node_modules/jest/bin/jest.js --runInBand 
--verbose","test-coverage":"node --max_old_space_size=4096 
node_modules/jest/bin/jest.js --coverage --verbose","watch":"gulp 
watch","commit":"git-cz"},"jest":{"collectCoverageFrom":["src/**/*.js"],"testEnvironment":"node","modulePathIgnorePatterns":["__tests__/fixtures/","packages/pkg-tests/pkg-tests-fixtures","dist/"],"testPathIgnorePatterns":["__tests__/(fixtures|__mocks__)/","updates/"
 
,"_(temp|mock|install|init|helpers).js$","packages/pkg-tests"]},"config":{"commitizen":{"path":"./node_modules/cz-conventional-changelog"}}}
 
 /***/ }),
 /* 439 */
@@ -90306,7 +90306,9 @@
 
 function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 
default: obj }; }
 
-var V2_NAMES = ['stable', 'berry', 'stable', 'canary', 'v2', '2'];
+/* eslint-disable max-len */
+
+var V2_NAMES = ['berry', 'stable', 'canary', 'v2', '2'];
 
 var isLocalFile = function isLocalFile(version) {
   return version.match(/^\.{0,2}[\\/]/) || path.isAbsolute(version);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yarn-v1.22.13/package.json 
new/yarn-v1.22.17/package.json
--- old/yarn-v1.22.13/package.json      2021-09-29 16:29:31.000000000 +0200
+++ new/yarn-v1.22.17/package.json      2021-10-16 17:07:56.000000000 +0200
@@ -1,7 +1,7 @@
 {
   "name": "yarn",
   "installationMethod": "tar",
-  "version": "1.22.13",
+  "version": "1.22.17",
   "license": "BSD-2-Clause",
   "preferGlobal": true,
   "description": "???????? Fast, reliable, and secure dependency management.",

++++++ yarn-v1.22.13.tar.gz.asc -> yarn-v1.22.17.tar.gz.asc ++++++
--- /work/SRC/openSUSE:Factory/yarn/yarn-v1.22.13.tar.gz.asc    2021-10-11 
15:31:59.702881309 +0200
+++ /work/SRC/openSUSE:Factory/.yarn.new.1890/yarn-v1.22.17.tar.gz.asc  
2021-10-29 22:35:38.691714112 +0200
@@ -3,17 +3,17 @@
 gpg: Note: Use the command "gpgconf --kill all" to restart them.
 -----BEGIN PGP SIGNATURE-----
 
-iQIzBAABCgAdFiEEbZhJDG8azd1EjkWVT3dnk2lHW6oFAmFUeHMACgkQT3dnk2lH
-W6qq9Q//TQ7cQ8CtzmjSx09qDlwAUOJBhPW4voqS2ZVN5d89Bk3WU4sTLwLVv5yF
-S3bd+wHPOBzLEsD49lG9N5sUHjPgi+RUr+4y40xqMQ2rNSVwTM3zL1yZwRB6X+v+
-6xAE+LskB/X3NjKpgWQRcTouCDaIPYf6s3vj0xB+33OFAed4f6fSSR7Vk/dGOV2S
-QvqAjX8x4Q4wY7GM2uGVZJ7xoyPp1mdwrQU20e+cd7a/QyRP2+bnn9KmZv2GTTbZ
-wgMgWDHsJIJvlVGOyQWRd2zLk4rM3BXtpj5qn1SNPlpLYfzEPlVOW3hnsPdECKbw
-So00dqMISUI62ttg4GKRlMMSvMVyFXKrvZFmudp3qmHokpTI3UWfYX7z+6VUBXrj
-fLZN8VE/2ft4uvuUXdQA85tKRxoaPCJAETzWaivQ2gHLJLlN6tf5GETlUCgXiIbq
-dBhsyY7yJgTaYyFrAGfQ12ZN9UNP+78DmVhumPutNu6j3SFX6K2PsYs1Eni+pWOx
-j8APqT80ryAQjCOylJzvgG+cnaRZjppbuTI6w4OqfrS+f739UlAmy1EMzEw3m4ra
-ZkCn5Y2e6yDNAmAna8Hs0bYktLCWqZ1jETPri2qCE2Z+RiR7jtaVPyWDU5ia17Cp
-ONwQUOR3qc/3Jql/aSjobVg7hJfj5xoqcM8xQ7oEnKT7huXzUTg=
-=euim
+iQIzBAABCgAdFiEEbZhJDG8azd1EjkWVT3dnk2lHW6oFAmFq6uoACgkQT3dnk2lH
+W6o7Gw/6A4mI7OSZ6ckFv4JEjuqG8f36P/wyMKJeGgDPHBJ61fpBlJI196lgWIDj
+foJKc7mXn3SEi9jmmUZ22JYTI8y53xKmfPPEJPIma5DJIIQmhatckdnLug9xc6Pm
+bmVn0BwEY0I57rukP+t+Vq5QsWvR/hSEqMmlPlcFoYxDPacBSXMLF+2JuuXfY1AC
+ELXFkBnlh4f4OfR32Al9jK1kwqiJ6E3GfZxIZ8Jgn3XkJHkEkf3CfbDrSa4rbaV4
+n4QpRIdfTm0ycZLdCO5+jizejxePZtW+OGfHiEXDe0BiTXUvBGEcCzT5bxHxr42D
+RaqnuPH/5eA34JjwLNMflPzl5f5ii3De/XvVVJ48rIUvpcezWFv5CLMqYMn+hXdN
+Q9HiSj/m0w9+fapfsmnJpYumSwfmr3VuY0eqLz2jq10LT+cmo5J0B5V1ywfdK9Dq
+dXx9enkPANfXhUTwhXb/WSfH0V51yWLHfpdjx24hzKoTj4+LIiof24QJM4/MIqSj
+g98JBscmvmkv85fY9F25wfumiamQe01kkK7RdiFhDrB2FxbjBtdcgvRLn5zgkqk+
+8OBPmYGdFHzPp/IpBPjyMRr+Z4TyVX6/TvH5l+DGG6vGUEf3zxDOU48nQNZgvyEX
+FhVEdLv7UEEM3q4vWaT+MWirZJUQ9aAD4STaawb09+7O6vTfefA=
+=IxXS
 -----END PGP SIGNATURE-----
\ No newline at end of file

Reply via email to