New release: 1.0
- Fix the documentation (vponcova) - Fix minor typos (yurchor) - Enable Codecov (vponcova) - Test the documentation build (vponcova) - Extend the documentation (vponcova) - Add configuration files for Read the Docs and Conda (vponcova) - Fix all warnings from the generated documentation (vponcova)
This commit is contained in:
parent
610a52313e
commit
470f10da3b
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/dasbus-0.2.tar.gz
|
||||
/dasbus-0.3.tar.gz
|
||||
/dasbus-0.4.tar.gz
|
||||
/dasbus-1.0.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global srcname dasbus
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.4
|
||||
Version: 1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: DBus library in Python 3
|
||||
|
||||
@ -43,6 +43,14 @@ Requires: python3-gobject-base
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Tue May 05 2020 Vendula Poncova <vponcova@redhat.com> - 1.0-1
|
||||
- Fix the documentation (vponcova)
|
||||
- Fix minor typos (yurchor)
|
||||
- Enable Codecov (vponcova)
|
||||
- Test the documentation build (vponcova)
|
||||
- Extend the documentation (vponcova)
|
||||
- Add configuration files for Read the Docs and Conda (vponcova)
|
||||
- Fix all warnings from the generated documentation (vponcova)
|
||||
* Wed Apr 08 2020 Vendula Poncova <vponcova@redhat.com> - 0.4-1
|
||||
- Replace the error register with the error mapper (vponcova)
|
||||
- Propagate additional arguments for the client handler factory (vponcova)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dasbus-0.4.tar.gz) = 2a3a5c218ade28652a04aadbe02d8e5cbacb25d91ff76b11a03f2974321072aadde0f15cdd8c2ca2734bc0314282a532dc3019a17c9a66965c47852e120d92ad
|
||||
SHA512 (dasbus-1.0.tar.gz) = 41414f21111c1297474eb89e7933a1ab234c01792f936b27364b6227962b0d7245a3fe000407f6cff735346fe50451ff2b354310b315b9a6e32762291b124bf6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user