ruby-pygments.rb 2.4.1+ds-1 source package in Ubuntu

Changelog

ruby-pygments.rb (2.4.1+ds-1) unstable; urgency=medium

  * New upstream version 2.4.1+ds
    + support for python3-pygments 2.15.1
  * Drop X?-Ruby-Versions, update homepage
  * Drop patches introduced in the two previous NMUs as the corresponding
    tests have been removed upstream

 -- Cédric Boutillier <email address hidden>  Thu, 30 Nov 2023 00:23:03 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-pygments.rb_2.4.1+ds-1.dsc 1.5 KiB cc06ca54339397e2750ae889519e1f9c3889db4a7f6c87e0248d61e173dc6328
ruby-pygments.rb_2.4.1+ds.orig.tar.xz 13.3 KiB 34c5f9043e60beaeed473956cccd1ee2a96a97d4fb20b9d217c85f01bb6f4bc7
ruby-pygments.rb_2.4.1+ds-1.debian.tar.xz 7.8 KiB 0a355d514a172333c56236578cb67819bcea1efcb4b657375dca94a427bddb39

Available diffs

No changes file available.

Binary packages built by this source

ruby-pygments.rb: pygments wrapper for Ruby

 A Ruby wrapper for the Python pygments syntax highlighter.
 .
 pygments.rb works by talking over a simple pipe to a long-lived Python child
 process. This library replaces albino, as well as a version of pygments.rb
 that used an embedded Python interpreter.
 .
 Each Ruby process that runs has its own 'personal Python'; for example, 4
 Unicorn workers will have one Python process each. If a Python process dies,
 a new one will be spawned on the next pygments.rb request.