Search Criteria
Package Details: dnf-plugins-core 4.10.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/dnf-plugins-core.git (read-only, click to copy) |
---|---|
Package Base: | dnf-plugins-core |
Description: | Core DNF Plugins |
Upstream URL: | https://github.com/rpm-software-management/dnf-plugins-core |
Licenses: | GPL-2.0-or-later |
Conflicts: | dnf-plugins-extras |
Submitter: | larchunix |
Maintainer: | larchunix |
Last Packager: | larchunix |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2015-05-21 01:08 (UTC) |
Last Updated: | 2024-11-14 20:06 (UTC) |
Dependencies (11)
- dnf
- python (python37AUR, python311AUR, python310AUR)
- cmake (cmake-gitAUR) (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-dbus (check)
- python-systemd (check)
- createrepo_c (optional) – for local plugin
- python-dateutil (optional) – for changelog plugin
- python-dbus (optional) – for needs-restarting plugin
- python-distro (optional) – for copr plugin
- python-systemd (optional) – for system-upgrade plugin
Required by (1)
- mock (optional)
Latest Comments
simona commented on 2024-01-26 10:36 (UTC)
https://pastebin.com/NqpgqcQY
simona commented on 2023-07-12 08:37 (UTC)
Traceback (most recent call last):
File "/home/simona/.cache/yay/dnf-plugins-core/src/dnf-plugins-core-4.4.1/tests/test_repoclosure.py", line 82, in test_pkg_option
self.assertEqual(context.exception.value, "no package matched: bar")
AssertionError: 'nessun pacchetto corrispondente: bar' != 'no package matched: bar'
- nessun pacchetto corrispondente: bar
+ no package matched: bar
larchunix commented on 2018-11-27 19:28 (UTC)
@killermoehre: added LC_ALL=en_US.UTF-8 in check(). should be ok now
killermoehre commented on 2018-11-27 07:41 (UTC)
Hi,
the tests fail if used in a non-english locale. Here is the example wih LANG=de_DE.UTF-8:
==> Beginne check()... .................F................ ====================================================================== FAIL: test_pkg_option (tests.test_repoclosure.TestRepoClosureFunctions)
Traceback (most recent call last): File "/home/knizek/packages/dnf-plugins-core/src/dnf-plugins-core-4.0.2/tests/test_repoclosure.py", line 82, in test_pkg_option self.assertEqual(context.exception.value, "no package matched: bar") AssertionError: 'Kein passendes Paket: bar' != 'no package matched: bar' - Kein passendes Paket: bar + no package matched: bar
Ran 34 tests in 0.132s
FAILED (failures=1) ==> FEHLER: Ein Fehler geschah in check(). Breche ab...
»Kein passendes Paket:« is literally the translation for »no package matched:«
larchunix commented on 2016-06-25 09:22 (UTC)
mbunkus commented on 2016-06-25 08:53 (UTC)
larchunix commented on 2015-07-30 01:37 (UTC)
pnorcks commented on 2015-07-29 18:25 (UTC)