pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/ruby-sequel databases/ruby-sequel: update to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a330188a39ec
branches: trunk
changeset: 439033:a330188a39ec
user: taca <taca%pkgsrc.org@localhost>
date: Sun Sep 13 15:13:19 2020 +0000
description:
databases/ruby-sequel: update to 5.36.0
Update ruby-sequel to 5.36.0.
=== 5.36.0 (2020-09-01)
* Handle passing keyword arguments through class methods defined via
Plugins.def_dataset_method on Ruby 2.7+ (jeremyevans)
* Handle passing keyword arguments through when loading plugins on Ruby 2.7+
(jeremyevans)
* Handle passing keyword arguments through migrations when defining custom
Database methods that accept keywords on Ruby 2.7+ (jeremyevans)
* Handle passing keyword arguments through Dataset#query when using the
query extension on Ruby 2.7+ (jeremyevans)
* Handle passing keyword arguments through the association proxy when using
the association_proxies plugin on Ruby 2.7+ (jeremyevans)
* Handle passing keyword arguments through the class method to a method
defined in dataset_module on Ruby 2.7+ (adam12) (#1713)
* Stream result sets in the odbc adapter for better performance and lower
memory usage (sparrovv) (#1711)
* Add Postgres::JSONBOp#set_lax and #path_*_tz methods to the pg_json_ops
extension for new jsonb functions added in PostgreSQL 13 (jeremyevans)
* Add Dataset#with_ties on PostgreSQL 13+ and Microsoft SQL Server to
include rows with same order as final row (jeremyevans)
* Add a :current_schema option to Database#view_exists? (only defined on
Oracle) to look in the current schema instead of non-system schemas
(jeremyevans) (#1710)
* Recognize another disconnect error in the mysql and mysql2 adapters
(jeremyevans) (#1706)
diffstat:
databases/ruby-sequel/Makefile | 4 ++--
databases/ruby-sequel/PLIST | 3 ++-
databases/ruby-sequel/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (44 lines):
diff -r fbbead901b44 -r a330188a39ec databases/ruby-sequel/Makefile
--- a/databases/ruby-sequel/Makefile Sun Sep 13 15:11:33 2020 +0000
+++ b/databases/ruby-sequel/Makefile Sun Sep 13 15:13:19 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2020/08/09 15:07:20 taca Exp $
+# $NetBSD: Makefile,v 1.85 2020/09/13 15:13:19 taca Exp $
-DISTNAME= sequel-5.35.0
+DISTNAME= sequel-5.36.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r fbbead901b44 -r a330188a39ec databases/ruby-sequel/PLIST
--- a/databases/ruby-sequel/PLIST Sun Sep 13 15:11:33 2020 +0000
+++ b/databases/ruby-sequel/PLIST Sun Sep 13 15:13:19 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.80 2020/08/09 15:07:20 taca Exp $
+@comment $NetBSD: PLIST,v 1.81 2020/09/13 15:13:19 taca Exp $
bin/sequel${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
@@ -56,6 +56,7 @@
${GEM_LIBDIR}/doc/release_notes/5.33.0.txt
${GEM_LIBDIR}/doc/release_notes/5.34.0.txt
${GEM_LIBDIR}/doc/release_notes/5.35.0.txt
+${GEM_LIBDIR}/doc/release_notes/5.36.0.txt
${GEM_LIBDIR}/doc/release_notes/5.4.0.txt
${GEM_LIBDIR}/doc/release_notes/5.5.0.txt
${GEM_LIBDIR}/doc/release_notes/5.6.0.txt
diff -r fbbead901b44 -r a330188a39ec databases/ruby-sequel/distinfo
--- a/databases/ruby-sequel/distinfo Sun Sep 13 15:11:33 2020 +0000
+++ b/databases/ruby-sequel/distinfo Sun Sep 13 15:13:19 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.81 2020/08/09 15:07:20 taca Exp $
+$NetBSD: distinfo,v 1.82 2020/09/13 15:13:19 taca Exp $
-SHA1 (sequel-5.35.0.gem) = 64cc0e0e75b8af8930c01b5365a38a245778d359
-RMD160 (sequel-5.35.0.gem) = 343e48c5dc9f58fe5f84e395fa9cc2e91931409d
-SHA512 (sequel-5.35.0.gem) = 4865edce0defa362d58286e94b71ececde5ab0f84cbfaaf86a6e3800a10875fff3f744812ba2e2dfe018115f49a53f7181b700a7ba80a98e7bc29db4dbce4271
-Size (sequel-5.35.0.gem) = 719872 bytes
+SHA1 (sequel-5.36.0.gem) = ecfb8b5d18d76f52542f5b1bf50e1e794514936f
+RMD160 (sequel-5.36.0.gem) = 9e5fe5265327936643dcfb63d1e41e3166a0377b
+SHA512 (sequel-5.36.0.gem) = ec771a0f3d299d22eacb6e9d7abc000900e800653bb4521269578f96138501c565f585e2c1a0b3089365370e3a6f62c987196631d0ddbbefb828f00dba72b32c
+Size (sequel-5.36.0.gem) = 721920 bytes
Home |
Main Index |
Thread Index |
Old Index