-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: python-justbytes version to 0.15.2 (#11597)
- Loading branch information
1 parent
9deaa06
commit b5bce8f
Showing
3 changed files
with
84 additions
and
27 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
SPECS-EXTENDED/python-justbytes/python-justbytes.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": { | ||
"python-justbytes-0.11.tar.gz": "b8cb780db091d3f766283597c050a167ecf2039266b5ceb786206e7b34337fe4" | ||
"python-justbytes-0.15.2.tar.gz": "c4cbeefc383014508933f03a47100dd22f4b01ac83f4fa204e13144a80c1cbcc" | ||
} | ||
} | ||
} |
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,18 +1,17 @@ | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
%global srcname justbytes | ||
|
||
Name: python-%{srcname} | ||
Version: 0.11 | ||
Release: 12%{?dist} | ||
Version: 0.15.2 | ||
Release: 8%{?dist} | ||
Summary: Library for handling computation with address ranges in bytes | ||
|
||
License: GPLv2+ | ||
License: LGPL-2.1-or-later | ||
Vendor: Microsoft Corporation | ||
Distribution: Azure Linux | ||
URL: http://pypi.python.org/pypi/justbytes | ||
Source0: https://pypi.io/packages/source/%(n=%{srcname}; echo ${n:0:1})/%{srcname}/%{srcname}-%{version}.tar.gz#/python-%{srcname}-%{version}.tar.gz | ||
Source0: https://pypi.io/packages/source/j/%{srcname}/%{srcname}-%{version}.tar.gz#/python-%{srcname}-%{version}.tar.gz | ||
|
||
BuildArch: noarch | ||
BuildRequires: python3-pip | ||
|
||
%global _description \ | ||
A library for handling computations with address ranges. The library also offers\ | ||
|
@@ -25,11 +24,6 @@ Summary: %{summary} | |
%{?python_provide:%python_provide python3-%{srcname}} | ||
BuildRequires: python3-devel | ||
BuildRequires: python3-setuptools | ||
BuildRequires: python3-hypothesis | ||
BuildRequires: python3-justbases | ||
BuildRequires: python3-six | ||
Requires: python3-justbases | ||
Requires: python3-six | ||
|
||
%description -n python3-%{srcname} %{_description} | ||
|
||
|
@@ -45,25 +39,88 @@ rm -rf justbytes.egg-info | |
%install | ||
%py3_install | ||
|
||
%check | ||
pip3 install pytest sortedcontainers | ||
pip3 install . | ||
py.test -v tests | ||
|
||
%files -n python3-%{srcname} | ||
%license LICENSE | ||
%doc README.rst | ||
%{python3_sitelib}/justbytes/ | ||
%{python3_sitelib}/justbytes-%{version}-*.egg-info/ | ||
|
||
%changelog | ||
* Wed Apr 27 2022 Muhammad Falak <[email protected]> - 0.11-12 | ||
- Drop BR on pytest & pip install latest deps | ||
- Use `py.test` instead of `py.test-3` to enable ptest | ||
- License verified | ||
* Fri Dec 20 2024 Akhila Guruju <[email protected]> - 0.15.2-8 | ||
- Initial Azure Linux import from Fedora 41 (license: MIT). | ||
- License verified. | ||
|
||
* Fri Jul 19 2024 Fedora Release Engineering <[email protected]> - 0.15.2-7 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild | ||
|
||
* Fri Jun 07 2024 Python Maint <[email protected]> - 0.15.2-6 | ||
- Rebuilt for Python 3.13 | ||
|
||
* Fri Jan 26 2024 Fedora Release Engineering <[email protected]> - 0.15.2-5 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Mon Jan 22 2024 Fedora Release Engineering <[email protected]> - 0.15.2-4 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild | ||
|
||
* Fri Jul 21 2023 Fedora Release Engineering <[email protected]> - 0.15.2-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild | ||
|
||
* Tue Jun 13 2023 Python Maint <[email protected]> - 0.15.2-2 | ||
- Rebuilt for Python 3.12 | ||
|
||
* Mon May 15 2023 mulhern <[email protected]> - 0.15.2-1 | ||
- Update to 0.15.2 | ||
|
||
* Mon May 15 2023 mulhern <[email protected]> - 0.15.1-2 | ||
- Add .fmf/version file | ||
|
||
* Mon May 15 2023 mulhern <[email protected]> - 0.15.1-1 | ||
- Update to 0.15.1; use SPDX license | ||
|
||
* Fri Jan 20 2023 Fedora Release Engineering <[email protected]> - 0.15-11 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild | ||
|
||
* Fri Jul 22 2022 Fedora Release Engineering <[email protected]> - 0.15-10 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild | ||
|
||
* Mon Jun 13 2022 Python Maint <[email protected]> - 0.15-9 | ||
- Rebuilt for Python 3.11 | ||
|
||
* Sun Feb 27 2022 mulhern <[email protected]> - 0.15-8 | ||
- Add gating tests | ||
|
||
* Tue Feb 15 2022 mulhern <[email protected]> - 0.15-7 | ||
- Drop redundant requires | ||
|
||
* Fri Jan 21 2022 Fedora Release Engineering <[email protected]> - 0.15-6 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild | ||
|
||
* Fri Jul 23 2021 Fedora Release Engineering <[email protected]> - 0.15-5 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild | ||
|
||
* Fri Jun 04 2021 Python Maint <[email protected]> - 0.15-4 | ||
- Rebuilt for Python 3.10 | ||
|
||
* Mon Mar 22 2021 mulhern <[email protected]> - 0.15-3 | ||
- Use the correct tarball | ||
|
||
* Wed Jan 27 2021 Fedora Release Engineering <[email protected]> - 0.15-2 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild | ||
|
||
* Thu Dec 17 2020 mulhern <[email protected]> - 0.15-1 | ||
- Update to 0.15 | ||
|
||
* Wed Jul 29 2020 Fedora Release Engineering <[email protected]> - 0.14-3 | ||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild | ||
|
||
* Tue May 26 2020 Miro Hrončok <[email protected]> - 0.14-2 | ||
- Rebuilt for Python 3.9 | ||
|
||
* Thu Apr 23 2020 mulhern <[email protected]> - 0.14-1 | ||
- Update to new release | ||
|
||
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.11-11 | ||
- Initial CBL-Mariner import from Fedora 32 (license: MIT). | ||
* Thu Apr 23 2020 mulhern <amulhern@redhat.com> - 0.12-1 | ||
- Change license to LGPLv2+ | ||
|
||
* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 0.11-10 | ||
- 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