New release: 1.1
- Include tests and examples in the source distribution (vponcova) - Fix the pylint warning signature-differs (vponcova)
This commit is contained in:
parent
470f10da3b
commit
0222d4e14b
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/dasbus-0.3.tar.gz
|
||||
/dasbus-0.4.tar.gz
|
||||
/dasbus-1.0.tar.gz
|
||||
/dasbus-1.1.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global srcname dasbus
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.0
|
||||
Version: 1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: DBus library in Python 3
|
||||
|
||||
@ -43,6 +43,9 @@ Requires: python3-gobject-base
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Thu May 14 2020 Vendula Poncova <vponcova@redhat.com> - 1.1-1
|
||||
- Include tests and examples in the source distribution (vponcova)
|
||||
- Fix the pylint warning signature-differs (vponcova)
|
||||
* Tue May 05 2020 Vendula Poncova <vponcova@redhat.com> - 1.0-1
|
||||
- Fix the documentation (vponcova)
|
||||
- Fix minor typos (yurchor)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dasbus-1.0.tar.gz) = 41414f21111c1297474eb89e7933a1ab234c01792f936b27364b6227962b0d7245a3fe000407f6cff735346fe50451ff2b354310b315b9a6e32762291b124bf6
|
||||
SHA512 (dasbus-1.1.tar.gz) = 276f215671fda03c5de85688ea13ab8ab2afa2d88ffa788f0cc67e31ceac08e84a05e8f18ebaa94c152cff8c02a50e29754d6c6d54073613283ab31a028d285c
|
||||
|
||||
Loading…
Reference in New Issue
Block a user