1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
-*- rst -*-
============================
libdep-service-python NEWS
============================
0.0.5 (2012-10-18)
==================
0.0.4 did not work as advertised. This release has ``include_package_data``
set to ``True`` in ``setup.py``, thus including egg info.
0.0.4 (2012-10-18)
==================
Changes
-------
* Use ``distribute_setup`` to build the package, creating an ``egg-info``.
(Jonathan Lange)
0.0.3 (2012-10-16)
==================
Changes
-------
* Use the new v2 API provided by libdep-service. Consumers are now required
to supply the architectures they wish to query.
0.0.2
=====
Changes
-------
* Include ``setup_helpers.py`` so that we can actually install the package.
(Jonathan Lange)
0.0.1
=====
First ever release!
Provides very basic functionality as a client for libdep-service. APIs are
liable to change rapidly in the next few releases, so please don't expect
backwards compatibility.
|