Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-createrepo_c - Python bindings for the createrepo_c library
Python bindings for the createrepo_c library.
Packages
Latest: python-createrepo_c-0.2.1-2.el6.fio.x86_64.rpm
Changelog:
- * 2013-08-14 - Tomas Mlcoch <tmlcoch at redhat[DOTCOM]> - 0.2.1-1
- checksum: Set SHA to be the same as SHA1 (For compatibility with original
Createrepo)
- * 2013-08-05 - Tomas Mlcoch <tmlcoch at redhat[DOTCOM]> - 0.2.0-1
- Speedup (More parallelization)
- Changed C API
- Add python bindings
- A lot of bugfixes
- Add new make targets: tests (make tests - builds c tests) and test
(make test - runs c and python test suits).
- Changed interface of most of C modules - Better error reporting
(Add GError ** param).
- Experimental Python bindings (Beware: The interface is not final yet!).
- package: Add cr_package_copy method.
- sqlite: Do not recreate tables and triggers while opening existing db.
- mergerepo_c: Implicitly use --all with --koji.
- Man page update.
- * 2013-04-11 - Tomas Mlcoch <tmlcoch at redhat[DOTCOM]> - 0.1.17-3
- mergerepo_c: Add --simple-md-filenames and --unique-md-filenames
options. (RhBug: 950994)
- mergerepo_c: Always include noarch while mimic koji
mergerepos. (RhBug: 950991)
- Rename cr_package_parser_shutdown to cr_package_parser_cleanup()
- cr_db_info_update is now safe from sqlinjection.
- * 2013-03-25 - Tomas Mlcoch <tmlcoch at redhat[DOTCOM]> - 0.1.17-1
- Fix double free() when old metadata parsing failed. (related to RhBug: 920795)
- Convert all strings to UTF-8 while dumping XML. (related RhBug: 920795)
- * 2013-03-11 - Tomas Mlcoch <tmlcoch at redhat[DOTCOM]> - 0.1.16-2
- Remove creation of own empty rpm keyring for a transaction set.
This is not necessary since rpm-4.8.0-28 (rpm commit
cad147070e5513312d851f44998012e8f0cdf1e3). Moreover, own rpm keyring
causes a race condition in threads (causing double free()) which use
rpmReadPackageFile() called from cr_package_from_rpm().