pull some of the dhcpv6 options apart and print them for humans.
i was hoping someone else would have a go at this, but obviously
no one felt the need over the last 6 years.
opentofu110: Move to opentofu110
Permit to have versioned opentofu too so that we can import both older
and newer opentofu-s.
Done only via "git mv", needs actual adjustments too.
wip/yr: import yr-1.0.0 as wip/yr
Get the weather delivered to your command-line, or use as a
Go package.
The project uses Meteorologisk institutt's public API, and
OpenStreetMap's Nominatim API.
[mlir][dataflow] Fix DataFlowFramework crash by add isBlockEnd logic in the ProgramPoint::print (#173471)
Running -test-dead-code-analysis -debug on the following IR will trigger
a data-flow analysis framework assert, you can see
https://github.com/llvm/llvm-project/blob/2d6b1b174194198498eb10ae811632b3dd945ecf/mlir/include/mlir/Analysis/DataFlowFramework.h#L110
Fix DataFlowFramework crash by add isBlockEnd logic in the
ProgramPoint::print.
```
func.func @trs(%idx1: index, %idx2: index, %s: f32) {
scf.parallel (%i) = (%idx1) to (%idx2) step (%idx2) {
%r = memref.alloca() : memref<10xf32>
scf.forall (%e2) in (%idx2) {
%a = memref.load %r[%idx2] : memref<10xf32>
}
}
return
}
```
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]