sibson / vncdotool

A command line VNC client and python library
Other
451 stars 120 forks source link

Simplify RPM support to Python 3 only #268

Closed pevogam closed 1 year ago

pevogam commented 1 year ago

Now that the VNCDoTool no longer officially supports Python 2 we can simplify the RPM spec file and restore compatibility with most recent RPM packager distros.

pevogam commented 1 year ago

Hi @sibson, have you considered a later update of the python packaging via a toml file as described in the latest packaging guidelines from https://packaging.python.org/en/latest/tutorials/packaging-projects/#creating-pyproject-toml? I am just wondering. Otherwise I will be glad if you consider this pull request restricts RPM packaging to python 3 only, updates, and simplifies it.

sibson commented 1 year ago

thanks, ✨ 🍰 ✨

I've not thought about toml. Assuming there are no regressions I wouldn't object to upgrading.