import python-justbytes-0.14-2.el8
This commit is contained in:
parent
2c2b9e0db9
commit
941e3e97ee
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/justbytes-0.11.tar.gz
|
||||
SOURCES/justbytes-0.14.tar.gz
|
||||
|
@ -1 +1 @@
|
||||
43a3394930db154a5ae01f02df9906dce262b19e SOURCES/justbytes-0.11.tar.gz
|
||||
b006578ffc3878f48320e4bd02af0aff193b3a3b SOURCES/justbytes-0.14.tar.gz
|
||||
|
@ -8,11 +8,11 @@
|
||||
%endif
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.11
|
||||
Version: 0.14
|
||||
Release: 2%{?dist}
|
||||
Summary: Library for handling computation with address ranges in bytes
|
||||
|
||||
License: GPLv2+
|
||||
License: LGPLv2+
|
||||
URL: http://pypi.python.org/pypi/justbytes
|
||||
Source0: https://pypi.io/packages/source/%(n=%{srcname}; echo ${n:0:1})/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
@ -95,6 +95,10 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v tests
|
||||
%{python3_sitelib}/justbytes-%{version}-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Wed May 06 2020 Dennis Keefe <dkeefe@redhat.com> - 0.14-2
|
||||
- Update to 0.14
|
||||
- Resolves: rhbz#1824225
|
||||
|
||||
* Fri Jun 08 2018 Charalampos Stratakis <cstratak@redhat.com> - 0.11-2
|
||||
- Conditionalize the python2 subpackage
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user