par2: updated to 1.0.0
1.0.0
Support:
* build fails in Cygwin
* A potential Data Race
* Understanding par2cmdline performance
* Understanding The Par2 Spec and par2cmdline
* performance with hundreds of small files
* A better error correcting code
* Recover impossible without a .par2 "main" file?
* Thread count option not shown on Arm based Mac version
* Increase block count limit 32768
* Behaviour with insufficient read permissions
* Help to create a compatible implementation!
* Flag for automatic Blocksize in commandline
* Repair-Files created amount to size twice as high as expected from redundancy
* New release?
[42 lines not shown]
py-imageio: updated to 2.37.2
2.37.2
Bug
Gracefully handle reading of invalid EXIF orientation in Pillow plugin
Prevent OverflowError for FPS in pyav plugin
Maint
Allow github actions to push to master in CD
Fix publishing to GH and PyPI in CD
Remove obsolete code for Python <= 3.4
py-json-logger: updated to 4.0.0
4.0.0
Added
Support DictConfigurator prefixes for rename_fields and static_fields.
Allows using values like ext://sys.stderr in fileConfig/dictConfig value fields.
Support comma seperated lists for Formatter fmt (style=",") e.g. "asctime,message,levelname"
Note that this style is specific to python-json-logger and thus care should be taken not to pass this format to other logging Formatter implementations.
Supports sequences of strings (e.g. lists and tuples) of field names for Formatter fmt.
Changed
Rename pythonjsonlogger.core.LogRecord and log_record arguments to avoid confusion / overlapping with logging.LogRecord.
Affects arguments to pythonjsonlogger.core.BaseJsonFormatter (and any child classes).
serialize_log_record
add_fields
jsonify_log_record
[9 lines not shown]
py-falcon: updated to 4.2.0
4.2.0
Falcon 4.2.0 primarily contains typing enhancements and performance
optimizations. This release also marks the debut of pre-compiled wheels for the
:ref:`free-threaded <faq_free_threading>` CPython 3.14 build.
:ref:`Let us know <chat>` if you are experimenting with scaling Falcon
applications using free-threading!
The typing improvements focus on making the WSGI and ASGI App types
:ref:`generic <generic_app_types>` (parametrized by the request and response
types). This should make it significantly easier to properly annotate
applications that leverage custom request and/or response types.
Additionally, we have fixed a reproducibility issue (thanks to
`@bmwiedemann <https://github.com/bmwiedemann>`__ from openSUSE for reporting!)
in our documentation build process. Regarding packaging Falcon for
distributions in general, we would like to remind you of the
[2 lines not shown]
py-tracerite: updated to 2.2.0
2.2.0
Syntax error handling
Support running in a terminal (TTY) with formatted colored text output
FastAPI
Change testpypi index to publish url
Various other minor improvements
tesseract: updated to 5.5.2
5.5.2
Simplify code for osdetect
Fix and improve configuration for cmake builds
Modernize some for loops and fix some signed/unsigned issues
Cmake optimization with warp2
Update checkout action
chore: fix cyrillic typo
Move version info. to appropriate ALTO element
CI: Remove unneeded export statements from cmake workflow for macOS
Bump actions/checkout from 5 to 6
Bump github/codeql-action from 2 to 4
Bump actions/upload-artifact from 4 to 5
Bump mikepenz/action-junit-report from 4 to 6
Bump actions/upload-artifact from 5 to 6
gnuplot: updated to 6.0.4
6.0.4
NEW (back-ported from development version)
variable Inf is pre-set to floating point INFINITY
"sharpen" filter handles vertical edges in a step function
gprintf format specifiers %C and %Ci
%C formats a complex value as {a, b} This is the format used by the gnuplot "print" command
%Ci formats a complex value as a + bi Both the real and imaginary parts are printed using libc format %g with optional width and precision
Support for Windows on ARM 64-bit architectures
mingw: optionally use the MSYS2/CLANG64 environment
Cross-compilation for Windows on ARM is possible using MSYS2/CLANG64/CLANGARM64
CHANGES
better adherence to c23 standard
splot with pm3d fillcolor <x> generates a matching key sample
[28 lines not shown]
Add an optional accept limit to stream/nowait services.
Old syntax:
socket-type[,accept-max][:accept-filter]
New syntax adds the option:
accept_max Equivalent to accept-max in positional notation.
accept_max is a positive integer. inetd will stop accepting new
connections for a service, when the number of running and
waited for instances reaches that number. Further connection
attempts will be queued by the kernel and eventually time
out.
The limit acts in parallel to the wait maximum (default 40). If
you want more than 40 instances being spawned, you also need to
adjust the wait maximum to a higher value.
[Github][CI] Trigger `code-lint` for clang-tidy documentations (#173700)
Previously we added `doc8` to `code-lint` workflow. However, PRs contain
only documentation changes won't trigger this workflow.
An example: https://github.com/llvm/llvm-project/pull/173699/checks
didn't trigger `code-lint`.
This commit fixes the issue.
benchmarks/netperfmeter: Update to 2.0.0
Improved data processing examples and plotting scripts so introduce R/CRAN
dependencies.
Proper registration of file type for NetPerfMeter output files,
including desktop icons so need for GraphicsMagick, pdf2svg, and
GhostScript during the build, as well as usage of desktop-file-utils.
Update maintainer's email.
Changelog: https://www.nntb.no/~dreibh/netperfmeter/index.html#latest-news
PR: 291927
Approved by: submitter is maintainer