Skip to content

Commit

Permalink
Upgrade: python-dbus-signature-pyparsing version to 0.4.1 (#11668)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhila-guruju authored Feb 6, 2025
1 parent 7daf0ae commit 5853467
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"dbus-signature-pyparsing-0.03.tar.gz": "263a41161304f239213c0e1234f4afdbe28b7103e60129f0448ae14fb0e9c52b"
"python-dbus-signature-pyparsing-0.4.1.tar.gz": "dae2cfa1326e5fcdd13a102f259dcd02130d7e6cc667ade3aa82a61984cc3338"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
%global srcname dbus-signature-pyparsing

Name: python-%{srcname}
Version: 0.03
Version: 0.4.1
Release: 10%{?dist}
Summary: Parser for a D-Bus Signature

License: ASL 2.0
License: Apache-2.0
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: https://github.com/stratis-storage/dbus-signature-pyparsing
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz

Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/python-%{srcname}-%{version}.tar.gz
BuildArch: noarch

%global _description \
Expand All @@ -23,11 +22,6 @@ Summary: %{summary}
%{?python_provide:%python_provide python3-%{srcname}}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pytest
BuildRequires: python3-pyparsing
BuildRequires: python3-hypothesis
BuildRequires: python3-hs-dbus-signature
Requires: python3-pyparsing

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

Expand All @@ -42,18 +36,105 @@ Python 3 version.
%install
%py3_install

%check
PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version} -v tests

%files -n python3-%{srcname}
%license LICENSE
%doc README.rst
%{python3_sitelib}/dbus_signature_pyparsing/
%{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/

%changelog
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.03-10
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
* Mon Dec 23 2024 Akhila Guruju <[email protected]> - 0.4.1-10
- Initial Azure Linux import from Fedora 41 (license: MIT).
- License verified.

* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 0.4.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild

* Fri Jun 07 2024 Python Maint <[email protected]> - 0.4.1-8
- Rebuilt for Python 3.13

* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 0.4.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Mon Jan 22 2024 Fedora Release Engineering <[email protected]> - 0.4.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 0.4.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

* Tue Jun 13 2023 Python Maint <[email protected]> - 0.4.1-4
- Rebuilt for Python 3.12

* Sun May 7 2023 mulhern<[email protected]> - 0.4.3
- Fix up testing plan tag

* Sun May 7 2023 mulhern<[email protected]> - 0.4.2
- Fix up testing plan

* Sun May 7 2023 mulhern<[email protected]> - 0.4.1
- Update to 0.4.1

* Wed Apr 26 2023 mulhern<[email protected]> - 0.04-15
- Checkout tests from HEAD revision

* Wed Apr 26 2023 mulhern<[email protected]> - 0.04-14
- Include .fmf metadata

* Wed Apr 26 2023 mulhern<[email protected]> - 0.04-13
- Use TMT instead of STI format gating tests; make license spec match upstream

* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.04-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.04-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

* Tue Jul 19 2022 Zbigniew Jędrzejewski-Szmek <[email protected]> - 0.04-10
- Rebuilt for pyparsing-3.0.9

* Mon Jun 13 2022 Python Maint <[email protected]> - 0.04-9
- Rebuilt for Python 3.11

* Tue Feb 15 2022 mulhern <[email protected]> - 0.04-8
- Remove %check

* Tue Feb 15 2022 mulhern <[email protected]> - 0.04-7
- Add gating tests

* Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 0.04-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

* Wed Jul 28 2021 mulhern <[email protected]> - 0.04-5
Remove redundant requires

* Tue Jul 27 2021 Fedora Release Engineering <[email protected]> - 0.04-4
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

* Fri Jun 04 2021 Python Maint <[email protected]> - 0.04-3
- Rebuilt for Python 3.10

* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 0.04-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

* Thu Dec 03 2020 mulhern <[email protected]> - 0.04-1
Update to 0.04

* Tue Aug 04 2020 mulhern <[email protected]> - 0.03-14
Run check with deterministic tests only

* Tue Aug 04 2020 mulhern <[email protected]> - 0.03-13
Rebuild to pass non-deterministic tests on very slow machine

* Sat Aug 01 2020 Fedora Release Engineering <[email protected]> - 0.03-12
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 0.03-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

* Tue May 26 2020 Miro Hrončok <[email protected]> - 0.03-10
- Rebuilt for Python 3.9

* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 0.03-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22313,8 +22313,8 @@
"type": "other",
"other": {
"name": "python-dbus-signature-pyparsing",
"version": "0.03",
"downloadUrl": "https://github.com/stratis-storage/dbus-signature-pyparsing/archive/v0.03/dbus-signature-pyparsing-0.03.tar.gz"
"version": "0.4.1",
"downloadUrl": "https://github.com/stratis-storage/dbus-signature-pyparsing/archive/refs/tags/v0.4.1.tar.gz"
}
}
},
Expand Down

0 comments on commit 5853467

Please sign in to comment.