Update to 0.15.2
This commit is contained in:
parent
c1765481e5
commit
cc17cddf5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
||||
/justbytes-0.14.tar.gz
|
||||
/justbytes-0.15.tar.gz
|
||||
/justbytes-0.15.1.tar.gz
|
||||
/justbytes-0.15.2.tar.gz
|
||||
|
@ -8,7 +8,7 @@ prepare:
|
||||
discover:
|
||||
how: shell
|
||||
url: https://github.com/mulkieran/justbytes
|
||||
ref: v0.15.1
|
||||
ref: v0.15.2
|
||||
tests:
|
||||
- name: unit
|
||||
test: python3 -m unittest discover --verbose tests/test_deterministic
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global srcname justbytes
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.15.1
|
||||
Release: 2%{?dist}
|
||||
Version: 0.15.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for handling computation with address ranges in bytes
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
@ -44,6 +44,9 @@ rm -rf justbytes.egg-info
|
||||
%{python3_sitelib}/justbytes-%{version}-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Mon May 15 2023 mulhern <amulhern@redhat.com> - 0.15.2-1
|
||||
- Update to 0.15.2
|
||||
|
||||
* Mon May 15 2023 mulhern <amulhern@redhat.com> - 0.15.1-2
|
||||
- Add .fmf/version file
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (justbytes-0.15.1.tar.gz) = 76fb6da78aa32ae893b6ab4601340ae44506ae49bddb20074c7fb254bf481f577f3f9303008f22dc42befb543554e5be78326176f3a068842cf3ae4c0dd22447
|
||||
SHA512 (justbytes-0.15.2.tar.gz) = bf480bddb5d8267b6917b6d6c056a59691d875b8537fa16a2e17257fdb83e72977bcd7184aea08347535ee9dcafb4baa7d417cb4cbc850420c5affc40f742006
|
||||
|
Loading…
Reference in New Issue
Block a user