diff options
-rw-r--r-- | composer.json | 12 | ||||
-rw-r--r-- | installed.json | 14 | ||||
-rw-r--r-- | pie.spec | 7 |
3 files changed, 18 insertions, 15 deletions
diff --git a/composer.json b/composer.json index b9b8dd8..5ec778c 100644 --- a/composer.json +++ b/composer.json @@ -28,15 +28,15 @@ ], "require": { "php": "8.1.*||8.2.*||8.3.*||8.4.*||8.5.*", - "composer/composer": "^2.8.10", + "composer/composer": "^2.8.11", "composer/pcre": "^3.3.2", - "composer/semver": "^3.4.3", - "fidry/cpu-core-counter": "^1.2", + "composer/semver": "^3.4.4", + "fidry/cpu-core-counter": "^1.3.0", "illuminate/container": "^10.48.28", "psr/container": "^2.0.2", - "symfony/console": "^6.4.24", + "symfony/console": "^6.4.25", "symfony/event-dispatcher": "^6.4.24", - "symfony/process": "^6.4.24", + "symfony/process": "^6.4.25", "webmozart/assert": "^1.11" }, "require-dev": { @@ -45,7 +45,7 @@ "doctrine/coding-standard": "^13.0.1", "phpunit/phpunit": "^10.5.48", "psalm/plugin-phpunit": "^0.19.5", - "vimeo/psalm": "^6.13.0" + "vimeo/psalm": "^6.13.1" }, "replace": { "symfony/polyfill-php81": "*", diff --git a/installed.json b/installed.json index db8e37d..1265687 100644 --- a/installed.json +++ b/installed.json @@ -817,17 +817,17 @@ }, { "name": "justinrainbow/json-schema", - "version": "6.5.0", - "version_normalized": "6.5.0.0", + "version": "6.5.1", + "version_normalized": "6.5.1.0", "source": { "type": "git", "url": "https://github.com/jsonrainbow/json-schema.git", - "reference": "3916d662058b47fddb07c0c2ec57eb027b9ba21d" + "reference": "b5ab21e431594897e5bb86343c01f140ba862c26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/3916d662058b47fddb07c0c2ec57eb027b9ba21d", - "reference": "3916d662058b47fddb07c0c2ec57eb027b9ba21d", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/b5ab21e431594897e5bb86343c01f140ba862c26", + "reference": "b5ab21e431594897e5bb86343c01f140ba862c26", "shasum": "" }, "require": { @@ -843,7 +843,7 @@ "phpstan/phpstan": "^1.12", "phpunit/phpunit": "^8.5" }, - "time": "2025-08-29T08:51:57+00:00", + "time": "2025-08-29T10:58:11+00:00", "bin": [ "bin/validate-json" ], @@ -889,7 +889,7 @@ ], "support": { "issues": "https://github.com/jsonrainbow/json-schema/issues", - "source": "https://github.com/jsonrainbow/json-schema/tree/6.5.0" + "source": "https://github.com/jsonrainbow/json-schema/tree/6.5.1" }, "install-path": "../justinrainbow/json-schema" }, @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 55be825237268ce46618b3bf96169ea0ac969e6e +%global gh_commit 4b20e778e116a3e77ece8ad26d4a44dd64bbeaf6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20241003 %global gh_branch main @@ -19,7 +19,7 @@ %global gh_project pie %global upstream_version 1.2.0 -%global upstream_prever RC1 +#global upstream_prever RC1 %global bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) %global bashcomproot %(dirname %{bashcompdir} 2>/dev/null) @@ -139,6 +139,9 @@ done %changelog +* Wed Sep 3 2025 Remi Collet <remi@remirepo.net> - 1.2.0-1 +- update to 1.2.0 + * Fri Aug 29 2025 Remi Collet <remi@remirepo.net> - 1.2.0~RC1-1 - update to 1.2.0-RC1 |