[Python-Dev] PEP 386 and dev repository versions workflow (original) (raw)
anatoly techtonik techtonik at gmail.com
Mon May 2 19:14:50 CEST 2011
- Previous message: [Python-Dev] Convert Py_Buffer to Py_UNICODE
- Next message: [Python-Dev] PEP 386 and dev repository versions workflow
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://guide.python-distribute.org/quickstart.html proposes suffixing version of a module in repository with 'dev' in a way that after release of '1.0' version, the repository version is changed to '2.0dev'. This makes sense, but it is not compatible with PEP 386, which suggests using 2.0.devN, where N is a repository revision number. I'd expand PEP 386 to include 2.0dev use case.
-- anatoly t.
- Previous message: [Python-Dev] Convert Py_Buffer to Py_UNICODE
- Next message: [Python-Dev] PEP 386 and dev repository versions workflow
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]