Move to python-blessed

As python-blessings is unmaintained nowadays and is not packaged for
EPEL 8, it might be good to move to an active fork.

Related: https://bugzilla.redhat.com/show_bug.cgi?id=1777377
This commit is contained in:
Ernestas Kulik 2020-01-13 09:04:38 +01:00
parent fbef7d7f02
commit 3a79fdde9f
9 changed files with 11 additions and 12 deletions

View file

@ -25,7 +25,7 @@ RUN yum -y install \
docbook-style-xsl \
libxslt \
rpmdevtools \
python-blessings \
python-blessed \
; yum clean all
RUN useradd sandbox

View file

@ -18,7 +18,7 @@ RUN yum -y install \
docbook-style-xsl \
libxslt \
rpmdevtools \
python-blessings \
python-blessed \
&& yum clean all
RUN useradd sandbox

View file

@ -8,14 +8,14 @@ RUN dnf -y install \
python2-devel \
python-mock \
python-nose \
python-blessings \
python-blessed \
python-pep8 \
python-setuptools \
python-bugzilla \
python2-rpm \
python3-mock \
python3-nose \
python3-blessings \
python3-blessed \
python3-pep8 \
rsync \
createrepo_c

View file

@ -14,14 +14,13 @@ RUN dnf -y install \
python2-devel \
python-mock \
python-nose \
python-blessings \
python-pep8 \
python-setuptools \
python-bugzilla \
python2-rpm \
python3-mock \
python3-nose \
python3-blessings \
python3-blessed \
python3-pep8 \
rsync \
createrepo_c

View file

@ -1 +1 @@
blessings
blessed

View file

@ -34,7 +34,7 @@ setup(
packages=find_packages('src'),
include_package_data=True,
install_requires=[
'blessings'
'blessed'
],
# non-python scripts go here

View file

@ -28,7 +28,7 @@ import shlex
import shutil
import tempfile
from blessings import Terminal
from blessed import Terminal
from bugzilla.rhbugzilla import RHBugzilla

View file

@ -31,7 +31,7 @@ from mock import Mock, patch, call
from tempfile import NamedTemporaryFile
from textwrap import dedent
from unit import open_mock, Capture
from blessings import Terminal
from blessed import Terminal
class CommonTests(unittest.TestCase):

View file

@ -31,14 +31,14 @@ BuildRequires: python3-devel
BuildRequires: python3-setuptools
Requires: python3-setuptools
Requires: python3-bugzilla
Requires: python3-blessings
Requires: python3-blessed
Requires: rpm-python3
%else
BuildRequires: python2-devel
BuildRequires: python-setuptools
Requires: python-setuptools
Requires: python-bugzilla
Requires: python-blessings
Requires: python-blessed
Requires: rpm-python
%endif
BuildRequires: asciidoc