import CS python-justbytes-0.15.2-1.el9
This commit is contained in:
parent
057ee12e2e
commit
04d8d1080d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/justbytes-0.15.tar.gz
|
||||
SOURCES/justbytes-0.15.2.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
785aeec6eb9e8f61c3d4d3956b5683e97054367e SOURCES/justbytes-0.15.tar.gz
|
||||
71db2685b7f3a19d71ef53a609f27d9b6a454be3 SOURCES/justbytes-0.15.2.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
%global srcname justbytes
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.15
|
||||
Release: 6%{?dist}
|
||||
Version: 0.15.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for handling computation with address ranges in bytes
|
||||
|
||||
License: LGPLv2+
|
||||
License: LGPL-2.1-or-later
|
||||
URL: http://pypi.python.org/pypi/justbytes
|
||||
Source0: https://pypi.io/packages/source/j/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@ -22,6 +22,7 @@ Summary: %{summary}
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-justbases
|
||||
|
||||
%description -n python3-%{srcname} %{_description}
|
||||
|
||||
@ -44,6 +45,10 @@ rm -rf justbytes.egg-info
|
||||
%{python3_sitelib}/justbytes-%{version}-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Tue May 16 2023 Bryan Gurney <bgurney@redhat.com> - 0.15.2-1
|
||||
- Update to 0.15.2
|
||||
- Resolves: rhbz#2204503
|
||||
|
||||
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.15-6
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
Loading…
Reference in New Issue
Block a user