diff --git a/plans/unit.fmf b/plans/unit.fmf index 0a7fd43..8d4416e 100644 --- a/plans/unit.fmf +++ b/plans/unit.fmf @@ -8,7 +8,7 @@ prepare: discover: how: shell url: https://github.com/mulkieran/justbases - ref: v0.15.1 + ref: v0.15.2 tests: - name: unit test: python3 -m unittest discover --verbose tests/test_deterministic diff --git a/python-justbases.spec b/python-justbases.spec index 546a079..18dc056 100644 --- a/python-justbases.spec +++ b/python-justbases.spec @@ -2,7 +2,7 @@ %global srcname justbases Name: python-%{srcname} Version: 0.15.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A small library for precise conversion between arbitrary bases License: LGPL-2.1-or-later @@ -43,6 +43,9 @@ rm -rf justbases.egg-info %{python3_sitelib}/justbases-%{version}-*.egg-info %changelog +* Mon May 15 2023 mulhern - 0.15.2-2 +- Update tag for tests + * Sun May 14 2023 mulhern - 0.15.2-1 - Update to 0.15.2; use SPDX license