emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62683: closed ([PATCH] gnu: ruby-pg: Update to 1.4.6.)


From: GNU bug Tracking System
Subject: bug#62683: closed ([PATCH] gnu: ruby-pg: Update to 1.4.6.)
Date: Sat, 08 Apr 2023 12:12:03 +0000

Your message dated Sat, 08 Apr 2023 14:11:12 +0200
with message-id <87sfdak1zz.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#62683] [PATCH] gnu: ruby-pg: Update to 1.4.6.
has caused the debbugs.gnu.org bug report #62683,
regarding [PATCH] gnu: ruby-pg: Update to 1.4.6.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62683: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62683
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: ruby-pg: Update to 1.4.6. Date: Wed, 5 Apr 2023 22:01:41 +0300
* gnu/packages/ruby.scm (ruby-pg): Update to 1.4.6.
  [arguments]: remove disable-failing-tests phase, the tests pass without it.
---
 gnu/packages/ruby.scm | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 3bf0f0f534..203b5754ff 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -7798,7 +7798,7 @@ (define-public ruby-redcloth
 (define-public ruby-pg
   (package
     (name "ruby-pg")
-    (version "1.3.5")
+    (version "1.4.6")
     (home-page "https://github.com/ged/ruby-pg";)
     (source
      (origin
@@ -7809,23 +7809,13 @@ (define-public ruby-pg
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0c2k2cibd5wwdhva68j5hhfpybm3wmvn2ym4ppn5mqmddwkjkvnk"))))
+         "0k7jgx7x7p6gbsbrv2l5rq27nff2nphnls1sdq525d82b068qnfm"))))
     (build-system ruby-build-system)
     (arguments
      (list
       #:test-target "spec"
       #:phases
       #~(modify-phases %standard-phases
-          (add-after 'unpack 'disable-failing-tests
-            (lambda _
-              ;; These tests fail because DNS is unavailable, giving an
-              ;; unexpected fallback executable in the connection string.
-              (substitute* "spec/pg/connection_spec.rb"
-                (("it (\"accepts an URI and adds( proper)? hostaddr\")" test)
-                 (string-append "xit " test))
-                (("it \"can create a connection option string from an option\
- string and a hash\"" test)
-                 (string-append "xit " test)))))
                (add-before 'build 'compile
                  (lambda _
                    (invoke "rake" "compile")))
@@ -7847,7 +7837,7 @@ (define-public ruby-pg
      (list postgresql))
     (synopsis "Ruby interface to PostgreSQL")
     (description "Pg is the Ruby interface to the PostgreSQL RDBMS.  It works
-with PostgreSQL 9.0 and later.")
+with PostgreSQL 9.3 and later.")
     (license license:ruby)))
 
 (define-public ruby-byebug
-- 
2.39.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#62683] [PATCH] gnu: ruby-pg: Update to 1.4.6. Date: Sat, 08 Apr 2023 14:11:12 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Yovan Naumovski via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/ruby.scm (ruby-pg): Update to 1.4.6.
>   [arguments]: remove disable-failing-tests phase, the tests pass
>   without it.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]