Fri, 03 May 2024 03:03:42 UTC | login

Information for build libcomps-0.1.6-13.el7.centos

ID15356
Package Namelibcomps
Version0.1.6
Release13.el7.centos
Epoch
SummaryComps XML file manipulation library
DescriptionLibcomps is library for structure-like manipulation with content of comps XML files. Supports read/write XML file, structure(s) modification.
Built byalphacc
State complete
Volume DEFAULT
StartedFri, 27 Jan 2017 10:16:42 UTC
CompletedFri, 27 Jan 2017 10:19:51 UTC
Taskbuild (core7-extras-common-el7.centos, libcomps-0.1.6-13.el7.centos.src.rpm)
Tags
core7-extras-common-candidate
RPMs
src
libcomps-0.1.6-13.el7.centos.src.rpm (info) (download)
noarch
libcomps-doc-0.1.6-13.el7.centos.noarch.rpm (info) (download)
python-libcomps-doc-0.1.6-13.el7.centos.noarch.rpm (info) (download)
x86_64
libcomps-0.1.6-13.el7.centos.x86_64.rpm (info) (download)
libcomps-devel-0.1.6-13.el7.centos.x86_64.rpm (info) (download)
python-libcomps-0.1.6-13.el7.centos.x86_64.rpm (info) (download)
libcomps-debuginfo-0.1.6-13.el7.centos.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
state.log
Changelog * Wed Jan 29 2014 Jindrich Luza <jluza@redhat.com> 0.1.6 - version bumped - added libcomps.MDict.keys() - libcomps.MDict.values() - libcomps.MDict.items() - libcomps.MDict.clear() - libcomps.MDict.update() - libcomps.MDict.copy() - COMPS_List replaced with COMPS_HSList - added missing basearchonly to DocGroupPackage - python3/CMakeLists.txt fixed - added explicit attributes support for xml options - added arch_filter test for python - insert method in libcomps.Sequence - Unioning is now accomplished with replace x append policy - Weaker package equality check (comparing only name now) - Fixed leeks in unioning - modified test_merge_comps test_libcomps - dictionaries are now storing keys in alphabetical order - comps parser redesigned - change python/tests directory composition - added elem attributes check in parser - xml output '_arch' attribute support - parser and xml output defaults options for specify defaults values - comps object validation in python - added validity checker before append/set object to list (python only) - .validate() method - added libcomps.Dict.keys - libcomps.Dict.values - libcomps.Dict.items - libcomps.Dict.clear - libcomps.Dict.update - libcomps.Dict.copy - added xml output options (comps.xml_str([options = {}]), comps.xml_f(options = {})) * Wed Oct 23 2013 Jindrich Luza <jluza@redhat.com> 0.1.4-4 - group.uservisible is true by default now. - fixed comps_mobjradix parent node problem - implemented bindings for blacklist, whiteout and langpacks - COMPS_Logger redesigned * Tue Oct 08 2013 Jindrich Luza <jluza@redhat.com> 0.1.5 - version bump - PyCOMPS_Sequence.__getitem__["objectid"] implemented for libcomps.GroupList, libcomps.CategoryList, libcomps.EnvList - added missing files - missing display_order fix for libcomps.Environment * Tue Oct 01 2013 Jindrich Luza <jluza@redhat.com> 0.1.4 - added missing files - architectural redesign finished - fixed #1003986 by Gustavo Luiz Duarte guidelines (but not tested on ppc) - fixed bug #1000449 - fixed bug #1000442 - added GroupId.default test - some minor unreported bugs discovered during testing fixed - finished default attribute support in groupid object - Comps.get_last_parse_errors and Comps.get_last_parse_log has been renamed - as Comps.get_last_errors and Comps.get_last_log - version bumped. Python bindings is now easier. - added missing files * Tue Aug 20 2013 Jindrich Luza <jluza@redhat.com> 0.1.3 - finished default attribute support in groupid object - Comps.get_last_parse_errors and Comps.get_last_parse_log has been renamed - as Comps.get_last_errors and Comps.get_last_log - finished default attribute support in groupid object - Comps.get_last_parse_errors and Comps.get_last_parse_log has been renamed - as Comps.get_last_errors and Comps.get_last_log * Thu Jul 18 2013 Jindrich Luza <jluza@redhat.com> 0.1.2 - automatic changelog system - fixed issue #14 - libcomps.Dict is now behave more like python dict. Implemented iter(libcomps.Dict) - libcomps.iteritems() and libcomps.itervalues() - remaked error reporting system. - libcomps.Comps.fromxml_f and libcomps.Comps.fromxml_str now return - -1, 0 or 1. 0 means parse procedure completed without any problem, - 1 means there's some errors or warnings but not fatal. -1 indicates - fatal error problem (some results maybe given, but probably incomplete - and invalid) - errors catched during parsing can be obtained by calling - libcomps.Comps.get_last_parse_errors - all log is given by - libcomps.Comps.get_last_parse_log - prop system complete - fixed issue 1 - fixed issue 3 - added <packagereq requires=...> support - new prop system in progress.... - separated doc package - some minor fixes in CMakeFiles - improved integrated tests * Tue Jun 25 2013 Jindrich Luza <jluza@redhat.com> 0.1.1-1 - Automatic commit of package [libcomps] release [0.1.1-1].