https://bugs.gentoo.org/891189 https://github.com/MythTV/mythtv/issues/711 https://github.com/MythTV/mythtv/commit/23e158cbd9357e0d31834dff9c45022758671255 From 23e158cbd9357e0d31834dff9c45022758671255 Mon Sep 17 00:00:00 2001 From: David Hampton Date: Sun, 5 Jun 2022 00:43:38 -0400 Subject: [PATCH] Fix "XX.0.-1 is an invalid version" warning in python bindings. (cherry picked from commit 0f8e58b20a4246d46a77406fcf3c5368fbabaf8b) Fixes #711. --- a/bindings/python/setup.cfg +++ b/bindings/python/setup.cfg @@ -2,7 +2,7 @@ [metadata] name = MythTV -version = 32.0.-1 +version = 32.0 description = MythTV Python bindings. long_description = Provides canned database and protocol access to the MythTV database, mythproto, mythxml, services_api and frontend remote control. url = https://mythtv.org