Skip to content

Commit

Permalink
Upgrade: python-justbases version to 0.15.2 (#11594)
Browse files Browse the repository at this point in the history
  • Loading branch information
akhila-guruju authored Feb 6, 2025
1 parent fbfc332 commit 9deaa06
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"python-justbases-0.9.tar.gz": "3cc7e222f62c21f666398c7e32e5e82786fb7f7016d9b2eb1263c1ccb03d3eb3"
"python-justbases-0.15.2.tar.gz": "de6646eb9891b59657d183c7fc9ffa823b8523856b942446707e2a8615f4866f"
}
}
}
87 changes: 80 additions & 7 deletions SPECS-EXTENDED/python-justbases/python-justbases.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
%{?python_enable_dependency_generator}
%global srcname justbases
Name: python-%{srcname}
Version: 0.9
Release: 15%{?dist}
Version: 0.15.2
Release: 10%{?dist}
Summary: A small library for precise conversion between arbitrary bases

License: GPLv2+
License: LGPL-2.1-or-later
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: http://pypi.python.org/pypi/justbases
Source0: https://pypi.io/packages/source/j/%{srcname}/%{srcname}-%{version}.tar.gz#/python-%{srcname}-%{version}.tar.gz

Expand Down Expand Up @@ -45,8 +45,81 @@ rm -rf justbases.egg-info
%{python3_sitelib}/justbases-%{version}-*.egg-info

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

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

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

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

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

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

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

* Mon May 15 2023 mulhern <[email protected]> - 0.15.2-3
- Fix package name

* Mon May 15 2023 mulhern <[email protected]> - 0.15.2-2
- Update tag for tests

* Sun May 14 2023 mulhern <[email protected]> - 0.15.2-1
- Update to 0.15.2; use SPDX license

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

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

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

* Sun Feb 27 2022 mulhern <[email protected]> - 0.15-7
- Add gating tests

* 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-2
- 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

* Tue Dec 15 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

* Thu Apr 23 2020 mulhern <[email protected]> - 0.13-2
- Remove license macro; upstream is not currently packaging its license file

* Thu Apr 23 2020 mulhern <[email protected]> - 0.13-1
- Change license to LGPLv2+

* Thu Jan 30 2020 Fedora Release Engineering <[email protected]> - 0.9-14
- 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 @@ -23053,8 +23053,8 @@
"type": "other",
"other": {
"name": "python-justbases",
"version": "0.9",
"downloadUrl": "https://pypi.io/packages/source/j/justbases/justbases-0.9.tar.gz"
"version": "0.15.2",
"downloadUrl": "https://pypi.io/packages/source/j/justbases/justbases-0.15.2.tar.gz"
}
}
},
Expand Down

0 comments on commit 9deaa06

Please sign in to comment.