python311-Deprecated-1.2.14-150400.10.7.2<>,&f;&p9|Ecәe 8/;@r1[\n8Cᤣ=&*QК3 ϷB`ǻKP$wH8OqR=`a(,ڋ]NIEͼ%'U4APFӉ&gSLYc(}\risoZu$1p߿6HQUHnK+(o * L}LnZ[9f5fm|bKpscbMH|~>>h?Xd , I 5[ah    |  ,n ( D ( 8  9 @ :  FGH$IXY\](^bcdOeTfWlYulvwxty z TCpython311-Deprecated1.2.14150400.10.7.2Python @deprecated decoratorIf you need to mark a function or a method as deprecated, you can use the ``@deprecated`` decorator.f;&h04-ch1aSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Languages/Pythonhttps://github.com/tantale/deprecatedlinuxnoarchD ]00..,[,[&(/`9A큤A큤A큤A큤A큤f;%f;%f;%f;%f;%f;%f;%f;%dqf;%f;%f;%f;%f;%f;%f;%aupedqf;&dr'`f;&]2e83e9b4863fb1797f6c1c1294140b1fcd3796cbe5ce8d1256fdb2c4bb870bd4df7e426316ea689b8c4cfcfa49ed765d522e43f74573ab40fea8418927aad79901ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546ba8b3ea2df49011291245cbf2fd6f6396104b17a4cc8684d56239c0ee931e6dd79c76ce61ac0a3d0404e65425fada140752414498d4ca7fe6fcc6fc455274463066986250ba8356b112481d262d5d9603cf09ca14316522b8e33b8319b57993e8a15966d5a1dd0e5aed5d23244ecbcffa4831ae9298756ca458ad6c05e63c2c34a15966d5a1dd0e5aed5d23244ecbcffa4831ae9298756ca458ad6c05e63c2c34d50e61b75f838d6b6f5506677e7704703307b8b59507008f4940f8cdb3fdae66d50e61b75f838d6b6f5506677e7704703307b8b59507008f4940f8cdb3fdae6626fd94806ac5af17cd33548c26fc37581bda538ba4c88b60c276fc21e0b0e36626fd94806ac5af17cd33548c26fc37581bda538ba4c88b60c276fc21e0b0e36642e826522ec8841be9da70ef32dc96a850cf451e37fbd9df4991b5649483a45336a434a0a19c567eb251edb78866c289e0a0bd66c40d048fb7d41e95b5c99c350513910729e88e103e8cf4e4febac8e8aa3f08eba9c383e3eab819f200f7943c6fbfffac08428dd18329d334a5c37866e27ca0c9f7f36b3e7b1108e8ee02bb1d1e83edd15be419b5d5bde372e325e527ff4f9915f548e7c75314b41f6699e83crootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-Deprecated-1.2.14-150400.10.7.2.src.rpmpython311-Deprecatedpython311-deprecated@      python(abi)python311-wraptrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.111.103.0.4-14.6.0-14.0.4-14.0-15.2-14.14.3dtdBzd7c_a@`|@_@^^[]5@\@dmueller@suse.comdmueller@suse.commcepl@suse.comcode@bnavigator.dedmueller@suse.comcode@bnavigator.demimi.vx@gmail.comjohannes.grassler@suse.commcalabkova@suse.comtchvatal@suse.comtchvatal@suse.com- update to 1.2.14: * Bug fix release * Fix return a correctly dedented docstring when long docstring are using the D212 or D213 format. * Add support for Python 3.11. * Drop support for Python older than 3.7 in build systems like pytest and tox, while ensuring the library remains production-compatible.- add sle15_python_module_pythons (jsc#PED-68)- Make calling of %{sle15modernpython} optional.- Provid canonicalized lowercase name - Don't catchall files section- update to 1.2.13: * Change the signature of the :func:`~deprecated.sphinx.deprecated` decorator to reflect the valid use cases. * Fix ``versionadded`` and ``versionchanged`` decorators: do not return a decorator factory, but a Wrapt adapter. * change the requirements for ``pip`` to "pip >= 9.0.3, < 21" (Python 2.7, 3.4 and 3.5). * install ``typing`` when building on Python 3.4 (required by Pytest->Attrs). * run unit tests on Wrapt 1.13 (release candidate).- Update to 1.2.12 * Avoid "Explicit markup ends without a blank line" when the decorated function has no docstring. * Fix #40: 'version' argument is required in Sphinx directives. * Fix #41: deprecated.sphinx: strip Sphinx cross-referencing syntax from warning message. - Release 1.2.11 * Fix packit configuration: use upstream_tag_template: v{version}. * Fix #33: Change the class ~deprecated.sphinx.SphinxAdapter: add the line_length keyword argument to the constructor to specify the max line length of the directive text. Sphinx decorators also accept the line_length argument. * Fix #34: versionadded and versionchanged decorators don't emit DeprecationWarning anymore on decorated classes.- Update to 1.2.10 * Fix #25: @deprecated respects global warning filters with actions other than “ignore” and “always” on Python 3.- update to 1.2.9 * Fix #20: Set the :func:warnings.warn stacklevel to 2 if the Python implementation is PyPy * Fix packit configuration: use dist-git-branch: fedora-all * Change the Tox configuration to run tests on PyPy v2.7 and 3.6. * Fix #15: The @deprecated decorator doesn't set a warning filter if the action keyword argument is not provided or None. * Fix #13: Warning displays the correct filename and line number when decorating a class if wrapt does not have the compiled c extension.- update to 1.2.7 * Fix: Warning displays the correct filename and line number when decorating a function if wrapt does not have the compiled c extension. * Add Black configuration file.- Update to 1.2.6: * Fix #9: Change the project's configuration: reinforce the constraint to the Wrapt requirement.- Initial commit, needed by PyGithubh04-ch1a 1715206182 1.2.14-150400.10.7.21.2.14-150400.10.7.2Deprecated-1.2.14-py3.11.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-saferequires.txttop_level.txtdeprecated__init__.py__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pycclassic.cpython-311.opt-1.pycclassic.cpython-311.pycsphinx.cpython-311.opt-1.pycsphinx.cpython-311.pycclassic.pysphinx.pypython311-DeprecatedCHANGELOG.rstREADME.mdpython311-DeprecatedLICENSE.rst/usr/lib/python3.11/site-packages//usr/lib/python3.11/site-packages/Deprecated-1.2.14-py3.11.egg-info//usr/lib/python3.11/site-packages/deprecated//usr/lib/python3.11/site-packages/deprecated/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python311-Deprecated//usr/share/licenses//usr/share/licenses/python311-Deprecated/-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.suse.de/SUSE:Maintenance:33743/SUSE_SLE-15-SP4_Update/c7dbcf91e12ea1c4ccbce65b77b23b44-python-Deprecated.SUSE_SLE-15-SP4_Updatedrpmxz5noarch-suse-linuxdirectoryPython script, ASCII text executableASCII textUTF-8 Unicode text RRRRRRRRRRQ^,w.autf-8eefe9aace173522e98c2b9e1e84158c1d99eff1908ea49aec64eba371e8f5ba0? 7zXZ !t/E]"k%a C %Pylö m f?ێ r ya=@Yv3A+ܫt(bkV]_G s+!fPZaD_f|(rɂ4 WG9ҥMp.hK(vA~ON ux(5JHp+J엳4%yq$_ZQP&r+5.=x[VS BjD@ cSkaeg!#SMgI\\Ix+PK4Cv pv1uPmk Hò`ժv?hvU.p$EʤK(N5u 3v70 ,D_H'nU9#QoߐM!NMmj Z6.u,!j~^ۇ >vNFu6]E#QO9u ˈ}\IdЖJѱݞ<ŽXbylQE`M.~pg)Tgb3E<Zj{ k>@a@yv{ГXb-佩2DY lɹ5rH ,: YZ