python3-liborcus-0.18.1-150400.13.3.2<>,WeS5+p9|e1Æ^{V-eKd3ojؔ8E#=K{bS"%Ql0*|N2s4sB!i-N"'v, W2B^}6(8\cW]5m>,?,d ( Ehlx|  D ` |   N0( 8 $9 $: J$F%G&H&HI&X&Y&\&]'^'b(4c(d)xe)}f)l)u)v)w+(x+`y+(z,8,H,L,R,Cpython3-liborcus0.18.1150400.13.3.2Python bindings for liborcusPython 3 bindings for liborcus.eS5+s390zl36ZSUSE Linux Enterprise 15SUSE LLC MPL-2.0https://www.suse.com/Unspecifiedhttps://gitlab.com/orcus/orcus/linuxs390x ^y_#jA큤A큤eS5eS5eS5eS5eS5eS5eS5eS5eS5eS5eS5eS5eS5eS56e50a55e3e9ff1282f5881d7a9b645cfdcda7805e7810544384a68f9dfc517479892370862dbca72e99043dbefd6186f4442854c22c08a28a65b90bd97368e8254ef49cc77d1cbbb487e1d7d8bd29a08c37e07d9793392a5b08ab3eb4932b320d7d45571076b9aae8d679c5025017f5634ad107c1e69ad0105172c508c1e020a5fd0692fb87bcc9238fe8e819f4681ac63fdd3e3a88be0d39e97adc4703c47b7fd2027bc6ef5565a687f891cb5d022556634a379c6ace1058fcd551c46088a8af67ec48d91f89a55dcea9e581d72cc4b7c35d1e7dc6a57b5af5b056c50b3471b36ecc404497eeb09ffea1bea6457b5da2a1026757cce5c53ae27d3269945483fa046e337f1091cbd5a91ff50bbe6328574d8bfa1ac38a84c72c98365075d448053d0f331216e4ed1db6455787383ddb9f36f098dfa46ecae87976607f772d829521000d11f5b3088bc14a144cf6bf5b55bbf0e6da5eb06179952682bc8ff28810aba2e9fd58344d0d780735d79caf1c2dcc2caf0784813f60670d73a55120b4frootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootliborcus-0.18.1-150400.13.3.2.src.rpmliborcus-python3python3-liborcuspython3-liborcus(s390-64)@@@@@@@@@@@@@@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libixion-0.18.so.0()(64bit)liborcus-0.18.so.0()(64bit)liborcus-parser-0.18.so.0()(64bit)liborcus-spreadsheet-model-0.18.so.0()(64bit)libpython3.6m.so.1.0()(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.3d"d@dr@d da@a7a``"y@_@^@]n]_@]V]UI@\[_[WZH@Zv@Zp^@ZOhZ2gZ@XXBWEWEW4p@W+5V޾Vm@VwUQTN3fstrba@suse.comfstrba@suse.comdanilo.spinella@suse.commliska@suse.czmliska@suse.czfstrba@suse.comdanilo.spinella@suse.comdanilo.spinella@suse.comfstrba@suse.comchristophe@krop.frtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comjbrielmaier@suse.deadam.majer@suse.detchvatal@suse.comadam.majer@suse.detchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comadam.majer@suse.detchvatal@suse.comtchvatal@suse.comdimstar@opensuse.orgtchvatal@suse.comtchvatal@suse.comfstrba@suse.comtchvatal@suse.comtchvatal@suse.comtchvatal@suse.comdmitry_r@opensuse.org- Removed patches: * liborcus-filesystem.patch * liborcus-tests.patch + reworked in order to send them upstream - Added patches: * 0001-Possibility-to-build-against-a-host-of-filesystem-im.patch * 0003-Allow-running-tests-with-python-3.4.patch * 0002-Allow-using-older-boost-filesystem.patch + split into chunks per topic so that upsteam can decide what to do- Clean up the spec file and require gcc-c++ >= 7, since that is the first version that supports C++17 - Run tests on all distributions and architectures * Allow disabling them on command line by specifying "--without tests" - Changed patch: * no-std-filesystem.patch -> liborcus-filesystem.patch + rework the patch to detect std::filesystem, std::experimental::filesystem and boost::filesystem (in that order, and use them if found) - Added patch: * liborcus-tests.patch + fix tests on all platforms + do not use C++20 features with the boost::filesystem::directory_iterator + do not assume that pathlib integrates seamlessly with open and do not use f-string formating, both being python 3.6+ features- Update to 0.18.1: * sax parser: * added support for optionally skipping multiple BOM's in the beginning of XML stream. This affects all XML-based file format filters such as xls-xml (aka Excel 2003 XML). * xml-map: * fixed a bug where an XML document consisting of simple single-column records were not properly converted to sheet data. * xls-xml: * fixed a bug where the filter would always pass border color even when it was not set. * buildsystem: * added new configure switches --without-benchmark and --without-doc-example to optinally skip building of these two directories. - Remove patch gcc13-fix.patch- Use -fexcess-precision=fast in order to support GCC compiler: https://gcc.gnu.org/gcc-13/porting_to.html#excess-precision. Fixes: https://gitlab.com/orcus/orcus/-/issues/175- Add include fix gcc13-fix.patch for GCC 13 compiler.- Added patch: * no-std-filesystem.patch + use boost::filesystem instead of std::filesystem, in order to allow building with older compilers- Update to 0.17.2: * fixed a bug where the state of style:cell-protect="none" was not explicitly pushed, thereby having had the same effect as not having this attribute. After the fix, style:cell-protect="none" will explicitly push the hidden state to false, locked state to false, and the formula-hidden state to false. - Update to 0.17.1: * addressed a number of coverity issues. * removed a variety of compiler warnings. * re-generated sax parser tokens from ODF v1.3. * revised the style import code to only push style attributes that are actually specified in the XML. * revised the XML structure validation strategy to ignore any mis-placed elements and their sub structures rather than aborting the import.- Update to 0.17.0: * set the baseline C++ version to 17. * cleaned up the public API to replace pstring with std::string_view, union with std::variant, and boost::optional with std::optional. With this change, the public API no longer has dependency on boost. * switched to using ixion::model_iterator for horizontal iteration of cells instead of using mdds::mtv::collection. * fixed a bug where exporting a spreadsheet document containing adjacent merged cells regions to html incorrectly exported the merged cell areas. * cached cell values are now correctly loaded from the xlsx file. * utf-8 names are now allowed as element and attribute names in the sax parser. * unquoted utf-8 property values are now allowed in the css parser. * added yaml output option in orcus-json. * fixed a bug where mapping of an XML document with namespace aliases sometimes corrupts the alias values. * added orcus.FormulaTokenOp enum type in python which describes type formula token operator types in a more finer grained manner. * added notes to how to use orcus-xml and orcus-json to map XML and JSON documents to spreadsheet documents. - Drop GCC11_build_fixes.patch- Define conditionally make_build to fix build on systems that do not have that macro- Add upstream changes to fix build with GCC 11 (boo#1181872): * GCC11_build_fixes.patch- Update to 0.16.1: * match up with ixion 0.16 release- Update to 0.15.4: * Bugfixes release- Update to 0.15.3: * Minor fixes around fixing various xml related bugs- Update to 0.15.1: * minor bugfixes after the 0.15.0 was released - Remove merged patches * fix-linking.patch * 32bit.patch- Fix building on SLE12 - Add patches to fix 32bit build: * fix-linking.patch * 32bit.patch- Update to version 0.15.0: * Various performance improvements * Multiple parser issues fixed * Map and structure mode added to orcus-json * Other improvements and fixes - bump required versions of mdds and libixion- Add missing dependency on libboost_system-devel- Version update to 0.14.1: * addressed a number of coverity issues. * Boost 1.67 support + Drop patch boost_1_67.patch * Various cell handling issues fixed- boost_1_67.patch: fix building with Boost 1.67 (bsc#1089811)- Version updat eto 0.13.4: * Various false positive fixes in detection of xml files- Version update to 0.13.3: * Various improvements in 2003 XML imports - Rename name-python3 to python3-name to match other python modules- Version update to 0.13.2: * Various small fixes * Improvements in Excel 2003 XML import iflter- Fix python-xml dep to properly state python3-xml- Switch license to MPL-2.0- Update to 0.13.1: * Required by libreoffice 6.0 * Fixes many crashers * Speedup improvements * More features for xslx importer- use individual libboost-*-devel packages instead of boost-devel- Version update to 0.12.1 as required by lo 5.3- Version update to 0.11.2: * Fix build with mdds 1.2 * few small fixes- Changes from version 0.11.1: + Fix for OSX build inside LibreOffice. + Boost.Filesystem is needed uncoditionally.- Fix libixion -> liborcus typo- Coflict with liborcus-0_10-0- Change package name to correspond to the soname of the libraries provided.- Version update to 0.11.0: * Use mdds 1.0 * Use ixion 0.11 * Use python3 instead of python2- Version update to 0.9.2: * Various bugfixes and update for libreoffice 5.1- Version bump to 0.7.1: * Various boost bugfixes and update for new ixion - Obsoleted patch: * liborcus-boost-1.56.patch- Fix build with boost-1.56 * liborcus-boost-1.56.patchs390zl36 1699951915 0.18.10.18.1-150400.13.3.20.18.1-150400.13.3.2orcus__init__.pycsv.pygnumeric.pyjson.pyods.pytools__init__.pybugzilla.pyfile_processor.pyxls_xml.pyxlsx.py_orcus.so_orcus_json.so/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/orcus//usr/lib/python3.6/site-packages/orcus/tools//usr/lib64/python3.6/site-packages/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -g -fexcess-precision=fastobs://build.suse.de/SUSE:Maintenance:31324/SUSE_SLE-15-SP4_Update/7556f352cd5ab9c1996920c0bdb712a3-liborcus.SUSE_SLE-15-SP4_Updatedrpmxz5s390x-suse-linuxdirectoryPython script, ASCII text executableASCII textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=ad3d0812a614b6a2549862d1512170564ad74a64, strippedELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=e1cf3a292c46ee1f07e2e66b57dbac5099a87aa6, stripped RRRRRRRRRRRRRRRR R RR RR RRR RRRRRRRR R R RRR R RRCUoa[ԡp$utf-802ef423c00177956bde9fc78f8c231457f02fd610547634bdc8172aa0f734a31? 7zXZ !t/D&]"k%a Ó6&.E}E;WRm^_iq|L.NĬ.ώqNH_ i:bmz. hgcKGCn;M*NdeDx~zSW|pw19 G(Έd{\VE8"V_cu@)}@X7,&/+m'VW9L[ZAgX`0K_%"T4a E4 T('Z YFg Uєլ#Sm?I|Fwhn@Lӽ#~,Xm9-[c],ZJro$aKqlWJ۟I\+ S&q2& .UξҺ(J@XـF'sopKfϝy=Wҵ}'R4iMm>.6Y gVa|M#IT,闘Mv6q1CV*cVգu\A`g>̡"s;4 zLbdIﵫasf].BF9/?n5h]U ~e1+|ʼ9Z Ii{^R.Ǻ.iT-!/u *\8qIˮt&8jy owףӇ0& #Q˕. B\X5x '-v񩣞̒B -3/+(icњjoiGOx\[[/<+`v"b &# "|H)(lV֯I a_k<ۈE|PwߵEf'$w#b=hLIĿ*v޺88{q[ܩ<5$*:,2jjh;3)d+ՄQlgU|W]|=J4D#r8mG6$TpY@:L8Q]ݷKa `2K_\ndHDk@(䳼]%RND+2̲/)TX?XHw|hwٛIc)-:,âdW8EPeJ59 _S0;I4b⬃6w^Ttg*)b2p(C`] ǛuH-kA9&h"./,̛)w$ngdkϮ;uZǹ7d;S$0dY{ >z7ƣ^q" b҈ɢfs y%K{h5aoVS hkO80PU"DZQ:cfkN+ ?؛)Sh4+z0-@ЪiY<.#cV=r)ٽ{֥; RמjhP`|(F ~mƩ:T668%DIS~,A.#AT)k[iV_1&bz.\N#&Ƥm'0Gfi{ETby`*m}4}G1ݶՉ`jg[􁊤Ȼ?Fe`Ji|omJer+ӑc[ OBau̕ ańD.c6]'p^%[{X%(Q,AD;ɣ0zx#~NN7q>|ґǩ=!`0!٧(|xepKjI PgzÛ|\+ غ>Sf}ZˌͶ,ѵfB>Z >XÅ913Gtl"]?m;&WYbωXmdsCϳ#akm=HP1mHE؃"A;v8x0n^(4Ľ몣Jg]=~G X$(n|yv:0ȭuHQ;|q@;i=`fNZ'<%bDFñ/ܺCƗ@Q'"=LbRj-/#FK|vQ{YƎ#[G4=X*9郢\AE(npJ+0X٪-R#k\"=m RSZ)xW@˅J>q /6llw-uw5xֻ/ xEmO~@Q b_z3#ٚǪPN6`QvKlK*a=-n{A= )A0Y9Io6zUk«a ]GmZ1T|XlYqz#fILvҝs8![jX" !-;t-)nM#oSQaoѕT}U'FI6i&ЩZ/S~> F7:6h,Ns#DŽ@FE& TeOKL ,q-Vxn# 8 W.6ݰwQǍ&#i:zBȰDHFԌR<~\VF][B8!'- (k =|2\WrR:9VuP@ns 3.%=$.̂Y~ŐhtZΣ8w8BbW[\TrSc3U =lݯ@*/aBQ|v@WVDWc~֜B}F)f7sjgtJcY,y^q.^PUQ7 kXiNu*GKVԄƋ.@χ*nfA8Ngw*묣g ֦,% bT:Bږ.c STEaN|(|B'xqftv?ye1E|NU>9-Xr_ E@^"=I>;LHlcDܹ ceXl|ULkHq 搡GV dt+ qݽYg>;K&lyr6'S^PjMfz C |]ZW!`-:DφbRX1(Ve\6t<q`,.؀Ænsz2I#Ƅ HȻtjw;] 1?oK8bsRER҆0$e^A#GH܃HdlG|<o,]V G[3(CC9W]F: ]Ѯ41jlb5DeRt_CUWB7} ^(10IñZ4h+^<>mjJe 9? iΐy?lH처5di>ncz^a& Gs:^vk;(iwUtXhoi;aJr̼$BFiN]HI FY0\gO{*gHPf d?n+*XOK@j[< Bj's,w6Q]xpl* @gmPZ/T [N e[5vb9u[Zǖ|6guvLMOeU$@W(o@ \xDkcm`<[cRG7&1y!<VV+ux.I`ex+8p Y6RV-S<?J A14nF)LrJ򪤝3-V';\8h`i(b b5'OuWhπ~*r Ebr-wqorBrYtKHfSKpSyDk]H^ Lt͍;N%72&fevln?it@~7)(4;څ/ۤQqeWDe٥: C*3Hܣs``=\h2^(^`*;wAES;HH~s85嵡$r\{\Գw̧e0/mYL ߛ[@uTJ=b&jnktfSnM(\W6dv8 wĬ"B ę[m!5 4LU:!jJe|Cщ?m?'h$ Bhͱ:-P])kkc9uΓͼgxf7U`h,Qر(aU[4Mʪ'gi2'"CS@o1y6?YeX?OwF_B&]FRW7+r{Lp; Na8nhBÇZ@W}<ʹ+MAG_*Px/0LL=wu;iq9Qq#ytvY.A I)7gU1uvœ h3ԯ!:(pnh2I9F-L`i;Wʧv#>Xի'ŖJڧϽJgЊoVW7N\ȲCe8M|Vw0YD&7"?=?^[Ӓk˙ҳ^^8أӈ9gji5rҬt30]P+t^i]K"*#s2P4j$ "3Y`o~VQL:2DU3<_V4^ FRڴ0 :`e%NKD̠<4xGSJy=̓9QWFv=rz"FU8CndBe1VN|Ub=}A>._+g=q=y'o&tV6ϺP@^߫yEh FIk7i❴ D=asSEYzA>LpDȯ8nY˪HiFC~}|;F@4` ~bٴ%X*\-@[<FJiJ짯7hp&/_u192TsJ#r]y2J`,4oR!\6^E D^8ZG#;"'{gj͝C֌s dwӳWBqml:~JvLof~S  N%] loPʸR&@1/ 潯P R{spY"AwN7{>ҘH_dbcOa))C2#,>dCOqV^ˏ'!5Mk W JPCh䟛:F{Cޞ^2*;T[N}F St>N)xG@9G7cO}f}+d\8+:,#+5FG: is5,25kdJܷmCoZz /mQX2)ڋ ӌo1$+`0S(FvRfO 3|U|,+kZUjq۔PPTOz gr}ӹA4T3 fhR_`ᗀ ɀ>TXE(dbN"3nsOVը N-J9'u# kcdb+|hjT%$(8 %>,&YjxH_] 쨜ByA 3^[KDS[k ZvW\KnfB.ih^͆(ngv(`Q=1kF 7?q%,wˤ4R)!`'ѯ h KtAOڷѺ0hY( ?N#z`R}'>yG7o_I~- _7"w̰#ĹЄQ,8N9tB.c,|k1Sۚ(H6ʾ)eF<@OVz3TAWiᑦwC1Zb}E*E] ~ROG:'eQ{VHsD+mTz}xi9yE#W[Y‰b3E`+Cp[ (34*8޻?^*,GYM e~ jr~g>YW7'JMK&VG/o؆ swf4\Ԭ:?}o7W>1;w ej ~N'!8ONA4ܭnG@_w=Mj0i&sp|oT&1#h, ?9&5=h(E`[ .>`H9nKe8{tEߏ&24a(?+%єKDWjFAǩxSxD M7ޒm.,_41*]>kb7w<.DTLe_])k~$ڲܽ7՟48([ PR/u cK=zSyrp\.B2n2)L |r!$!#;G [ay_z{LoqQu&`$6&-0nƑ̓ОsKMKUBE.Pm?a!9vFciI71jvWB>tg2|ց4^堐8e\H%2k5N1R ]#.3/QXGn ,7lkDb!]uo_ R,iߛmKmrkYF]hQmyzd7&MkPcF 4xV&Ė{GEI=v\$ذ:R\ SO+idӏUu2F5 RX`o` xOl>`{y(@ȕ;-n˟ VeY'oδH]k$YnNUB6f+ Έ٣CG?-@aEB͝sd^ý^EaDo HBu^jgpsF 5x %x2RcHV'~/%Oֺi$Ӳ4x YHY}KbCE00Dg?j4dɕȺLV> YZ