Comments

219 Comments

Installable and importable inside the python interpreter.

Manual installation and basic "--version" seems to work fine:

[root@ceab40831c22 /]# dnf install -y https://kojipkgs.fedoraproject.org//packages/python-bugzilla/3.3.0/1.el10_0/noarch/python-bugzilla-cli-3.3.0-1.el10_0.noarch.rpm https://kojipkgs.fedoraproject. org//packages/python-bugzilla/3.3.0/1.el10_0/noarch/python3-bugzilla-3.3.0-1.el10_0.noarch.rpm
CentOS Stream 10 - BaseOS 105 kB/s | 16 kB 00:00 CentOS Stream 10 - AppStream 126 kB/s | 17 kB 00:00 CentOS Stream 10 - CRB 1.5 MB/s | 603 kB 00:00 Extra Packages for Enterprise Linux 10 - x86_64 3.8 MB/s | 2.5 MB 00:00 python-bugzilla-cli-3.3.0-1.el10_0.noarch.rpm 29 kB/s | 14 kB 00:00 python3-bugzilla-3.3.0-1.el10_0.noarch.rpm 221 kB/s | 127 kB 00:00 Dependencies resolved. ...

[root@ceab40831c22 /]# bugzilla --version 3.3.0

Tried to connect to a server using mosh from a quay.io/centos/centos:stream10-development container with https://kojipkgs.fedoraproject.org//packages/mosh/1.4.0/7.el10_0/x86_64/mosh-1.4.0-7.el10_0.x86_64.rpm being "dng install"'ed and it worked fine.

Tag listing now works fine for me (targetting a Jfrog Atifactory server, with multi-arch images).

It fixes our tcp fast open issues by default inside our organization, tested just now in a fresh fedora container with the advisory upgrade.

BZ#2291017 wget2: Download from download.copr.fedorainfracloud.org sporadically hangs
BZ#2270364 dnf install 'dnf-command(versionlock)' doesn't install the "versionlock" dnf command

Working fine for me on Fedora 38 with the testing repo enabled. While the previous version was crashing on my code ;)