python3-PyPDF2-1.26.0-bp156.4.3.1<>,_g/CI%z /H-N+h Nې4./ZM3 hI=_>GE#",SX3TaUq |;G|+ȮwX ǃ\v mwY!Q<ۂfV2zR~lo? C SmǬ} J 2)4g"+pB+F" !t0`f5,3atܫrg.(a"͒eש%z4 ā{Č )UYŠ0ʶ~pS6}o `nX[jGh \Q%ecQm1~'{ЩƗ璗X ])yl%ל#S۽_cAvZOFƆY%LRz_dj,Ӽ"i(o[֗ 7) ÂyeS3QW52xFm-`6}sT Hx.z;]!l F:YyY>><?<d $ 0  (## # @# #  #  # `###t'(O8X 9| :J F2G3#H3#I4#X4@Y4D\4X#]4#^7pb8jc9%d9e9f9l9u9#v:|w:#x;|#y<zTomáš Chvátal Matej Cepl tchvatal@suse.comsflees@suse.debenoit.monin@gmx.frcfarrell@suse.comp.drouand@gmail.com- security update - added patches fix CVE-2022-24859 [bsc#1198588], infinite loop vulnerability + python-PyPDF2-CVE-2022-24859.patch- change the copyright to 2019- Fix fdupes call- Remove superfluous devel dependency for noarch package- Use license macro- Convert to single spec - Update to version 1.26.0 * NOTE: Active maintenance on PyPDF2 is resuming after a hiatus * Fixed a bug where image resources where incorrectly overwritten when merging pages * Added dictionary for JavaScript actions to the root (louib) * Added unit tests for the JS functionality (louib) * Add more Python 3 compatibility when reading inline images (im2703 and (VyacheslavHashov) * Return NullObject instead of raising error when failing to resolve object (ctate) * Don't output warning for non-zeroed xref table when strict=False (BenRussert) * Remove extraneous zeroes from output formatting (speedplane) * Fix bug where reading an inline image would cut off prematurely in certain cases (speedplane) - Changes for 1.25 BUGFIXES: * Added Python 3 algorithm for ASCII85Decode. Fixes issue when reading reportlab-generated files with Py 3 (jerickbixly) * Recognize more escape sequence which would otherwise throw an exception (manuelzs, robertsoakes) * Fixed overflow error in generic.py. Occurred when reading a too-large int in Python 2 (by Raja Jamwal) * Allow access to files which were encrypted with an empty password. Previously threw a "File has not been decrypted" exception (Elena Williams) * Do not attempt to decode an empty data stream. Previously would cause an error in decode algorithms (vladir) * Fixed some type issues specific to Py 2 or Py 3 * Fix issue when stream data begins with whitespace (soloma83) * Recognize abbreviated filter names (AlmightyOatmeal and Matthew Weiss) * Copy decryption key from PdfFileReader to PdfFileMerger. Allows usage of PdfFileMerger with encrypted files (twolfson) * Fixed bug which occurred when a NameObject is present at end of a file stream. Threw a "Stream has ended unexpectedly" exception (speedplane) FEATURES: * Initial work on a test suite; to be expanded in future. Tests and Resources directory added, README updated (robertsoakes) * Added document cloning methods to PdfFileWriter: appendPagesFromReader, cloneReaderDocumentRoot, and cloneDocumentFromReader. See official documentation (robertsoakes) * Added method for writing to form fields: updatePageFormFieldValues. This will be enhanced in the future. See official documentation (robertsoakes) * New addAttachment method. See documentation. Support for adding and extracting embedded files to be enhanced in the future (moshekaplan) * Added methods to get page number of given PageObject or Destination: getPageNumber and getDestinationPageNumber. See documentation (mozbugbox)- update to version 1.24: * Bugfixes for reading files in Python 3 (by Anthony Tuininga and pqqp) * Appropriate errors are now raised instead of infinite loops (by naure and Cyrus Vafadari) * Bugfix for parsing number tokens with leading spaces (by Maxim Kamenkov) * Don't crash on bad /Outlines reference (by eshellman) * Conform tabs/spaces and blank lines to PEP 8 standards * Utilize the readUntilRegex method when reading Number Objects (by Brendan Jurd) * More bugfixes for Python 3 and clearer exception handling * Fixed encoding issue in merger (with eshellman) * Created separate folder for scripts - additional changes from version 1.23: * Documentation now available at http://pythonhosted.org//PyPDF2 * Bugfix in pagerange.py for when __init__.__doc__ has no value (by Vladir Cruz) * Fix typos in OutlinesObject().add() (by shilluc) * Re-added a missing return statement in a utils.py method * Corrected viewing mode names (by Jason Scheirer) * New PdfFileWriter method: addJS() (by vfigueiro) * New bookmark features: color, boldness, italics, and page fit (by Joshua Arnott) * New PdfFileReader method: getFields(). Used to extract field information from PDFs with interactive forms. See documentation for details * Converted README file to markdown format (by Stephen Bussard) * Several improvements to overall performance and efficiency (by mozbugbox) * Fixed a bug where geospatial information was not scaling along with its page * Fixed a type issue and a Python 3 issue in the decryption algorithms (with Francisco Vieira and koba-ninkigumi) * Fixed a bug causing an infinite loop in the ASCII 85 decoding algorithm (by madmaardigan) * Annotations (links, comment windows, etc.) are now preserved when pages are merged together * Used the Destination class in addLink() and addBookmark() so that the page fit option could be properly customized - additional changes from version 1.22: * Added .DS_Store to .gitignore (for Mac users) (by Steve Witham) * Removed __init__() implementation in NameObject (by Steve Witham) * Fixed bug (inf. loop) when merging pages in Python 3 (by commx) * Corrected error when calculating height in scaleTo() * Removed unnecessary code from DictionaryObject (by Georges Dubus) * Fixed bug where an exception was thrown upon reading a NULL string (by speedplane) * Allow string literals (non-unicode strings in Python 2) to be passed to PdfFileReader * Allow ConvertFunctionsToVirtualList to be indexed with slices and longs (in Python 2) (by Matt Gilson) * Major improvements and bugfixes to addLink() method (see documentation in source code) (by Henry Keiter) * General code clean-up and improvements (with Steve Witham and Henry Keiter) * Fixed bug that caused crash when comments are present at end of dictionary - additional changes from version 1.21: * Fix for when /Type isn't present in the Pages dictionary (by Rob1080) * More tolerance for extra whitespace in Indirect Objects * Improved Exception handling * Fixed error in getHeight() method (by Simon Kaempflein) * implement use of utils.string_type to resolve Py2-3 compatibility issues * Prevent exception for multiple definitions in a dictionary (with carlosfunk) (only when strict = False) * Fixed errors when parsing a slice using pdfcat on command line (by Steve Witham) * Tolerance for EOF markers within 1024 bytes of the actual end of the file (with David Wolever) * Added overwriteWarnings parameter to PdfFileReader constructor, if False PyPDF2 will NOT overwrite methods from Python's warnings.py module with a custom implementation. * Fix NumberObject and NameObject constructors for compatibility with PyPy (Rüdiger Jungbeck, Xavier Dupré, shezadkhan137, Steven Witham) * Utilize utils.Str in pdf.py and pagerange.py to resolve type issues (by egbutter) * Improvements in implementing StringIO for Python 2 and BytesIO for Python 3 (by Xavier Dupré) * Added /x00 to Whitespaces, defined utils.WHITESPACES to clarify code (by Maxim Kamenkov) * Bugfix for merging 3 or more resources with the same name (by lucky-user) * Improvements to Xref parsing algorithm (by speedplane) - additional changes from version 1.20: * Official Python 3+ support (with contributions from TWAC and cgammans) Support for Python versions 2.6 and 2.7 will be maintained * Command line concatenation (see pdfcat in sample code) (by Steve Witham) * New FAQ; link included in README * Allow more (although unnecessary) escape sequences * Prevent exception when reading a null object in decoding parameters * Corrected error in reading destination types (added a slash since they are name objects) * Corrected TypeError in scaleTo() method * addBookmark() method in PdfFileMerger now returns bookmark (so nested bookmarks can be created) * Additions to Sample Code and Sample PDFs * changes to allow 2up script to work (see sample code) (by Dylan McNamee) * changes to metadata encoding (by Chris Hiestand) * New methods for links: addLink() (by Enrico Lambertini) and removeLinks() * Bugfix to handle nested bookmarks correctly (by Jamie Lentin) * New methods removeImages() and removeText() available for PdfFileWriter (by Tien Haï) * Exception handling for illegal characters in Name Objects - remove unwanted shebang in pagerange.py - rename README to README.md: changed upstream- license update: BSD-3-Clause See LICENSE- Initial release ( version 1.19 )i02-ch1d 1731170371  !"#1.26.0-bp156.4.3.1PyPDF2PyPDF2-1.26.0-py3.6.egg-info__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_version.cpython-36.opt-1.pyc_version.cpython-36.pycfilters.cpython-36.opt-1.pycfilters.cpython-36.pycgeneric.cpython-36.opt-1.pycgeneric.cpython-36.pycmerger.cpython-36.opt-1.pycmerger.cpython-36.pycpagerange.cpython-36.opt-1.pycpagerange.cpython-36.pycpdf.cpython-36.opt-1.pycpdf.cpython-36.pycutils.cpython-36.opt-1.pycutils.cpython-36.pycxmp.cpython-36.opt-1.pycxmp.cpython-36.pyc_version.pyfilters.pygeneric.pymerger.pypagerange.pypdf.pyutils.pyxmp.pypython3-PyPDF2CHANGELOGREADME.mdpython3-PyPDF2LICENSE/usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/PyPDF2//usr/lib/python3.6/site-packages/PyPDF2/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-PyPDF2//usr/share/licenses//usr/share/licenses/python3-PyPDF2/-fomit-frame-pointer -fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:18655/openSUSE_Backports_SLE-15-SP6_Update/68023dae89271f55c6301754ac5e8b52-python-PyPDF2.openSUSE_Backports_SLE-15-SP6_Updatedrpmxz5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 3.6 byte-compiledUTF-8 Unicode (with BOM) text RRRRRRRRRRRRRRRRRRRRRRRRRRR` Ţ(>0utf-8b4008045354b470ab6917ab202378e6f560531a09ce72fed006c22a1a0eacaaf? 7zXZ !t/4j]"k%Ia W1M%s]џev\qc .dJ\hO ^8/b5:9GM#u=NyA}jR#G2NZO;hJbgFK# [÷͹A;79@\j<` - Eժ7qNkw ,hAz`t;RXx*x]690n3#eP2rP -:C m2NΘ˒w J`(,2 ꕉ=~th_0|VO. yhx/7Vcl0#eq-{іhc$Yھo L Njܠ%f 2QfyʝVFN"$x~n6x6uB;yg.G @Ky{ǛbHGo ?_mub> 8F[~u`@2#bӉDF/{~S TP0>L =5!qF !sBS?3'xL4Wd 4kNr}8%Ěp\U[&:rr|N|c#QBxMWXjNPZHs.D;*fE4͖(TsH]& trD +EZtv; w:?x*Ֆ?#\,1 Yu!V/'o&X0[V|!+ m#%4жP%y^K͏Fk"(.FuK/%aѰyۋcH;T@@!J e%CUӓvLDŽ2.BPw]۫y̓EoăH{WӋŃ#SՅ+%>DeVHtQs TuqLf5@dLS\e74} lH ( ,X*yb2<ޣ7lAئ'eۼVttQM!ӽVf9 /lbū:4/!͜ F|$ ~ǻovM;򲍆 ~,|F9W7`u՛.g;spz mz{@b 41 j`v!YJWCyF ksDG( B8>PF>eEHǺgV}tѣUl#$،‚86erѿ_ =w}ѓgi秊\:&ͣKhu4kj@QPH7;z6lOEmgaE)jS/HtWF l0:CGȇbי!fQڐVҍս LgKG:$—ZG JC|F^(j=]- vMe"uRj2։KT=UǓdJ.+ͽp%[hgj?.zQXv `dcr~ GdF3f T߹93` iHg}Gi|L ,BX;lqq>!gji~D ; Ui*;40' =:~%>v]I@`Ν4U' MIP0Gɧ0аSyYap0rI爵`-@&g7CgAЉ:qI/И9Ûv7뮢*1J+rqR@$<~%Ab4Auww+6pcwօ@6o0SyPU"] F.U#vyPq=cg`ׄ\7-40i:Diҿ2mvA])yaY:Q/[>jI}IFњwAz{@m~B$;g"/ O>1~^̉6 h}Vfsk`,v&Fnh ձhl\zb8&[DʻlYl`j.oCiFa>B~n^/; Xk䧅[`;WAn~U hFnW>vr ghzb`*Fo4Xԭ.VW]m ǹ3΀{ښˉCaH ϠGJ)\|p3,pVTw5"#3g4SWxPF M.QK[ TDsm4ӵmo$.p1:b3ǟ&?bzL8$9X]vϽ=<(b]IO ̽EKftr}e`d7}fM32bܚU7LþJ|@fVd21Nk-`_h=dW&nߠi,iɒ!_1 ˆDaE%k=f\o3'zSLC64*iray4xk#W+٫ySf|{#6䵽rcDpG*l]+XpmH܌/|@"$nQJ%CheXl޸Y?evLø ]"  B#=4aDeFcxt"?3AeV`Ew>9VtYq)YJKa(Sqn' '߾Otq>">)%l9 *0&BԍuV;ҤxNsd]PAq\Dc; xˉVZ @nYmBco1a ?Y8ϤˡАeQ5ʢ<{mK=qq)WmCQ3ǀ\9)-XFp&ґ΅?ۭQ5#G1Нx Q/ sBM%a)HqVy/{ &/7>Nm'~?}gB3iRWA 5ئOV~M9 +R{G & $+TFB]cC& ԋppےz!PAYՓiֹKYC&1Xc5! \)E At4JH!: `cF/3$cgRXGM72o[h{lM(IeN {r\B:U j )a+?Bm=6=PvjVDZVEn(JcS:uS doxf;xUJ뮃 {KtEwVo#!8޻!h-V1`ï8ߝG(b^ZNEw<\Y1ҙڍ>/VKI?ɨ5/$7g(7xV{z|vUEz;i-4]u+?J)Zl,8}. nꕐ9){-). |ay44% 1/Mw=;3txv=OZtj,fhBbf K82ߴ?% Y9 )8Cf!Yg[~7;2 0=yئ *+pM4\w)wWaͯ䳚WtzSigx Roq{ yK8K[!=IEhЭ v`a<5%6b#Md\88ıJS0$K>'kА @4;/j_9{ڇ0PPʿa rYeia~cTֵF3E#4<յT\ o̗պpbStʼ^ 1Cio8U bfa/,758 ^}\I9Iͤͦ2h4h113*Bt 5.H !cV}L]L(}M-( vֶY=H)a]ke2w&n[sd YtKQAL2} ߟCᗰ3̨FyVt]C6cl@6\UX!i=·ss=WX\LjByST4*,RwbV9SSuF g v RW5_3EL \-D2F"KӉh±WABkwMf:uA\+UtAMx:\Fac{33ca)x+!&}*$WRoI[|9L s"C֑+:JҲտ^IZ}~/)zz (ӗe'ŕ{bDƲ+*Cz&0v$+3h  ޝT(O1YVl,m{mhC <oHv{jb T䤯n~͔MI0 q} @:5ΨR(PE"XM>< "g8^WR-chrQf37ٓDiO;|6nE zlB2|,& b^Gr ;vXizV)F M{D+1m2h`k|<`4HQl[}!Lbiެb Npvh IK6'zFEpy\u}o;O-0%3dC c]O8gd!vWv$Fy$V϶Fp-uL3[;#F\/㪫WNFEf,87ie@GF[_@s5bʪ@2v"WxZKǀzUwdm8"*@n@@y'fc}?2FܿZQHqq\ʁDէHQbTX8[^qGij%ǰEtDa8LwNLvc7~ODٸdist7߈lpڛ+(Zx9FU+-^HQUJLfmZyQ'ʘĉ܃\Z+r۠ɟ ʏzᚴË(r UbI|+̦!{b^@%f(<|9jZ5_R#=CLD<逧Rw6)E:N# ԟCP-&%HĠSԕU2\v^^WGO8SDm~ÇjC&Jr(We2"+y׍`kQEOdxmz(z{-]`}1{bm)zXɼ-3VSzWZAdo-q 50@gٵ,"b y"cșG~a=>*uȴу'y>nLQc*>*Ȱk|ޛ]+{`dlM9]v nКx~"_E (mQ$4|fg-ܷ9ܟ!6-,QXG8NBi4.EKk'+/R}D@؏w)cOO ë}@{_1q00(bxwmyz8BT?Q* JQlz~xUJćf--aZsz~ut^'i=iS YZ