kettle-family 1.2.77 → 1.2.78

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ca9ff18bda1392f68441dbf441572ceaa754fb959a619a75b86488184671f7d
4
- data.tar.gz: 632ee5ca19cbc6048c31f531472298f6268c846441113cf483724a23aaca61ab
3
+ metadata.gz: d9b7d6740376ab7d2fc779c542ac2b0cdc0a699365f81524661e2ba85981bf7f
4
+ data.tar.gz: b517ddd2b6e67723bdb90f253e9911ef9c8d2b46cb671e2c5c4488b6d4d525f2
5
5
  SHA512:
6
- metadata.gz: 35d3075ea7a12f54b64e5beeaf64f1571a201d74f53c63c356807b91c115d38dae3a1097ed73f7c85dbbe57d9bb6047012edcb02252073acbf8e8d6203cb7c9b
7
- data.tar.gz: 25aaf12398678d93df41e1d4bb38d0e20ffe4fc092576b69d24b8076f917e37d10946717242f8f3ca8d65c52c19efaadf4116d5f75e32edc1723e9b3b3b9a3fb
6
+ metadata.gz: 29cc312861e8dd9bb644c5174d9c28dbcca03631eab91c6196999d1cf63fb4c898db3afd7a83911e95ec284e289a4028fa2796fe9c182124daadf1df35443214
7
+ data.tar.gz: 9be50641d873026f744571befc0addf3491a3b230ea3f9ccf09a5b863a4226a53b121e1b7d09d33f55e5cec39e8f235beed37905f669ad19a46f846851b17dea
checksums.yaml.gz.sig CHANGED
@@ -1,3 +1 @@
1
- x��, ��* ;jb#Olc&(��{��~~���ey3N?:u��C�X^�SRsަ,��%�T@ ��A�P����A_ ���n0Ķ��� )j�S�r�U~U �p?p����1�%�_A���F�����\�R`�ޫ�r�#8�}�ؼQ��g�TD����
2
- �RG�)ʝU;�D�3q�q�� e@,��OT8{��&��%�~{���~}
3
- � 7i��@�ĩ3�d Q
1
+ Ld ~g���j�;8���q��W�$��H��
data/CHANGELOG.md CHANGED
@@ -30,6 +30,17 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.2.78] - 2026-09-01
34
+
35
+ - TAG: [v1.2.78][1.2.78t]
36
+ - COVERAGE: 93.34% -- 5575/5973 lines in 33 files
37
+ - BRANCH COVERAGE: 76.66% -- 2292/2990 branches in 33 files
38
+ - 30.69% documented
39
+
40
+ ### Fixed
41
+
42
+ - Retry dependency floor lockfile refreshes only while a newly released family gem is unavailable from the registry.
43
+
33
44
  ## [1.2.77] - 2026-08-31
34
45
 
35
46
  - TAG: [v1.2.77][1.2.77t]
@@ -2427,7 +2438,9 @@ Please file a bug if you notice a violation of semantic versioning.
2427
2438
  - Fixed CI load failures on engines without compatible `pty` support by falling back to Open3 for interactive release commands.
2428
2439
  - Fixed Ruby 3.2 version-bump support by loading Prism lazily and wiring the Prism gem only for MRI versions that need it.
2429
2440
 
2430
- [Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v1.2.77...HEAD
2441
+ [Unreleased]: https://github.com/kettle-dev/kettle-family/compare/v1.2.78...HEAD
2442
+ [1.2.78]: https://github.com/kettle-dev/kettle-family/compare/v1.2.77...v1.2.78
2443
+ [1.2.78t]: https://github.com/kettle-dev/kettle-family/releases/tag/v1.2.78
2431
2444
  [1.2.77]: https://github.com/kettle-dev/kettle-family/compare/v1.2.76...v1.2.77
2432
2445
  [1.2.77t]: https://github.com/kettle-dev/kettle-family/releases/tag/v1.2.77
2433
2446
  [1.2.76]: https://github.com/kettle-dev/kettle-family/compare/v1.2.75...v1.2.76
data/README.md CHANGED
@@ -1049,7 +1049,7 @@ Thanks for RTFM. ☺️
1049
1049
  [📌gitmoji]: https://gitmoji.dev
1050
1050
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
1051
1051
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
1052
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-5.966-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
1052
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-5.973-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
1053
1053
  [🔐security]: https://github.com/kettle-dev/kettle-family/blob/main/SECURITY.md
1054
1054
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
1055
1055
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -5,7 +5,7 @@ module Kettle
5
5
  # Version namespace for this gem.
6
6
  module Version
7
7
  # Current gem version.
8
- VERSION = "1.2.77"
8
+ VERSION = "1.2.78"
9
9
  end
10
10
  # Current gem version exposed at the traditional constant location.
11
11
  VERSION = Version::VERSION # Traditional Constant Location
@@ -1723,6 +1723,7 @@ module Kettle
1723
1723
  validate_dependency_floor_lockfile_result(result: result, member: member, released_members: released_members) if result.ok?
1724
1724
  annotate_dependency_floor_lockfile_result(result, attempts)
1725
1725
  break if result.ok?
1726
+ break unless dependency_floor_registry_retryable?(result: result, released_members: released_members)
1726
1727
 
1727
1728
  sleep(REGISTRY_WAIT_INTERVAL_SECONDS) if index + 1 < REGISTRY_WAIT_ATTEMPTS
1728
1729
  end
@@ -2034,6 +2035,20 @@ module Kettle
2034
2035
  end
2035
2036
  end
2036
2037
 
2038
+ # Registry propagation is the only condition that merits waiting here.
2039
+ # Solver conflicts and missing local paths are deterministic until the
2040
+ # project configuration changes, so retrying them only hides the error.
2041
+ def dependency_floor_registry_retryable?(result:, released_members:)
2042
+ return false if released_members.empty?
2043
+
2044
+ output = [result.stdout, result.stderr].compact.join("\n")
2045
+ released_members.any? do |member|
2046
+ name = Regexp.escape(member.name)
2047
+ output.match?(/Could not find gem ["']#{name}(?:[ "']|$)/) ||
2048
+ output.match?(/CHECKSUMS .*#{name}/)
2049
+ end
2050
+ end
2051
+
2037
2052
  def commit_dependency_floor_changes(dependent_members:, runner:, memo:)
2038
2053
  by_name = members.to_h { |member| [member.name, member] }
2039
2054
  dependent_members.each do |member_name|
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kettle-family
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.77
4
+ version: 1.2.78
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -441,10 +441,10 @@ licenses:
441
441
  - AGPL-3.0-only
442
442
  metadata:
443
443
  homepage_uri: https://kettle-family.galtzo.com
444
- source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v1.2.77
445
- changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v1.2.77/CHANGELOG.md
444
+ source_code_uri: https://github.com/kettle-dev/kettle-family/tree/v1.2.78
445
+ changelog_uri: https://github.com/kettle-dev/kettle-family/blob/v1.2.78/CHANGELOG.md
446
446
  bug_tracker_uri: https://github.com/kettle-dev/kettle-family/issues
447
- documentation_uri: https://www.rubydoc.info/gems/kettle-family/1.2.77
447
+ documentation_uri: https://www.rubydoc.info/gems/kettle-family/1.2.78
448
448
  funding_uri: https://github.com/sponsors/pboling
449
449
  wiki_uri: https://github.com/kettle-dev/kettle-family/wiki
450
450
  news_uri: https://www.railsbling.com/tags/kettle-family
metadata.gz.sig CHANGED
Binary file