-
Notifications
You must be signed in to change notification settings - Fork 560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade: python-into-dbus-python version to 0.8.2 #11638
Open
akhila-guruju
wants to merge
1
commit into
microsoft:3.0-dev
Choose a base branch
from
akhila-guruju:topic_python-into-dbus-python
base: 3.0-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
SPECS-EXTENDED/python-into-dbus-python/python-into-dbus-python.signatures.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"into-dbus-python-0.07.tar.gz": "f0d47ad3bf1c6806789b6aadd3e9a8dda6761364114958cc5b4f0e0c279d2f8c" | ||
"python-into-dbus-python-0.8.2.tar.gz": "df54a6f37ccd3b3f0df7f557ad8d7bdd412152b568beccd8d71cd73d4a9343e6" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,18 @@ | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
%global srcname into-dbus-python | ||
|
||
Name: python-%{srcname} | ||
Version: 0.07 | ||
Release: 6%{?dist} | ||
Version: 0.8.2 | ||
Release: 8%{?dist} | ||
Summary: Transformer to dbus-python types | ||
|
||
License: ASL 2.0 | ||
License: Apache-2.0 | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
URL: https://github.com/stratis-storage/into-dbus-python | ||
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz | ||
Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz#/%{name}-%{version}.tar.gz | ||
|
||
BuildArch: noarch | ||
|
||
%if 0%{?with_check} | ||
BuildRequires: python3-pip | ||
%endif | ||
|
||
%global _description \ | ||
Facilities for converting an object that inhabits core Python types, e.g.,\ | ||
lists, ints, dicts, to an object that inhabits dbus-python types, e.g.,\ | ||
|
@@ -29,12 +25,7 @@ Summary: %{summary} | |
%{?python_provide:%python_provide python3-%{srcname}} | ||
BuildRequires: python3-devel | ||
BuildRequires: python3-setuptools | ||
BuildRequires: python3-dbus-signature-pyparsing | ||
BuildRequires: python3-dbus | ||
BuildRequires: python3-hypothesis | ||
BuildRequires: python3-hs-dbus-signature | ||
Requires: python3-dbus-signature-pyparsing | ||
Requires: python3-dbus | ||
|
||
|
||
%description -n python3-%{srcname} %{_description} | ||
|
||
|
@@ -49,27 +40,73 @@ Python 3 version. | |
%install | ||
%py3_install | ||
|
||
%check | ||
pip3 install pytest==7.1.3 sortedcontainers | ||
pip3 install . | ||
pytest -v tests | ||
|
||
%files -n python3-%{srcname} | ||
%license LICENSE | ||
%doc README.rst | ||
%{python3_sitelib}/into_dbus_python/ | ||
%{python3_sitelib}/into_dbus_python-*.egg-info/ | ||
|
||
%changelog | ||
* Tue Nov 01 2022 Pawel Winogrodzki <[email protected]> - 0.07-6 | ||
- Freezing "pytest" deps to version 7.1.3 to avoid regressions. | ||
* Fri Dec 20 2024 Akhila Guruju <[email protected]> - 0.8.2-8 | ||
- Initial Azure Linux import from Fedora 41 (license: MIT). | ||
- License verified. | ||
|
||
* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 0.8.2-7 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild | ||
|
||
* Fri Jun 07 2024 Python Maint <[email protected]> - 0.8.2-6 | ||
- Rebuilt for Python 3.13 | ||
|
||
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 0.8.2-5 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Mon Jan 22 2024 Fedora Release Engineering <[email protected]> - 0.8.2-4 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 0.8.2-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | ||
|
||
* Tue Jun 13 2023 Python Maint <[email protected]> - 0.8.2-2 | ||
- Rebuilt for Python 3.12 | ||
|
||
* Thu May 4 2023 mulhern <[email protected]> - 0.8.2-1 | ||
- Upgrade to new release; fix license field; use TMT format tests | ||
|
||
* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.08-9 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild | ||
|
||
* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.08-8 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild | ||
|
||
* Mon Jun 13 2022 Python Maint <[email protected]> - 0.08-7 | ||
- Rebuilt for Python 3.11 | ||
|
||
* Fri Feb 25 2022 mulhern <[email protected]> - 0.08.6 | ||
- Add gating tests | ||
|
||
* Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 0.08-6 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild | ||
|
||
* Thu Jul 29 2021 mulhern <[email protected]> - 0.08-5 | ||
- Remove redundant requires | ||
|
||
* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 0.08-4 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild | ||
|
||
* Fri Jun 04 2021 Python Maint <[email protected]> - 0.08-3 | ||
- Rebuilt for Python 3.10 | ||
|
||
* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 0.08-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild | ||
|
||
* Mon Dec 7 2020 mulhern<[email protected]> - 0.08-1 | ||
- New version: 0.08 | ||
|
||
* Thu Apr 28 2022 Muhammad Falak <[email protected]> - 0.07-5 | ||
- Drop BR on pytest & pip install latest deps to enable ptest | ||
- License verified | ||
* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 0.07-5 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | ||
|
||
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.07-4 | ||
- Initial CBL-Mariner import from Fedora 32 (license: MIT). | ||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.07-4 | ||
- Rebuilt for Python 3.9 | ||
|
||
* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 0.07-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make sure the downloadUrl is same as Source0. Otherwise you'll get a check error. Please fix it before merging.