pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-iruby



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb 23 14:02:22 UTC 2025

Modified Files:
        pkgsrc/devel/ruby-iruby: Makefile distinfo

Log Message:
devel/ruby-iruby: update to 0.8.1

0.8.1 (2025-02-16)

What's Changed

* Add support for jupyter widgets by @matt-do-it in #350
* Suppress "literal string will be frozen in the future" warning by @tikkss
  in #353
* Fix warnings in project by @simpl1g in #356
* restore support for IRB <= v1.13.0 by @sealocal in #358
* Restore ruby 2.6 and 2.5 in CI by @sealocal in #359
* Add Ruby 3.4 to CI by @kojix2 in #360
* Fix NoMethodError in backend by @edsinclair in #364
* 0.8.1 by @kojix2 in #366

New Contributors

* @matt-do-it made their first contribution in #350
* @tikkss made their first contribution in #353
* @simpl1g made their first contribution in #356
* @sealocal made their first contribution in #358
* @edsinclair made their first contribution in #364


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-iruby/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-iruby/distinfo

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

Modified files:

Index: pkgsrc/devel/ruby-iruby/Makefile
diff -u pkgsrc/devel/ruby-iruby/Makefile:1.15 pkgsrc/devel/ruby-iruby/Makefile:1.16
--- pkgsrc/devel/ruby-iruby/Makefile:1.15       Sun Feb  9 09:25:33 2025
+++ pkgsrc/devel/ruby-iruby/Makefile    Sun Feb 23 14:02:22 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2025/02/09 09:25:33 taca Exp $
+# $NetBSD: Makefile,v 1.16 2025/02/23 14:02:22 taca Exp $
 
-DISTNAME=      iruby-0.8.0
+DISTNAME=      iruby-0.8.1
 CATEGORIES=    devel
 
 MAINTAINER=    ryoon%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-iruby/distinfo
diff -u pkgsrc/devel/ruby-iruby/distinfo:1.7 pkgsrc/devel/ruby-iruby/distinfo:1.8
--- pkgsrc/devel/ruby-iruby/distinfo:1.7        Sun Feb  9 09:25:33 2025
+++ pkgsrc/devel/ruby-iruby/distinfo    Sun Feb 23 14:02:22 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/02/09 09:25:33 taca Exp $
+$NetBSD: distinfo,v 1.8 2025/02/23 14:02:22 taca Exp $
 
-BLAKE2s (iruby-0.8.0.gem) = fecedc00ed5850ed31a24cc4f7e706fd5e96a122a7311e7d0eff94c6b0ae8a96
-SHA512 (iruby-0.8.0.gem) = 0810127645e835a2e8bd40a089ddc9e7d64dea32f70abb77d380264ac07e77306fac7bfda4bdfce16ac848052a999dd483d13d7b754d845fe7254ba021d3ad4a
-Size (iruby-0.8.0.gem) = 114176 bytes
+BLAKE2s (iruby-0.8.1.gem) = 99b3e66be8d8075a916f275c3cdaf8568fef406cb717f6d9b25a1a5dccc2766b
+SHA512 (iruby-0.8.1.gem) = c55fa594d4642adbcf278bdc2a44b3dd49a8e35a0699d7f0f6a1492e5ad517d490dd34204d2a1cb3b5c895b84d1a9c107ed7ffa0ef12bb8bd338b073d8843c9b
+Size (iruby-0.8.1.gem) = 114688 bytes



Home | Main Index | Thread Index | Old Index