New release: 1.5-1
- Disable builds for Fedora ELN on pull requests (vponcova) - Provide additional info about the DBus call (vponcova) - Run the codecov uploader from a package (vponcova) - Switch to packit new fedora-latest alias (jkonecny) - Add daily builds for our Fedora-devel COPR repository (jkonecny) - Use Fedora container registry instead of Dockerhub (jkonecny) - Migrate daily COPR builds to Packit (jkonecny) - Switch Packit tests to copr builds instead (jkonecny) - Enable Packit build in ELN chroot (jkonecny) - Rename TestMessageBus class to silence pytest warning (luca) - Fix the raise-missing-from warning (vponcova)
This commit is contained in:
parent
3e38a7ab5e
commit
43efd6ba73
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/dasbus-1.2.tar.gz
|
||||
/dasbus-1.3.tar.gz
|
||||
/dasbus-1.4.tar.gz
|
||||
/dasbus-1.5.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%global srcname dasbus
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.4
|
||||
Release: 3%{?dist}
|
||||
Version: 1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: DBus library in Python 3
|
||||
|
||||
License: LGPLv2+
|
||||
@ -43,12 +43,18 @@ Requires: python3-gobject-base
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
|
||||
%changelog
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Mon May 03 2021 Vendula Poncova <vponcova@redhat.com> - 1.5-1
|
||||
- Disable builds for Fedora ELN on pull requests (vponcova)
|
||||
- Provide additional info about the DBus call (vponcova)
|
||||
- Run the codecov uploader from a package (vponcova)
|
||||
- Switch to packit new fedora-latest alias (jkonecny)
|
||||
- Add daily builds for our Fedora-devel COPR repository (jkonecny)
|
||||
- Use Fedora container registry instead of Dockerhub (jkonecny)
|
||||
- Migrate daily COPR builds to Packit (jkonecny)
|
||||
- Switch Packit tests to copr builds instead (jkonecny)
|
||||
- Enable Packit build in ELN chroot (jkonecny)
|
||||
- Rename TestMessageBus class to silence pytest warning (luca)
|
||||
- Fix the raise-missing-from warning (vponcova)
|
||||
* Fri Jul 24 2020 Vendula Poncova <vponcova@redhat.com> - 1.4-1
|
||||
- Handle all errors of the DBus call (vponcova)
|
||||
- Fix tests for handling DBus errors on the server side (vponcova)
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dasbus-1.4.tar.gz) = 70ec132d066608e1cfa85f244f03e7a40c470333019d1a732c1c781d7394aa249c853fb4444e459039e7e950fa6f3f77083da5ace6073beb00f1f3d68583b727
|
||||
SHA512 (dasbus-1.5.tar.gz) = 00f0db69606db8f590911bca088ff7a840cee6b71b14854eb4c5d3ecb66810bdefa1bb132807973bb095a61ad517c0d0c1812a0659484b9318c42acea480750d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user