Make development version strings PEP 440 compliant #366

Merged
fnux merged 2 commits from :pep-440-fix into master 2024-05-01 12:11:08 +00:00

2 commits

Author SHA1 Message Date
853aac03da
Merge sed commands 2023-06-04 14:37:34 +02:00
ffbd043971
Make development version strings PEP 440 compliant
With current pip (23.1.2) and setuptools (67.7.2) versions, installation
from Git was failing with "Invalid version: '7.0.0-17-ge57cf1e7'"
message. The issue can be reproduced by running the following command
with the latest pip and setuptools installed:

  $ pip install git+https://code.ungleich.ch/ungleich-public/cdist.git@e57cf1e70a3818180b3f54e1e0364ff3b6bbd9cc#egg=cdist
2023-05-10 22:00:11 +02:00