pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-will-paginate



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Jun  9 15:09:54 UTC 2023

Modified Files:
        pkgsrc/textproc/ruby-will-paginate: Makefile PLIST distinfo

Log Message:
textproc/ruby-will-paginate: update to 4.0.0

4.0.0 (2023-05-29)

This release adds only minor new features, but bumps the major version
number because some old functionality has been removed due to other
frameworks not being maintained anymore.  Namely, DataMapper and Merb
integrations have been dropped since both projects haven't been maintained
in a long while and it's been hard maintaining a test suite for them.

What's New

* Preserve query parameters in pagination links rendered from POST request
  by @mislav in #648
* Add aria-label for previous and next page links by @hammad-Ikhlaq-7vals in
  #645
        - Learn how to translate these new accessible labels in non-English
          applications
* Remove aria-disabled attribute from <span> element by @mislav in #634
* Remove DataMapper integration by @orien in #641
* Remove Merb support by @mislav in #642

What's Changed

* Rails 7 compat in tests by @mislav in #629
* Test against Rails 7 by @mislav in #633
* Bump RSpec from 2.99.0 to 3.12.0 by @orien in #640
* Remove unneeded files from the gem package by @orien in #643
* Fix CI by @mislav in #647

New Contributors

* @hammad-Ikhlaq-7vals made their first contribution in #645


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/ruby-will-paginate/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/ruby-will-paginate/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/ruby-will-paginate/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-will-paginate/Makefile
diff -u pkgsrc/textproc/ruby-will-paginate/Makefile:1.15 pkgsrc/textproc/ruby-will-paginate/Makefile:1.16
--- pkgsrc/textproc/ruby-will-paginate/Makefile:1.15    Mon Aug 30 15:42:31 2021
+++ pkgsrc/textproc/ruby-will-paginate/Makefile Fri Jun  9 15:09:54 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2021/08/30 15:42:31 taca Exp $
+# $NetBSD: Makefile,v 1.16 2023/06/09 15:09:54 taca Exp $
 
-DISTNAME=      will_paginate-3.3.1
+DISTNAME=      will_paginate-4.0.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    textproc
 LICENSE=       mit

Index: pkgsrc/textproc/ruby-will-paginate/PLIST
diff -u pkgsrc/textproc/ruby-will-paginate/PLIST:1.10 pkgsrc/textproc/ruby-will-paginate/PLIST:1.11
--- pkgsrc/textproc/ruby-will-paginate/PLIST:1.10       Mon Aug 30 15:42:31 2021
+++ pkgsrc/textproc/ruby-will-paginate/PLIST    Fri Jun  9 15:09:54 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2021/08/30 15:42:31 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2023/06/09 15:09:54 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
@@ -7,7 +7,6 @@ ${GEM_LIBDIR}/lib/will_paginate/active_r
 ${GEM_LIBDIR}/lib/will_paginate/array.rb
 ${GEM_LIBDIR}/lib/will_paginate/collection.rb
 ${GEM_LIBDIR}/lib/will_paginate/core_ext.rb
-${GEM_LIBDIR}/lib/will_paginate/data_mapper.rb
 ${GEM_LIBDIR}/lib/will_paginate/deprecation.rb
 ${GEM_LIBDIR}/lib/will_paginate/i18n.rb
 ${GEM_LIBDIR}/lib/will_paginate/locale/en.yml
@@ -22,34 +21,5 @@ ${GEM_LIBDIR}/lib/will_paginate/view_hel
 ${GEM_LIBDIR}/lib/will_paginate/view_helpers/hanami.rb
 ${GEM_LIBDIR}/lib/will_paginate/view_helpers/link_renderer.rb
 ${GEM_LIBDIR}/lib/will_paginate/view_helpers/link_renderer_base.rb
-${GEM_LIBDIR}/lib/will_paginate/view_helpers/merb.rb
 ${GEM_LIBDIR}/lib/will_paginate/view_helpers/sinatra.rb
-${GEM_LIBDIR}/spec/collection_spec.rb
-${GEM_LIBDIR}/spec/console
-${GEM_LIBDIR}/spec/console_fixtures.rb
-${GEM_LIBDIR}/spec/database.yml
-${GEM_LIBDIR}/spec/finders/active_record_spec.rb
-${GEM_LIBDIR}/spec/finders/activerecord_test_connector.rb
-${GEM_LIBDIR}/spec/fixtures/admin.rb
-${GEM_LIBDIR}/spec/fixtures/developer.rb
-${GEM_LIBDIR}/spec/fixtures/developers_projects.yml
-${GEM_LIBDIR}/spec/fixtures/project.rb
-${GEM_LIBDIR}/spec/fixtures/projects.yml
-${GEM_LIBDIR}/spec/fixtures/replies.yml
-${GEM_LIBDIR}/spec/fixtures/reply.rb
-${GEM_LIBDIR}/spec/fixtures/schema.rb
-${GEM_LIBDIR}/spec/fixtures/topic.rb
-${GEM_LIBDIR}/spec/fixtures/topics.yml
-${GEM_LIBDIR}/spec/fixtures/user.rb
-${GEM_LIBDIR}/spec/fixtures/users.yml
-${GEM_LIBDIR}/spec/matchers/deprecation_matcher.rb
-${GEM_LIBDIR}/spec/matchers/phrase_matcher.rb
-${GEM_LIBDIR}/spec/matchers/query_count_matcher.rb
-${GEM_LIBDIR}/spec/page_number_spec.rb
-${GEM_LIBDIR}/spec/per_page_spec.rb
-${GEM_LIBDIR}/spec/spec_helper.rb
-${GEM_LIBDIR}/spec/view_helpers/action_view_spec.rb
-${GEM_LIBDIR}/spec/view_helpers/base_spec.rb
-${GEM_LIBDIR}/spec/view_helpers/link_renderer_base_spec.rb
-${GEM_LIBDIR}/spec/view_helpers/view_example_group.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/textproc/ruby-will-paginate/distinfo
diff -u pkgsrc/textproc/ruby-will-paginate/distinfo:1.17 pkgsrc/textproc/ruby-will-paginate/distinfo:1.18
--- pkgsrc/textproc/ruby-will-paginate/distinfo:1.17    Tue Oct 26 11:23:29 2021
+++ pkgsrc/textproc/ruby-will-paginate/distinfo Fri Jun  9 15:09:54 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 11:23:29 nia Exp $
+$NetBSD: distinfo,v 1.18 2023/06/09 15:09:54 taca Exp $
 
-BLAKE2s (will_paginate-3.3.1.gem) = 889740ea430730d1ca5f4d8981776abd4aec8b88d94bfdf5d64047840cc97148
-SHA512 (will_paginate-3.3.1.gem) = 6b17ba13aeb3733811d6ab10f8c873b9f3687c88a86971f2aa820df7d294b304eaf74c699f34aca2242a0be6033db03d07f67d76fc183b2685ee1be53c9c1c64
-Size (will_paginate-3.3.1.gem) = 34816 bytes
+BLAKE2s (will_paginate-4.0.0.gem) = a117145c698ce32833436b642a7c3092d637c4b5142caee8ca62ca21b1087c32
+SHA512 (will_paginate-4.0.0.gem) = c95dd808190d978f648f9bb3a1b34ecc24e74eb108219ed108efc8499578ce1c3c00d751d3deca6509588bf8c9777597702cb7185763b2797a768a36fbb2f2b6
+Size (will_paginate-4.0.0.gem) = 18944 bytes



Home | Main Index | Thread Index | Old Index