python-configglue 1.0-1build1 source package in Ubuntu
Changelog
python-configglue (1.0-1build1) precise; urgency=low * Rebuild to drop python2.6 dependencies. -- Matthias Klose <email address hidden> Sat, 31 Dec 2011 02:09:20 +0000
Upload details
- Uploaded by:
- Matthias Klose
- Uploaded to:
- Precise
- Original maintainer:
- Andrew Mitchell
- Architectures:
- all
- Section:
- python
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Precise | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-configglue_1.0.orig.tar.gz | 35.0 KiB | a77b61e59745e8ce78a1e9b8b0f3e7d1f37aa2460ec9e3bdc05a708baccbf3bb |
python-configglue_1.0-1build1.diff.gz | 2.2 KiB | 452243472016dace82a8bc7194827d9b7ae4e921d532aa35b7b9a3cab104ac90 |
python-configglue_1.0-1build1.dsc | 1.1 KiB | 41fea8bdbc55cb145e9a4d7bc87837b47748fc5635692f4074ab9b3a2009cbca |
Available diffs
- diff from 1.0-1 to 1.0-1build1 (299 bytes)
Binary packages built by this source
- python-configglue: Glues together optparse.OptionParser and ConfigParser.ConfigParser
Configglue is a library that glues together python's optparse.
OptionParser
and ConfigParser.ConfigParser, so that the same options can be exported to a
configuration file and a commandline interface.