New release: 0.3
- Remove generate_dictionary_from_data (vponcova) - Improve some of the error messages (vponcova) - Check the list of DBus structures to convert (vponcova) - Add the Inspiration section to README (vponcova) - Enable syntax highlighting in README (vponcova) - Use the class EventLoop in README (vponcova) - Use the --no-merges option (vponcova) - Clean up the Makefile (vponcova) - Add examples (vponcova) - Add the representation of the event loop (vponcova) - Enable copr builds and add packit config (dhodovsk) - Extend README (vponcova)
This commit is contained in:
parent
29f7500fb1
commit
b9929cb975
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/dasbus-0.1.tar.gz
|
/dasbus-0.1.tar.gz
|
||||||
/dasbus-0.2.tar.gz
|
/dasbus-0.2.tar.gz
|
||||||
|
/dasbus-0.3.tar.gz
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
%global srcname dasbus
|
%global srcname dasbus
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.2
|
Version: 0.3
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: DBus library in Python 3
|
Summary: DBus library in Python 3
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -43,9 +43,19 @@ Requires: python3-gobject-base
|
|||||||
%{python3_sitelib}/%{srcname}/
|
%{python3_sitelib}/%{srcname}/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-2
|
* Thu Apr 02 2020 Vendula Poncova <vponcova@redhat.com> - 0.3-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Remove generate_dictionary_from_data (vponcova)
|
||||||
|
- Improve some of the error messages (vponcova)
|
||||||
|
- Check the list of DBus structures to convert (vponcova)
|
||||||
|
- Add the Inspiration section to README (vponcova)
|
||||||
|
- Enable syntax highlighting in README (vponcova)
|
||||||
|
- Use the class EventLoop in README (vponcova)
|
||||||
|
- Use the --no-merges option (vponcova)
|
||||||
|
- Clean up the Makefile (vponcova)
|
||||||
|
- Add examples (vponcova)
|
||||||
|
- Add the representation of the event loop (vponcova)
|
||||||
|
- Enable copr builds and add packit config (dhodovsk)
|
||||||
|
- Extend README (vponcova)
|
||||||
* Mon Jan 13 2020 Vendula Poncova <vponcova@redhat.com> - 0.2-1
|
* Mon Jan 13 2020 Vendula Poncova <vponcova@redhat.com> - 0.2-1
|
||||||
- Unwrap DBus values (vponcova)
|
- Unwrap DBus values (vponcova)
|
||||||
- Unwrap a variant data type (vponcova)
|
- Unwrap a variant data type (vponcova)
|
||||||
|
|||||||
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dasbus-0.2.tar.gz) = 9b867128a039eb5e2e00e860ddae04c2c0dcd7811ad9ba62bfbc71540dabe340217676a528fe66867f606ad23e18c9e4d05e44299aab87edaef6ef6af38919b9
|
SHA512 (dasbus-0.3.tar.gz) = a6e776109bbfec246bb02b66c19b3ea6d4c943293cb20382b2fb496bde0e78aa661d86d126963b431269050f53f380dfc96e9796668f25d9595a3e2b3b91b118
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user