New release: 1.2
- Replace ABC with ABCMeta (vponcova) - Fix typing tests (vponcova) - Run tests on the latest CentOS (vponcova) - Install sphinx from PyPI (vponcova)
This commit is contained in:
parent
0222d4e14b
commit
46843dcd6e
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/dasbus-0.4.tar.gz
|
||||
/dasbus-1.0.tar.gz
|
||||
/dasbus-1.1.tar.gz
|
||||
/dasbus-1.2.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global srcname dasbus
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.1
|
||||
Version: 1.2
|
||||
Release: 1%{?dist}
|
||||
Summary: DBus library in Python 3
|
||||
|
||||
@ -43,6 +43,11 @@ Requires: python3-gobject-base
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Mon May 18 2020 Vendula Poncova <vponcova@redhat.com> - 1.2-1
|
||||
- Replace ABC with ABCMeta (vponcova)
|
||||
- Fix typing tests (vponcova)
|
||||
- Run tests on the latest CentOS (vponcova)
|
||||
- Install sphinx from PyPI (vponcova)
|
||||
* 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)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dasbus-1.1.tar.gz) = 276f215671fda03c5de85688ea13ab8ab2afa2d88ffa788f0cc67e31ceac08e84a05e8f18ebaa94c152cff8c02a50e29754d6c6d54073613283ab31a028d285c
|
||||
SHA512 (dasbus-1.2.tar.gz) = 8037b87bb238d6f34564b777d85b3b670d02986babaf474bf236856d9a1e0f99aa8f347be7898df91a99f7ab6dd6351301df7f2c0dbe28a57a044e54aadc4de0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user