diff --git a/dasbus-1.6.tar.gz b/dasbus-1.6.tar.gz deleted file mode 100644 index 8f02a25..0000000 --- a/dasbus-1.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:149ad8fc8c3d298321ab50159b547ab2834899a89e47e21c6d42f2c92e56e94d -size 73031 diff --git a/dasbus-1.7.tar.gz b/dasbus-1.7.tar.gz new file mode 100644 index 0000000..e53dce8 --- /dev/null +++ b/dasbus-1.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8850d841adfe8ee5f7bb9f82cf449ab9b4950dc0633897071718e0d0036b6f6 +size 78603 diff --git a/python-dasbus.changes b/python-dasbus.changes index 6a31701..7e30417 100644 --- a/python-dasbus.changes +++ b/python-dasbus.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Fri Dec 2 01:18:57 UTC 2022 - Yogalakshmi Arunachalam + +- Update to dasbus-1.7 + Document limitations of the DBus specification generator by @poncovka in #63 + Fix testing with Travis CI by @poncovka in #68 + Allow to run tests in a container by @poncovka in #69 + Provide a language argument for the code blocks by @seahawk1986 in #71 + Change the type of 'h' glib objects from 'File' to 'UnixFD' by @wdouglass in #70 + Add functions for generating/consuming fdlists with variants by @wdouglass in #72 + Use CentOS Stream for testing with Travis by @poncovka in #83 + add remove dbus object function on bus and update tests by @mc18g13 in #74 + properly measure coverage across multiprocess test cases by @wdouglass in #82 + Extend the .coveragerc file by @poncovka in #86 + Disable builds for Fedora ELN on commits by @poncovka in #85 + Run tests for Debian and Ubuntu in Travis by @poncovka in #84 + Fix pylint issues by @poncovka in #91 + Support unixfd transfer via dbus by @wdouglass in #78 + Raise TimeoutError if a DBus call times out by @poncovka in #92 + UnixFD: Rename a parameter to server_arguments by @poncovka in #94 + UnixFD: Revert a change in GLibClient._async_call_finish by @poncovka in #93 + Don't use pylint from pip on Fedora Rawhide by @poncovka in #96 + Simplify the code for replacing values of the UnixFD type by @poncovka in #95 + UnixFD: Move the unit tests to a new file by @poncovka in #97 + Use pylint from pip on Fedora Rawhide by @poncovka in #98 + Always pull the latest container image by @poncovka in #99 + CI: Run tests for all supported Python versions by @poncovka in #103 + UnixFD: Move the support for Unix file descriptors to dasbus.unix by @poncovka in #100 + UnixFD: Clean up tests of DBus calls with Unix file descriptors by @poncovka in #101 + UnixFD: Handle DBus signals with Unix file descriptors by @poncovka in #102 + Fix rpm lint warnings for OpenSUSE 15.3 by @cmcantalupo in #89 + Fix bullet point lists by @poncovka in #107 + Remove untracked files from the git repository interactively by @poncovka in #108 + Simplify the hostname example by @poncovka in #106 + UnixFD: Document the support for Unix file descriptors by @poncovka in #105 + Improve the installation instruction by @poncovka in #109 + ------------------------------------------------------------------- Fri Jan 7 16:32:06 UTC 2022 - Predrag Ivanović diff --git a/python-dasbus.spec b/python-dasbus.spec index ac1ae12..1cdabb3 100644 --- a/python-dasbus.spec +++ b/python-dasbus.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-dasbus -Version: 1.6 +Version: 1.7 Release: 0 Summary: DBus library in Python 3 License: LGPL-2.0-or-later