����python3-lilv-0.24.10-150600.10.2.1���<>,���#4�f�۷p���9�|���:��t�+��X��P�D q�N�b�2�nj�CEP+7Rh`���_��N�;�c��{ ���f7O7��8NJfB&�G���޲kcZ�_��n#Ӈ��1l�t��W��)��9��sC��0���8�X��WC� ��S�}����_(}}u��̋��3OS��r�X?���cF%�Ě@�~,�&����ϰ:+�jH��!kp�L�*FD�4��Tf��.;0�X��q�{6ÞDٔ���[YS�����F�0k#P�����*n�� m�D���,�>�������>$?d���� %� @����������� �� $�A�d�jpt v x | � ������0�(�8� 9� : F�G�H�I�X�Y�\] ^b8c�d`eefhlju|v�w�x�y�z��������Cpython3-lilv0.24.10150600.10.2.1Python 3 bindings for lilvLilv is a C library to make use of LV2 plugins in applications. This subpackage contains the Python 3 bindings for lilv.f�۷s390zl36�1SUSE Linux Enterprise 15SUSE LLC ISChttps://www.suse.com/Development/Libraries/Pythonhttps://drobilla.net/software/lilvlinuxs390x�1��_ ��b600d70be8ece10a13a5a52e5ef2660e981fddee0e0e1272ee3ec3fe11680c7erootrootlilv-0.24.10-150600.10.2.1.src.rpm����python3-lilvpython3-lilv(s390-64)@    python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.3_�T�]��@]��[���Y���Y�Z@Y�Z@X�@Xwo�VuF�Vf�@Vf�@T��@dmueller@suse.comdavejplater@gmail.comdavejplater@gmail.comtchvatal@suse.comdavejplater@gmail.commpluskal@suse.comdavejplater@gmail.comjengelh@inai.deolaf@aepfle.dedavejplater@gmail.comsomeuniquename@gmail.comsomeuniquename@gmail.comp.drouand@gmail.com- update to 0.24.10: * Fix memory leaks in lv2bench * Fix various minor warnings and other code quality issues * Make lilv_world_get() use translations * Split and clean up test suite * Allow passing strings for URIs in Python API when unambiguous * Fix cases where incorrect translation is used * Fix deleting state bundles loaded from the model * Fix memory leak when dyn-manifest has no plugins (thanks Michael Fisher) * Implement state:freePath feature- Add specific version requirement for libserd see boo#1158728- Update to release 0.24.6 fixes boo#1158296 - Upstream changes: * Add more strict error detection when storing plugin state properties * Add option to override LV2_PATH in applications * Don't print errors when saving state if correct links already exist * Fix GCC8 warnings * Fix creating directories across drives on Windows * Fix issues with loading state with saved files from the model * Fix memory errors and Python 3.4+ compatibility in Python bindings * Fix unit tests on Windows * Make Python bindings more Pythonic- Version update to 0.24.4: * Fix saving state when broken links are encountered * Don't attempt to load remote or non-Turtle files * lv2apply: Activate plugin before running * lv2apply: Use default values when they are not nan * lv2bench: Improve support for plugins with sequence ports * lv2bench: Support running a single plugin given on the command line * Gracefully handle plugins with missing binary URIs * Remove use of deprecated readdir_r * Install Python bindings when configured without tests (thanks Clement Skau)- Revert devel package name to original, causes unresolvables.- Switch to python3 - Run spec cleaner - Rename devel subpackage- Update to version 0.24.2 - Remove patch lilv-python-bindings-fix.diff it's now incorporated by upstream. - Upstream changes: Fix saving state to paths that contain URI delimiters Fix comparison of restored states with paths Add new hand-crafted Pythonic bindings with full test coverage. Add lv2apply utility for applying plugins to audio files Add lilv_world_get_symbol() Add lilv_state_set_metadata() for adding state banks/comments /etc (based on patch from Hanspeter Portner) Fix crash when state contains non-POD properties Fix crash if NULL predicate passed to lilv_world_find_nodes() Fix state file versioning Unload contained resources when bundle is unloaded Do not instantiate plugin when data fails to parse Support re-loading plugins Replace bundles if bundle with newer plugin version is loaded Fix loading dyn-manifest from bundles with spaces in path Check lv2:binary predicate for UIs Add LILV_URI_ATOM_PORT and LILV_URI_CV_PORT defines Fix documentation installation Fix outdated comment references to lilv_uri_to_path()- Rename soname to sover to better reflect its use - Update descriptions - Since there is no %pre section, replace questionable Requires(pre) by Requires.- Add baselibs.conf for gstreamer-plugins-bad-32bit- Force lilv package to use the version of sord that it was built against.- Add runtime requirement of sord 0.13 (new API required since 0.22)- Update to version 0.22.0, Added lilv-python-bindings-fix.diff backported from unreleased v 0.22.1 - Upstream changes : * Fix loading files with spaces in their path * Add lilv_file_uri_parse() for correct URI to path conversion * Add lilv_node_get_path() for convenient file URI path access * Add lilv_state_emit_port_values() for special port value handling * Add lilv_state_get_uri() * Add lilv_state_delete() for deleting user saved presets * Add lilv_free() for systems picky about such things * Fix lilv_world_ask() to work with wildcards * Fix creation of duplicate manifest entries when saving state * Fix bindings for Python 3 * Load discovered owl ontologies as specifications * Expose lilv_world_load_specifications() and lilv_world_load_plugin_classes() * Tolerate passing NULL to lilv_state_restore() * Preserve absolute paths in state if no link directory is given * Fix a few minor/unlikely memory errors * Configure based on compiler target OS for cross-compilation * Fix lilv_realpath() on pre-POSIX-2008 systems * Fix directory walking on some systems (thanks Matt Fischer) * Windows fixes (thanks John Emmas) * Minor documentation improvements * Upgrade to waf 1.8.14- Update to version 0.20.0 * Don't load files multiple times if they are listed as rdfs:seeAlso for several plugins * Call lv2_lib_descriptor separately for different bundle paths (fix loading several dynamic plugins like Ingen at once) * Tolerate calling lilv_node_as_uri or lilv_node_as_blank on NULL * Add convenient lilv_new_file_uri for creating file URIs * Fix use of lv2info -m and -p options to write plugin data (useful for porting plugins bridges with NASPRO) * Fix issues with lilv_plugin_get_author_name and friends (thanks Filipe Coelho) * Improved/working lv2_apply.py to apply plugin to a .wav (thanks Joe Button) * Add lilv_world_unload_bundle() and lilv_world_unload_resource() * Fix several minor memory leaks * Improve test coverage * Upgrade to waf 1.7.16s390zl36 17207694630.24.10-150600.10.2.10.24.10-150600.10.2.1lilv.py/usr/lib64/python3.6/site-packages/-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:34741/SUSE_SLE-15-SP6_Update/d495c2d4f32d58c330a61450795f1557-lilv.SUSE_SLE-15-SP6_Updatedrpmxz5s390x-suse-linuxPython script, ASCII text executableRtf'Ǎ#i����kutf-8988042b97397556ce55ad2d9cb321cb38d309f07d4fdb35ac0aabec269343be2?��� �7zXZ �� �!t/��n�]"�k�%���a� �Ó���=��dY�g��w ��Ƽ$��׸)�8�Ś(�� �| ~l�8{op���]���׃w���xg�Se�%�>���mv�'s�w-� �P�D�Zx��ճ���,_J�$3��#@�^Pe�WAPI�4�Ix�V7<����޶������|>�y���c|!�GQ����<4�#=S��s��7Y�Ѣ���>ߝ5�sE)݀8�[�� ��Ktge�#�P�C�Q)� QzY�I�&Sb9y���.�Wƅ�hf�9*ˋ���L�9����v�=��B�f;(!��K�J�C(�w��wiVFo��Rb�7ԋ-) $)�y�J��K�I��N�b�k�*h�˵X���.�f*@>��A1�����K�ig�� ��Ջv%+#��a�u�����\$�^<��G��b���1�:��0ރ��8k��z�ed��@q.y�\�Ht@�"PZҽ�G;>�����%T*^��Fv�0��=�]�%s5O�(�)1|B�pUVkfel���2g9������4ki�<�T֡�B_�ɪ�{�#��r�Zw[h���u���F��M��9|EJ����Z���k�8CDdŇ ��;���z�ֈ��!I cB�t��o�PD��:n&��b�� 2���Mh��P�'�|��tl+M��g�`������K��ZyQi���Ԓe ��$���b �;q&����0�Q7/��{e��h��L`����} �Ǐ>�x���ۄ!���t�nj�wl���w�)�l��C�ѢgY�df.��[?f^| �yW������:o<�J)