endoflife-date / release-data

Common Release Data for various projects in a consumable format, automatically updated.
MIT License
123 stars 36 forks source link

Drop Ruby regex support and regex dependency #258

Closed marcwrobel closed 9 months ago

marcwrobel commented 9 months ago

After https://github.com/endoflife-date/endoflife.date/pull/4317, all regexes will be Python regexes, and there will be no more identically named groups (now such regexes can be split into multiple ones).

So it's time to switch to the standard regex implementation (and drop the regex lib), as well as remove the Ruby to Python regex conversion code.

marcwrobel commented 9 months ago

Only expected version updates, merging.