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)
This commit is contained in:
parent
fd1a97efb7
commit
0d9f52c02e
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/dasbus-0.1.tar.gz
|
||||
/dasbus-0.2.tar.gz
|
||||
|
||||
@ -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 <vponcova@redhat.com> - 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 <vponcova@redhat.com> - 0.1-1
|
||||
- Initial package
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dasbus-0.1.tar.gz) = af0e35064d4596ea3a7fec0f7100e34071b9fadc35e7ecd181a64314c677acf49fcadf570fcc4ab6a80ec1d98176476c7d57bf8114550ed35909aec01a3ada65
|
||||
SHA512 (dasbus-0.2.tar.gz) = 9b867128a039eb5e2e00e860ddae04c2c0dcd7811ad9ba62bfbc71540dabe340217676a528fe66867f606ad23e18c9e4d05e44299aab87edaef6ef6af38919b9
|
||||
|
||||
Loading…
Reference in New Issue
Block a user