~ubuntu-branches/ubuntu/raring/ipython/raring

« back to all changes in this revision

Viewing changes to IPython/core/release.py

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2012-10-16 01:03:41 UTC
  • mfrom: (1.2.19)
  • Revision ID: package-import@ubuntu.com-20121016010341-x6dmefdgqta4aev8
Tags: 0.13.1~rc3-0ubuntu1
* New upstream bugfix release candidate, commit 5f1e6abdf63
* refresh patches, drop applied except-shadows-builtin-fix.patch
* depend on libjs-jquery >= 1.7 (Closes: #685986)
* drop build depends on dh-linktree and libjs-jquery-ui (Closes: #685985)
  - needs to be added again when we can use the packaged jquery-ui
* drop LC_ALL=C.UTF-8 from build and install, not required anymore
* override dh_python[23] to work around #683108
* build depend on libc-bin (>= 2.13-1~) for C.UTF-8 locale used in tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
# version
22
22
_version_major = 0
23
23
_version_minor = 13
24
 
_version_micro = ''  # use '' for first of series, number for 1 and above
25
 
#_version_extra = 'dev'
26
 
#_version_extra = 'rc1'
27
 
_version_extra = ''  # Uncomment this for full releases
 
24
_version_micro = 1  # use '' for first of series, number for 1 and above
 
25
# _version_extra = 'dev'
 
26
_version_extra = 'rc2'
 
27
# _version_extra = ''  # Uncomment this for full releases
28
28
 
29
29
# Construct full version string from these.
30
30
_ver = [_version_major, _version_minor]
114
114
           'Brian'    : ('Brian E Granger', 'ellisonbg@gmail.com'),
115
115
           'Min'      : ('Min Ragan-Kelley', 'benjaminrk@gmail.com'),
116
116
           'Thomas'   : ('Thomas A. Kluyver', 'takowl@gmail.com'),
117
 
           'Jörgen'   : ('Jörgen Stenarson', 'jorgen.stenarson@bostream.nu'),
 
117
           'Jorgen'   : ('Jorgen Stenarson', 'jorgen.stenarson@bostream.nu'),
118
118
           'Matthias' : ('Matthias Bussonnier', 'bussonniermatthias@gmail.com'),
119
119
           }
120
120