Skip to content

Commit fbfc332

Browse files
Upgrade: python-into-dbus-python version to 0.8.2 (#11638)
1 parent 5853467 commit fbfc332

3 files changed

Lines changed: 69 additions & 34 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-
"into-dbus-python-0.07.tar.gz": "f0d47ad3bf1c6806789b6aadd3e9a8dda6761364114958cc5b4f0e0c279d2f8c"
3+
"python-into-dbus-python-0.8.2.tar.gz": "df54a6f37ccd3b3f0df7f557ad8d7bdd412152b568beccd8d71cd73d4a9343e6"
44
}
5-
}
5+
}

SPECS-EXTENDED/python-into-dbus-python/python-into-dbus-python.spec

Lines changed: 65 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
1-
Vendor: Microsoft Corporation
2-
Distribution: Azure Linux
31
%global srcname into-dbus-python
42

53
Name: python-%{srcname}
6-
Version: 0.07
7-
Release: 6%{?dist}
4+
Version: 0.8.2
5+
Release: 8%{?dist}
86
Summary: Transformer to dbus-python types
9-
10-
License: ASL 2.0
7+
License: Apache-2.0
8+
Vendor: Microsoft Corporation
9+
Distribution: Azure Linux
1110
URL: https://github.com/stratis-storage/into-dbus-python
12-
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
13-
11+
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
1412
BuildArch: noarch
1513

16-
%if 0%{?with_check}
17-
BuildRequires: python3-pip
18-
%endif
19-
2014
%global _description \
2115
Facilities for converting an object that inhabits core Python types, e.g.,\
2216
lists, ints, dicts, to an object that inhabits dbus-python types, e.g.,\
@@ -29,12 +23,7 @@ Summary: %{summary}
2923
%{?python_provide:%python_provide python3-%{srcname}}
3024
BuildRequires: python3-devel
3125
BuildRequires: python3-setuptools
32-
BuildRequires: python3-dbus-signature-pyparsing
33-
BuildRequires: python3-dbus
34-
BuildRequires: python3-hypothesis
35-
BuildRequires: python3-hs-dbus-signature
36-
Requires: python3-dbus-signature-pyparsing
37-
Requires: python3-dbus
26+
3827

3928
%description -n python3-%{srcname} %{_description}
4029

@@ -49,27 +38,73 @@ Python 3 version.
4938
%install
5039
%py3_install
5140

52-
%check
53-
pip3 install pytest==7.1.3 sortedcontainers
54-
pip3 install .
55-
pytest -v tests
56-
5741
%files -n python3-%{srcname}
5842
%license LICENSE
5943
%doc README.rst
6044
%{python3_sitelib}/into_dbus_python/
6145
%{python3_sitelib}/into_dbus_python-*.egg-info/
6246

6347
%changelog
64-
* Tue Nov 01 2022 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.07-6
65-
- Freezing "pytest" deps to version 7.1.3 to avoid regressions.
48+
* Fri Dec 20 2024 Akhila Guruju <v-guakhila@microsoft.com> - 0.8.2-8
49+
- Initial Azure Linux import from Fedora 41 (license: MIT).
50+
- License verified.
51+
52+
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-7
53+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
54+
55+
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.8.2-6
56+
- Rebuilt for Python 3.13
57+
58+
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-5
59+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
60+
61+
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-4
62+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
63+
64+
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.2-3
65+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
66+
67+
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.8.2-2
68+
- Rebuilt for Python 3.12
69+
70+
* Thu May 4 2023 mulhern <amulhern@redhat.com> - 0.8.2-1
71+
- Upgrade to new release; fix license field; use TMT format tests
72+
73+
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-9
74+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
75+
76+
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-8
77+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
78+
79+
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.08-7
80+
- Rebuilt for Python 3.11
81+
82+
* Fri Feb 25 2022 mulhern <amulhern@redhat.com> - 0.08.6
83+
- Add gating tests
84+
85+
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-6
86+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
87+
88+
* Thu Jul 29 2021 mulhern <amulhern@redhat.com> - 0.08-5
89+
- Remove redundant requires
90+
91+
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-4
92+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
93+
94+
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.08-3
95+
- Rebuilt for Python 3.10
96+
97+
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.08-2
98+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
99+
100+
* Mon Dec 7 2020 mulhern<amulhern@redhat.com> - 0.08-1
101+
- New version: 0.08
66102

67-
* Thu Apr 28 2022 Muhammad Falak <mwani@microsoft.com> - 0.07-5
68-
- Drop BR on pytest & pip install latest deps to enable ptest
69-
- License verified
103+
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.07-5
104+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
70105

71-
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.07-4
72-
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
106+
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.07-4
107+
- Rebuilt for Python 3.9
73108

74109
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.07-3
75110
- 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
@@ -22923,8 +22923,8 @@
2292322923
"type": "other",
2292422924
"other": {
2292522925
"name": "python-into-dbus-python",
22926-
"version": "0.07",
22927-
"downloadUrl": "https://github.com/stratis-storage/into-dbus-python/archive/v0.07/into-dbus-python-0.07.tar.gz"
22926+
"version": "0.8.2",
22927+
"downloadUrl": "https://github.com/stratis-storage/into-dbus-python/archive/refs/tags/v0.8.2.tar.gz"
2292822928
}
2292922929
}
2293022930
},

0 commit comments

Comments
 (0)