python-createrepo_c-0.9.1-1.fc21$>OlD"ĉ'H>95?5d # P !(< F P d i p(8/9/:D/G1xH1I1X1Y1\1]1^2*b2{d3Oe3Tf3Wl3Yt3pu3v3w4tx4y45Cpython-createrepo_c0.9.11.fc21Python bindings for the createrepo_c libraryPython bindings for the createrepo_c library.V& - 0.9.1-1Tomas Mlcoch - 0.9.0-2Tomas Mlcoch - 0.9.0-1Tomas Mlcoch - 0.8.3-1Tomas Mlcoch - 0.8.2-1Tomas Mlcoch - 0.8.1-1Tomas Mlcoch - 0.8.0-1Tomas Mlcoch - 0.7.7-1Tomas Mlcoch - 0.7.6-1Tomas Mlcoch - 0.7.5-1Tomas Mlcoch - 0.7.4-1Tomas Mlcoch - 0.7.3-1Tomas Mlcoch - 0.7.2-1Tomas Mlcoch - 0.7.1-1Tomas Mlcoch - 0.7.0-1Tomas Mlcoch - 0.6.1-1Tomas Mlcoch - 0.6.0-1Tomas Mlcoch - 0.5.0-1Tomas Mlcoch - 0.4.1-1Tomas Mlcoch - 0.4.0-1Tomas Mlcoch - 0.3.1-2Tomas Mlcoch - 0.3.0-1Tomas Mlcoch - 0.2.2-1Tomas Mlcoch - 0.2.1-3Tomas Mlcoch - 0.2.1-2Tomas Mlcoch - 0.2.1-1Tomas Mlcoch - 0.2.0-1Tomas Mlcoch - 0.1.17-3Tomas Mlcoch - 0.1.17-1Tomas Mlcoch - 0.1.16-2Tomas Mlcoch - 0.1.16-1Tomas Mlcoch - 0.1.15-1Tomas Mlcoch - 0.1.14-1Tomas Mlcoch - 0.1.13-1Tomas Mlcoch - 0.1.12-2Tomas Mlcoch - 0.1.12-1Tomas Mlcoch - 0.1.11-1Tomas Mlcoch - 0.1.10-1Tomas Mlcoch - 0.1.9-1Tomas Mlcoch - 0.1.8-1Tomas Mlcoch - 0.1.7-1Tomas Mlcoch - 0.1.5-1Tomas Mlcoch - 0.1.4-1Tomas Mlcoch - 0.1.3-1Tomas Mlcoch - 0.1.2-1Tomas Mlcoch - 0.1.1-1Tomas Mlcoch - 0.1.0-1- Fix double free during parsing broken XML metadata (Issue #33) - Tests: Add acceptance test for --general-compress-type option - Fix 'CR_CW_UNKNOWN_COMPRESSION cannot be used' error - Refactoring: Fix compiler warnings - Add --general-compress-type option (RhBug 1253850) - Enable drpm support when drpm library is detected on system (RhBug: 1261031) (Issue #37) - fix traceback on non-complete datetime information (Jarek Polok) - parsehdr: Skip broken dependency with bad (non-numerical) epoch and print warning about that (https://lists.fedoraproject.org/pipermail/devel/2015-August/213882.html) - misc: cr_str_to_evr(): Return NULL instead of "0" for bad (non-numerical) epoch - updateinfo: Fix a typo in the package release attribute (Luke Macken) - CMake: Don't require CXX compiler - Tests for different checksum type for RPMs and repodata files (#31) - Support different checksum type for RPMs and repodata files (#31)- Add drpm as a BuildRequire- mergerepo_c: Prepend protocol (file://) for URLs in pkgorigins (if --koji is used) - Update bash completion - doc: Update manpages - mergerepo: Fix NVR merging method - mergerepo: Fix behavior of --all param - createrepo: Add --cut-dirs and --location-prefix options - misc: Add cr_cut_dirs() - mergerepo: Use better version comparison algorithm - utils: Port cr_cmp_version_str() to rpm's algorithm (rpmvercmp) - misc: Rename elements in cr_Version structure - mergerepo: Fix version-release comparison for packages when --all is used - mergerepo: Show warnings if some groupfile cannot be automatically used - mergerepo: Exit with error code when a groupfile cannot be copied- mergerepo: Do not prepend file:// if protocol is already specified- doc: Add man pages for sqliterepo and update manpages for other tools - mergerepo: Work only with noarch packages if --koji is used and no archlist is specified - mergerepo: Use file:// protocol in local baseurl - mergerepo: Do not include baseurl for first repo if --koji is specified (RhBug: 1220082) - mergerepo_c: Support multilib arch for --koji repos - mergerepo_c: Refactoring - Print debug message with version in each tool when --verbose is used - modifyrepo: Don't override file with itself (RhBug: 1215229)- Fix bash completion for RHEL 6- New tool Sqliterepo_c - It generates sqlite databases into repos where the sqlite is missing. - Internal refactoring and code cleanup- Proper directory for temporary files when --local-sqlite is used (Issue #12) - Bring bash completion install dir and filenames up to date with current bash-completion- Python: Add __contains__ method to Repomd() class- Python repomd: Support for iteration and indexing by type - e.g. record = repomd['primary'] - Show warning if an XML parser probably parsed a bad type of medata (New XML parser warning type CR_XML_WARNING_BADMDTYPE) - drpm library: Explicitly try to locate libdrpm.so.0 - deltarpms: Don't show options for delta rpms if support is not available- createrepo_c, mergerepo_c: Follow redirs by default while downloading remote repos - mergerepo_c: Fix segfault when a package without sourcerpm is part of metadata and --koji option is used- xml_parser: Add file path into error messages - Refactor: Replace g_error() with g_critical() (RhBug: 1162102)- createrepo_c: New option --local-sqlite- Mergerepo: Fix mergerepo - Mergerepo: Add some debugging of metadata read.- deltarpms: Update module to work with current version of drpm - mergerepo_c: Add --omit-baseurl option - craterepo_c: Gen empty repo if empty pkglist is used - Docs: Output python docs to separate directory - Several small fixes- updateinfo: Use Python datetime objects in python bindings- Support for updateinfo.xml manipulation (including Python bindings)- Experimental delta rpm (DRPM) support (Disabled in Fedora build).- Initialize threads correctly on old versions of GLib2 (RhBug: 1108787) - Do not print log domain (get rid off C_CREATEREPOLIB prefix in log messages) - Implements support for --cachedir - New option --retain-old-md-by-age - Few small API changes- Change default behavior of repodata files handling. (RhBug: 1094539) See: https://github.com/Tojaj/createrepo_c/wiki/New-File-Handling By default, createrepo leaves old groupfiles (comps files) in the repodata/ directory during update. Createrepo_c did the same thing but the version 0.4.0 changes this behaviour.- Support for weak and rich dependecies- Relevant only for developers using createrepo_c library: New approach for metadata loading in case of internal high-level parser functions (see commit messages for more information: d6ed327595, 0b0e75203e, ad1e8450f5) - Support for changelog limit value == -1 (include all changelogs) - Update debug compilation flags - Update man pages (Add synompsis with usage) - Update usage examples in help- Temporary remove deltarepo subpackages - cmake: Do not install deltarepo stuff yet - helper: Removed cr_remove_metadata() and cr_get_list_of_md_locations() - Add module helpers - Sanitize strings before writting them to XML or sqlitedb (ISSUE #3)- New expert option: --ignore-lock- More effort to avoid residual .repodata/ directory on error - Add deltarepo and python-deltarepo subpackages - Add modifyrepo_c - Add documentation for python bindings - Refactored code & a lot of little bug fixes- checksum: Set SHA to be the same as SHA1 (For compatibility with original Createrepo)- 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.- 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.- Fix double free() when old metadata parsing failed. (related to RhBug: 920795) - Convert all strings to UTF-8 while dumping XML. (related RhBug: 920795)- 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().- Fix usage of rpm keyring (RhBug:918645) - More generic interface of repomd module - Code refactoring - Add some usage examples into the doxygen documentation and .h files - Rename version constants in version.h - New function cr_package_nevra (returns package nevra string)- Fix bug in final move from .repodata/ -> repodata/ - Fix warnings from RPM library. RPM library is thread-unsafe. This includes also reading headers. Use of empty keyring for rpm transaction should work around the problem.- Fix filelists database generation (use '.' instead of '' for current dir)- Fix race-condition during task buffering in createrepo_c- Fix removing old repomd.xml while --update- Fix bug in sqlite filelists database - Fix memory leak- Deterministic output! Packages in output repodata are now sorted by ASCII value - Support for Koji mergerepos behaviour in mergerepo_c (new --koji, --groupfile and --blocked params) - Better atomicity while finall move .repodata/ -> repodata/ - Repomd module supports pkgorigins record - Some new functions in misc module - Small changes in library interface- Another memory usage optimalization- Some changes in library interface - Memory usage optimalization - Fix a segfault and a race condition - New cmd options: --read-pkgs-list and --retain-old-md param - Few other bugfixes- New interface of repomd module - New cmd options: --repo --revision --distro --content --basedir - New createrepo_c specific cmd option --keep-all-metadata - Few bugfixes- SQLite support - Bash completion - createrepo_c support for --compress-type param - Improved logging - Subpackages -devel and -libsi - Relicensed to GPLv2 - Doxygen documentation in devel package - README update- Support for .xz compression - Unversioned .so excluded from installation- New mergerepo params: --all, --noarch-repo and --method - Fix segfault when more than one --excludes param used- Set RelWithDebInfo as default cmake build type- Add version.h header file- Add license- First public release0.9.1-1.fc210.9.1-1.fc21createrepo_c__init__.py__init__.pyc__init__.pyo_createrepo_cmodule.so/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/createrepo_c/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tablesdrpmxz2i686-redhat-linux-gnudirectoryPython script, ASCII text executablepython 2.7 byte-compiledELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=96c6adda79b3951929e90844a5bb07faac540dfe, strippedRRRRRRRRR R RRR RRR RRRRRRR RRR?p7zXZ !#,(t]"k%pa P^l*2O7 C|;Ҡ /|EpV+As9۫ˀuBSdvZ#`7pbR䩱K"c! 393L5H; W>  {|bLAuRnxbn$yʷ jdN!/[>=(Qou?,}fS~ϫFtСȏ M@d>ơ!_)r!W|Mx)NߟlK23d ː@e:4tinitb) <$U^+]؜Ϋ׈bɴl 7%RU\ ͒vhaoYwdxܸelY8PtCo)/J  #lYӨ,"_59oyAu+o$o')m∓'T`z7;G2Gp_:V>X7bwR ds UR4{,VچHz8+&S@$Ť¾e,ec`rܛ|۵Ӌ By]& #+ $8ADn 7MXj_a_6UF2T2Ox(.FxBUQtK*t͝n$Df`)T`CWa ~]*@=ZdKZŹZ )N鳡)^z݈wîpَ&XVd"NJC$8ϟOJ*j Mj؅5v "F}GWzF;Zhq%dEsЉ[Jm8.ΐsahzՖ ,~/xas0]bS/",d ϢU|m7iQrc)T.J2B@i=DpnO11?^l~1'N}Xg ݜfZ%nWmP`?_?PD"uYR-C6x4|)e=]z$ %i瞭nRX~$ #5R)H/Fp,UJWVt}/ ZN"ڵ|; ut3߄<m˱1y ؚ ˲GƻK7zz۬7if#B Ɓ+Qo'Q(*;uK)ZhOF-qS$=1XA;2KgKba^ViмBO~"EjkJ0N%PުPbFЙ#)y89 kIX:&%Y;CgzTKp$ d pe=h̑ZqPUNtQ9x@9:t۶LI6j+X2zF=7dT…pZp!!POO*4%[B5gt~a6:ڍF'|NؕR#s2<e҇2uRB 4/ԂiLuD1-ߎN$4Fe1{h~d̗,l<u9cL1Vv ]kXɎ6ow7LwNHpN904惫 ;)wm) Z_18Y*V"{`FTEzB^bmxZƒHIop1@0S4DFZ+S1ÑJmN,ed&Qyxm:qc xfFm&`^?tr=w͉ӄ?G:?;L9LSB;6ԛ(D0߃c\(T+։_x:4ZKdBEՄɨPIV765p8jw]/@L m"2ڂTUfB'yD3BZyoqo4uchbhq̔$;uЩB~$L*lۗb.W߷wi#Bgdjj4\_8 jmP-.J!(. WŶأ}PJF'ӂI_lC){L'(ԋH2;YꘫAL2gps2CdߎQu "\O\tm2@?c䱚~46?,zS~ Ȅ^hsqUv=9AHPʂ͔R3FW>" 4@S V %Pz^ ;`}8suDD i.%ّ7Y1/%c :k ºR;s@4_JAb!GCyUgUsho7iIĬW=?{u-wR`jKq P@)KUP ^{(!u\4@@Gte@cct7O ]h ;-E/~4ԒOJWZ疱ARD# &]!Yz^WE l={, ½8@@0egKFK?{ksƎP| "]@?Q|og)~M;h8E: ]$ت?9j_gw0"W`O/pЬ&$ $)sàÙ܋e rQ[.lz7⛁-;ܲ;퀁SǦ:^p,tjx;҄z]A or,9!(>C]EAUCn0ct(M)lZH_+kY@fn#6ll$9_l34[,+Gs zE%kŬZ3k腩ԐklR6ͤQta5$Όqrk |N O[7s3;wh*-@FdFMaq+ǖk8]bBj [kTbPB;K7295jEw<@g x͍ZφCǷΟgUym$S 95i,w=Kg8kK_-?&$6) 41%3,蛮v&75g]"lq9x3g_n/@@V`)sDŽ7fAwr$%cxc`w1UYfeLD-PZC7tXE!?V%PB詩Pkٍ;xC{ seVn?X#Ma(C7ϰN &v 'tilaxz[AF- Eoba0󆍇'3n$ S26+DŽGoBró|"9&01 䅾ۆJy;~9&tuYTсyF{Ż = ,+[p[C )whȺ