python3-pep8-1.7.0-lp150.2.3.1<>,.]XF/=„8._*)Jp>Ukq9PzX7Zޅ퍖MjR\B/_:Vtl4UߧyZ鿖Eo-wa`)ZBEL!O'O G$71BTX? i|{Ŧ38kVHm d/F9x* {#zu c {Z[ c쬭LFB$(?$d ! < ")q( J l   (l<   (8 9  : > @FG0HtIXY\](^ b!&c!d"de"if"ll"nu"v"w# x#dy#z####$Cpython3-pep81.7.0lp150.2.3.1Python style guide checkerPep8 is a tool to check your Python code against some of the style conventions in PEP 8.]XFlamb19OopenSUSE Leap 15.0openSUSEMIThttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/pycqa/pep8linuxnoarch update-alternatives --install /usr/bin/pep8 pep8 /usr/bin/pep8-3.6 36 if [ ! -e "/usr/bin/pep8-3.6" ]; then update-alternatives --quiet --remove "pep8" "/usr/bin/pep8-3.6" fio""oJ%B)I Z큤A큤A큤]XA]XA]XA]XA]XA]XA]XA]XA]XA]XA]XA]XA]XA]|@]XFVHU00234d6513965f29232d9c8e0b236cc0908b420e2bc535dc3a02aea98712f48e8873a8391a3a04418a8e2f2946bb7f31e099418ec76faaf5896f4a82efac0324331a87e2ac303fccc7025ee73e11d3bc79cc694099eeafc421688fea7a7c39a8b27daf4e6a0514c660c1e0b8e7f1edd9ed512b0224bcb27a94128a7e3fbcab6c0e2367b6e008d8bb17b4c9916996f7ed0b214c499f04788d7be864b5334801f5001ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b7ba92e49252fdf8bb033a14615dc4bc9a0202f74bfdc5426e90ba3e7e7194ebc01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b8a5c157058cb822c96c864030f065cdb36fe33f673cddab3e8b6d418b09fbcb0ce5c758ed7985b4ae3b4d6e5991c2187cd59820ccc1047370a3769444d8628d84c1e630f713c3ba7a35058a7a0af56ffe1d1664d598f372f13e9f3b02194a88ff0215c487cb840e7c47a03ed5a20b66090ef1c00b254a633eb0f89beaec2b126/etc/alternatives/pep8@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-pep8-1.7.0-lp150.2.3.1.src.rpmpython3-pep8@@     /bin/sh/bin/sh/usr/bin/python3python(abi)python3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)update-alternativesupdate-alternatives3.63.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1]|@X @WV<@V<@T-@TC@S\Sl@SKMatej Cepl jmatejek@suse.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.commcihar@suse.czdap.darkness@gmail.comdmueller@suse.comtoddrme2178@gmail.comdmueller@suse.com- Add 801_tokenize_changes.patch to fix test failures with more recent versions of Python (gh#PyCQA/pycodestyle#786 and gh#PyCQA/pycodestyle#801)- update for singlespec - delete shebang from pep8.py- Fix update-alternatives implementation.- Implement update-alternatives- Update to 1.7.0 + Announcements: * Repository moved to PyCQA Organization on GitHub: https://github.com/pycqa/pep8 + Changes: * Reverted the fix in #368, "options passed on command line are only ones accepted" feature. This has many unintended consequences in pep8 and flake8 and needs to be reworked when I have more time. * Added support for Python 3.5. (Issue #420 & #459) * Added support for multi-line config_file option parsing. (Issue #429) * Improved parameter parsing. (Issues #420 & #456) + Bugs: * Fixed BytesWarning on Python 3. (Issue #459)- Update to 1.6.2: * Added check for breaking around a binary operator. (Issue #197, Pull #305) * Assign variables before referenced. (Issue #287) * Report E731 for lambda assignment. (Issue #277) * Report E704 for one-liner def instead of E701. Do not report this error in the default configuration. (Issue #277) * Replace codes E111, E112 and E113 with codes E114, E115 and E116 for bad indentation of comments. (Issue #274) * Report E266 instead of E265 when the block comment starts with multiple #. (Issue #270) * Report E402 for import statements not at the top of the file. (Issue #264) * Do not enforce whitespaces around ** operator. (Issue #292) * Strip whitespace from around paths during normalization. (Issue #339 / #343) * Update --format documentation. (Issue #198 / Pull Request #310) * Add .tox/ to default excludes. (Issue #335) * Do not report E121 or E126 in the default configuration. (Issues #256 / #316) * Allow spaces around the equals sign in an annotated function. (Issue #357) * Allow trailing backslash if in an inline comment. (Issue #374) * If --config is used, only that configuration is processed. Otherwise, merge the user and local configurations are merged. (Issue #368 / #369)- Added "Requires: python-setuptools" to prevent "ImportError: No module named pkg_resources" if executed.- update to 1.5.7: * Skip the traceback on "Broken pipe" signal. (Issue #275) * Do not exit when an option in ``setup.cfg`` or ``tox.ini`` is not recognized. * Check the last line even if it does not end with a newline. (Issue #286) * Always open files in universal newlines mode in Python 2. (Issue #288)- update to 1.5.6: * Check the last line even if it has no end-of-line. - update to 1.5.5: * Fix regression with E22 checks and inline comments.- update to 1.5.4: * Fix negative offset with E303 before a multi-line docstring. * Fix wrong offset computation when error is on the last char of a physical line. (Issue #268) * Distribute a universal wheel file. * Report correct line number for E303 with comments. (Issue #60) * Do not allow newline after parameter equal. (Issue #252) * Fix line number reported for multi-line strings. (Issue #220) * Fix false positive E121/E126 with multi-line strings. (Issue #265) * Fix E501 not detected in comments with Python 2.5. * Fix caret position with ``--show-source`` when line contains tabs. * Fix a crash with E125 on multi-line strings. (Issue #263) * Report E129 instead of E125 for visually indented line with same indent as next logical line. (Issue #126) * Report E265 for space before block comment. (Issue #190) * Allow long lines in multiline strings and comments if they cannot be wrapped. (Issue #224). * Optionally disable physical line checks inside multiline strings, using ``# noqa``. (Issue #242) * Change text for E121 to report "continuation line under-indented for hanging indent" instead of indentation not being a multiple of 4. * Report E131 instead of E121 / E126 if the hanging indent is not consistent within the same continuation block. It helps when error E121 or E126 is in the ``ignore`` list. * Report E126 instead of E121 when the continuation line is hanging with extra indentation, even if indentation is not a multiple of 4. * Allow the checkers to report errors on empty files. (Issue #240) * Fix ignoring too many checks when ``--select`` is used with codes declared in a flake8 extension. (Issue #216) * Fix regression with multiple brackets. (Issue #214) * Fix ``StyleGuide`` to parse the local configuration if the keyword argument ``paths`` is specified. (Issue #246) * Fix a false positive E124 for hanging indent. (Issue #254) * Fix a false positive E126 with embedded colon. (Issue #144) * Fix a false positive E126 when indenting with tabs. (Issue #204) * Fix behaviour when ``exclude`` is in the configuration file and the current directory is not the project directory. (Issue #247) * The logical checks can return ``None`` instead of an empty iterator. (Issue #250) * Do not report multiple E101 if only the first indentation starts with a tab. (Issue #237) * Fix a rare false positive W602. (Issue #34) - remove no-tox-test.diff/bin/sh/bin/shlamb19 1574787142 1.7.0-lp150.2.3.1pep8pep8pep8-3.6pep8.cpython-36.opt-1.pycpep8.cpython-36.pycpep8-1.7.0-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtentry_points.txtnamespace_packages.txtnot-zip-safetop_level.txtpep8.pypython3-pep8CHANGES.txtREADME.rst/etc/alternatives//usr/bin//usr/lib/python3.6/site-packages/__pycache__//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/pep8-1.7.0-py3.6.egg-info//usr/lib/python3.6/site-packages//usr/share/doc/packages//usr/share/doc/packages/python3-pep8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:11587/openSUSE_Leap_15.0_Update/185735e4975dbb50b17960c80154cef5-python-pep8.openSUSE_Leap_15.0_Updatedrpmxz5noarch-suse-linuxemptyPython script, ASCII text executablepython 3.6 byte-compileddirectoryASCII textRRRR2nq %JGutf-8597b33538991b39d3da1cedfce2762ad96b40dfd12b9a6b1fd7f8d343651c19e?7zXZ !t/-]"k%) `>J.\ƄJV&StsAE?N:hd6(6ތ5z%bZRugҒAG9QŒ_zqKTԼRa54'y:cq1?ߝw46T5hãӬc-;7bTp? -jdR w/z+#ӑY!,Ճ`gWxO뺖а{̙0I:ަ pذUy9%Pä@1 Wr6́,4䭟ti\*vҹ+޺Q~#˸E$*ƽ8e#Jם#FR''m !wsz3}A8蓤XyXpFS[Q3,00qOmg2? {&P!j?V8,B%}(?0wh8MQg[E3 t ֭eåHQx>=0 .G -U klgׅ/)~FYa(mzb$k" fyHa! dA`iaCsǐ8HܝN#pwB:ŷ`)rc>'ۋHTVo`{x2>`b:T%vHfn rf`KLegZ7I$W='Н4S'/]cPJʝ>B¿/1}fY 9a˚%HwewC<^ĚsG*TJ"C5ɣmaGܲM-Wx(<s*I}w_{GVaOC(*WXOA52h؇TdmˑhsaP~`v(v!Y`9Kp^cŮG ר/gz97) U]8e;!m 4eHض YZ