Skip to content

Commit 3acedf5

Browse files
author
Nima Talebi
committed
Final cleanup
1 parent 1bd60ee commit 3acedf5

3 files changed

Lines changed: 13 additions & 4 deletions

File tree

debian/changelog

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@ python-dmidecode (3.10.6-1) unstable; urgency=low
33
* Introducing the XML extensions to python-dmidecode, by of David Sommerseth
44
from Red Hat. A big thankyou to David, Red Hat, and other people from
55
Red Hat that contributed (and are still contributing) time and knowledge
6-
to this project.
7-
8-
-- Nima Talebi <[email protected]> Fri, 22 May 2009 20:28:08 +1000
6+
to this project. These changes are summarized as follows...
7+
* Rewritten the internals to use libxml2 for (in memory) data storage.
8+
* Added much more useful information into the XML data than what the original
9+
data structured could held.
10+
* Implemented mapping methods to dynamically map XML fields to Python
11+
dictionaries. The mapping itself is defined in an XML file utilising XPath
12+
expressions.
13+
* Prepared python-dmidecode for a native XML implementation from Python using
14+
libxml2.
15+
16+
-- Nima Talebi <[email protected]> Sat, 23 May 2009 13:19:25 +1000
917

1018
python-dmidecode (2.10.6-1) unstable; urgency=low
1119

debian/control

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Description: Python extension module for dmidecode
2525
Package: python-dmidecode-dbg
2626
Architecture: any
2727
Priority: extra
28+
Section: debug
2829
Depends: python-dmidecode (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
2930
python-dbg
3031
Provides: ${python:Provides}

src/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name = "python-dmidecode",
5-
version = "3.10.5",
5+
version = "3.10.6",
66
description = "Python extension module for dmidecode",
77
author = "Nima Talebi & David Sommerseth",
88

0 commit comments

Comments
 (0)