Skip to content

Commit baca6e4

Browse files
Upgrade: python-dbus-client-gen version to 0.5.1 (#11674)
1 parent 93c20f2 commit baca6e4

3 files changed

Lines changed: 73 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-client-gen-0.4.tar.gz": "be2d7518238044f1ca148a5fff8504cc1324ee41dabec8b6e6a9ca2be3e93e7b"
3+
"python-dbus-client-gen-0.5.1.tar.gz": "2fd53bf85955cf9bc76f8bbbdb9968fc891401bea247b31d702a35f5a3bd8bba"
44
}
5-
}
5+
}

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

Lines changed: 69 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
Vendor: Microsoft Corporation
2-
Distribution: Azure Linux
3-
%{?python_enable_dependency_generator}
41
%global srcname dbus-client-gen
52

63
Name: python-%{srcname}
7-
Version: 0.4
8-
Release: 7%{?dist}
4+
Version: 0.5.1
5+
Release: 9%{?dist}
96
Summary: Library for Generating D-Bus Client Code
10-
11-
License: MPLv2.0
7+
License: MPL-2.0
8+
Vendor: Microsoft Corporation
9+
Distribution: Azure Linux
1210
URL: https://github.com/stratis-storage/dbus-client-gen
13-
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
14-
11+
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/python-%{srcname}-%{version}.tar.gz
1512
BuildArch: noarch
16-
%if 0%{?with_check}
17-
BuildRequires: python3-pip
18-
%endif
1913

2014
%global _description \
2115
This library contains a few methods that consume an XML specification\
@@ -31,8 +25,6 @@ Summary: %{summary}
3125
%{?python_provide:%python_provide python3-%{srcname}}
3226
BuildRequires: python3-devel
3327
BuildRequires: python3-setuptools
34-
BuildRequires: python3-hypothesis
35-
BuildRequires: python3-hs-dbus-signature
3628

3729
%description -n python3-%{srcname} %{_description}
3830

@@ -47,24 +39,77 @@ Python 3 version.
4739
%install
4840
%py3_install
4941

50-
%check
51-
pip3 install pytest sortedcontainers
52-
pip3 install .
53-
py.test -v tests
54-
5542
%files -n python3-%{srcname}
5643
%license LICENSE
5744
%doc README.rst
5845
%{python3_sitelib}/dbus_client_gen/
5946
%{python3_sitelib}/dbus_client_gen-*.egg-info/
6047

6148
%changelog
62-
* Mon Apr 25 2022 Muhammad Falak <mwani@microsoft.com> - 0.4-8
63-
- Drop BR on pytest & pip install latest deps to enable ptest
64-
- License verified
49+
* Mon Dec 23 2024 Akhila Guruju <v-guakhila@microsoft.com> - 0.5.1-9
50+
- Initial Azure Linux import from Fedora 41 (license: MIT).
51+
- License verified.
52+
53+
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-8
54+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
55+
56+
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.5.1-7
57+
- Rebuilt for Python 3.13
58+
59+
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-6
60+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
61+
62+
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-5
63+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
64+
65+
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-4
66+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
67+
68+
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.5.1-3
69+
- Rebuilt for Python 3.12
70+
71+
* Mon May 1 2023 mulhern <amulhern@redhat.com> - 0.5.1-2
72+
- SPDX license format
73+
74+
* Mon May 1 2023 mulhern <amulhern@redhat.com> - 0.5.1-1
75+
- Update to 0.5.1
76+
77+
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-10
78+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
79+
80+
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-9
81+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
82+
83+
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.5-8
84+
- Rebuilt for Python 3.11
85+
86+
* Sat Feb 26 2022 mulhern <amulhern@redhat.com> - 0.5-7
87+
- Add gating tests
88+
89+
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-6
90+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
91+
92+
* Wed Jul 28 2021 mulhern <amulhern@redhat.com> - 0.5-5
93+
Remove explicit generation of dependencies
94+
95+
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-4
96+
- Second attempt - Rebuilt for
97+
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
98+
99+
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.5-3
100+
- Rebuilt for Python 3.10
101+
102+
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5-2
103+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
104+
105+
* Tue Dec 8 2020 mulhern <amulhern@redhat.com> - 0.5-1
106+
- Update to 0.5
107+
108+
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-8
109+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
65110

66-
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.4-7
67-
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
111+
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.4-7
112+
- Rebuilt for Python 3.9
68113

69114
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4-6
70115
- 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
@@ -22293,8 +22293,8 @@
2229322293
"type": "other",
2229422294
"other": {
2229522295
"name": "python-dbus-client-gen",
22296-
"version": "0.4",
22297-
"downloadUrl": "https://github.com/stratis-storage/dbus-client-gen/archive/v0.4/dbus-client-gen-0.4.tar.gz"
22296+
"version": "0.5.1",
22297+
"downloadUrl": "https://github.com/stratis-storage/dbus-client-gen/archive/refs/tags/v0.5.1.tar.gz"
2229822298
}
2229922299
}
2230022300
},

0 commit comments

Comments
 (0)