letoams / hash-slinger

GNU General Public License v2.0
50 stars 14 forks source link

hash-slinger needs to be rebuilt on Fedora 30 #23

Closed jduprat closed 4 years ago

jduprat commented 5 years ago

I am running into issue #20 on Fedora 30. https://github.com/letoams/hash-slinger/issues/20

The package is old: hash-slinger-2.7-8.fc29.noarch Build Date : Fri 13 Jul 2018 05:46:17 PM PDT

It was not rebuilt for f30: https://src.fedoraproject.org/rpms/hash-slinger/c/01bfb06d703099e74289cf5825b88b813e8862ec?branch=master

Can we trigger a rebuild of the Fedora package?

JL

jduprat commented 5 years ago

See also https://bugzilla.redhat.com/show_bug.cgi?id=1723905

frankcrawford commented 4 years ago

There are going to be two issues with the current release, firstly, all the scripts need to specify a specific python version for Fedora 30, i.e. they should be /usr/bin/python2. Secondly from Fedora 31 (due within weeks) Python2 will be deprecated, and it is expected to be Python3 only. The best step is to bite the bullet and go to Python3 now.

hgshoggins commented 4 years ago

Current master successfully tested on a Fedora 31 machine with Python3.

jduprat commented 4 years ago

Confirm that top-of-tree master works for me on Fedora 31. Thank you!