Skip to content

Commit 7daf0ae

Browse files
Upgrade: python-dbus-python-client-gen version to 0.8.3 (#11676)
1 parent 4707c58 commit 7daf0ae

3 files changed

Lines changed: 91 additions & 28 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"dbus-python-client-gen-0.7.tar.gz": "9db0aa6692f5bb1496b5bd436aae1aa2b3f24cad0fb76ceceb5fae6df1594219"
3+
"python-dbus-python-client-gen-0.8.3.tar.gz": "d9e93ad8d7011e843123248f127dbe7b394bf5d3c4e7367cf05bed112df8b384"
44
}
5-
}
5+
}

SPECS-EXTENDED/python-dbus-python-client-gen/python-dbus-python-client-gen.spec

Lines changed: 87 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
1-
Vendor: Microsoft Corporation
2-
Distribution: Azure Linux
31
%global srcname dbus-python-client-gen
42

53
Name: python-%{srcname}
6-
Version: 0.7
7-
Release: 9%{?dist}
4+
Version: 0.8.3
5+
Release: 8%{?dist}
86
Summary: Python Library for Generating dbus-python Client Code
9-
10-
License: MPLv2.0
7+
License: MPL-2.0
8+
Vendor: Microsoft Corporation
9+
Distribution: Azure Linux
1110
URL: https://github.com/stratis-storage/dbus-python-client-gen
12-
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
13-
11+
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/python-%{srcname}-%{version}.tar.gz
1412
BuildArch: noarch
15-
%if 0%{?with_check}
16-
BuildRequires: python3-pip
17-
%endif
1813

1914
%global _description \
2015
%{summary}.
@@ -26,10 +21,6 @@ Summary: %{summary}
2621
%{?python_provide:%python_provide python3-%{srcname}}
2722
BuildRequires: python3-devel
2823
BuildRequires: python3-setuptools
29-
BuildRequires: python3-dbus
30-
BuildRequires: python3-into-dbus-python >= 0.06
31-
Requires: python3-dbus
32-
Requires: python3-into-dbus-python >= 0.06
3324

3425
%description -n python3-%{srcname} %{_description}
3526

@@ -44,23 +35,95 @@ Python 3 version.
4435
%install
4536
%py3_install
4637

47-
%check
48-
pip3 install pytest
49-
py.test -v tests
50-
5138
%files -n python3-%{srcname}
5239
%license LICENSE
5340
%doc README.rst
5441
%{python3_sitelib}/dbus_python_client_gen/
5542
%{python3_sitelib}/dbus_python_client_gen-*.egg-info/
5643

5744
%changelog
58-
* Mon Apr 25 2022 Muhammad Falak <mwani@microsoft.com> - 0.7-9
59-
- Use py.test instead of py.test-3 to enable ptest
60-
- License verified
45+
* Mon Dec 23 2024 Akhila Guruju <v-guakhila@microsoft.com> - 0.8.3-8
46+
- Initial Azure Linux import from Fedora 41 (license: MIT).
47+
- License verified.
48+
49+
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.3-7
50+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
51+
52+
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.8.3-6
53+
- Rebuilt for Python 3.13
54+
55+
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.3-5
56+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
57+
58+
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.3-4
59+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
60+
61+
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.3-3
62+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
63+
64+
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.8.3-2
65+
- Rebuilt for Python 3.12
66+
67+
* Thu Apr 27 2023 mulhern <amulhern@redhat.com> - 0.8.3-1
68+
- Update to 0.8.3
69+
70+
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-6
71+
- Revise gating.yaml so that the phantom tier0 test becomes real
72+
73+
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-5
74+
- Rebuild again to see if tier0 test continues to appear
75+
76+
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-4
77+
- Rebuild to get rid of phantom tier0 test
78+
79+
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-3
80+
- Amend tmt specification
81+
82+
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-2
83+
- Use tmt format testing specification
84+
85+
* Thu Feb 23 2023 Bryan Gurney <bgurney@redhat.com> - 0.8.2-1
86+
- Update to 0.8.2
87+
88+
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-11
89+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
90+
91+
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-10
92+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
93+
94+
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.8-9
95+
- Rebuilt for Python 3.11
96+
97+
* Sat Feb 26 2022 mulhern <amulhern@redhat.com> - 0.8-8
98+
- Fix gating tests
99+
100+
* Sat Feb 26 2022 mulhern <amulhern@redhat.com> - 0.8-7
101+
- Add gating tests
102+
103+
* Tue Feb 15 2022 mulhern <amulhern@redhat.com> - 0.8-6
104+
- Remove redundant Requires
105+
106+
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-5
107+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
108+
109+
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-4
110+
- Second attempt - Rebuilt for
111+
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
112+
113+
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.8-3
114+
- Rebuilt for Python 3.10
115+
116+
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-2
117+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
118+
119+
* Tue Dec 8 2020 mulhern <amulhern@redhat.com> - 0.8-1
120+
- Update to 0.8
121+
122+
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-9
123+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
61124

62-
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.7-8
63-
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
125+
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.7-8
126+
- Rebuilt for Python 3.9
64127

65128
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.7-7
66129
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22303,8 +22303,8 @@
2230322303
"type": "other",
2230422304
"other": {
2230522305
"name": "python-dbus-python-client-gen",
22306-
"version": "0.7",
22307-
"downloadUrl": "https://github.com/stratis-storage/dbus-python-client-gen/archive/v0.7/dbus-python-client-gen-0.7.tar.gz"
22306+
"version": "0.8.3",
22307+
"downloadUrl": "https://github.com/stratis-storage/dbus-python-client-gen/archive/refs/tags/v0.8.3.tar.gz"
2230822308
}
2230922309
}
2231022310
},

0 commit comments

Comments
 (0)