containerbuildsystem / koji-containerbuild

Container build support for Koji buildsystem
GNU Lesser General Public License v2.1
29 stars 32 forks source link

consider relaxing jsonschema 3.2.0 requirement #242

Closed nirik closed 2 years ago

nirik commented 2 years ago

Fedora rawhide has moved up to 4.6, leaving this package non-installable (see: https://bugzilla.redhat.com/show_bug.cgi?id=2101853 )

Looks like this was pinned to avoid a alpha version breaking python2 in https://github.com/containerbuildsystem/koji-containerbuild/commit/eb1aac6fa045daf9e0fa0449b6aaa4172293e450

MartinBasti commented 2 years ago

oh yeah, we don't need that specific version anymore, we even dropped py2 for that plugin. I'll remove it

MartinBasti commented 2 years ago

Well, we don't need py2 support in master branch, but still we need it in older version of koji-c which is still in active use. Would be enough to do this change only in master and fedora can patch it in dist-git ?

nirik commented 2 years ago

Sure, sounds reasonable.