1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-12-31 20:26:13 +01:00
github.com_openSUSE_osc/osc/util
Marcus Hüwe 4bb893a114 - added the following new modules:
* util/packagequery.py: it's used to query a RPM or DEB package. It also contains a
    base class for all package types (PackageQuery())
  * util/debquery.py: query a DEB package (name, version, release, provides, requires etc.)
- adapted util/rpmquery.py to use PackageQuery() as a base class
- minor changes in util/ar.py
2009-09-12 19:02:58 +00:00
..
__init__.py - added the following new modules: 2009-09-12 19:02:58 +00:00
ar.py - added the following new modules: 2009-09-12 19:02:58 +00:00
cpio.py - class CpioWrite(): use a valid file mode (default: regular file with permissions 0644) 2009-09-09 21:25:55 +00:00
debquery.py - added the following new modules: 2009-09-12 19:02:58 +00:00
packagequery.py - added the following new modules: 2009-09-12 19:02:58 +00:00
rpmquery.py - added the following new modules: 2009-09-12 19:02:58 +00:00