diff --git a/jeepney-0.6.0.tar.gz b/jeepney-0.6.0.tar.gz deleted file mode 100644 index 85ac5d2..0000000 --- a/jeepney-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d59b6622675ca9e993a6bd38de845051d315f8b0c72cca3aef733a20b648657 -size 49513 diff --git a/jeepney-0.7.0.tar.gz b/jeepney-0.7.0.tar.gz new file mode 100644 index 0000000..490d3a8 --- /dev/null +++ b/jeepney-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1237cd64c8f7ac3aa4b3f332c4d0fb4a8216f39eaa662ec904302d4d77de5a54 +size 61236 diff --git a/python-jeepney.changes b/python-jeepney.changes index 0862b91..13d2434 100644 --- a/python-jeepney.changes +++ b/python-jeepney.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jul 17 13:51:07 UTC 2021 - Dirk Müller + +- update to 0.7.0: + * Support for :ref:`sending and receiving file descriptors `. + This is available with the blocking, threading and trio integration layers. + * Deprecated older integration APIs, in favour of new APIs introduced in 0.5. + * Fixed passing a deque in to :meth:`~.blocking.DBusConnection.filter` in the + blocking integration API. + ------------------------------------------------------------------- Sun Dec 20 09:53:53 UTC 2020 - Dirk Müller diff --git a/python-jeepney.spec b/python-jeepney.spec index 5e7d2f1..f3fd7dd 100644 --- a/python-jeepney.spec +++ b/python-jeepney.spec @@ -1,7 +1,7 @@ # # spec file for package python-jeepney # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jeepney -Version: 0.6.0 +Version: 0.7.0 Release: 0 Summary: Low-level, pure Python DBus protocol wrapper License: MIT