python3-dbus-python-devel-1.2.16-lp152.7.3.1 4>$  Apa,J/=„ hTx.7\a~81߉"d(@ b}z*qDع&1twx>8tdZvU䓼HN%Q]7'dcX>}S~eNQ7]&^zAVQ9XǤ?2/Q; o )4(OX5-Sj@CoQed/t =#}*5?Ύ~aFI7g]dŅ>ޟqL798dd5ba1691901a197a1b1d9d6a81de4890e960788c45b740826a0197de88cedbe60aad7e261ba70ce78bbeccb5d39c9889c225+la,J/=„CY#:̒ݛՎQ ?1ӳgtҭ ޅ"UvgA8>-:uyv9F?a,گj xULVY5S0m#ЀfQSOI< g{^XUPv`.& 29e yOt'Goїt "pCjYir$:2`j.DoUNpA!H?!8d# / ^  )F~    Z |   (8 9 : BFG0HHI`XhYxZ[\]^9bcd @e Ef Hl Ju \v tw x y z    !4Cpython3-dbus-python-devel1.2.16lp152.7.3.1Python bindings for D-Bus -- development filesD-Bus python bindings for use with python programs. This package contains the development files for Python bindings for D-Bus.a,?build73 openSUSE Leap 15.2openSUSEMIThttp://bugs.opensuse.orgDevelopment/Libraries/Pythonhttps://www.freedesktop.org/wiki/Software/DBusBindings/linuxx86_64 cA큤A큤a,a,a,?Zn6a,?Zn6ec80a7352df29fcbd978fcc00a6e65c078c83785af3c424921668130040165011e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0dbus-python.hdbus-python.pcrootrootrootrootrootrootrootrootrootrootrootrootpython-dbus-python-1.2.16-lp152.7.3.1.src.rpmdbus-1-python3-develpkgconfig(dbus-python-3.6)python3-dbus-python-develpython3-dbus-python-devel(x86-64)@ @     /usr/bin/pkg-configdbus-1dbus-1-develpkgconfig(dbus-1)python3-dbus-pythonpython3-dbus-python-common-develpython3-develrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.12.21.12.21.01.2.161.2.163.0.4-14.6.0-14.0-15.2-14.14.1`@___@^@[ @[<[Dirk Müller Benjamin Greiner Michael Gorse Nicolas Bock tchvatal@suse.comtchvatal@suse.comjmatejek@suse.comdimstar@opensuse.orgjmatejek@suse.comtoddrme2178@gmail.com- Update to latest version from tumbleweed jira#OPENSUSE-22 boo#1183818 - Enable testsuite- update to 1.2.16: * All tests are run even if the tap.py module is not available, although diagnostics for failing tests will be better if it is present. * Forbid unexpanded AX-prefixed macros more selectively- Support builds with more than one python3 flavor gh#openSUSE/python-rpm-macros#66 - Remove shebang from examples (rpmlint warning, is in common doc) - Clean duplicate python flavor variables for configure - Update the provides/obsoletes tags for old-style dbus-1-$python- Version update to version 1.2.14: * Ensure that the numeric types from dbus.types get the same str() under Python 3.8 that they did under previous versions. * Disable -Winline. * Add Python 3.8 to CI. - Changes in version 1.2.12: * Don't save and restore the exception indicator when called from C code. - Changes in version 1.2.10: * Rewrite CONTRIBUTING.md document, based on Wayland's equivalent * Add clearer license information using SPDX-License-Identifier. * Improve test coverage. * Don't set deprecated tp_print to NULL under Python 3. * Include inherited methods and properties when documenting objects, which regressed when migrating from epydoc to sphinx. * Add missing variant_level member to UnixFd type, for parity with the other dbus.types types (dbus-python!3. - Note that this is a potentially incompatible change: unknown keyword arguments were previously ignored (!) and are now an error. * Don't reply to method calls if they have the NO_REPLY_EXPECTED flag (fd.o#32529, dbus-python#26. * Silence -Wcast-function-type with gcc 8. * Fix distcheck with python3.7 by deleting __pycache__ during uninstall. * Consistently save and restore the exception indicator when called from C code. * Avoid a long-standing race condition in the automated tests. * Fix Qt website URL. - Up dbus dependency; 1.8 is now required.- Add missing dependency for pkg-config files- Version update to version 1.2.8: * Python 2.7 required or 3.4 respectively * Tests use tap.py functionality * Upstream dropped epydoc completely * See NEWS for more- Use requires_ge instead of the rpm calls- drop unneeded epydoc requirement properly- Escape the usage of %{VERSION} when calling out to rpm. RPM 4.14 has %{VERSION} defined as 'the main packages version'.- drop unneeded epydoc requirement (API docs were not built anyway)- Rename package from dbus-1-python to python-dbus-python to conform to openSUSE package naming guidelines. - Switch to single-spec version - Update to version 1.2.4 + Enhancements: * Continous integration metadata for travis-ci.org is now available. Similar to dbus, this is split into .travis.yml (Travis-specifics) and tools/ci-build.sh (intended to be useful for any CI framework, although it does include various workarounds for travis-ci oddities). (Simon McVittie) + Fixes: * Make dbus.version a tuple again, not a list, for consistent sorting. This was a regression in 1.2.2. (Debian #816729, Simon McVittie) * Use inspect.signature() instead of inspect.getargspec() on Python versions that have it. inspect.getargspec() is deprecated in recent Python 3 and seems to have disappeared from 3.6 nightly builds. (Simon McVittie) * Make the tests pass in "narrow" Python builds where unicode objects are UTF-16, rather than the UCS-4 used in Linux distributions. (fd.o #57140, Simon McVittie) * Always include headers in a consistent order (Debian #749133, Simon McVittie) * Include config.h in all C code that we compile. This is necessary on platforms where it might contain something like "#define _GNU_SOURCE" or "#define inline __inline". (Simon McVittie) - Update to version 1.2.2 + Versioning changes: * dbus-python releases now have an even micro version (1.2.0, 1.2.2), and snapshots from git have an odd micro version (1.2.1). + Dependencies: * Building from git (but not from tarballs) now requires macros from the GNU Autoconf Archive, for example the autoconf-archive package in Debian or Fedora derivatives. * Building from git (but not from tarballs) now requires Automake 1.13 or later. * The automated tests and some examples now require PyGI (the gi module), not PyGObject 2 (the deprecated glib and gobject modules). + Enhancements: * There is now a setuptools setup.py, allowing dbus-python to be installed into a virtualenv using pip from a standard Automake source release. This requires pre-existing system-wide installations of the normal build dependencies (pkg-config, libdbus, dbus-glib, a C compiler) and has some limitations. For system-wide installations and development, please use the Autoconf/Automake build system directly. (fd.o #55439; Simon McVittie) * dbus-python now uses the common compiler warnings from AX_COMPILER_FLAGS (Simon McVittie) * The automated tests can now be installed as GNOME-style "installed tests", and should be somewhat more reliable (Simon McVittie) + Fixes: * ``from dbus.service import *`` now imports FallbackObject (fd.o #85720; Ben Longbons) * The GConf-related examples work again (fd.o #85720; Ben Longbons) * Consistently make examples executable, and install them all (fd.o #85720; Ben Longbons) * Search PATH for an appropriately-versioned pythonX.Y-config, or as a last resort python-config, if there isn't a ${PYTHON}-config in the same directory as ${PYTHON} (fd.o #92085; Yamashita, Yuu) * Add support for the Automake 1.13 parallel test driver (Simon McVittie) * Skip building API documentation if "import epydoc" fails (Simon McVittie) - Add python version-dependent and python version-indepent devel packages.dbus-1-python3-develbuild73 16303061111.2.161.2.161.2.16-lp152.7.3.11.2.16-lp152.7.3.11.2.16dbus-python-3.6.hdbus-python-3.6.pcpython3-dbus-python-develAUTHORSpython3-dbus-python-develCOPYING/usr/include/dbus-1.0/dbus//usr/lib64/pkgconfig//usr/share/doc/packages//usr/share/doc/packages/python3-dbus-python-devel//usr/share/licenses//usr/share/licenses/python3-dbus-python-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:Maintenance:16880/openSUSE_Leap_15.2_Update/974fc55d70586c517615352c7dc285b9-python-dbus-python.openSUSE_Leap_15.2_Updatecpioxz5x86_64-suse-linuxpkgconfig filedirectoryASCII textPRRύa Zutf-83e51f97a4dfd79556170f8219ff6f507fd21546702e42b1b12d60d3fe11b6a24?7zXZ !t/ s] cr$x#EzdD,M_^#?[Q#HŚؑ\9@ɿE O+\A.B5*ShhZuk<=wWafeK]ƠgO3$9ֲO>(.ZJt3 G)B\=uh &aACxA5=;c$-탁9s2 u:6ZY/S=1O}Eκ65{:#ëPUP/D%X"oospR~n^={r{/s eK{% l0/ҶfG I