Recent Package Updates
2026-01-07: html-tidy-pm5341-1.60-2 ((X)HTML validation in a Perl object)
HTML::Tidy is an HTML checker in a handy dandy object. It's meant as
a replacement for HTML::Lint.
commit log from Daniel Macks ([email protected]):
html-tidy-pm: switch to better libtidy2026-01-07: html-tidy-pm5302-1.60-2 ((X)HTML validation in a Perl object)
HTML::Tidy is an HTML checker in a handy dandy object. It's meant as
a replacement for HTML::Lint.
commit log from Daniel Macks ([email protected]):
html-tidy-pm: switch to better libtidy2026-01-07: html-tidy-pm5182-1.60-2 ((X)HTML validation in a Perl object)
HTML::Tidy is an HTML checker in a handy dandy object. It's meant as
a replacement for HTML::Lint.
commit log from Daniel Macks ([email protected]):
html-tidy-pm: switch to better libtidy2026-01-07: html-tidy-pm5303-1.60-2 ((X)HTML validation in a Perl object)
HTML::Tidy is an HTML checker in a handy dandy object. It's meant as
a replacement for HTML::Lint.
commit log from Daniel Macks ([email protected]):
html-tidy-pm: switch to better libtidy2026-01-07: html-tidy-pm5282-1.60-2 ((X)HTML validation in a Perl object)
HTML::Tidy is an HTML checker in a handy dandy object. It's meant as
a replacement for HTML::Lint.
commit log from Daniel Macks ([email protected]):
html-tidy-pm: switch to better libtidy2026-01-07: html-tidy-pm5184-1.60-2 ((X)HTML validation in a Perl object)
HTML::Tidy is an HTML checker in a handy dandy object. It's meant as
a replacement for HTML::Lint.
commit log from Daniel Macks ([email protected]):
html-tidy-pm: switch to better libtidy2026-01-07: html-tidy-pm5162-1.60-2 ((X)HTML validation in a Perl object)
HTML::Tidy is an HTML checker in a handy dandy object. It's meant as
a replacement for HTML::Lint.
commit log from Daniel Macks ([email protected]):
html-tidy-pm: switch to better libtidy2026-01-07: libtidy58-shlibs-5.8.0-1 (Shared library for HTML Tidy)
HTML Tidy reads HTML, XHTML and XML files and writes cleaned up
markup. For HTML variants, it detects and corrects many common coding
errors and strives to produce visually equivalent markup that is both
W3C compliant and works on most browsers. A common use of Tidy is to
convert plain HTML to XHTML. For generic XML files, Tidy is limited
to correcting basic well-formedness errors and pretty printing.
commit log from Daniel Macks ([email protected]):
libtidy*: new libversion; fix conf-file path for fink2026-01-07: libtidy-0.99.0-shlibs-090425-4 (Shared library for HTML Tidy)
HTML Tidy reads HTML, XHTML and XML files and writes cleaned up
markup. For HTML variants, it detects and corrects many common coding
errors and strives to produce visually equivalent markup that is both
W3C compliant and works on most browsers. A common use of Tidy is to
convert plain HTML to XHTML. For generic XML files, Tidy is limited
to correcting basic well-formedness errors and pretty printing.
commit log from Daniel Macks ([email protected]):
libtidy*: new libversion; fix conf-file path for fink2026-01-07: libtidy5-shlibs-5.6.0-2 (Shared library for HTML Tidy)
HTML Tidy reads HTML, XHTML and XML files and writes cleaned up
markup. For HTML variants, it detects and corrects many common coding
errors and strives to produce visually equivalent markup that is both
W3C compliant and works on most browsers. A common use of Tidy is to
convert plain HTML to XHTML. For generic XML files, Tidy is limited
to correcting basic well-formedness errors and pretty printing.
commit log from Daniel Macks ([email protected]):
libtidy*: new libversion; fix conf-file path for fink2026-01-06: pytest-xdist-py310-3.5.0-1 (Pytest for distributed testing)
The pytest-xdist plugin extends pytest with new test execution modes,
the most used being distributing tests across multiple CPUs to speed up
test execution.
commit log from Hanspeter Niederstrasser ([email protected]):
pytest-xdist: add upgrade note2026-01-06: pytest-codspeed-py39-2.2.1-1 (Coverage plugin for pytest)
This plugin produces coverage reports. Compared to just using coverage
run this plugin does some extras:
* Subprocess support: you can fork or run stuff in a subprocess and
will get covered without any fuss.
* Xdist support: you can use all of pytest-xdist's features and still
get coverage.
* Consistent pytest behavior. If you run coverage run -m pytest you
will have slightly different sys.path (CWD will be in it, unlike
when running pytest).
All features offered by the coverage package should work, either through
pytest-cov's command line options or through coverage's config file.
commit log from Hanspeter Niederstrasser ([email protected]):
codspeed-py: add upgrade note
fix tests with upstream patch2026-01-06: pytest-benchmark-py38-3.4.1-1 (Pytest fixture for benchmarking code)
A pytest fixture for benchmarking code. It will group the tests into
rounds that are calibrated to the chosen timer.
commit log from Hanspeter Niederstrasser ([email protected]):
pytest-benchmark: v5.1.02026-01-06: pytest-benchmark-py310-5.1.0-1 (Pytest fixture for benchmarking code)
A pytest fixture for benchmarking code. It will group the tests into
rounds that are calibrated to the chosen timer.
commit log from Hanspeter Niederstrasser ([email protected]):
pytest-benchmark: v5.1.02026-01-06: pytest-codspeed-py38-2.2.1-1 (Coverage plugin for pytest)
This plugin produces coverage reports. Compared to just using coverage
run this plugin does some extras:
* Subprocess support: you can fork or run stuff in a subprocess and
will get covered without any fuss.
* Xdist support: you can use all of pytest-xdist's features and still
get coverage.
* Consistent pytest behavior. If you run coverage run -m pytest you
will have slightly different sys.path (CWD will be in it, unlike
when running pytest).
All features offered by the coverage package should work, either through
pytest-cov's command line options or through coverage's config file.
commit log from Hanspeter Niederstrasser ([email protected]):
codspeed-py: add upgrade note
fix tests with upstream patch2026-01-06: pytest-codspeed-py310-2.2.1-1 (Coverage plugin for pytest)
This plugin produces coverage reports. Compared to just using coverage
run this plugin does some extras:
* Subprocess support: you can fork or run stuff in a subprocess and
will get covered without any fuss.
* Xdist support: you can use all of pytest-xdist's features and still
get coverage.
* Consistent pytest behavior. If you run coverage run -m pytest you
will have slightly different sys.path (CWD will be in it, unlike
when running pytest).
All features offered by the coverage package should work, either through
pytest-cov's command line options or through coverage's config file.
commit log from Hanspeter Niederstrasser ([email protected]):
codspeed-py: add upgrade note
fix tests with upstream patch2026-01-06: pytest-xdist-py39-3.5.0-1 (Pytest for distributed testing)
The pytest-xdist plugin extends pytest with new test execution modes,
the most used being distributing tests across multiple CPUs to speed up
test execution.
commit log from Hanspeter Niederstrasser ([email protected]):
pytest-xdist: add upgrade note2026-01-06: pytest-xdist-py37-3.5.0-1 (Pytest for distributed testing)
The pytest-xdist plugin extends pytest with new test execution modes,
the most used being distributing tests across multiple CPUs to speed up
test execution.
commit log from Hanspeter Niederstrasser ([email protected]):
pytest-xdist: add upgrade note2026-01-06: pytest-xdist-py38-3.5.0-1 (Pytest for distributed testing)
The pytest-xdist plugin extends pytest with new test execution modes,
the most used being distributing tests across multiple CPUs to speed up
test execution.
commit log from Hanspeter Niederstrasser ([email protected]):
pytest-xdist: add upgrade note2026-01-06: pytest-benchmark-py39-5.1.0-1 (Pytest fixture for benchmarking code)
A pytest fixture for benchmarking code. It will group the tests into
rounds that are calibrated to the chosen timer.
commit log from Hanspeter Niederstrasser ([email protected]):
pytest-benchmark: v5.1.02026-01-05: flint2.4-2.4.5-2 (Library for doing number theory)
FLINT is a C library for doing number theory. It supports arithmetic
with numbers, polynomials, power series and matrices over many base
rings, including:
* Multiprecision integers and rationals
* Integers modulo n
* p-adic numbers
* Finite fields (prime and non-prime order)
* Real and complex numbers (via the Arb extension library)
commit log from Hanspeter Niederstrasser ([email protected]):
flint: add C/R of new libN to existing libraries2026-01-05: flint2.5-2.5.2-2 (Library for doing number theory)
FLINT is a C library for doing number theory. It supports arithmetic
with numbers, polynomials, power series and matrices over many base
rings, including:
* Multiprecision integers and rationals
* Integers modulo n
* p-adic numbers
* Finite fields (prime and non-prime order)
* Real and complex numbers (via the Arb extension library)
commit log from Hanspeter Niederstrasser ([email protected]):
flint: add C/R of new libN to existing libraries2026-01-05: libflint22-shlibs-3.4.0-1 (Library for doing number theory)
FLINT is a C library for doing number theory. It supports arithmetic
with numbers, polynomials, power series and matrices over many base
rings, including:
* Multiprecision integers and rationals
* Integers modulo n
* p-adic numbers
* Finite fields (prime and non-prime order)
* Real and complex numbers (via the Arb extension library)
commit log from Hanspeter Niederstrasser ([email protected]):
libflint: v3.4.0
new libN=22