Opened 12 years ago

Closed 12 years ago

#17491 closed Bug (fixed)

setup.py doesn't honor the version number format expected by distutils

Reported by: Aymeric Augustin Owned by: nobody
Component: Uncategorized Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Patch attached. This is an issue in itself — we aren't good citizens. In addition, this patch fixes #11236.

I don't know all the places where this version number ends up; we might have to keep the current version for backwards compatibility.

Attachments (1)

17491.patch (1.9 KB ) - added by Aymeric Augustin 12 years ago.

Download all attachments as: .zip

Change History (2)

by Aymeric Augustin, 12 years ago

Attachment: 17491.patch added

comment:1 by Aymeric Augustin, 12 years ago

Resolution: fixed
Status: newclosed

In [17351]:

Fixed #17491 -- Honored the version number format expected by distutils. Fixed #11236 too.

Note: See TracTickets for help on using tickets.
Back to Top