import python-justbytes-0.15.2-1.el9

i9c changed/i9c/python-justbytes-0.15.2-1.el9
MSVSphere Packaging Team 1 year ago
parent 47ff8a7324
commit 92c45f0aea

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
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.15-6
- Rebuilt for MSVSphere 9.1.

Loading…
Cancel
Save