python3-nautilus-devel-1.2.2-lp150.1.4 >  A Z[/=„y՗ǰu>n߭H{yH 81Hpt)GaH5΃$2;ŴϢWuT_e`ýfU[s jc6H5g\y?`\A1K( JDw?.ʜAJ Mp;#?#d ) a  (W]dp v |    +:dpd(89:CF!bG!xH!I!X!Y!\!]!^!b":c"d#Ie#Nf#Ql#Su#hv#tz#####Cpython3-nautilus-devel1.2.2lp150.1.4Metapackage to pull in all of python-nautilus' packagesThis package contains files required to build wrappers for python-nautilus.ZOcloud105openSUSE Leap 15.0openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/Pythonhttps://wiki.gnome.org/Projects/NautilusPythonlinuxx86_64vA큤ZEZJ{ZJ{e7c835cb6e1893283069fdd70a53cf2286cab1f7e539cf47c88ebcdece993c124e57d03eb9ffed28117a70301badc0efdb048f6853c15d728374130326580acdrootrootrootrootrootrootpython-nautilus-1.2.2-lp150.1.4.src.rpmpython3-nautilus-develpython3-nautilus-devel(x86-64)     python3-develpython3-nautiluspython3-nautilus-common-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.2.21.2.23.0.4-14.6.0-14.0-15.2-14.14.1Z?ZS]@O\@NؽNN @N@MAMߒ@MMM=M'@L^@LT@KUKPXJ4@luc14n0@linuxmail.orgluc14n0@linuxmail.orgvuntz@opensuse.orgcoolo@suse.comdimstar@opensuse.orgvuntz@opensuse.orgmalcolmlewis@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgdimstar@opensuse.orgvuntz@opensuse.orgvuntz@opensuse.orgvuntz@novell.com- Update to version 1.2.2: + Fix folder string comparison to prevent duplicate extension loading (bgo##792427).- Update to version 1.2.1: + Fix syntax error when building docs using python3 (bgo#792348). - Changes from version 1.2: + Added capability to compile with python 3 support using PYTHON environment variable. + Improve extension path loading semantics to follow XDG recommendations (bgo#781232). + Require Nautilus 3.0 before importing extensions to prevent warnings (bgo#791208). - Turn the package into singlespec. - Update URL tag to https://wiki.gnome.org/Projects/NautilusPython: currently the Nautilus Python project's web page. - Drop: + libtool BuildRequires and autoreconf call: the last is no longer needed and the former is automatically being pulled. + Standard BuilRoot setting tag: RPM already handles this itself. - Pass --docdir=%{_docdir}/%{name} to configure for the use of the right documentation's directory. - Unconditionalize gtk-doc BuildRequires as the documentation is building without further problems again. - Remove unneeded %clean section once RPM does this work itself nowadays. - Correct out of order sentence in package descriptions.- Explicitly add missing typelib(Nautilus) Requires: we can't use the automatic typelib() Requires generator since this python module is written in C.- add libtool as buildrequire to avoid implicit dependency- Update to version 1.1: + Added pygobject3 compatibility, and retained pygobject 2.28.x compatibility. + Bugs fixed: bgo#660290, bgo#660288, bgo#660287, bgo#660286, bgo#660283, bgo#653169. - Drop patches that have been merged upstream: + python-nautilus-fix-path-in-pc.patch + python-nautilus-fix-warnings.patch + python-nautilus-no-extension-on-failure.patch + python-nautilus-pygobject-3.0.patch- Port to pygobject 3.0: + Add nautilus-python-pygobject-3.0.patch: do the port :-) + Change pkgconfig(pygobject-2.0) BuildRequires to pkgconfig(pygobject-3.0). + Add call to autoreconf, needed for the patch. - Use a build_doc macro to decide whether to build the documentation. It controls the following: + Use of gtk-doc BuildRequires. + Use of --disable-gtk-doc or --enable-gtk-doc option passed to configure. - Set build_doc macro to 0 as the documentation build currently requires the old pygobject. - Add python-nautilus-fix-warnings.patch: fix various warnings in the build. - Add python-nautilus-no-extension-on-failure.patch: do not load extensions on initialization failures.- Fix /usr/share/nautilus-python directories not owned by a package. - Update spec file Licence field from GPLv2+ to GPL-2.0+ to conform with spdx.org identifier.- Add python-nautilus-fix-path-in-pc.patch to fix the pkg-config file to refer to the right extension directory, now that it changed.- Update dependencies after move to gobject introspection: + Remove python-gnome-devel, python-gtk-devel BuildRequires, python-gtk Requires from main package, and python-gtk-devel Requires from devel subpackage. + Add pkgconfig(pygobject-2.0) BuildRequires and python-gobject Requires. - Change nautilus-devel BuildRequires to pkgconfig(libnautilus-extension). - Drop unneeded python-gobject2-doc BuildRequires. - Fix license tag: the code is GPLv2+ (and not LGPLv2+). - Stop creating %{_libdir}/nautilus/extensions-2.0/python directory as extensions there are not considered anymore.- Update to version 1.0: + Use the gobject instrospection dynamic bindings, breaks compatibility for existing extensions. + For Nautilus3, the get_toolbar_items methods have been removed. + No longer look in the old ~/.nautilus/python-extensions or /usr/lib/nautilus/extensions2.0/python folders for extensions. Now look in ~/.local/share/nautilus-python/extensions or $XDG_DATA_DIR/nautilus-python/extensions. + Updated the gtk-doc documentation and examples to work with new dynamic bindings.- Update to version 0.7.3: + Use PyCapsule_Import for pygobject as well as pygtk + bgo#644399: in the property page example plugin, get the md5sum of the file contents, not the file name + Removed extraneous .cvsignore files + Fixed the update-file-info-async example plugin.- Update to version 0.7.2: + Fix to get the PyCapsule patch to work even if there is no PyCapsule object set up for pygtk - Changes from version 0.7.1: + bgo#619440: Fixed AM_CHECK_PYTHON_LIBS usage of test + Cleaned up the docs Makefile.am to make it more consistent + Fix some python3 syntax issues in the python.m4 script + bgo#633171: Add python 2.7 support.- Create and own %{_datadir}/nautilus-python/extensions since extensions can be installed there now.- Pass --enable-gtk-doc to configure, and add gtk-doc and python-gobject2-doc BuildRequires to build the API docs.- Update to version 0.7.0: + Added methods: - nautilus.InfoProvider.update_file_info_full - nautilus.InfoProvider.update_complete_invoke - nautilus.InfoProvider.cancel_update - nautilus.MenuProvider.get_file_items_full - nautilus.MenuProvider.get_background_items_full - nautilus.MenuProvider.get_toolbar_items_full - nautilus.MenuProvider.emit_items_updated_signal + Added complete gtk-doc documentation: tutorial and reference. Enable by adding the --enable-gtk-doc argument to ./configure or ./autogen.sh + Updated the autogen.sh file so it is not a copied-over obsolete version of gnome-autogen.sh, but a shell that calls the user's installed gnome-autogen.sh. + Removed obsolete .spec file + Removed obsolete examples/documentation.py file + Added an example plugin for the LocationWidgetProvider + Look for python plugins in $XDG_DATA_DIR/nautilus-python/extensions. This includes ~/.local/share and /usr/share (or whatever $XDG_DATA_DIR is set to).- Update to version 0.6.1: + Look for libpython2.6.so.1.0 instead of libpython2.6.so, the latter is general available from -devel packages only. + Re-added the missing spec and pc files + Free pygobject data directly after using file objects. Stops seg faults from occurring when nautilus wants to free pygobject data after Py_Finalize() is called.- Update to version 0.6.0: + Remove eel dependency + Sanitize python search path + Remove gnomevfs dependency and unused code + Load python from lib64 in 64 bit multilib distributions + Fix segfault when a plugin doesn't implement the __init__ method + Added the can_write, get_mount, get_file_type, get_location, and get_parent_location methods to the NautilusFileInfo object + Added the NautilusMenu.get_items method + Updated some example plugins + Bug fix for some PyThreadState_New segmentation faults + Use the nautilus prefix by default for distfiles, rather than /usr + Require nautilus-2.22 and pygobject-2.16 now that we support GIO - Drop python-nautilus-no-libeel.patch: fixed upstream. - Drop python-nautilus-no-gnomevfs.patch: fixed upstream. - Drop python-nautilus-autoreconf-m4.patch: not needed anymore, since we can remove the autoreconf call now.- Clean up package for Contrib.cloud105 15263260951.2.2-lp150.1.41.2.2-lp150.1.4python3-nautilus-develAUTHORSChangeLog/usr/share/doc/packages//usr/share/doc/packages/python3-nautilus-devel/-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:Leap:15.0/standard/93813a785d3a6fd2b336f2b50965cc14-python-nautiluscpioxz5x86_64-suse-linuxdirectoryASCII text*-{ZU qutf-873f365410c30f1efc04320be6c8152e88813e4b4c91040b49e5998226f590852?P7zXZ !t/X] crt:bLL ~ȑ9oXřw;/8t)X'{A6!B'Q1sh[|;ޚ׫[}'{˼\scZ;թ婉HkK" w5O]d5 ۖM B9'gl.끇I5a钼O͌jJc})ު c;mJ_6wlbGM YZ