|
| 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 | + |
1 | 34 | python-oauth2 (1.2.1) lucid; urgency=low
|
2 | 35 |
|
3 | 36 | [ Joe Stump ]
|
|
0 commit comments