diff --git a/jeepney-0.7.0.tar.gz b/jeepney-0.7.0.tar.gz deleted file mode 100644 index 490d3a8..0000000 --- a/jeepney-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1237cd64c8f7ac3aa4b3f332c4d0fb4a8216f39eaa662ec904302d4d77de5a54 -size 61236 diff --git a/jeepney-0.7.1.tar.gz b/jeepney-0.7.1.tar.gz new file mode 100644 index 0000000..cb6ddb0 --- /dev/null +++ b/jeepney-0.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9e232dfa0c498bd0b8a3a73b8d8a31978304dcef0515adc859d4e096f96f4f +size 61833 diff --git a/python-jeepney.changes b/python-jeepney.changes index 13d2434..2d5f59b 100644 --- a/python-jeepney.changes +++ b/python-jeepney.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Sep 7 06:51:44 UTC 2021 - Dirk Müller + +- update to 0.7.1: + * Add ``async with`` support to :class:`~.asyncio.DBusConnection` in the + asyncio integration. + * Fix calling :meth:`~.asyncio.DBusConnection.receive` immediately after opening + a connection in the asyncio integration. + ------------------------------------------------------------------- Sat Jul 17 13:51:07 UTC 2021 - Dirk Müller diff --git a/python-jeepney.spec b/python-jeepney.spec index f3fd7dd..6c65f1d 100644 --- a/python-jeepney.spec +++ b/python-jeepney.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jeepney -Version: 0.7.0 +Version: 0.7.1 Release: 0 Summary: Low-level, pure Python DBus protocol wrapper License: MIT