[Pkg-puppet-devel] Bug#1090389: r10k: relax gem version dependency on colored2

Cédric Boutillier boutil at debian.org
Tue Dec 17 22:51:24 GMT 2024


Source: r10k
Version: 4.0.2-1
Severity: normal
Tags: patch

Dear Maintainers,
Could you please relax the version dependency about the colored2 gem in
r10k.gemspec file? Currently, unstable contains ruby-colored2 4.0.0-1,
which cannot migrate to testing, as this version does not satisfy the
gem constraints listed in the gemspec file.

I ran the test suite with ruby-colored2 4.0.0-1 and everything is fine.
Please find attached the patch to relax the corresponding constraint.

I also create a merge request on salsa:
https://salsa.debian.org/puppet-team/r10k/-/merge_requests/4

Cheers,

Cédric


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.12.3-amd64 (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
-------------- next part --------------
Description: relax gem version dependency on colored2
Bug-Debian: https://bugs.debian.org/1090383
Author: Cédric Boutillier
Last-Update: 2024-12-17
--- a/r10k.gemspec
+++ b/r10k.gemspec
@@ -22,7 +22,7 @@
 
   s.license  = 'Apache-2.0'
 
-  s.add_dependency 'colored2',   '3.1.2'
+  s.add_dependency 'colored2',   '>= 3.1.2'
   s.add_dependency 'cri', '>= 2.15.10'
 
   s.add_dependency 'log4r',     '1.1.10'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/pkg-puppet-devel/attachments/20241217/8f9007e7/attachment.sig>


More information about the Pkg-puppet-devel mailing list