#993 python3-flask-script is orphaned
Closed: Fixed 4 years ago by praiskup. Opened 4 years ago by praiskup.

This affects fedora 32+. https://src.fedoraproject.org/rpms/python-flask-script

We need to take over the maintainership, or better follow upstream advice and port our code to build-in CLI tool.

Warning

While the maintainers are willing to merge PR’s, they are not actively developing features. As of Flask 0.11, Flask includes a built-in CLI tool, and that may fit your needs better.

Metadata Update from @praiskup:
- Issue assigned to thrnciar

4 years ago

Seems like the package was revived for now by @lsedlar, but I still think we should move - and the sooner the better.

To provide more information, I took the package over as a dependency of ODCS, but the plan is to replace it with something else and once that happens, I'll most-likely orphan it again.

I still see it in code

$ git grep flask-script
backend/copr-backend.spec:- add python-flask-script and python-flask-whooshee to requirements
beaker-tests/Regression/backend/setup.sh:dnf -y install python3-flask-script
beaker-tests/Regression/dist-git/setup.sh:    dnf -y install python3-flask-script
cli/copr-cli.spec:- add python-flask-script and python-flask-whooshee to requirements
frontend/copr-frontend.spec:BuildRequires: python3-flask-script
frontend/copr-frontend.spec:Requires: python3-flask-script
frontend/copr-frontend.spec:- manage.py ported out from flask-script third party module
frontend/copr-frontend.spec:- add python-flask-script and python-flask-whooshee to requirements
keygen/copr-keygen.spec:- add python-flask-script and python-flask-whooshee to requirements
mocks/copr-mocks.spec:Requires: python3-flask-script
python/python-copr.spec:- add python-flask-script and python-flask-whooshee to requirements
test_suite.sh:# sphinx flask flask-script SQLAlchemy==0.8.7 flask-whooshee Flask-OpenID Flask-SQLAlchemy==1.0  Flask-WTF blinker pytz markdown pyLibravatar pydns  flexmock whoosh decorator

We do not use it, de facto. Can you please wipe it from spec and from tests?

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1170 Merged 4 years ago
  • #1156 Merged 4 years ago