Skip to content

Commit 5853467

Browse files
Upgrade: python-dbus-signature-pyparsing version to 0.4.1 (#11668)
1 parent 7daf0ae commit 5853467

3 files changed

Lines changed: 101 additions & 20 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-signature-pyparsing-0.03.tar.gz": "263a41161304f239213c0e1234f4afdbe28b7103e60129f0448ae14fb0e9c52b"
3+
"python-dbus-signature-pyparsing-0.4.1.tar.gz": "dae2cfa1326e5fcdd13a102f259dcd02130d7e6cc667ade3aa82a61984cc3338"
44
}
5-
}
5+
}

SPECS-EXTENDED/python-dbus-signature-pyparsing/python-dbus-signature-pyparsing.spec

Lines changed: 97 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
Vendor: Microsoft Corporation
2-
Distribution: Azure Linux
31
%global srcname dbus-signature-pyparsing
42

53
Name: python-%{srcname}
6-
Version: 0.03
4+
Version: 0.4.1
75
Release: 10%{?dist}
86
Summary: Parser for a D-Bus Signature
97

10-
License: ASL 2.0
8+
License: Apache-2.0
9+
Vendor: Microsoft Corporation
10+
Distribution: Azure Linux
1111
URL: https://github.com/stratis-storage/dbus-signature-pyparsing
12-
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz
13-
12+
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/python-%{srcname}-%{version}.tar.gz
1413
BuildArch: noarch
1514

1615
%global _description \
@@ -23,11 +22,6 @@ Summary: %{summary}
2322
%{?python_provide:%python_provide python3-%{srcname}}
2423
BuildRequires: python3-devel
2524
BuildRequires: python3-setuptools
26-
BuildRequires: python3-pytest
27-
BuildRequires: python3-pyparsing
28-
BuildRequires: python3-hypothesis
29-
BuildRequires: python3-hs-dbus-signature
30-
Requires: python3-pyparsing
3125

3226
%description -n python3-%{srcname} %{_description}
3327

@@ -42,18 +36,105 @@ Python 3 version.
4236
%install
4337
%py3_install
4438

45-
%check
46-
PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v tests
47-
4839
%files -n python3-%{srcname}
4940
%license LICENSE
5041
%doc README.rst
5142
%{python3_sitelib}/dbus_signature_pyparsing/
5243
%{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/
5344

5445
%changelog
55-
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.03-10
56-
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
46+
* Mon Dec 23 2024 Akhila Guruju <v-guakhila@microsoft.com> - 0.4.1-10
47+
- Initial Azure Linux import from Fedora 41 (license: MIT).
48+
- License verified.
49+
50+
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-9
51+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
52+
53+
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.4.1-8
54+
- Rebuilt for Python 3.13
55+
56+
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-7
57+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
58+
59+
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-6
60+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
61+
62+
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-5
63+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
64+
65+
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.4.1-4
66+
- Rebuilt for Python 3.12
67+
68+
* Sun May 7 2023 mulhern<amulhern@redhat.com> - 0.4.3
69+
- Fix up testing plan tag
70+
71+
* Sun May 7 2023 mulhern<amulhern@redhat.com> - 0.4.2
72+
- Fix up testing plan
73+
74+
* Sun May 7 2023 mulhern<amulhern@redhat.com> - 0.4.1
75+
- Update to 0.4.1
76+
77+
* Wed Apr 26 2023 mulhern<amulhern@redhat.com> - 0.04-15
78+
- Checkout tests from HEAD revision
79+
80+
* Wed Apr 26 2023 mulhern<amulhern@redhat.com> - 0.04-14
81+
- Include .fmf metadata
82+
83+
* Wed Apr 26 2023 mulhern<amulhern@redhat.com> - 0.04-13
84+
- Use TMT instead of STI format gating tests; make license spec match upstream
85+
86+
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-12
87+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
88+
89+
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-11
90+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
91+
92+
* Tue Jul 19 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.04-10
93+
- Rebuilt for pyparsing-3.0.9
94+
95+
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.04-9
96+
- Rebuilt for Python 3.11
97+
98+
* Tue Feb 15 2022 mulhern <amulhern@redhat.com> - 0.04-8
99+
- Remove %check
100+
101+
* Tue Feb 15 2022 mulhern <amulhern@redhat.com> - 0.04-7
102+
- Add gating tests
103+
104+
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-6
105+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
106+
107+
* Wed Jul 28 2021 mulhern <amulhern@redhat.com> - 0.04-5
108+
Remove redundant requires
109+
110+
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-4
111+
- Second attempt - Rebuilt for
112+
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
113+
114+
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.04-3
115+
- Rebuilt for Python 3.10
116+
117+
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-2
118+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
119+
120+
* Thu Dec 03 2020 mulhern <amulhern@redhat.com> - 0.04-1
121+
Update to 0.04
122+
123+
* Tue Aug 04 2020 mulhern <amulhern@redhat.com> - 0.03-14
124+
Run check with deterministic tests only
125+
126+
* Tue Aug 04 2020 mulhern <amulhern@redhat.com> - 0.03-13
127+
Rebuild to pass non-deterministic tests on very slow machine
128+
129+
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-12
130+
- Second attempt - Rebuilt for
131+
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
132+
133+
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-11
134+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
135+
136+
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.03-10
137+
- Rebuilt for Python 3.9
57138

58139
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.03-9
59140
- 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
@@ -22313,8 +22313,8 @@
2231322313
"type": "other",
2231422314
"other": {
2231522315
"name": "python-dbus-signature-pyparsing",
22316-
"version": "0.03",
22317-
"downloadUrl": "https://github.com/stratis-storage/dbus-signature-pyparsing/archive/v0.03/dbus-signature-pyparsing-0.03.tar.gz"
22316+
"version": "0.4.1",
22317+
"downloadUrl": "https://github.com/stratis-storage/dbus-signature-pyparsing/archive/refs/tags/v0.4.1.tar.gz"
2231822318
}
2231922319
}
2232022320
},

0 commit comments

Comments
 (0)