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:           Tue Jul  7 14:05:57 UTC 2026

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

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

0.8.3 (2026-06-30)

What's Changed

* Remove MultiJson dependency and replace with JSON by @kojix2 in #373
* Add dependabot configuration by @kojix2 in #375
* Bump actions/checkout from 4 to 5 by @dependabot[bot] in #376
* Fix typos in documentation and README files by @kojix2 in #374
* Fix undefined var in FfirzmqAdapter by @kojix2 in #377
* Bump actions/checkout from 5 to 6 by @dependabot[bot] in #379
* Avoid conflict with Ruby's numbered parameters by @zalt50 in #380
* Accept newer Jupyter console kernel error message by @kojix2 in #382
* Remove obsolete Docker CI files by @kojix2 in #381
* Fix CI hang on Ruby 3.4 by avoiding live ZMQ session in test by @sealocal
  in #383
* Remove legacy IRUBY_OLD_SESSION session implementations by @kojix2 in #384
* Rename session serializer file by @kojix2 in #385
* Remove CI requirements file by @kojix2 in #386
* Remove unused test wrapper script by @kojix2 in #387
* Add explicit session cleanup by @kojix2 in #388
* Test heartbeat cleanup contract by @kojix2 in #389
* Use raw zmq_proxy for ffi-rzmq heartbeat by @kojix2 in #391
* Add micromamba setup for Python environment in CI workflow by @kojix2 in
  #392
* Remove obsolete PyCall dependency by @kojix2 in #393
* Add Ruby 4.0 to CI workflow matrix by @kojix2 in #394
* Bump actions/checkout from 6 to 7 by @dependabot[bot] in #395
* Update README by @kojix2 in #396
* v0.8.3 by @kojix2 in #397

New Contributors

* @dependabot[bot] made their first contribution in #376


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/ruby-iruby/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-iruby/PLIST
cvs rdiff -u -r1.9 -r1.10 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.19 pkgsrc/devel/ruby-iruby/Makefile:1.20
--- pkgsrc/devel/ruby-iruby/Makefile:1.19       Thu Oct  9 07:57:37 2025
+++ pkgsrc/devel/ruby-iruby/Makefile    Tue Jul  7 14:05:56 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2025/10/09 07:57:37 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2026/07/07 14:05:56 taca Exp $
 
-DISTNAME=      iruby-0.8.2
+DISTNAME=      iruby-0.8.3
 CATEGORIES=    devel
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
@@ -11,9 +11,6 @@ LICENSE=      mit
 DEPENDS+=      ${RUBY_PKGPREFIX}-data_uri>=0.1.0:../../www/ruby-data_uri
 DEPENDS+=      ${RUBY_PKGPREFIX}-ffi-rzmq-[0-9]*:../../net/ruby-ffi-rzmq
 DEPENDS+=      ${RUBY_PKGPREFIX}-mime-types>=3.3.1:../../mail/ruby-mime-types
-DEPENDS+=      ${RUBY_PKGPREFIX}-multi_json>=1.11:../../textproc/ruby-multi_json
-#DEPENDS+=     ${RUBY_PKGPREFIX}-native-package-installer>=0:../../devel/ruby-native-package-installer
-
 DEPENDS+=      ${PYPKGPREFIX}-ipython>=6.0.0:../../devel/py-ipython
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/ruby-iruby/PLIST
diff -u pkgsrc/devel/ruby-iruby/PLIST:1.6 pkgsrc/devel/ruby-iruby/PLIST:1.7
--- pkgsrc/devel/ruby-iruby/PLIST:1.6   Sat May 17 06:38:09 2025
+++ pkgsrc/devel/ruby-iruby/PLIST       Tue Jul  7 14:05:56 2026
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.6 2025/05/17 06:38:09 taca Exp $
+@comment $NetBSD: PLIST,v 1.7 2026/07/07 14:05:56 taca Exp $
 bin/iruby${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/dependabot.yml
 ${GEM_LIBDIR}/.github/workflows/ci.yml
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/CHANGES.md
@@ -8,11 +9,6 @@ ${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/LICENSE
 ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/ci/Dockerfile.base.erb
-${GEM_LIBDIR}/ci/Dockerfile.main.erb
-${GEM_LIBDIR}/ci/requirements.txt
-${GEM_LIBDIR}/docker/setup.sh
-${GEM_LIBDIR}/docker/test.sh
 ${GEM_LIBDIR}/exe/iruby
 ${GEM_LIBDIR}/iruby.gemspec
 ${GEM_LIBDIR}/lib/iruby.rb
@@ -52,20 +48,16 @@ ${GEM_LIBDIR}/lib/iruby/kernel_app.rb
 ${GEM_LIBDIR}/lib/iruby/logger.rb
 ${GEM_LIBDIR}/lib/iruby/ostream.rb
 ${GEM_LIBDIR}/lib/iruby/session.rb
-${GEM_LIBDIR}/lib/iruby/session/cztop.rb
-${GEM_LIBDIR}/lib/iruby/session/ffi_rzmq.rb
-${GEM_LIBDIR}/lib/iruby/session/mixin.rb
 ${GEM_LIBDIR}/lib/iruby/session_adapter.rb
 ${GEM_LIBDIR}/lib/iruby/session_adapter/cztop_adapter.rb
 ${GEM_LIBDIR}/lib/iruby/session_adapter/ffirzmq_adapter.rb
 ${GEM_LIBDIR}/lib/iruby/session_adapter/test_adapter.rb
+${GEM_LIBDIR}/lib/iruby/session_serializer.rb
 ${GEM_LIBDIR}/lib/iruby/utils.rb
 ${GEM_LIBDIR}/lib/iruby/version.rb
 ${GEM_LIBDIR}/logo/logo-32x32.png
 ${GEM_LIBDIR}/logo/logo-64x64.png
 ${GEM_LIBDIR}/logo/ruby.svg
-${GEM_LIBDIR}/run-test.sh
-${GEM_LIBDIR}/tasks/ci.rake
 ${GEM_LIBDIR}/test/helper.rb
 ${GEM_LIBDIR}/test/integration_test.rb
 ${GEM_LIBDIR}/test/iruby/application/application_test.rb

Index: pkgsrc/devel/ruby-iruby/distinfo
diff -u pkgsrc/devel/ruby-iruby/distinfo:1.9 pkgsrc/devel/ruby-iruby/distinfo:1.10
--- pkgsrc/devel/ruby-iruby/distinfo:1.9        Sat May 17 06:38:09 2025
+++ pkgsrc/devel/ruby-iruby/distinfo    Tue Jul  7 14:05:56 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2025/05/17 06:38:09 taca Exp $
+$NetBSD: distinfo,v 1.10 2026/07/07 14:05:56 taca Exp $
 
-BLAKE2s (iruby-0.8.2.gem) = f3b612ab60b1024121fc27ffe9eb5281cf45a949ecfbff02e31ed155b08d44f4
-SHA512 (iruby-0.8.2.gem) = 6966b0a612e6288c20192f2d596a35e0fa0d6db38571bc96a0a8c5da51d60ef63484d466aa1742738e071a7225d98bc32e7de2622db9e899cc948e9a3048c1cc
-Size (iruby-0.8.2.gem) = 114688 bytes
+BLAKE2s (iruby-0.8.3.gem) = ca1f5c7c2c43e4af04bce73649781454bd7798a2c9894b9e1912d5ca7b74e5ec
+SHA512 (iruby-0.8.3.gem) = 3d1ff243bec663175569b2fac60af04bdd38f2d93e268cc5a70329cf1a1bd02eb98b5dfc23df55a838339e876e61a9c2105658e77d030e9b062e2c3c8ac5939c
+Size (iruby-0.8.3.gem) = 113152 bytes



Home | Main Index | Thread Index | Old Index