|
1 |
| -1.3.dev |
| 1 | +1.3 |
2 | 2 | ----------------------------------------
|
3 | 3 |
|
4 | 4 | - fix issue2 - adapt tests on Jython
|
|
7 | 7 | all their attributes instead of raising ImportError. This addresses
|
8 | 8 | python3.4 where any call to getframeinfo() can choke on sys.modules
|
9 | 9 | contents if pytest is not installed (because py.test.* imports it).
|
| 10 | +- introduce apipkg.distribution_version(name) as helper to |
| 11 | + obtain the current version number of a package from install metadata |
| 12 | + its used by default with the package name |
10 | 13 |
|
11 | 14 | 1.2
|
12 | 15 | ----------------------------------------
|
|
26 | 29 | ----------------------------------------
|
27 | 30 |
|
28 | 31 | - make apipkg memorize the absolute path where a package starts
|
29 |
| - importing so that subsequent chdir + imports won't break. |
| 32 | + importing so that subsequent chdir + imports won't break. |
30 | 33 |
|
31 | 34 | - allow to alias modules
|
32 | 35 |
|
|
36 | 39 | 1.0.0b6
|
37 | 40 | ----------------------------------------
|
38 | 41 |
|
39 |
| -- fix recursive import issue resulting in a superflous KeyError |
| 42 | +- fix recursive import issue resulting in a superflous KeyError |
40 | 43 | - default to __version__ '0' and not set __loader__ or __path__ at all if it
|
41 | 44 | doesn't exist on the underlying init module
|
42 | 45 |
|
43 | 46 | 1.0.0b5
|
44 | 47 | ----------------------------------------
|
45 | 48 |
|
46 | 49 | - fixed MANIFEST.in
|
47 |
| -- also transfer __loader__ attribute (thanks Ralf Schmitt) |
48 |
| -- compat fix for BPython |
| 50 | +- also transfer __loader__ attribute (thanks Ralf Schmitt) |
| 51 | +- compat fix for BPython |
49 | 52 |
|
50 | 53 | 1.0.0b3 (compared to 1.0.0b2)
|
51 | 54 | ------------------------------------
|
52 | 55 |
|
53 |
| -- added special __onfirstaccess__ attribute whose value will |
54 |
| - be called on the first attribute access of an apimodule. |
| 56 | +- added special __onfirstaccess__ attribute whose value will |
| 57 | + be called on the first attribute access of an apimodule. |
55 | 58 |
|
0 commit comments