On Fri, Jul 19, 2024 at 11:06:46AM +0000, Stefano Rivera wrote: > [...] > > May be pybuild doesn't handle correctly a version string like 0.10.0+dfsg-1? > > Yeah, you shouldn't have to export that because pybuild does. But, > right, it's not removing +dfsg. Now that PEP-440 versions are strongly > enforced, that's no good. > > Committed: > https://salsa.debian.org/python-team/tools/dh-python/-/commit/ae0facfd1216fd25185aa5f1db9f12b26e3dbcf1
But PEP-440 allows "+dfsg" as the "Local version identifier", so I don't understand why this must be removed. Best wishes, Julian