Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version number in __init__.py #46157

Closed
jlp mannequin opened this issue Jan 15, 2008 · 9 comments
Closed

Update version number in __init__.py #46157

jlp mannequin opened this issue Jan 15, 2008 · 9 comments
Assignees
Labels
easy stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@jlp
Copy link
Mannequin

jlp mannequin commented Jan 15, 2008

BPO 1835
Nosy @malemburg, @theller, @tarekziade, @akitada

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/tarekziade'
closed_at = <Date 2009-02-05.09:11:27.338>
created_at = <Date 2008-01-15.17:21:09.474>
labels = ['easy', 'type-bug', 'library']
title = 'Update version number in __init__.py'
updated_at = <Date 2009-02-06.11:22:04.648>
user = 'https://bugs.python.org/jlp'

bugs.python.org fields:

activity = <Date 2009-02-06.11:22:04.648>
actor = 'lemburg'
assignee = 'tarek'
closed = True
closed_date = <Date 2009-02-05.09:11:27.338>
closer = 'tarek'
components = ['Distutils']
creation = <Date 2008-01-15.17:21:09.474>
creator = 'jlp'
dependencies = []
files = []
hgrepos = []
issue_num = 1835
keywords = ['easy']
message_count = 9.0
messages = ['59974', '59977', '59978', '80950', '80953', '80958', '81187', '81213', '81260']
nosy_count = 5.0
nosy_names = ['lemburg', 'theller', 'jlp', 'tarek', 'akitada']
pr_nums = []
priority = 'low'
resolution = None
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue1835'
versions = ['Python 2.6', 'Python 3.0']

@jlp
Copy link
Mannequin Author

jlp mannequin commented Jan 15, 2008

In the distutils directory the file __init__.py is not updated to 3.0.

@jlp jlp mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Jan 15, 2008
@gvanrossum
Copy link
Member

The comment indicates it's not automatic that the version number follows
the Python release number.

Assigning to MAL who wants to coordinated this according to that same
comment.

@malemburg
Copy link
Member

The version number should only be bumped for major enhancements to
distutils or backwards incompatible changes.

Have there been any such changes ?

@akitada
Copy link
Mannequin

akitada mannequin commented Feb 2, 2009

It seems the version number has been bumped now.
Was it okay?

@malemburg
Copy link
Member

The distutils version number is now updated automatically by the Python
release process, so the comment in that file can be removed.

@tarekziade
Copy link
Mannequin

tarekziade mannequin commented Feb 2, 2009

I'll change the comment explaining how things work now.

@tarekziade tarekziade mannequin assigned tarekziade and unassigned malemburg Feb 2, 2009
@tarekziade
Copy link
Mannequin

tarekziade mannequin commented Feb 5, 2009

fixed on r69285

@tarekziade tarekziade mannequin closed this as completed Feb 5, 2009
@theller
Copy link

theller commented Feb 5, 2009

The distutils version number is now updated automatically by the Python
release process, so the comment in that file can be removed.

How does this mechanism work? I'm wondering if I should use a similar
mechanism for the ctypes version number...

@malemburg
Copy link
Member

On 2009-02-05 14:23, Thomas Heller wrote:

Thomas Heller <theller@ctypes.org> added the comment:

> The distutils version number is now updated automatically by the Python
> release process, so the comment in that file can be removed.

How does this mechanism work? I'm wondering if I should use a similar
mechanism for the ctypes version number...

This is done by Barry's release.py script:

http://svn.python.org/view/sandbox/trunk/release/release.py

in bump().

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants