py-django-localflavor: updated to 5.0
5.0 (2025-05-21)
------------------
Breaking data changes:
- NP: A data migration is required for users of `np.forms.NPProvinceSelect` and `np.forms.NPZoneSelect`. The following was
changed:
- `NPProvinceSelect`: province1 and province2 were removed and replaced with koshi and madhesh.
- `NPZoneSelect`: dandaki was corrected to gandaki (fixed typo).
- NO: A data migration is required for users of `no.forms.NOMunicipalitySelect`. `MUNICIPALITY_CHOICES` was updated to the
values in the 2024 update:
- austagder and vestagder have been removed and combined into agder.
- hordaland and sognogfjordane have been removed and combined into vestland.
- nordtrondelag and sortrondelag have been removed and combined into trondelag.
[71 lines not shown]
py-rdflib: updated to 7.4.0
7.4.0
This release addresses a couple of bugs and improves the testing matrix by adding python 3.12, 3.13 and 3.14 to the test matrix.
This is also the first RDFLib release to use MkDocs for documentation.
py-uv py-uv-build: updated to 0.9.7
0.9.7
Enhancements
Add Windows x86-32 emulation support to interpreter architecture checks
Improve readability of progress bars
Bug fixes
Drop terminal coloring from uv auth token output
Don't use UV_LOCKED to enable --check flag
py-django-reversion: updated to 6.0.0
6.0.0 - 2025-09020
- Prevent Django signals firing when viewing historical versions in admin.
Django model signals (pre_save, post_save, pre_delete, post_delete, m2m_changed)
are now muted during GET requests to revision views, preventing unintended
side effects from signal handlers when users view historical data.
py-django-registration: updated to 5.2.1
Version 5.2.1
* Correct a packaging error with 5.2.0.
Version 5.2.0
* Supported Django versions are now 4.2, 5.1, and 5.2.
sdl12-compat: updated to 1.2.70
1.2.70
This is a stable bugfix release, with the following changes:
Fixed a black screen in Jamestown and Closure
Fixed being unable to rotate the globe with the mouse in OpenXcom
Fixed runaway framerate in Soldier of Fortune and Unreal Tournament
Fixed audio in the original Cave Story Linux port
Fixed crash at shutdown in Sim City 3000
Added SDL_SetRefreshRate() for StepMania
Fixed window briefly disappearing at startup on X11
Fixed the mouse escaping the window after changing video mode
Fixed repeating modifier keys while they are being held down
Fixed getting multiple resize events at the end of a modal resize on Windows
Added logging when games are launched with DEBUG_INVOCATION=1
SDL3: updated to 3.2.26
3.2.26
This is a stable bugfix release, with the following changes:
Improved validation and fixed memory leaks in the GPU subsystem
Fixed a delay at shutdown when the mouse is grabbed under X11
Do full rectangle intersection for empty rectangles
Fixed destination coordinates when using scale with the software renderer
Clipboard callbacks are only called with the mime types they expect
Fixed the Moonlander MK1 Keyboard being detected as a controller
Fixed the 8BitDo Ultimate 2C Wireless Controller showing up twice on some systems
Added a Linux mapping for the 8BitDo Pro 3 controller
Fixed getting keyboard events from gamepads on iOS 26
Added support for the Zenaim Arcade Controller
Fixed emulated touch on Android
Added a workaround for the Android 14 OS bug "java.lang.NullPointerException android.view.View.onResolvePointerIcon"
Fixed page alignment for the Android release archive
Corrected texture colors on PS2
devel/carwash: import package
Terminal User Interface for managing multiple Rust projects with ease.
CarWash provides an intuitive interface for running cargo commands across
multiple projects simultaneously, managing dependencies, and monitoring build
outputs.
Core Features
- Multi-Project Management: Automatically discover and manage all Rust projects
in a directory tree
- Parallel Command Execution: Run cargo commands across multiple projects
simultaneously
- Interactive Command Palette: Fuzzy search through cargo commands with
vim-style navigation
- Real-time Output Monitoring: Watch command output with colored synta
highlighting
- Dependency Management: Check for outdated dependencies and update them
interactively
- Workspace Support: Intelligently handles Cargo workspaces and member projects
textproc/hgrep: update to 0.3.9
- Release Arm Windows native binaries. For example, find hgrep-v0.3.9-aarch64-pc-windows-msvc.zip in this release.
- Update bat to v0.26.
- Improve syntax highlighting. The following languages are newly supported:
VHDL
Typst
Idris 2
Odin
GDScript
Debian source list
Go Module files
- Associate more INI, JSON, Scala files.
- Add Catppuccin color theme family: Catppuccin Frappe, Catppuccin Mocha, Catppuccin Macchiato, Catppuccin Latte. See the following screenshot for preview.
- Add --threads (-j) command line option to control the number of threads. This option is available when enabling syntect-printer feature or ripgrep feature.
- Add --ignore-file command line option to specify additional ignore files as well as .gitignore and .rgignore.
- Fix a build failure due to the change in v0.50.3 of nu-ansi-term crate.
sysutils/ripdrag: update to 0.4.11
- Refactor to update gtk-rs to the latest stable version 0.10.1
- Bump all other deps
- Make "no such file or directory" error not show a panic log
py-django-debug-toolbar: updated to 6.1.0
6.1.0 (2025-10-30)
* Added support for async to timer panel.
* Added a note about the default password in ``make example``.
* Removed logging about the toolbar failing to serialize a value into JSON.
* Moved the the import statement of ``debug_toolbar.urls`` to within the if
statement's scope on the installation documentation.
* Changed ``StoredDebugToolbar.from_store`` to always create a panel key and
class instance, regardless if any data was generated.
* Fixed selenium tests for CI by using psycopg for Python 3.13 runs.
* Added ``CommunityPanel`` containing links to documentation and resources.
* Upgraded CI ``postgis`` version to 17-3.5.
* Added how to generate the documentation locally to the contributing
documentation.
* Updated logic that forces values to strings (``force_str``) to render
"Django Debug Toolbar was unable to parse value." when there's a decoding
error.
[36 lines not shown]
py-django-extensions: updated to 4.1
4.1
Changes:
- Add: show_permissions command
- Improvement: graph_models, style per app
- Fix: JSONField, bulk_update's
4.0
Changes:
- Improvement: Support for Python 3.12 and 3.13
- Improvement: Support for Django 5.x
- Improvement: Switch from setup.{cfg,py} to pyproject.toml
- Improvement: graph_models, Add option to display field choices in graph_models
- Improvement: graph_models, Add webp support
- Improvement: graph_models, Support for ordering edges on pydot/dot/graphviz
- Improvement: mail_debug, Update mail_debug command to use aiosmtpd
[10 lines not shown]