Update tag for tests

This commit is contained in:
mulhern 2023-05-15 08:24:14 -04:00
parent 8afc5caaf3
commit a92b73d1ae
2 changed files with 5 additions and 2 deletions

View File

@ -8,7 +8,7 @@ prepare:
discover: discover:
how: shell how: shell
url: https://github.com/mulkieran/justbases url: https://github.com/mulkieran/justbases
ref: v0.15.1 ref: v0.15.2
tests: tests:
- name: unit - name: unit
test: python3 -m unittest discover --verbose tests/test_deterministic test: python3 -m unittest discover --verbose tests/test_deterministic

View File

@ -2,7 +2,7 @@
%global srcname justbases %global srcname justbases
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.15.2 Version: 0.15.2
Release: 1%{?dist} Release: 2%{?dist}
Summary: A small library for precise conversion between arbitrary bases Summary: A small library for precise conversion between arbitrary bases
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -43,6 +43,9 @@ rm -rf justbases.egg-info
%{python3_sitelib}/justbases-%{version}-*.egg-info %{python3_sitelib}/justbases-%{version}-*.egg-info
%changelog %changelog
* Mon May 15 2023 mulhern <amulhern@redhat.com> - 0.15.2-2
- Update tag for tests
* Sun May 14 2023 mulhern <amulhern@redhat.com> - 0.15.2-1 * Sun May 14 2023 mulhern <amulhern@redhat.com> - 0.15.2-1
- Update to 0.15.2; use SPDX license - Update to 0.15.2; use SPDX license