py-scrapy: updated to 2.13.3
Scrapy 2.13.3 (2025-07-02)
- Changed the values for :setting:`DOWNLOAD_DELAY` (from ``0`` to ``1``) and
:setting:`CONCURRENT_REQUESTS_PER_DOMAIN` (from ``8`` to ``1``) in the
default project template.
- Improved :class:`scrapy.core.engine.ExecutionEngine` logic related to
initialization and exception handling, fixing several cases where the
spider would crash, hang or log an unhandled exception.
(:issue:`6783`, :issue:`6784`, :issue:`6900`, :issue:`6908`, :issue:`6910`,
- Fixed a Windows issue with :ref:`feed exports <topics-feed-exports>` using
:class:`scrapy.extensions.feedexport.FileFeedStorage` that caused the file
to be created on the wrong drive.
- Allowed running tests with Twisted 25.5.0+ again. Pytest 8.4.1+ is now
required for running tests in non-pinned envs as support for the new
Twisted version was added in that version.
- Fixed running tests with lxml 6.0.0+.
- Added a deprecation notice for
[5 lines not shown]
qbittorrent: updated to 5.1.2
5.1.2
- BUGFIX: Don't expose palette colors in UI theme editor since they are not customizable (glassez)
- BUGFIX: Add fallback to update mechanism (sledgehammer999)
- WEBUI: Fix incorrectly backported changes (glassez)
- WEBAPI: Trim leading whitespaces on Run External Program fields (Chocobo1)
- RSS/SEARCH: Prevent opening local files if web page is expected (glassez)
- MACOS: Make qBittorrent quit on MacOS with main window closed (Ryu481)
Don't allow read to make use of the shell's internal '='
terminates var names feature (which exists so in things
like "external foo=bar" the shell can simply set the "variable"
"foo=bar" to "bar" and doesn't need to put \0 on top of the '=',
or copy the var name part elsewhere, and other similar internal
advantages) - in most cases either allowing the '=' is intended, (as
in the export example) or other checks make it impossible (${var} etc),
but nothing was checking the var names passed to the read command.
Fix that ... (side effect is that now if an invalid name is
given, it will be detected before anything is read, before a
prompt is written, rather than after the read, when the vars
are being set to the fields from the line read).
Don't bother doing this in SMALL shells, avoid the (small) extra
code bloat - SMALL shells can just treat being able to say
read a b=hello c (which means the same as read a b c)
as a harmless foible...
emulators/suse15_gtk4: import suse_gtk4-15.5
Linux compatibility package based on the openSUSE Linux distribution.
Please visit http://www.opensuse.org/ for more information about openSUSE
Linux.
This package supports running ELF binaries linked with glibc2 that
require GTK+-4.x shared libraries.
icewm: update to 3.8.0
Release icewm-3.8.0 released 2025-06-22
---------------------------------------
git shortlog --no-merges -e -n -w80,6,8 3.7.5...3.8.0
Bert Gijsbers <gijsbers at science.uva.nl> (22):
Include sr in LINGUAS.
Optimize the CPU graph when taskbarbg.xpm is a gradient and
ColorCPUStatusIdle is the empty string.
Optimization of the CPU graph.
Avoid work for translators for now.
Optimize the MEM graph to reduce the background load of icewm.
Optimize renderToPixmap for the imlib2 layer.
Convert a hotkey to uppercase with respect for the current locale.
YMenuItem doesn't need to be virtual.
Convert HotChars in a menu to uppercase with respect for the current
locale.
[64 lines not shown]
tcl: Fix evil implicit func decl GCC 14 fallout.
There is a configure test to see if the platform is big endian. Unfortunately
due to GCC 14's stupid default compilation environment this test fails to
build, and this is silently interpreted as the platform being big endian!
This is only apparent to the user due to various floating point operations
failing in weird and wonderful ways at runtime on x86. Bump PKGREVISION.