rpms/dbus-python/F-7 .cvsignore, 1.7, 1.8 dbus-python.spec, 1.22, 1.23 sources, 1.7, 1.8

John (J5) Palmieri (johnp) fedora-extras-commits at redhat.com
Mon Oct 29 20:21:23 UTC 2007


Author: johnp

Update of /cvs/pkgs/rpms/dbus-python/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15525

Modified Files:
	.cvsignore dbus-python.spec sources 
Log Message:
- Update to 0.82.3
- Closing private dbus.Bus no longer raises KeyError (fd.o #12096)
- async_err_cb(MyException()) now works (fd.o #12403)
- dbus.service.Object.remove_from_connection no longer claims that multiple
  exports aren't possible (fd.o #12432)
- Setting _dbus_error_name as a class attribute of DBusException subclasses
  works again
- dbus.Bus(private=True) is deprecated (use dbus.bus.BusConnection in new code,
  dbus.Bus basically just adds the shared-connection behaviour)
- If you pass the timeout argument to call_async or an asynchronous proxy method  call and expect it to be in milliseconds, you should change the argument to be
  in seconds, and require dbus-python >= 0.82.2.  This does not effect Fedora
  since I never pushed 0.82.1 which had the fix to make timeouts work.
- @dbus.service.method supports a rel_path_keyword argument for the benefit of
  fallback objects, which provides the method implementation with the path of
  the object within the exported subtree. For instance, if you have a fallback
  object exported at /Fallback, and you call a method that has
  rel_path_keyword='rel_path' on /Fallback and on /Fallback/Some/Where, the
  method implementation will be called with rel_path='/' and with
  rel_path='/Some/Where' respectively. (fd.o #11623)
- Introspect() now works on objects exported in more than one location.
  (fd.o #11794)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/dbus-python/F-7/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	13 Jul 2007 22:22:36 -0000	1.7
+++ .cvsignore	29 Oct 2007 20:20:50 -0000	1.8
@@ -4,3 +4,4 @@
 dbus-python-0.81.1.tar.gz
 dbus-python-0.82.0.tar.gz
 dbus-python-0.82.1.tar.gz
+dbus-python-0.82.3.tar.gz


Index: dbus-python.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dbus-python/F-7/dbus-python.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- dbus-python.spec	13 Jul 2007 22:22:36 -0000	1.22
+++ dbus-python.spec	29 Oct 2007 20:20:50 -0000	1.23
@@ -6,10 +6,10 @@
 
 Summary: D-Bus Python Bindings 
 Name: dbus-python
-Version: 0.82.1
-Release: 2%{?dist}
+Version: 0.82.3
+Release: 1%{?dist}
 URL: http://www.freedesktop.org/software/dbus/
-Source0: http://dbus.freedesktop.org/releases/%{name}-%{version}.tar.gz
+Source0: http://dbus.freedesktop.org/releases/dbus-python/%{name}-%{version}.tar.gz
 
 License: AFL/GPL
 Group: System Environment/Libraries
@@ -75,6 +75,29 @@
 %{_libdir}/pkgconfig/dbus-python.pc
 
 %changelog
+* Mon Oct 29 2007 John (J5) Palmieri <johnp at redhat.com> - 0.82.3-1
+- Update to 0.82.3
+- Closing private dbus.Bus no longer raises KeyError (fd.o #12096)
+- async_err_cb(MyException()) now works (fd.o #12403)
+- dbus.service.Object.remove_from_connection no longer claims that multiple 
+  exports aren't possible (fd.o #12432)
+- Setting _dbus_error_name as a class attribute of DBusException subclasses 
+  works again
+- dbus.Bus(private=True) is deprecated (use dbus.bus.BusConnection in new code,
+  dbus.Bus basically just adds the shared-connection behaviour)
+- If you pass the timeout argument to call_async or an asynchronous proxy method  call and expect it to be in milliseconds, you should change the argument to be
+  in seconds, and require dbus-python >= 0.82.2.  This does not effect Fedora 
+  since I never pushed 0.82.1 which had the fix to make timeouts work.
+- @dbus.service.method supports a rel_path_keyword argument for the benefit of 
+  fallback objects, which provides the method implementation with the path of 
+  the object within the exported subtree. For instance, if you have a fallback 
+  object exported at /Fallback, and you call a method that has 
+  rel_path_keyword='rel_path' on /Fallback and on /Fallback/Some/Where, the 
+  method implementation will be called with rel_path='/' and with 
+  rel_path='/Some/Where' respectively. (fd.o #11623)
+- Introspect() now works on objects exported in more than one location. 
+  (fd.o #11794)
+
 * Thu Jul 13 2007 John (J5) Palmieri <johnp at redhat.com> - 0.82.1-1
 - Update to 0.82.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/dbus-python/F-7/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	13 Jul 2007 22:22:36 -0000	1.7
+++ sources	29 Oct 2007 20:20:50 -0000	1.8
@@ -1 +1 @@
-45c725ef7f57fee1de0d1e62e5095002  dbus-python-0.82.1.tar.gz
+6b7626979b63994613a533a2d244c48c  dbus-python-0.82.3.tar.gz




More information about the fedora-extras-commits mailing list