python2-fields-5.0.0-lp152.2.3.1<>,&x_ml/=„%Hˇ1pȧZ xNu)c8?L3P3!#ɩ&K.K*Z6uD!:z`@|BN k]K֪}:E4PȺr_+Ur}ZӬMkֱx(U#ZXV[;-/%,ĆpaA ~F\x ڥk{۞]N!dΏ(t,% >Zoz`F@ag>A,?d # F+4A Zw 4 `  N d *    8 P ( 8 9 $: BFG4HIXYZ([,\@]^bcud eflu(vwx@y zCpython2-fields5.0.0lp152.2.3.1Container class boilerplate killerContainer class boilerplate killer. Features: * Human-readable ``__repr__`` * Complete set of comparison methods * Keyword and positional argument support. Works like a normal class - you can override just about anything in the subclass (eg: a custom ``__init__``). In contrast, `hynek/characteristic `_ forces different call schematics and calls your ``__init__`` with different arguments._mlcloud126@openSUSE Leap 15.2openSUSEBSD-2-Clausehttp://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/ionelmc/python-fieldslinuxnoarchQH6>SSZ V VE /VAA큤A큤A큤_mh_mh_mg_mg_mg_mg_mgWK_mg_mgW b_mg_mgUߒL_mg_mg_mkVnW:VY_mkVWM5e04620f63534460bc95ff17cb23299f80698a01a340a3521fd9964e074fea7a402ea77dfdeedb6564db5022de9c0dfb7029e81960b1d4662cef539cb8a4159401ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b08979a30e00a7f981162f1b5de5ce29f90447062ba91ed89f54658298d908ed8d9ba23cdd24eb29db9c40779def52c7ea312ccf5027b8f7f698333272b032be6791a75cfff790638477020286110c7dceac7d12f675fae450e1b9e93fdc95d0b42626d93bd66f1da11bafc16695ad7a565dd442da6bae3fdedcb62a7b77fca61ee870d9b013bcb6988bbcc44457e3303d73d9ddfce3679efa73a62b12c3e5ef8ae3cf181efba23078e0323984890381d90e6357dfdf64329f0a2b8a7561133c7ae3cf181efba23078e0323984890381d90e6357dfdf64329f0a2b8a7561133c7b788d55a63eb625e41c3dc60ff375cf91eea49ceebccc06581a1722f8bc1c6de3a5e789796616b0afbed4f55503522ef50e07909e528f09ed2b3ebc3b505e6383a5e789796616b0afbed4f55503522ef50e07909e528f09ed2b3ebc3b505e6382413a8d69f1a3beaf0e81904b3fd5b3917ac47631cf3b723196f14365d309f8d056476c1789ba18de6466588b2314756585fed2243e0639f8a8fea50b33509dc869a6f400672dd0701d7297a120b0c67cda9dec7766771bfa42675847cf8a0cc2aa60c35f28a58b1622f1fef9fcc47da82f3b790ec0cbce4c906082207905c12rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-fields-5.0.0-lp152.2.3.1.src.rpmpython-fieldspython2-fields@     python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1]1\@\dYB@U6@S@Tomáš Chvátal Tomáš Chvátal Tomáš Chvátal toddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Fix building with pytest4+- Remove pytest-benchmark dependency to avoid buildcycle- Clean up with spec-cleaner - Make sure the tests are not conditioned - Use %license macro- Implement single-spec version - Update to 5.0.0 * See changelog at https://github.com/ionelmc/python-fields/blob/v5.0.0/CHANGELOG.rst- Update to 2.4.0 (2015-06-13) * Similarly to ``fields.Fields``, added three new bases: * ``fields.BareFields`` (implements ``__init__``). * ``fields.ComparableMixin`` (implements ``__eq__``, ``__ne__``, ``__lt__``, ``__gt__``, ``__le__``, ``__ge__`` and ``__hash__``). * ``fields.PrintableMixin`` (implements ``__repr__``). * Improved reference section in the docs. * Added ``fields.ConvertibleFields`` and ``fields.ConvertibleMixin``. They have two convenience properties: ``as_dict`` and `as_tuple``. - Update to 2.3.0 (2015-01-20) * Allowed overriding ``__slots__`` in ``SlotsFields`` subclasses. - Update to 2.2.0 (2015-01-19) * Added ``make_init_func`` as an optional argument to ``class_sealer``. Rename the ``__base__`` option to just ``base``. - Update to 2.1.1 (2015-01-19) * Removed bogus ``console_scripts`` entrypoint. - Update to 2.1.0 (2015-01-09) * Added ``SlotsFields`` (same as ``Fields`` but automatically adds ``__slots__`` for memory efficiency on CPython). * Added support for default argument to Tuple. - Update to 2.0.0 (2014-10-16) * Made the __init__ in the FieldsBase way faster (used for ``fields.Fields``). * Moved ``RegexValidate`` in ``fields.extras``. - Update to 1.0.0 (2014-10-05) * Lots of internal changes, the metaclass is not created in a closure anymore. No more closures. * Added ``RegexValidate`` container creator (should be taken as an example on using the Factory metaclass). * Added support for using multiple containers as baseclasses. * Added a ``super()`` `sink` so that ``super().__init__(*args, **kwargs)`` always works. Everything inherits from a baseclass that has an ``__init__`` that can take any argument (unlike ``object.__init__``). This allows for flexible usage. * Added validation so that you can't use conflicting field layout when using multiple containers as the baseclass. * Changed the __init__ function in the class container so it works like a python function w.r.t. positional and keyword arguments. Example: ``class MyContainer(Fields.a.b.c[1].d[2])`` will function the same way as ``def func(a, b, c=1, d=2)`` would when arguments are passed in. You can now use ``MyContainer(1, 2, 3, 4)`` (everything positional) or ``MyContainer(1, 2, 3, d=4)`` (mixed).- Initial versionpython-fieldscloud126 1595436396 5.0.0-lp152.2.3.15.0.0-lp152.2.3.15.0.0-lp152.2.3.1fieldsfields-5.0.0-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-safetop_level.txt__init__.py__init__.pyc__init__.pyoextras.pyextras.pycextras.pyopy2ordereddict.pypy2ordereddict.pycpy2ordereddict.pyopython2-fieldsAUTHORS.rstCHANGELOG.rstREADME.rstpython2-fieldsLICENSE/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/fields-5.0.0-py2.7.egg-info//usr/lib/python2.7/site-packages/fields//usr/share/doc/packages//usr/share/doc/packages/python2-fields//usr/share/licenses//usr/share/licenses/python2-fields/-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:13468/openSUSE_Leap_15.2_Update/1848d01133cdb70ed8bd24750bc67ce5-python-fields.openSUSE_Leap_15.2_Updatedrpmxz5noarch-suse-linuxdirectoryUTF-8 Unicode textASCII textPython script, ASCII text executablepython 2.7 byte-compiledRRRRRRRRR5O}26utf-873b0a4113d53783d81a39cd3af56e6f3c47d131f1cc3fd2964181150ecb6cfb0?7zXZ !t/]"k%%) HAߏw%MprZvzƟxKeA )OuQ'*i 7JG%=Dځ94T9\&ocCַWH7CYg=}%M:SVnv_%Hi Y:lr7Z"wȽZ3@*bn[\u# /MJ4폶z_!q(<R]wZéW@ R+2e 3HVӛ¶vEf ~El)= @_$9C\]35@S^kצ1ASVf*9b1d~s aM#37A@!QҥRMC XWgW%[@cpz]f-lJ@&vow̓%Z8,6/[cb_Iv_|wfj `}cy9 gy/@OG5p%w'^7{:e§&> y@AW*\kw*p@gtn=tehҏEy)6?SiEh Ƴy.I)LcA AcGuYO۵O,N$Q%3%IꖁӧǥX#rLH2׉)ނ,~xsDfue6Z{V|=p]j!|kՍ:71+.P\nlvJBue\ ; t dc!:fm@vfs ORkWLt4,dcB5qk p[!&uӽlF&z:Ei fʵ秂foQBF@3fo]G+: >{Zۍ*!:m;Ь= a.)9IYӞϹC;bSTH< \?`:ۣ^0 magCvv. bv4;u,v[~xQu;Q(GҤ>*dx!7Ę= ͗ k3.;^z3bC6փ_}|3ԽzO? 0/D YZ