pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ruby-simple-rss
Module Name: pkgsrc
Committed By: taca
Date: Sun Apr 12 15:19:07 UTC 2026
Modified Files:
pkgsrc/textproc/ruby-simple-rss: Makefile PLIST distinfo
Log Message:
textproc/ruby-simple-rss: update to 2.2.0
2.2.0 (2026-03-29)
What's Changed
* feat: add to_json and as_json methods for JSON serialization by @cardmagic
in #49
* feat: add to_hash and to_xml serialization methods by @cardmagic in #50
* feat: add URL fetching with conditional GET support by @cardmagic in #51
* feat: add Enumerable support and convenience accessors by @cardmagic in
#52
* feat: add feed validation and search helpers by @cardmagic in #53
* feat: add feed merge and diff helpers by @cardmagic in #55
* feat: add media and enclosure helper APIs by @cardmagic in #54
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/ruby-simple-rss/Makefile \
pkgsrc/textproc/ruby-simple-rss/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/ruby-simple-rss/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-simple-rss/Makefile
diff -u pkgsrc/textproc/ruby-simple-rss/Makefile:1.7 pkgsrc/textproc/ruby-simple-rss/Makefile:1.8
--- pkgsrc/textproc/ruby-simple-rss/Makefile:1.7 Sun Jan 18 14:13:33 2026
+++ pkgsrc/textproc/ruby-simple-rss/Makefile Sun Apr 12 15:19:07 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2026/01/18 14:13:33 taca Exp $
+# $NetBSD: Makefile,v 1.8 2026/04/12 15:19:07 taca Exp $
-DISTNAME= simple-rss-2.1.0
+DISTNAME= simple-rss-2.2.0
CATEGORIES= textproc
MAINTAINER= minskim%NetBSD.org@localhost
Index: pkgsrc/textproc/ruby-simple-rss/PLIST
diff -u pkgsrc/textproc/ruby-simple-rss/PLIST:1.7 pkgsrc/textproc/ruby-simple-rss/PLIST:1.8
--- pkgsrc/textproc/ruby-simple-rss/PLIST:1.7 Sun Jan 18 14:13:33 2026
+++ pkgsrc/textproc/ruby-simple-rss/PLIST Sun Apr 12 15:19:07 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2026/01/18 14:13:33 taca Exp $
+@comment $NetBSD: PLIST,v 1.8 2026/04/12 15:19:07 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
@@ -11,10 +11,14 @@ ${GEM_LIBDIR}/test/base/empty_tag_test.r
${GEM_LIBDIR}/test/base/encoding_test.rb
${GEM_LIBDIR}/test/base/enumerable_test.rb
${GEM_LIBDIR}/test/base/feed_attributes_test.rb
+${GEM_LIBDIR}/test/base/feed_merging_and_diffing_test.rb
+${GEM_LIBDIR}/test/base/fetch_integration_test.rb
${GEM_LIBDIR}/test/base/fetch_test.rb
+${GEM_LIBDIR}/test/base/filtering_and_validation_test.rb
${GEM_LIBDIR}/test/base/hash_xml_serialization_test.rb
${GEM_LIBDIR}/test/base/item_attributes_test.rb
${GEM_LIBDIR}/test/base/json_serialization_test.rb
+${GEM_LIBDIR}/test/base/media_and_enclosure_helpers_test.rb
${GEM_LIBDIR}/test/data/atom.xml
${GEM_LIBDIR}/test/data/atom_with_entry_attrs.xml
${GEM_LIBDIR}/test/data/atom_with_feed_attrs.xml
Index: pkgsrc/textproc/ruby-simple-rss/distinfo
diff -u pkgsrc/textproc/ruby-simple-rss/distinfo:1.9 pkgsrc/textproc/ruby-simple-rss/distinfo:1.10
--- pkgsrc/textproc/ruby-simple-rss/distinfo:1.9 Sun Jan 18 14:13:33 2026
+++ pkgsrc/textproc/ruby-simple-rss/distinfo Sun Apr 12 15:19:07 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2026/01/18 14:13:33 taca Exp $
+$NetBSD: distinfo,v 1.10 2026/04/12 15:19:07 taca Exp $
-BLAKE2s (simple-rss-2.1.0.gem) = c908ad15c6465992d8f64c5ccdfb306a24372ddcd18f17cb2f077f4d12de2d61
-SHA512 (simple-rss-2.1.0.gem) = 71b8ea76293e964b5c9d6497920d1f8807f09cd9bb0e3ca8d1405cebafd1359ca82d4b8fecc94cf14bb9076aba36a8a4894b1587482df994c97085822bf26742
-Size (simple-rss-2.1.0.gem) = 48128 bytes
+BLAKE2s (simple-rss-2.2.0.gem) = faa429bbe151387361409ca933e014d3cd25946e52b3d91035bca20d65dece6c
+SHA512 (simple-rss-2.2.0.gem) = e8e751941158fba4cec9bc01f908597bab44cb4e64d3a1400a96925857b5b5c5bdf4f49c11d01761610a17d99fcc7c10408d380e1097c925456fe44aecde1553
+Size (simple-rss-2.2.0.gem) = 51712 bytes
Home |
Main Index |
Thread Index |
Old Index