Description: Adapt for newer versions of setuptools-scm.
 setuptools-sm not only messes with the version, but has changed the output
 format of the version file.
Author: Mathias Behrle <mathiasb@m9s.biz>
Bug-Debian: https://bugs.debian.org/1101629
Forwarded: not-needed
Last-Update: 2025-03-31

--- python-csb43-0.10.1+dfsg.orig/src/csb43/_version.py
+++ python-csb43-0.10.1+dfsg/src/csb43/_version.py
@@ -1,8 +1,13 @@
-# file generated by setuptools_scm
+# file generated by setuptools-scm
 # don't change, don't track in version control
+
+__all__ = ["__version__", "__version_tuple__", "version", "version_tuple"]
+
 TYPE_CHECKING = False
 if TYPE_CHECKING:
-    from typing import Tuple, Union
+    from typing import Tuple
+    from typing import Union
+
     VERSION_TUPLE = Tuple[Union[int, str], ...]
 else:
     VERSION_TUPLE = object
