Bug 2390287
| Summary: | copyq-11.0.0 is available | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Upstream Release Monitoring <upstream-release-monitoring> |
| Component: | copyq | Assignee: | Gerald Cox <gbcox> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | gbcox, kde-sig, lholecek |
| Target Milestone: | --- | Keywords: | FutureFeature, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | copyq-11.0.0-1.fc44 copyq-11.0.0-2.fc42 copyq-11.0.0-1.fc43 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-09-01 19:47:01 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Upstream Release Monitoring
2025-08-22 11:03:33 UTC
Scratch build failed. Details below: FileNotFoundError: [Errno 2] No such file or directory: '/var/tmp/thn-4qhtjkdn/https://src.fedoraproject.org/repo/pkgs' Traceback: File "/usr/local/lib/python3.12/site-packages/hotness/use_cases/package_scratch_build_use_case.py", line 56, in build result = self.builder.build(request.package, request.opts) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/hotness/builders/koji.py", line 206, in build output["message"] = self._compare_sources(old_sources, new_sources) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/hotness/builders/koji.py", line 373, in _compare_sources with open(file_path, "rb") as fd: ^^^^^^^^^^^^^^^^^^^^^ If you think this issue is caused by some bug in the-new-hotness, please report it on the-new-hotness issue tracker: https://github.com/fedora-infra/the-new-hotness/issues 11.0.0
Repository: hluk/CopyQ · Tag: v11.0.0 · Commit: 35b5bbb · Released by: hluk
Added
Adds support for dark/light window title scheme.
New frameless_window option (#2570) toggles the main window frame and title
bar (if supported by the window manager):
copyq toggleConfig frameless_window
Adds support for localizing command names in the command INI files (#3032):
[Command]
Name = ...
Name_cs = ...
Name_fr = ...
Name_pt_BR = ...
Name_pt = ...
Adds support for showing preview for more image formats
(namely ico and webp).
Adds support for more complex network requests in scripts. New
NetworkRequest class can be used to set custom headers, HTTP method, number
of allowed redirects and timeout.
Changed
Avoids hiding the main window on backspace (#3107).
Enables Vi/Emacs navigation (#3012) in menus, and Ctrl+[ in Vi and Ctrl+G
in Emacs to work in many other places as Esc key (for example, to hide menus,
dialogs). Users can override shortcuts, but not some reserved ones in
specific cases (mainly, if the item list or a menu has focus).
Selections and current items/rows/data in scripts now only relate to the
tab selected with tab(...) in scripts (this is still by default the
selected tab when the command started). Affected script functions:
move()
setData()
removeData()
selectedItems()
selectedItemData()
setSelectedItemData()
setSelectedItemsData()
currentItem()
ItemSelection().current()
Drops unnecessary timeouts when executing commands and actions from scripts.
Avoids fetching and passing clipboard to action()/execute() if the
commands do not contains %1 placeholder. This can improve performance.
FEDORA-2025-359764753a (copyq-11.0.0-1.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2025-359764753a FEDORA-2025-b41d5fbb60 (copyq-11.0.0-2.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-b41d5fbb60 FEDORA-2025-8293810e53 (copyq-11.0.0-1.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-8293810e53 FEDORA-2025-359764753a (copyq-11.0.0-1.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-b41d5fbb60 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-b41d5fbb60` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-b41d5fbb60 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-8293810e53 has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-8293810e53` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-8293810e53 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-b41d5fbb60 (copyq-11.0.0-2.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-8293810e53 (copyq-11.0.0-1.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. |