File python-dbus-python.changes of Package python-dbus-python
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Wed Jun 9 00:42:10 UTC 2021 - Simon Lees <sflees@suse.de>
3
4
- Update to latest version from tumbleweed jira#OPENSUSE-22
5
boo#1183818
6
- Enable testsuite
7
8
-------------------------------------------------------------------
9
Sat Jan 9 16:16:55 UTC 2021 - Dirk Müller <dmueller@suse.com>
10
11
- update to 1.2.16:
12
* All tests are run even if the tap.py module is not available, although
13
diagnostics for failing tests will be better if it is present.
14
* Forbid unexpanded AX-prefixed macros more selectively
15
16
-------------------------------------------------------------------
17
Fri Dec 11 17:44:15 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
18
19
- Support builds with more than one python3 flavor
20
gh#openSUSE/python-rpm-macros#66
21
- Remove shebang from examples (rpmlint warning, is in common doc)
22
- Clean duplicate python flavor variables for configure
23
- Update the provides/obsoletes tags for old-style dbus-1-$python
24
25
-------------------------------------------------------------------
26
Wed Jan 8 01:19:38 UTC 2020 - Michael Gorse <mgorse@suse.com>
27
28
- Version update to version 1.2.14:
29
* Ensure that the numeric types from dbus.types get the same
30
str() under Python 3.8 that they did under previous versions.
31
* Disable -Winline.
32
* Add Python 3.8 to CI.
33
- Changes in version 1.2.12:
34
* Don't save and restore the exception indicator when called
35
from C code.
36
- Changes in version 1.2.10:
37
* Rewrite CONTRIBUTING.md document, based on Wayland's equivalent
38
* Add clearer license information using SPDX-License-Identifier.
39
* Improve test coverage.
40
* Don't set deprecated tp_print to NULL under Python 3.
41
* Include inherited methods and properties when documenting
42
objects, which regressed when migrating from epydoc to sphinx.
43
* Add missing variant_level member to UnixFd type, for parity
44
with the other dbus.types types (dbus-python!3.
45
- Note that this is a potentially incompatible change: unknown
46
keyword arguments were previously ignored (!) and are now an
47
error.
48
* Don't reply to method calls if they have the NO_REPLY_EXPECTED
49
flag (fd.o#32529, dbus-python#26.
50
* Silence -Wcast-function-type with gcc 8.
51
* Fix distcheck with python3.7 by deleting __pycache__ during
52
uninstall.
53
* Consistently save and restore the exception indicator when
54
called from C code.
55
* Avoid a long-standing race condition in the automated tests.
56
* Fix Qt website URL.
57
- Up dbus dependency; 1.8 is now required.
58
59
-------------------------------------------------------------------
60
Mon Oct 1 15:05:11 UTC 2018 - Nicolas Bock <nicolas.bock@suse.com>
61
62
- Add missing dependency for pkg-config files
63
64
-------------------------------------------------------------------
65
Wed Jul 4 13:48:04 UTC 2018 - tchvatal@suse.com
66
67
- Version update to version 1.2.8:
68
* Python 2.7 required or 3.4 respectively
69
* Tests use tap.py functionality
70
* Upstream dropped epydoc completely
71
* See NEWS for more
72
73
-------------------------------------------------------------------
74
Wed Jul 4 13:44:57 UTC 2018 - tchvatal@suse.com
75
76
- Use requires_ge instead of the rpm calls
77
78
-------------------------------------------------------------------
79
Mon Dec 18 13:03:22 UTC 2017 - jmatejek@suse.com
80
81
- drop unneeded epydoc requirement properly
82
83
-------------------------------------------------------------------
84
Thu Dec 7 11:17:04 UTC 2017 - dimstar@opensuse.org
85
86
- Escape the usage of %{VERSION} when calling out to rpm.
87
RPM 4.14 has %{VERSION} defined as 'the main packages version'.
88
89
-------------------------------------------------------------------
90
Tue Nov 14 16:26:45 UTC 2017 - jmatejek@suse.com
91
92
- drop unneeded epydoc requirement (API docs were not built anyway)
93
94
-------------------------------------------------------------------
95
Wed Mar 8 17:21:51 UTC 2017 - toddrme2178@gmail.com
96
97
- Rename package from dbus-1-python to python-dbus-python to
98
conform to openSUSE package naming guidelines.
99
- Switch to single-spec version
100
- Update to version 1.2.4
101
+ Enhancements:
102
* Continous integration metadata for travis-ci.org is now available.
103
Similar to dbus, this is split into .travis.yml (Travis-specifics)
104
and tools/ci-build.sh (intended to be useful for any CI framework,
105
although it does include various workarounds for travis-ci oddities).
106
(Simon McVittie)
107
+ Fixes:
108
* Make dbus.version a tuple again, not a list, for consistent sorting.
109
This was a regression in 1.2.2. (Debian #816729, Simon McVittie)
110
* Use inspect.signature() instead of inspect.getargspec() on Python
111
versions that have it. inspect.getargspec() is deprecated in recent
112
Python 3 and seems to have disappeared from 3.6 nightly builds.
113
(Simon McVittie)
114
* Make the tests pass in "narrow" Python builds where unicode objects
115
are UTF-16, rather than the UCS-4 used in Linux distributions.
116
(fd.o #57140, Simon McVittie)
117
* Always include headers in a consistent order (Debian #749133, Simon McVittie)
118
* Include config.h in all C code that we compile. This is necessary
119
on platforms where it might contain something like "#define _GNU_SOURCE"
120
or "#define inline __inline".
121
(Simon McVittie)
122
- Update to version 1.2.2
123
+ Versioning changes:
124
* dbus-python releases now have an even micro version (1.2.0, 1.2.2),
125
and snapshots from git have an odd micro version (1.2.1).
126
+ Dependencies:
127
* Building from git (but not from tarballs) now requires
128
macros from the GNU Autoconf Archive, for example the autoconf-archive
129
package in Debian or Fedora derivatives.
130
* Building from git (but not from tarballs) now requires Automake 1.13
131
or later.
132
* The automated tests and some examples now require PyGI (the gi module),
133
not PyGObject 2 (the deprecated glib and gobject modules).
134
+ Enhancements:
135
* There is now a setuptools setup.py, allowing dbus-python to be installed
136
into a virtualenv using pip from a standard Automake source release. This
137
requires pre-existing system-wide installations of the normal build
138
dependencies (pkg-config, libdbus, dbus-glib, a C compiler) and has
139
some limitations. For system-wide installations and development,
140
please use the Autoconf/Automake build system directly.
141
(fd.o #55439; Simon McVittie)
142
* dbus-python now uses the common compiler warnings from AX_COMPILER_FLAGS
143
(Simon McVittie)
144
* The automated tests can now be installed as GNOME-style "installed tests",
145
and should be somewhat more reliable (Simon McVittie)
146
+ Fixes:
147
* ``from dbus.service import *`` now imports FallbackObject
148
(fd.o #85720; Ben Longbons)
149
* The GConf-related examples work again (fd.o #85720; Ben Longbons)
150
* Consistently make examples executable, and install them all
151
(fd.o #85720; Ben Longbons)
152
* Search PATH for an appropriately-versioned pythonX.Y-config, or as a last
153
resort python-config, if there isn't a ${PYTHON}-config in the
154
same directory as ${PYTHON} (fd.o #92085; Yamashita, Yuu)
155
* Add support for the Automake 1.13 parallel test driver (Simon McVittie)
156
* Skip building API documentation if "import epydoc" fails (Simon McVittie)
157
- Add python version-dependent and python version-indepent devel
158
packages.
159
160
-------------------------------------------------------------------
161
Sat Nov 16 07:02:42 UTC 2013 - jengelh@inai.de
162
163
- Add missing dependency on python-gobject (bnc#850792)
164
165
-------------------------------------------------------------------
166
Mon Jun 3 18:03:27 UTC 2013 - asterios.dramis@gmail.com
167
168
- Removed the %{RELEASE} from the dbus-1 Requires: entries (fixes also Factory
169
auto check).
170
171
-------------------------------------------------------------------
172
Sun Jun 2 20:55:23 UTC 2013 - asterios.dramis@gmail.com
173
174
- Update to version 1.2.0:
175
Dependencies:
176
- libdbus 1.6 or later is now required.
177
Enhancements:
178
- Unicode Corrigendum 9: when used with a suitable version of libdbus
179
(1.6.10 or later, or 1.7.2 or later), noncharacters in strings are
180
now accepted
181
Fixes:
182
- Support DBusException('something with non—ASCII') under Python 2
183
(Michael Vogt, smcv; fd.o #55899)
184
- Correct some misleading wording in COPYING which was written under the
185
assumption that libdbus could actually be relicensed to MIT/X11
186
(Thiago Macieira)
187
- Avoid variable-length arrays, because MSVC++ is still stuck in 1998
188
(based on patches from Christoph Höger, fd.o #51725)
189
- Remove unnecessary uses of stdint.h (fd.o #51725)
190
- Add support for Unix compilers not supporting 'inline', for completeness
191
- Use GObject.__class__ instead of GObjectMeta, which can no longer be
192
imported from gi.repository.GObject in pygobject 3.8
193
- Fix autoreconfiscation on Automake 1.13 (Marko Lindqvist, fd.o #59006)
194
- Removed libxml2-python runtime requirement (not needed).
195
196
-------------------------------------------------------------------
197
Mon Nov 19 18:33:18 UTC 2012 - asterios.dramis@gmail.com
198
199
- Update to version 1.1.1:
200
Dependencies:
201
- libdbus 1.6 or later is now recommended. It is not strictly required yet.
202
Fixes:
203
- Validate UTF-8 according to the rules libdbus uses, falling back to our
204
own (inefficient) implementation if not compiled against dbus >= 1.6
205
(fdo#40817)
206
- Under Python 3, in the absence of introspection or signature='...',
207
pass dbus.ObjectPath or dbus.Signature arguments with the obvious
208
signature 'o' or 'g', not 's'. This previously only worked in Python 2.
209
(fdo#50740)
210
From version 1.1.0:
211
Deprecations:
212
- dbus.gobject_service is deprecated. Use dbus.gi_service and PyGI in new
213
code.
214
API changes:
215
- dbus.gobject_service works in legacy PyGObject 2 applications again,
216
like it did before 1.0. The down side is that it doesn't work in all PyGI
217
applications any more, unlike 1.0. In PyGI applications, depend on
218
dbus-python >= 1.1 and use dbus.gi_service instead - its API is the same.
219
(fdo#48904, deb#670516)
220
- dbus.gobject_service has been removed from Python 3 builds altogether.
221
Enhancements:
222
- Use DBusBasicValue from libdbus 1.5, if available, rather than reinventing
223
it
224
Fixes:
225
- Put sockets for the regression tests in /tmp, not the builddir, fixing
226
test failures in a really long builddir (fdo#46747)
227
- Fix a reference leak in dbus_py_variant_level_set (fdo#47108)
228
- Modify AM_CHECK_PYTHON_HEADERS so the "another way" works with Python 3
229
230
-------------------------------------------------------------------
231
Sun May 27 11:04:49 UTC 2012 - highwaystar.ru@gmail.com
232
233
- dbus-1-python3 package added
234
235
-------------------------------------------------------------------
236
Thu Mar 8 20:33:58 UTC 2012 - asterios.dramis@gmail.com
237
238
- New upstream version 1.0.0:
239
Dependencies:
240
- libdbus 1.4 or later is now required.
241
- Python 2.6 or later is now required. If Python 3 is used, it must be
242
version 3.2 or later.
243
- GNU make (or, at your own risk, another make with the GNU $(patsubst)
244
extension) is now required.
245
API changes:
246
- dbus_bindings, which was never meant to be public API and has been
247
deprecated for nearly 5 years, has finally been removed.
248
- The repr() of every dbus-python object is now unicode.
249
- The Python 3 API is not the same as the Python 2 API; see PY3PORT.rst for
250
details.
251
Enhancements:
252
- Python 3 compatibility (fd.o #26420)
253
- MethodCallMessage and SignalMessage now have a more useful repr()
254
Fixes:
255
- OOM while appending a unicode object to a message no longer leaks a string
256
- If libdbus somehow gives us invalid UTF-8, don't crash
257
- Fix rst2html failure in non-UTF-8 locales
258
From version 0.84.0:
259
Enhancements:
260
- fd.o #30812: add the UnixFd type, and support Unix fd passing if compiled
261
against a new enough libdbus
262
- fd.o #34342: add Connection.set_allow_anonymous(bool)
263
- fd.o #21017: add configure arguments PYTHON_INCLUDES and PYTHON_LIBS which
264
can be used to override $PYTHON-config
265
Fixes:
266
- fd.o #35626: clear ProxyObject's pending introspection queue after
267
execution
268
- fd.o #22560: remove duplicate code from example-async-client
269
- fd.o #36206: allow signature='x' among ProxyObject method arguments
270
- Spec file updates:
271
- Removed pyrex from BuildRequires: (not needed anymore).
272
- Removed "autoreconf -fi" from %build section and also libtool requirement
273
(not needed).
274
- Added epydoc and python-docutils in BuildRequires: to enable generation of
275
HTML docs and API documentation.
276
277
-------------------------------------------------------------------
278
Wed Jan 25 10:23:39 UTC 2012 - cfarrell@suse.com
279
280
- license update: MIT
281
SPDX format for MIT license
282
283
-------------------------------------------------------------------
284
Fri Sep 30 20:07:54 UTC 2011 - coolo@suse.com
285
286
- add libtool as buildrequire to make the spec file more reliable
287
288
-------------------------------------------------------------------
289
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
290
291
- Remove redundant tags/sections from specfile
292
(cf. packaging guidelines)
293
- Use %_smp_mflags for parallel build
294
295
-------------------------------------------------------------------
296
Tue Jan 4 17:58:24 UTC 2011 - fcrozat@novell.com
297
298
- new upstream version 0.83.2 :
299
- libdbus 1.2 is still supported, but libdbus >= 1.4 is
300
recommended.
301
- Make BusConnection.list_activatable_names actually call
302
ListActivatableNames, not ListNames
303
- Don't override CFLAGS when adding compiler warnings
304
- Fix compilation on platforms where Py_ssize_t is larger than
305
int, like x86-64
306
- fd.o #21831: deserialize empty byte arrays with byte_arrays=True
307
as ByteArray(''), not ByteArray('None')
308
- fd.o #23278, #25105: fix crashes when trying to append more
309
struct entries than the signature allows with libdbus 1.4
310
- fd.o #23831: fix crashes when an embedded Python interpreter
311
imports dbus, is finalized, is re-initialized, and re-imports
312
dbus
313
- fd.o #21172: avoid some deprecation warnings in Python 2.6
314
- fd.o #15013: add dbus.lowlevel.MESSAGE_TYPE_SIGNAL etc., for
315
those who care about message types at a low level
316
- When removing signal matches, clean up internal state, avoiding
317
a memory leak in long-lived Python processes that connect to
318
signals from arbitrarily many object paths (fd.o #17551)
319
- When setting the sender of a message, allow it to be
320
org.freedesktop.DBus so you can implement a D-Bus daemon in
321
pure Python
322
323
-------------------------------------------------------------------
324
Sun Oct 31 12:37:02 UTC 2010 - jengelh@medozas.de
325
326
- Use %_smp_mflags
327
328
-------------------------------------------------------------------
329
Sun Aug 9 08:45:50 CEST 2009 - coolo@novell.com
330
331
- use new python macros
332
333
-------------------------------------------------------------------
334
Tue Sep 9 00:36:16 CEST 2008 - ro@suse.de
335
336
- use py_sitedir macro in filelist
337
338
-------------------------------------------------------------------
339
Tue Jul 29 16:36:27 CEST 2008 - thoenig@suse.de
340
341
- new upstream version 0.83.0
342
- Add bindings for DBusServer (thanks to Mathias Hasselmann,
343
Huang Peng; fd.o #14322, #15514).
344
- Omit the service's traceback from certain D-Bus errors:
345
specifically, those that were probably deliberately raised as
346
part of an API. Subclasses of DBusException that indicate
347
programmer error can turn the traceback back on if it seems
348
likely to be useful.
349
- Don't emit spurious Error messages if libdbus gives object-path
350
handlers a message that isn't a method call (most likely because
351
of binding to a locally emitted signal, as in fd.o #14199).
352
- Make multiple filters added by Connection.add_message_filter
353
work (fd.o #15547, thanks to Huang Peng).
354
- Make the API docs build correctly when out-of-tree
355
- Require dbus 1.0 so we can get rid of DBUS_API_SUBJECT_TO_CHANGE
356
357
-------------------------------------------------------------------
358
Tue Dec 11 10:25:40 CET 2007 - thoenig@suse.de
359
360
- supplying reply_handler but not error_handler raises
361
MissingReplyHandlerException instead of
362
MissingErrorHandlerException, and vice versa (fd.o #12304, patch
363
from René Neumann)
364
- Using non-recursive make for dbus/ directory should fix builds in
365
some environments (fd.o #12741)
366
- Everything is now under the same MIT/X11 license used for
367
Collabora code in the previous release
368
- Added copyright headers to some files that were still missing
369
them
370
371
-------------------------------------------------------------------
372
Wed Dec 5 11:49:42 CET 2007 - thoenig@suse.de
373
374
- new upstream version 0.82.3 (skipped 0.82.1 and 0.82.2)
375
- Don't try to distribute COPYING.LGPL-2.1 - no longer exists
376
- Fix NEWS indentation
377
- Mention relicensing in NEWS
378
- Update NEWS, and add regression tests for fd.o #12096 and
379
#12403
380
- fd.o #12432: fix documentation for remove_from_connection
381
- dbus.exceptions.DBusException: allow setting _dbus_error_name
382
in subclasses
383
- Don't raise KeyError when closing private dbus.Bus.
384
(fd.o #12096)
385
- Also deprecate private dbus.Bus in favour of
386
dbus.bus.BusConnection - the only things you gain from using
387
dbus.Bus are the shared-instance behaviour and some strange
388
more-than-one-way-to-do-it APIs.
389
- Relicense Collabora code under the MIT/X11 license proposed for
390
dbus core, removing all references to the LGPL as a result
391
- dbus.service: Don't assume that exceptions passed to
392
asynchronous callbacks are the same as the pending exception
393
(fd.o #12403, https://dev.laptop.org/ticket/3370)
394
- Makefile.am, test/Makefile.am: Use @abs_top_builddir@,
395
@abs_top_srcdir@
396
- This fixes incorrect Python path for docs and tests if doing
397
an out-of-tree
398
- build using an absolute path for $(srcdir), and is also
399
less ugly.
400
- Unset dbus_python_released
401
- Release 0.82.2
402
- Mention in NEWS that API docs are generated by default
403
- Reorganise README to reflect that API docs are generated
404
by default
405
- Mention incompatibility with 0.82.1 more prominently
406
- Check for epydoc version >= 3, and default to building API docs
407
if available
408
- Update NEWS to mention #11623 fix
409
- Add rel_path_keyword to @method (fd.o #11623)
410
- Avoid deprecated API in cross-test
411
- Fix introspection on objects with more than one connection or
412
more than one object path (bugs.fd.o #11794)
413
- NEWS: mention the solved build problems related to
414
python-config
415
- Re-fix checking for Python include paths. Use $PYTHON-config
416
like in 0.82.1 if we can, use the hard-coded logic from
417
versions prior to 0.82.0 if we can't.
418
- Complete the .m4 renaming
419
- Move dbus-py-add-rst2htmlflag.m4 to jh-add-cflag.m4 - the
420
contents of two of the .m4 files were the opposite of what
421
they should be
422
- Move jh-add-cflag.m4 to dbuspy-add-rst2htmlflag.m4 - the
423
contents of two of the .m4 files were the opposite of what
424
they should be
425
- Revert "Use python-config to get Python cppflags (patch from
426
Ubuntu, fd.o #11282)."
427
- Python < 2.5 didn't have python-config (although some
428
distributions, e.g. Debian and Ubuntu, shipped it as an
429
add-on). Even for 2.5, some distributions install it under
430
gratuitously different names (hi, Gentoo). As a result, this
431
patch needs replacing with one that doesn't rely on having
432
python-config.
433
- _dbus_bindings/mainloop.c: Remove Watch and Timeout.
434
They were never used, and didn't make a great deal of sense.
435
I now believe the right direction for pure-Python mainloop
436
support is to define a Pythonic main loop abstraction and
437
coerce libdbus to fit into it, rather than pretending the
438
objects in libdbus' abstraction are Python objects.
439
- NEWS: update with timeout fix
440
- Measure async call timeout in seconds as intended, not in
441
ms (blocking calls already used seconds). Add regression tests
442
- test-client: Avoid deprecated usage - explicitly pass
443
SessionBus() to BusName ctor
444
- Try to avoid importing things from _dbus_bindings when they
445
could be imported from public API
446
- Bump version to 0.82.1.YYYYMMDD
447
- Avoid cpp directives inside macro calls, to be nice to old
448
gcc versions
449
- NEWS, configure.ac: 0.82.1, the "double precision" release
450
- Use PyArg_ParseTuple correctly, fixing the timeout in
451
send_message_with_reply and send_message_with_reply_and_block.
452
(bugs.fd.o #11489; thanks to Marco Pesenti Gritti for report
453
and initial patch)
454
- Unset dbus_python_released
455
- .gitignore: ignore patch(1) cruft, and detached signatures
456
for the release tarballs
457
- dbus.proxies: If making a call with ignore_reply=True, don't
458
block for introspection
459
- dbus.service: use DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE
460
- Expose HANDLER_RESULT_HANDLED, HANDLER_RESULT_NOT_YET_HANDLED
461
as public API in dbus.lowlevel
462
- Get stacklevel right on deprecation of not specifying bus in
463
BusName.__init__
464
- _dbus_bindings: add DBUS_INTROSPECT_1_0_XML_DOCTYPE_DECL_NODE
465
etc.
466
- Avoid using deprecated dbus_watch_get_fd()
467
- dbus.service: Deprecate the omission of the `bus` argument in
468
the BusName constructor.
469
- Explicit is better than implicit.
470
- Stop using interactive-Python syntax in tutorial to reduce
471
user confusion. Closes bugs.fd.o #11209.
472
473
-------------------------------------------------------------------
474
Tue Jun 19 19:08:38 CEST 2007 - thoenig@suse.de
475
476
- new upstream version 0.82.0 (skipped 0.80.2 and 0.81.0)
477
- dbus.service.Object can start off with no Connection or object path, and
478
become exported later. If suitable class attributes are set, objects can
479
even be exported on multiple connections, or with multiple object-paths,
480
or both.
481
- dbus.service.FallbackObject implements a whole subtree of object-path space
482
(fd.o #9295).
483
- ``@method`` accepts a parameter ``connection_keyword`` so methods can find
484
out which connection to use for any follow-up actions.
485
- ``@signal`` has a new parameter ``rel_path_keyword`` which gets the path at
486
which to emit the signal, relative to the path of the FallbackObject.
487
``path_keyword`` is now deprecated, and will raise an exception if used
488
on an object with ``SUPPORTS_MULTIPLE_OBJECT_PATHS``, including any
489
``FallbackObject``.
490
- update to 0.81.0
491
- When an Error message on the bus is represented as a DBusException, the
492
error name is copied into the exception and can be retrieved by
493
get_dbus_name(). Exception handlers should use this instead of looking at
494
the stringified form of the exception, unless backwards compatibility
495
is needed.
496
- DBusException objects now get all arguments from the Error message, not
497
just the first (although there will usually only be one). Use the 'args'
498
attribute if you need to retrieve them.
499
- The Connection, BusConnection and Bus classes have a method
500
list_exported_child_objects(path: str) -> list of str, which wraps
501
dbus_connection_list_registered()
502
- You can remove objects from D-Bus before they become unreferenced, by
503
using dbus.service.Object.remove_from_connection()
504
(https://bugs.freedesktop.org/show_bug.cgi?id=10457)
505
- update to 0.80.2
506
- Fix numerous memory and reference leaks
507
- Only use -Werror if the user specifically asks for it
508
- Audit tp_dealloc callbacks to make sure they correctly preserve the
509
exception state
510
- Relicense files solely owned by Collabora Ltd. more permissively (LGPL/AFL
511
rather than GPL/AFL) - this includes the tutorial and all the C code
512
513
-------------------------------------------------------------------
514
Fri Mar 9 12:06:50 CET 2007 - thoenig@suse.de
515
516
- add python-xml to 'Requires'
517
518
-------------------------------------------------------------------
519
Sun Mar 4 20:46:40 CET 2007 - thoenig@suse.de
520
521
- fix completely broken build
522
- new package: dbus-1-python-devel
523
524
-------------------------------------------------------------------
525
Thu Mar 1 12:18:55 CET 2007 - thoenig@suse.de
526
527
- new upstream version 0.80.1
528
- drop patch dbus-python_bindings_fix.diff
529
530
-------------------------------------------------------------------
531
Mon Nov 6 15:54:33 CET 2006 - thoenig@suse.de
532
533
- loosen dependency to D-Bus
534
535
-------------------------------------------------------------------
536
Mon Sep 25 12:51:53 CEST 2006 - thoenig@suse.de
537
538
- add %{py_requires} (b.n.c #207919)
539
540
-------------------------------------------------------------------
541
Tue Aug 1 23:03:57 CEST 2006 - thoenig@suse.de
542
543
- new upstream version 0.71
544
545
-------------------------------------------------------------------
546
Tue Aug 1 23:03:23 CEST 2006 - thoenig@suse.de
547
548
- split out binings to sparate spec files
549