python3-PyPDF2-1.26.0-bp155.3.3.1;>+_g/pI%z 5'l6SZ m#j2ΈR+;CVqWS~ɂM7\(Cc^GVO};[7P4WMJC34!tJH^5eٴE_#!wl+ Aɼ)03:rb\L|qߕWpn,)Cbx' o&'q%c]H#SzLm"ᾰI>;f&~Jc)+':#VkjqL\ 3iʡTmÞ9c dHJR"a4=Zq^:2L/Tzi 6 OQ*v$bM }TB0CB8CIJee/\aBݏ?-O"p ^#mF5j83&XC]͋Kv11z{!1bYW 4 WoE_J.U8TbH hETŘ//gqIDrmsYzHҭ۪Yx P]]wIT4]9C*Ok!# VHMXuܭZ叹ݽ2>><?<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 )i01-ch2b 1731170416  !"#1.26.0-bp155.3.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:18656/openSUSE_Backports_SLE-15-SP5_Update/6cd6013d492f0db3260c37f3763b1ca4-python-PyPDF2.openSUSE_Backports_SLE-15-SP5_Updatedrpmxz5noarch-suse-linuxdirectoryASCII textPython script, ASCII text executablepython 3.6 byte-compiledUTF-8 Unicode (with BOM) text RRRRRRRRRRRRRRRRRRRRRRRRRRR\za _utf-88dea84dfccd4c4f1bd98fdaa733c40e1319820fb4a77feb5ec01f7eab9f23dc2? 7zXZ !t/4]"k%pa W1M%s]џe| Xj"x$Bfԥ(N$lvN:X䍧]Sil瓪 ϰ֧C@dsSR`Z/?>=2.go4;R:6oM)(jحBZP2w֘ kU? 7!G|Ax#{P' nQT/J]O` 2F~63 E?u [ ?vgns ’li@&P0 (ۜM: Ta|nI-:(P2U[:/4;K((F3=hd+ S͞) Rѥ-'o6tyՔHCl1zHuX՞y>HշG,xFhkЌ0҇_w%&ڬN-%gV X@Ƈ0A ^4n#/QFO$0l|`;_-{b.] %b^<{ Cdng[$١ɼ׉u'ocO#hDަN϶\Y" uͭȳ]r}WG:+)81Xx2qhVx `xq&UM L,3|✬ǨʼxALo)jv![  ]N ff%/nu8sL9E-ѓgE)vqews.mS赬3|Xi2o.nrPbn©xF8 ײR(Uk$ߓj;e*fD&u/HX\$ ʮQNx|)W!q 8EL7rK\y'p9td8*҅kka lD Ig?!+r7@#̀w(CwkdOXR"DnrSPTJ0ci'$ ?wq>ŴE@:{Qt1i螘 x9Jt9u*V1o[wyNhެ39Ơ't1__@Sy:^Az?0Σncc+ldv֪#c^7dk! 1@M3jgo1T{n0 [S͔ BUJl? ˏT"hF`eIͭSl,#JrAFuad^"JH AsfG'{+<݆Yq!d+]i{ʺi umTRi4هŀ]ȗUd &[`NN)}'\mU㊁F-Q'kJ]Q"r7C'LįR &c;%e ?ם{ l3ަP  Y&|,z VT?Ld0o!4KM&7NDZUĘ[03bLx@񰀁pt˵xjգX{, ˉyYyqq(#ȖFv+f*SY 0Ӱ.g}{_L)xWo/:8DOxcqRVaơ!os jz< ?Gi29\LxBfC:( xD~j;,eM(X]crpT n#n]ʷ'1ÓdotI3re?iK>bڰ,J@'8.M)qdJwc~$isx2[,*L^EŬSy|4_?,Ǿ aą`t̛=rPisC sPŵY&q0wLxU-v! b ^7|❋K25)5f0CL#Ij8`EV@HJ[/K̒]co ^BZ8hỲI^6,0gv[M{ Ʀ(Јj)agt3kqwE_'eI!*|TYf%&iD1j~D!y \ l0 !nx9|& ``X݃}gN!l;4vmE*(db3 MATE7M]Ő~iin &w?z{冖cƑPP[mޖCgw"t/LMߞ-V) 0iIz, hdz|qgMڞ^Uվluh7𿌸/Dn ^&p8.o-8b z5Y:3mIvIn**$RGXz8~wx#*sCeQLv7K ЬQ,& -l kd(DL>-Oarr<83FAQ%2cWma^]ܽL9玗Ⱥ3ȂƂ G(l{s;;NK\`N369LPK]\*LgY8boX Pwɗb<,(An"x:Y6M \F2}Ix$N ӻin{\5"z?Vc(^rS(A5[ X="V|lԀU+]ԑUESWhydy~Ӻb$ϓ8R!A?_)D{AhE4wCDdpTn2 J'Z72+O`1( dY=XJK̝ԡ휨8y %Μev=!̅tcu7bXZŚQ/b&d;Ԙ J찖m`ղV'Yl>$N$_Q><3K,&_o#%LͰ&̓nk;4UnV 4oJ,R/⣎iǵ*OZrIcsľkObDtC|st'0[P]]t,LO Kc XKP(>FX;U}VqA7!rc5%ga2;( ) ]iՐ *@6'˂,/Wo M g\ҿ4 ]\[tr1cb3&X˖1vɁ԰]QQTGQF0ޒX"}[f9%L vzm@ r>yWr, ӧUrewxBjlĜRћ<[qqkKE/dy#:wqwI[oTO ""s >9 /Р#{-=%Yv Ÿ\}W ./gib BGw @u<J,Eq)reDV>.af ~r%5>>j%S p:cݸf;=.u.p&0~NԆ۴E׋'_KN>e7 PK j.q\FZ&~O4-K3e+wNG1>_02J|lzZzIȼ6$*)e1)Gq7q<2%F5 ǁݳXyZ'S`!QQHd*$&n>s| Y5Dy>e9T#ļ2^s `d9CkQn}!n홉4oP eɕ=厈g .CoLa˛8byo,߯WsV,Bq9]nHu[\0fDHxh'yW=W}Jhޥ(Q-dLIm~!>"Ubxf'efvyᒰ&a ϢzY҂EjW.= 깭ϥE,!(다MJƋ}`vJ%ipгgT>?c?wK q8ZMZY 履mȕ$Ȉ}7fmi)X R쌇om]{Cg%%AsciMwhg1wڧ loR|)^) ƋL=u@b#b jirD>zLgU#_Hy,RStGJHUbd3kmyM@ҳ򵞫 |vO@Fh<1\-v.BRwf.!.B&VGHB%K}]mF+F=iz{ YZ