Make development version strings PEP 440 compliant #366

Open
lubo wants to merge 2 commits from lubo/cdist:pep-440-fix into master
First-time contributor

See the commit message.

See the commit message.
lubo added 1 commit 2023-05-10 20:19:11 +00: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
lubo added 1 commit 2023-06-04 12:51:16 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b lubo-pep-440-fix master
git pull pep-440-fix

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff lubo-pep-440-fix
git push origin master
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ungleich-public/cdist#366
No description provided.