[PATCH 0/2] gnu: ruby-rubocop-ast: Update to 1.36.1.

  • Open
  • quality assurance status badge
Details
One participant
  • gemmaro
Owner
unassigned
Submitted by
gemmaro
Severity
normal

Debbugs page

G
G
gemmaro wrote 5 days ago
(address . guix-patches@gnu.org)(name . gemmaro)(address . gemmaro.dev@gmail.com)
cover.1731718899.git.gemmaro.dev@gmail.com
Hello,

This updates the RuboCop AST gem and its dependency, the parser gem.

Thank you,

gemmaro (2):
gnu: ruby-parser: Update to 3.3.6.0.
gnu: ruby-rubocop-ast: Update to 1.36.1.

gnu/packages/ruby.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)


base-commit: 0bde2b4fd4d0e2460f318c4d21269a73ff44a839
--
2.46.0
G
G
gemmaro wrote 5 days ago
[PATCH 1/2] gnu: ruby-parser: Update to 3.3.6.0.
(address . 74376@debbugs.gnu.org)(name . gemmaro)(address . gemmaro.dev@gmail.com)
b1970c24d24fe20dfbe0e2fa754fabebc974d639.1731718899.git.gemmaro.dev@gmail.com
* gnu/packages/ruby.scm (ruby-parser): Update to 3.3.6.0.

Change-Id: I8e589a3df90abe13a50f567818ebc9595c35b7b3
---
gnu/packages/ruby.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 12c439b3a9..5a736d0980 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -6976,14 +6976,14 @@ (define-public ruby-parallel-tests
(define-public ruby-parser
(package
(name "ruby-parser")
- (version "3.2.2.0")
+ (version "3.3.6.0")
(source
(origin
(method url-fetch)
(uri (rubygems-uri "parser" version))
(sha256
(base32
- "0s5afi89p76k8vpwiqvh343pm5l23ijqlpszhz65afym3zpkxhzx"))))
+ "0fxw738al3qxa4s4ghqkxb908sav03i3h7xflawwmxzhqiyfdm15"))))
(build-system ruby-build-system)
(arguments '(#:tests? #f)) ; tests not included in gem
(native-inputs (list bundler ruby-cliver ruby-simplecov ruby-racc))
--
2.46.0
G
G
gemmaro wrote 5 days ago
[PATCH 2/2] gnu: ruby-rubocop-ast: Update to 1.36.1.
(address . 74376@debbugs.gnu.org)(name . gemmaro)(address . gemmaro.dev@gmail.com)
0eedb8d9cdfe79c0de5e7f59c4d0bbf26ce6e55f.1731718899.git.gemmaro.dev@gmail.com
* gnu/packages/ruby.scm (ruby-rubocop-ast): Update to 1.36.1.
[arguments]<#:phases>: Remove the relax-dependencies phase since SimpleCov
version constraint has been updated.
Remove the Prism gem entry from the Gemfile.

Change-Id: I20b51226b697eeb87aa1bef1837967b55edc3dd9
---
gnu/packages/ruby.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 5a736d0980..afb0a6426e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -9109,7 +9109,7 @@ (define-public ruby-rest-client
(define-public ruby-rubocop-ast
(package
(name "ruby-rubocop-ast")
- (version "1.28.0")
+ (version "1.36.1")
(source
(origin
(method git-fetch) ;no test suite in distributed gem
@@ -9119,16 +9119,15 @@ (define-public ruby-rubocop-ast
(file-name (git-file-name name version))
(sha256
(base32
- "1dp09gcmahmdfi3s6xsksr3ka9dddjpy9ymhr9wjwv67y1falffr"))))
+ "17qln4pwc3x09l17k6sb4bjkxb16qbv194bi3fkwfgs9jmyvh9yn"))))
(build-system ruby-build-system)
(arguments
`(#:test-target "spec"
#:phases (modify-phases %standard-phases
- (add-after 'unpack 'relax-dependencies
+ (add-after 'extract-gemspec 'remove-dependencies
(lambda _
(substitute* "Gemfile"
- (("gem 'simplecov', '~> 0.10', '< 0.18'")
- "gem 'simplecov', '~> 0.10'"))))
+ (("gem 'prism'.*") "")))) ;Prism gem has not yet been packaged.
(add-before 'build 'generate-lexer
(lambda _
(setenv "RUBOCOP_VERSION" "none")
--
2.46.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74376@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74376
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch