2024-05-26 16:52:24 by Takahiro Kambe | Files touched by this commit (3) | |
Log message: devel/ruby-pycall: update to 1.5.2 1.5.2 (2024-05-24) What's Changed * Yet Another memleak with str(list) by @mknkmyzk in #169 * Use exec instead of eval in raise test by @mrkn in #179 * Fix segvs by @mrkn in #178 * Use RTYPEDDATA_GET_DATA if exist by @mrkn in #181 |
2023-09-03 18:18:22 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: devel/ruby-pycall: update to 1.5.1 1.5.1 (2023-08-28) * Fix memory leak in rich compare methods (#167, #168). mknkmyza |
2023-08-26 17:41:06 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: devel/ruby-pycall: update to 1.5.0 1.5.0 (2023-08-25) * Fix to prevent distutils deprecation warning (#159) (Christopher Dilks) * Drop Python 2.7 support * Fix memory leak of Python objects. (#129) This should fixes #128 and maybe also fixes #164. (mknkmyza) |
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message: *: recursive bump for Python 3.11 as new default |
2023-01-15 16:34:16 by Takahiro Kambe | Files touched by this commit (2) |
Log message: devel/ruby-pycall: udpate to 1.4.2 1.4.2 (2023-01-08) * Add supports of unary operators: +@, -@, ~ * Fix without_gvl for exceptions occurred in the given block * Add PyCall.setattr and PyCall.delattr |
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message: *: Revbump packages that use Python at runtime without a PKGNAME prefix |
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip |
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message: devel: Remove SHA1 hashes for distfiles |
2021-05-29 17:00:57 by Takahiro Kambe | Files touched by this commit (3) | |
Log message: devel/ruby-pycall: update to 1.4.0 1.4.0 (2021-05-28) * Explicitly states that Windows is not supported yet in README * Add PyCall.same? * Improve conda support * Fat gem is no longer supported * Use WeakMap for caching PyPtr instances |
2020-09-20 10:34:37 by Ryo ONODERA | Files touched by this commit (5) |
Log message: devel/ruby-pycall: import ruby27-pycall-1.3.1 This library provides the features to directly call and partially interoperate with Python from the Ruby language. You can import arbitrary Python modules into Ruby modules, call Python functions with automatic type conversion from Ruby to Python. |