Works well for me on a fresh Fedora 36 container.
Works well for me on a fresh CentOS-8 + EPEL container.
Works well for me on a fresh Fedora 36 container.
Works well for me on a fresh Fedora 35 container.
Works well for me on a fresh Fedora 34 container.
We need to add setuptools
as install_requires
to setup.cfg
. I'll fix that upstream and create a new release.
The type error is more a fix than an issue:
Result: VERIFY
1) MIME type on /usr/lib/python3.10/site-packages/ogr/services/github/project.py was text/x-c++ and became text/x-script.python on noarch
Waiver Authorization: Anyone
Suggested Remedy:
In many cases the changing MIME type is deliberate. Verify that the change is intended and if necessary fix the spec file so the correct file is included in the built package.
But I am getting the following error on a fresh f36
container:
[root@de8d560d7272 /]# python3
Python 3.10.4 (main, Mar 25 2022, 00:00:00) [GCC 12.0.1 20220308 (Red Hat 12.0.1-0)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import ogr
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.10/site-packages/ogr/__init__.py", line 8, in <module>
from pkg_resources import get_distribution, DistributionNotFound
ModuleNotFoundError: No module named 'pkg_resources'
Are we missing some dependency?
(python3-devel
and python3dist(setuptools)
are just build dependences...)
Looks like the automated tests failed with this:
1) MIME type on /usr/lib/python3.10/site-packages/ogr/services/github/project.py was text/x-c++ and became text/x-script.python on noarch
Result: VERIFY
Waiver Authorization: Anyone
Suggested Remedy:
In many cases the changing MIME type is deliberate. Verify that the change is intended and if necessary fix the spec file so the correct file is included in the built package.
The change looks good to me...
The build is not yet in updates-testing
repository -- you need to install the new version directly from koji:
dnf install https://kojipkgs.fedoraproject.org//packages/packit/0.31.0/1.fc34/noarch/packit-0.31.0-1.fc34.noarch.rpm https://kojipkgs.fedoraproject.org//packages/packit/0.31.0/1.fc34/noarch/python3-packit-0.31.0-1.fc34.noarch.rpm
Thanks!
The build is not yet in updates-testing
repository -- you need to install the new version directly from koji:
dnf install https://kojipkgs.fedoraproject.org//packages/packit/0.31.0/1.fc33/noarch/packit-0.31.0-1.fc33.noarch.rpm https://kojipkgs.fedoraproject.org//packages/packit/0.31.0/1.fc33/noarch/python3-packit-0.31.0-1.fc33.noarch.rpm
Thanks!
The build is not yet in updates-testing
repository -- you need to install the new version directly from koji
dnf install https://kojipkgs.fedoraproject.org//packages/packit/0.31.0/1.el8/noarch/packit-0.31.0-1.el8.noarch.rpm https://kojipkgs.fedoraproject.org//packages/packit/0.31.0/1.el8/noarch/python3-packit-0.31.0-1.el8.noarch.rpm
Thanks!
Installed successfully. Looks good to me.
Installation went well in the fedora:34 container.
Installation went well in the fedora:33 container.
Installation went well in the fedora:32 container.
Installation successful using podman and quay.io/centos/centos:8
image.
Tested with the build from koji: https://kojipkgs.fedoraproject.org//packages/python-requre/0.4.0/1.fc31/noarch/python3-requre-0.4.0-1.fc31.noarch.rpm
Tested with the build from koji: https://kojipkgs.fedoraproject.org//packages/python-requre/0.4.0/1.fc32/noarch/python3-requre-0.4.0-1.fc32.noarch.rpm
Tested with the build from koji:
Works well for me on a fresh Fedora 36 container.