Update to 0.8.3
This commit is contained in:
parent
da7ec53c91
commit
61f41e60fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/dbus-python-client-gen-0.7.tar.gz
|
/dbus-python-client-gen-0.7.tar.gz
|
||||||
/dbus-python-client-gen-0.8.tar.gz
|
/dbus-python-client-gen-0.8.tar.gz
|
||||||
/dbus-python-client-gen-0.8.2.tar.gz
|
/dbus-python-client-gen-0.8.2.tar.gz
|
||||||
|
/dbus-python-client-gen-0.8.3.tar.gz
|
||||||
|
@ -11,7 +11,7 @@ prepare:
|
|||||||
discover:
|
discover:
|
||||||
how: shell
|
how: shell
|
||||||
url: https://github.com/stratis-storage/dbus-python-client-gen
|
url: https://github.com/stratis-storage/dbus-python-client-gen
|
||||||
ref: v0.8.2
|
ref: v0.8.3
|
||||||
tests:
|
tests:
|
||||||
- name: unit
|
- name: unit
|
||||||
test: make test
|
test: make test
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global srcname dbus-python-client-gen
|
%global srcname dbus-python-client-gen
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.8.2
|
Version: 0.8.3
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python Library for Generating dbus-python Client Code
|
Summary: Python Library for Generating dbus-python Client Code
|
||||||
|
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
@ -42,6 +42,9 @@ Python 3 version.
|
|||||||
%{python3_sitelib}/dbus_python_client_gen-*.egg-info/
|
%{python3_sitelib}/dbus_python_client_gen-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 27 2023 mulhern <amulhern@redhat.com> - 0.8.3-1
|
||||||
|
- Update to 0.8.3
|
||||||
|
|
||||||
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-6
|
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-6
|
||||||
- Revise gating.yaml so that the phantom tier0 test becomes real
|
- Revise gating.yaml so that the phantom tier0 test becomes real
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (dbus-python-client-gen-0.8.2.tar.gz) = 87e894a39adeb819f59b0779c1738b9f567b56d934bd2555cab39105b698b2c0503793f259d2bbbf3b7bfb8f374cc65c9113b6e649cdb2ca2a7fba04625ef0d1
|
SHA512 (dbus-python-client-gen-0.8.3.tar.gz) = 0a3e91c8eea61e6bf36ffc7b29e8aa74e1e5ae598c9f2ffe9439833347a18024cab7ed60f420b48df73640b37369e85d7989a0fcf6f9a51fda9d7dbd57a1f485
|
||||||
|
Loading…
Reference in New Issue
Block a user