Update to new release
This commit is contained in:
parent
3e3e83144e
commit
28248b4306
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/justbytes-0.10.tar.gz
|
/justbytes-0.10.tar.gz
|
||||||
/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
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global srcname justbytes
|
%global srcname justbytes
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 0.12
|
Version: 0.14
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Library for handling computation with address ranges in bytes
|
Summary: Library for handling computation with address ranges in bytes
|
||||||
|
|
||||||
@ -45,11 +45,15 @@ rm -rf justbytes.egg-info
|
|||||||
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v tests
|
PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v tests
|
||||||
|
|
||||||
%files -n python3-%{srcname}
|
%files -n python3-%{srcname}
|
||||||
|
%license LICENSE
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python3_sitelib}/justbytes/
|
%{python3_sitelib}/justbytes/
|
||||||
%{python3_sitelib}/justbytes-%{version}-*.egg-info/
|
%{python3_sitelib}/justbytes-%{version}-*.egg-info/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 23 2020 mulhern <amulhern@redhat.com> - 0.14-1
|
||||||
|
- Update to new release
|
||||||
|
|
||||||
* Thu Apr 23 2020 mulhern <amulhern@redhat.com> - 0.12-1
|
* Thu Apr 23 2020 mulhern <amulhern@redhat.com> - 0.12-1
|
||||||
- Change license to LGPLv2+
|
- Change license to LGPLv2+
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (justbytes-0.12.tar.gz) = 2cf98b340d96c1fa7fa811173a99d17b8502040a6e59b0ffcf3cea83ff7625c91e6ec61c3170cb35f9523bbd2f68fae1053409d3a7d2c945b02a80f44a991adf
|
SHA512 (justbytes-0.14.tar.gz) = e9fa700e835b76d08536f0991664e22d38fcb4ba5909e37b67fba31575a7531803a0dce9d201fb97a72376c084fa2891ed58b7de1b1dd96a0ec874eb01ee4f9b
|
||||||
|
Loading…
Reference in New Issue
Block a user