Update to 0.15
This commit is contained in:
parent
1c60db5470
commit
e878390a1c
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/justbytes-0.11.tar.gz
|
||||
/justbytes-0.12.tar.gz
|
||||
/justbytes-0.14.tar.gz
|
||||
/justbytes-0.15.tar.gz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname justbytes
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.14
|
||||
Release: 3%{?dist}
|
||||
Version: 0.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for handling computation with address ranges in bytes
|
||||
|
||||
License: LGPLv2+
|
||||
@ -22,8 +22,6 @@ Summary: %{summary}
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-pytest
|
||||
BuildRequires: python3-hypothesis
|
||||
BuildRequires: python3-justbases
|
||||
Requires: python3-justbases
|
||||
|
||||
@ -42,7 +40,7 @@ rm -rf justbytes.egg-info
|
||||
%py3_install
|
||||
|
||||
%check
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v tests
|
||||
PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m unittest discover --verbose tests/test_deterministic
|
||||
|
||||
%files -n python3-%{srcname}
|
||||
%license LICENSE
|
||||
@ -51,6 +49,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v tests
|
||||
%{python3_sitelib}/justbytes-%{version}-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Thu Dec 17 2020 mulhern <amulhern@redhat.com> - 0.15-1
|
||||
- Update to 0.15
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (justbytes-0.14.tar.gz) = e9fa700e835b76d08536f0991664e22d38fcb4ba5909e37b67fba31575a7531803a0dce9d201fb97a72376c084fa2891ed58b7de1b1dd96a0ec874eb01ee4f9b
|
||||
SHA512 (justbytes-0.15.tar.gz) = ee3744366d9fb058d68197e3ae6304503eb8a06724359bfe420e03df54272a915c88ebd998b9c8de04b63fb7c5dfd3d4c8331ebfcea061ca1703addf6497e43e
|
||||
|
Loading…
Reference in New Issue
Block a user