Skip to content

Commit b5bce8f

Browse files
Upgrade: python-justbytes version to 0.15.2 (#11597)
1 parent 9deaa06 commit b5bce8f

3 files changed

Lines changed: 84 additions & 27 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-
"python-justbytes-0.11.tar.gz": "b8cb780db091d3f766283597c050a167ecf2039266b5ceb786206e7b34337fe4"
3+
"python-justbytes-0.15.2.tar.gz": "c4cbeefc383014508933f03a47100dd22f4b01ac83f4fa204e13144a80c1cbcc"
44
}
5-
}
5+
}

SPECS-EXTENDED/python-justbytes/python-justbytes.spec

Lines changed: 80 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
1-
Vendor: Microsoft Corporation
2-
Distribution: Azure Linux
31
%global srcname justbytes
42

53
Name: python-%{srcname}
6-
Version: 0.11
7-
Release: 12%{?dist}
4+
Version: 0.15.2
5+
Release: 8%{?dist}
86
Summary: Library for handling computation with address ranges in bytes
97

10-
License: GPLv2+
8+
License: LGPL-2.1-or-later
9+
Vendor: Microsoft Corporation
10+
Distribution: Azure Linux
1111
URL: http://pypi.python.org/pypi/justbytes
12-
Source0: https://pypi.io/packages/source/%(n=%{srcname}; echo ${n:0:1})/%{srcname}/%{srcname}-%{version}.tar.gz#/python-%{srcname}-%{version}.tar.gz
12+
Source0: https://pypi.io/packages/source/j/%{srcname}/%{srcname}-%{version}.tar.gz#/python-%{srcname}-%{version}.tar.gz
1313

1414
BuildArch: noarch
15-
BuildRequires: python3-pip
1615

1716
%global _description \
1817
A library for handling computations with address ranges. The library also offers\
@@ -25,11 +24,6 @@ Summary: %{summary}
2524
%{?python_provide:%python_provide python3-%{srcname}}
2625
BuildRequires: python3-devel
2726
BuildRequires: python3-setuptools
28-
BuildRequires: python3-hypothesis
29-
BuildRequires: python3-justbases
30-
BuildRequires: python3-six
31-
Requires: python3-justbases
32-
Requires: python3-six
3327

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

@@ -45,25 +39,88 @@ rm -rf justbytes.egg-info
4539
%install
4640
%py3_install
4741

48-
%check
49-
pip3 install pytest sortedcontainers
50-
pip3 install .
51-
py.test -v tests
52-
5342
%files -n python3-%{srcname}
5443
%license LICENSE
5544
%doc README.rst
5645
%{python3_sitelib}/justbytes/
5746
%{python3_sitelib}/justbytes-%{version}-*.egg-info/
5847

5948
%changelog
60-
* Wed Apr 27 2022 Muhammad Falak <mwani@microsoft.com> - 0.11-12
61-
- Drop BR on pytest & pip install latest deps
62-
- Use `py.test` instead of `py.test-3` to enable ptest
63-
- License verified
49+
* Fri Dec 20 2024 Akhila Guruju <v-guakhila@microsoft.com> - 0.15.2-8
50+
- Initial Azure Linux import from Fedora 41 (license: MIT).
51+
- License verified.
52+
53+
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-7
54+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
55+
56+
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 0.15.2-6
57+
- Rebuilt for Python 3.13
58+
59+
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-5
60+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
61+
62+
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-4
63+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
64+
65+
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.2-3
66+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
67+
68+
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.15.2-2
69+
- Rebuilt for Python 3.12
70+
71+
* Mon May 15 2023 mulhern <amulhern@redhat.com> - 0.15.2-1
72+
- Update to 0.15.2
73+
74+
* Mon May 15 2023 mulhern <amulhern@redhat.com> - 0.15.1-2
75+
- Add .fmf/version file
76+
77+
* Mon May 15 2023 mulhern <amulhern@redhat.com> - 0.15.1-1
78+
- Update to 0.15.1; use SPDX license
79+
80+
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-11
81+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
82+
83+
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-10
84+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
85+
86+
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.15-9
87+
- Rebuilt for Python 3.11
88+
89+
* Sun Feb 27 2022 mulhern <amulhern@redhat.com> - 0.15-8
90+
- Add gating tests
91+
92+
* Tue Feb 15 2022 mulhern <amulhern@redhat.com> - 0.15-7
93+
- Drop redundant requires
94+
95+
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-6
96+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
97+
98+
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-5
99+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
100+
101+
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.15-4
102+
- Rebuilt for Python 3.10
103+
104+
* Mon Mar 22 2021 mulhern <amulhern@redhat.com> - 0.15-3
105+
- Use the correct tarball
106+
107+
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-2
108+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
109+
110+
* Thu Dec 17 2020 mulhern <amulhern@redhat.com> - 0.15-1
111+
- Update to 0.15
112+
113+
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-3
114+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
115+
116+
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.14-2
117+
- Rebuilt for Python 3.9
118+
119+
* Thu Apr 23 2020 mulhern <amulhern@redhat.com> - 0.14-1
120+
- Update to new release
64121

65-
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 0.11-11
66-
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
122+
* Thu Apr 23 2020 mulhern <amulhern@redhat.com> - 0.12-1
123+
- Change license to LGPLv2+
67124

68125
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-10
69126
- 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
@@ -23063,8 +23063,8 @@
2306323063
"type": "other",
2306423064
"other": {
2306523065
"name": "python-justbytes",
23066-
"version": "0.11",
23067-
"downloadUrl": "https://pypi.io/packages/source/j/justbytes/justbytes-0.11.tar.gz"
23066+
"version": "0.15.2",
23067+
"downloadUrl": "https://pypi.io/packages/source/j/justbytes/justbytes-0.15.2.tar.gz"
2306823068
}
2306923069
}
2307023070
},

0 commit comments

Comments
 (0)