Skip to content

Commit 06731b5

Browse files
author
Simple Geebus
committed
Prepared changelog for build 127
1 parent 77cb11f commit 06731b5

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

debian/changelog

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
python-oauth2 (1.3.127) lucid; urgency=low
2+
3+
[ Zooko Ofsimplegeo ]
4+
* run tests when building
5+
* raise exception from a test just to see if hudson is *really*
6+
running these tests. I don't see the test results.
7+
* put version number in a file where it can be read and written by
8+
various things (including hudson)
9+
* make oauth2.__version__ exist, rename VERSION to OAUTH_VERSION for
10+
clarity
11+
* debian/control -- build-dep pyflakes
12+
* fix pyflakes
13+
* build-dep requires python-coverage
14+
* switch from nosetests to the builtin test runner Just because it
15+
doesn't seem to currently use any feature of nosetest and this way
16+
we can reduce the dependencies by one. We'll feel free to switch it
17+
back to using nosetests (and add the dep to debian/control this
18+
time) if we want to use some extra feature of nose.
19+
* remove test failure which was inserted just to see if hudson was
20+
running the tests properly
21+
* Fix bug inserted by pyflakes inspired cleanup earlier -- it turns
22+
out that _get_version() wasn't dead code but was having a necessary
23+
side-effect. Add new method named _check_version() to be clearer
24+
about what it does compared to _get_version()
25+
* port tests from mox to mock because they were failing and I don't
26+
understand mox. now they are working. add mock to the python and
27+
debian deps. remove apparently left-over line of code that runs
28+
"sign()" at the end of checking a signature
29+
30+
[ SimpleGeo Nerds ]
31+
32+
-- SimpleGeo Nerds <[email protected]> Tue, 04 Jan 2011 19:39:34 +0000
33+
134
python-oauth2 (1.2.1) lucid; urgency=low
235

336
[ Joe Stump ]

oauth2/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is the version of this source code.
22

3-
verstr = "1.3"
3+
verstr = "1.3.127"
44
try:
55
from pyutil.version_class import Version as pyutil_Version
66
__version__ = pyutil_Version(verstr)

0 commit comments

Comments
 (0)