Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-justbytes.git#e878390a1cd07be1de4c2005ce7b33b67c657743
This commit is contained in:
parent
5b441febfa
commit
ec90542de2
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
|||||||
/justbytes-0.11.tar.gz
|
/justbytes-0.11.tar.gz
|
||||||
/justbytes-0.12.tar.gz
|
/justbytes-0.12.tar.gz
|
||||||
/justbytes-0.14.tar.gz
|
/justbytes-0.14.tar.gz
|
||||||
|
/justbytes-0.15.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%global srcname justbytes
|
%global srcname justbytes
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.14
|
Version: 0.15
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for handling computation with address ranges in bytes
|
Summary: Library for handling computation with address ranges in bytes
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -22,8 +22,6 @@ Summary: %{summary}
|
|||||||
%{?python_provide:%python_provide python3-%{srcname}}
|
%{?python_provide:%python_provide python3-%{srcname}}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-pytest
|
|
||||||
BuildRequires: python3-hypothesis
|
|
||||||
BuildRequires: python3-justbases
|
BuildRequires: python3-justbases
|
||||||
Requires: python3-justbases
|
Requires: python3-justbases
|
||||||
|
|
||||||
@ -42,7 +40,7 @@ rm -rf justbytes.egg-info
|
|||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
%check
|
%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}
|
%files -n python3-%{srcname}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
@ -51,6 +49,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v tests
|
|||||||
%{python3_sitelib}/justbytes-%{version}-*.egg-info/
|
%{python3_sitelib}/justbytes-%{version}-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.14-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- 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