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/75ca964a6374
branches: trunk
changeset: 456965:75ca964a6374
user: taca <taca%pkgsrc.org@localhost>
date: Thu Aug 12 14:58:31 2021 +0000
description:
databases/ruby-sequel: update to 5.47.0
5.47.0 (2021-08-01)
* Make the unused_associations plugin track access to association
reflections to determine whether associations are used (jeremyevans)
* Support :db option for join tables in {many,one}_through_many to use a
separate query for each join table (jeremyevans)
* Support :join_table_db option for many_to_many/one_through_one
associations, to use a separate query for the join table (jeremyevans)
* Support :allow_eager_graph and :allow_filtering_by association options
(jeremyevans)
* Add Database#rename_tables on MySQL, for renaming multiple tables in a
single call (nick96) (#1774)
* Support Dataset#returning on SQLite 3.35+ (jeremyevans)
5.46.0 (2021-07-01)
* Add unused_associations plugin, for determining which associations and
association methods are not used (jeremyevans)
* Make nil :setter/:adder/:remover/:clearer association options not create
related methods (jeremyevans)
diffstat:
databases/ruby-sequel/Makefile | 4 ++--
databases/ruby-sequel/PLIST | 5 ++++-
databases/ruby-sequel/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (53 lines):
diff -r a87043be8e4a -r 75ca964a6374 databases/ruby-sequel/Makefile
--- a/databases/ruby-sequel/Makefile Thu Aug 12 14:56:55 2021 +0000
+++ b/databases/ruby-sequel/Makefile Thu Aug 12 14:58:31 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.92 2021/06/02 15:23:58 taca Exp $
+# $NetBSD: Makefile,v 1.93 2021/08/12 14:58:31 taca Exp $
-DISTNAME= sequel-5.45.0
+DISTNAME= sequel-5.47.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
diff -r a87043be8e4a -r 75ca964a6374 databases/ruby-sequel/PLIST
--- a/databases/ruby-sequel/PLIST Thu Aug 12 14:56:55 2021 +0000
+++ b/databases/ruby-sequel/PLIST Thu Aug 12 14:58:31 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.88 2021/06/02 15:23:58 taca Exp $
+@comment $NetBSD: PLIST,v 1.89 2021/08/12 14:58:31 taca Exp $
bin/sequel${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
@@ -68,6 +68,8 @@
${GEM_LIBDIR}/doc/release_notes/5.43.0.txt
${GEM_LIBDIR}/doc/release_notes/5.44.0.txt
${GEM_LIBDIR}/doc/release_notes/5.45.0.txt
+${GEM_LIBDIR}/doc/release_notes/5.46.0.txt
+${GEM_LIBDIR}/doc/release_notes/5.47.0.txt
${GEM_LIBDIR}/doc/release_notes/5.5.0.txt
${GEM_LIBDIR}/doc/release_notes/5.6.0.txt
${GEM_LIBDIR}/doc/release_notes/5.7.0.txt
@@ -334,6 +336,7 @@
${GEM_LIBDIR}/lib/sequel/plugins/tree.rb
${GEM_LIBDIR}/lib/sequel/plugins/typecast_on_load.rb
${GEM_LIBDIR}/lib/sequel/plugins/unlimited_update.rb
+${GEM_LIBDIR}/lib/sequel/plugins/unused_associations.rb
${GEM_LIBDIR}/lib/sequel/plugins/update_or_create.rb
${GEM_LIBDIR}/lib/sequel/plugins/update_primary_key.rb
${GEM_LIBDIR}/lib/sequel/plugins/update_refresh.rb
diff -r a87043be8e4a -r 75ca964a6374 databases/ruby-sequel/distinfo
--- a/databases/ruby-sequel/distinfo Thu Aug 12 14:56:55 2021 +0000
+++ b/databases/ruby-sequel/distinfo Thu Aug 12 14:58:31 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.89 2021/06/02 15:23:58 taca Exp $
+$NetBSD: distinfo,v 1.90 2021/08/12 14:58:31 taca Exp $
-SHA1 (sequel-5.45.0.gem) = 75c93b90d4c5f91ef4c0d2710d6600f45e017cbc
-RMD160 (sequel-5.45.0.gem) = 2e577aadeb50f8c7fca959a37785f3c8feafbf7a
-SHA512 (sequel-5.45.0.gem) = 0da0d7faa79d905998b9185d931b36c7418bb043ba299d9d269773e1eb2d61f902d9fa6f448d777fa40c32e591ee574eaaa50b233fc28b23b4a7e26e3812cc41
-Size (sequel-5.45.0.gem) = 748544 bytes
+SHA1 (sequel-5.47.0.gem) = 866d26482eaa94a179650dc3ba5448076a472d09
+RMD160 (sequel-5.47.0.gem) = 7061a21efed3fad70389ff592f9c0b9274763343
+SHA512 (sequel-5.47.0.gem) = 5f45594319940d6616bf7d18562ba006d0cc4a87e35a6718e2e7ffd496dcad47e5f2e47b8f3a5dcfb577dfedf52c123a6d5da58e3477d6baeb0e328464b8844b
+Size (sequel-5.47.0.gem) = 759296 bytes
Home |
Main Index |
Thread Index |
Old Index