pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ruby-net-imap



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 19 16:28:20 UTC 2025

Modified Files:
        pkgsrc/net/ruby-net-imap: Makefile distinfo

Log Message:
net/ruby-net-imap: update to 0.5.5

0.5.5 (2025-01-04)

What's Changed

Breaking Changes

* Remove accidental Data#attributes method by @nevans in #371
* For ruby 3.2 and above, this PR is not a breaking change, and it fixes a
  YAML serialization bug.
* Net::IMAP::Data#attributes was only available in ruby 3.1, with net-imap
  v0.5.2 - v0.5.4. It can be replaced by #to_h.

Added

* RFC9586 UIDONLY support by @avdi in #366

Documentation

* Fix rdoc issues by @nevans in #372
* Use standard www.rfc-editor.org links for RFCs by @nevans in #374
* Documentation updates by @nevans in #373

New Contributors

* @avdi made their first contribution in #366


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/ruby-net-imap/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/ruby-net-imap/distinfo

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

Modified files:

Index: pkgsrc/net/ruby-net-imap/Makefile
diff -u pkgsrc/net/ruby-net-imap/Makefile:1.8 pkgsrc/net/ruby-net-imap/Makefile:1.9
--- pkgsrc/net/ruby-net-imap/Makefile:1.8       Thu Jan  2 05:41:25 2025
+++ pkgsrc/net/ruby-net-imap/Makefile   Sun Jan 19 16:28:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2025/01/02 05:41:25 taca Exp $
+# $NetBSD: Makefile,v 1.9 2025/01/19 16:28:20 taca Exp $
 
-DISTNAME=      net-imap-0.5.4
+DISTNAME=      net-imap-0.5.5
 CATEGORIES=    net mail
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,8 +10,5 @@ LICENSE=      2-clause-bsd OR ruby-license
 
 USE_LANGUAGES= # none
 
-# Ruby 3.4.1 has net-imap 0.5.4 gem.
-RUBY_VERSIONS_ACCEPTED=        31 32 33
-
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/net/ruby-net-imap/distinfo
diff -u pkgsrc/net/ruby-net-imap/distinfo:1.5 pkgsrc/net/ruby-net-imap/distinfo:1.6
--- pkgsrc/net/ruby-net-imap/distinfo:1.5       Thu Jan  2 05:41:25 2025
+++ pkgsrc/net/ruby-net-imap/distinfo   Sun Jan 19 16:28:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/01/02 05:41:25 taca Exp $
+$NetBSD: distinfo,v 1.6 2025/01/19 16:28:20 taca Exp $
 
-BLAKE2s (net-imap-0.5.4.gem) = 01fdeff32422be1fb4b1b5f0fbbd63afb5e15eca66df169512db4a9e2217bd00
-SHA512 (net-imap-0.5.4.gem) = a3b943305d75b9d376110965d9634f3e819ec8cf073595933b90df9bfc258a3b28eb6cfe0ac3defb817b9deccf4a7c881004dc5177bfd2f9439bbe20d2607875
-Size (net-imap-0.5.4.gem) = 167424 bytes
+BLAKE2s (net-imap-0.5.5.gem) = 03bcc809ba34d25ecece65ccbc7045f4e32a593e5137d8173674f4d6110b5111
+SHA512 (net-imap-0.5.5.gem) = ab4cef09fbaee3b50fd0bc00dd2658fdf3932a60debdf092005fad70f5d2b7cc1baf56a6bcf1f9d61b876458886a864d8af34d30280497bab09b5c4bc8c05312
+Size (net-imap-0.5.5.gem) = 167936 bytes



Home | Main Index | Thread Index | Old Index