From 0d9f52c02e1fc056947c3c5c56ca4a4f27051568 Mon Sep 17 00:00:00 2001 From: Vendula Poncova Date: Mon, 13 Jan 2020 16:24:46 +0100 Subject: [PATCH] New release: 0.2 - Unwrap DBus values (vponcova) - Unwrap a variant data type (vponcova) - Add a default DBus error (vponcova) - Use the minimal image in Travis CI (vponcova) - Remove GLibErrorHandler (vponcova) - Remove map_error and map_by_default (vponcova) - Extend arguments of dbus_error (vponcova) - Extend arguments of dbus_interface (vponcova) - The list of callbacks in signals can be changed during emitting (vponcova) - Don't import from mock (vponcova) - Enable checks in Travis CI (vponcova) - Fix too long lines (vponcova) - Don't use wildcard imports (vponcova) - Add the check target to the Makefile (vponcova) - Enable Travis CI (vponcova) - Catch logged warnings in the unit tests (vponcova) - Add the coverage target to the Makefile (vponcova) - Rename tests (vponcova) - Create Makefile (vponcova) - Create a .spec file (vponcova) - Add requirements to the README file (vponcova) --- .gitignore | 1 + python-dasbus.spec | 25 ++++++++++++++++++++++++- sources | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1e69d1c..4cb183e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /dasbus-0.1.tar.gz +/dasbus-0.2.tar.gz diff --git a/python-dasbus.spec b/python-dasbus.spec index d55e9fd..f35c406 100644 --- a/python-dasbus.spec +++ b/python-dasbus.spec @@ -1,7 +1,7 @@ %global srcname dasbus Name: python-%{srcname} -Version: 0.1 +Version: 0.2 Release: 1%{?dist} Summary: DBus library in Python 3 @@ -43,5 +43,28 @@ Requires: python3-gobject-base %{python3_sitelib}/%{srcname}/ %changelog +* Mon Jan 13 2020 Vendula Poncova - 0.2-1 +- Unwrap DBus values (vponcova) +- Unwrap a variant data type (vponcova) +- Add a default DBus error (vponcova) +- Use the minimal image in Travis CI (vponcova) +- Remove GLibErrorHandler (vponcova) +- Remove map_error and map_by_default (vponcova) +- Extend arguments of dbus_error (vponcova) +- Extend arguments of dbus_interface (vponcova) +- The list of callbacks in signals can be changed during emitting (vponcova) +- Don't import from mock (vponcova) +- Enable checks in Travis CI (vponcova) +- Fix too long lines (vponcova) +- Don't use wildcard imports (vponcova) +- Add the check target to the Makefile (vponcova) +- Enable Travis CI (vponcova) +- Catch logged warnings in the unit tests (vponcova) +- Add the coverage target to the Makefile (vponcova) +- Rename tests (vponcova) +- Create Makefile (vponcova) +- Create a .spec file (vponcova) +- Add requirements to the README file (vponcova) + * Thu Oct 31 2019 Vendula Poncova - 0.1-1 - Initial package diff --git a/sources b/sources index 70f86e0..be37918 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (dasbus-0.1.tar.gz) = af0e35064d4596ea3a7fec0f7100e34071b9fadc35e7ecd181a64314c677acf49fcadf570fcc4ab6a80ec1d98176476c7d57bf8114550ed35909aec01a3ada65 +SHA512 (dasbus-0.2.tar.gz) = 9b867128a039eb5e2e00e860ddae04c2c0dcd7811ad9ba62bfbc71540dabe340217676a528fe66867f606ad23e18c9e4d05e44299aab87edaef6ef6af38919b9