lang/go126: Update to 1.26.7
Changes:
go1.26.7 (released 2026-08-19) includes fixes to the net/http package.
MFH: 2026Q3
(cherry picked from commit 466c3d8ebd2255c98a5461d168e0875f304d9d44)
lang/go125: Update to 1.25.14
Changes:
go1.25.14 (released 2026-08-19) includes fixes to the net/http
package.
MFH: 2026Q3
(cherry picked from commit 578f1cec0b2270176a2da96cf87a0ddde2eb46fc)
lang/go127: Add go 1.27
Changes:
Go 1.27 now supports generic methods: a method declaration may declare
its own type parameters. This widely anticipated change allows adding
generic functions within the namespace of a particular data type where
before one had to declare such functions with a scope of the entire
package.
A key in a struct literal may now be any valid field selector for the
struct type, not just a (top-level) field name of the struct.
Function type inference has been generalized to apply in all contexts
where a generic function is assigned to a variable of (or converted
to) a matching function type.
cad/openvsp: Update to 3.51.3
ChangeLog: https://openvsp.org/blogs/announcements/2026/08/17/openvsp-3-51-3-released
Features:
* API code examples now serve as unit tests
* AI Audit for API completeness
* VSPAERO Outputs more stuff for dynamic analysis
Build System:
* Update AngelScript to v2.38
* Improve Python MANIFEST.in and packaging
Bugs:
* Fix AngelScript registration of vec3d and Matrix4d
* Fix thin shell inertia calculation
[4 lines not shown]
devel/py-banal: Update to 1.1.2
* Switch to the PEP517 build framework.
* Use GitHub for a while because no sdist tarballs are available
at PyPI.
Changelog since 1.0.6: