Update to 0.15.2; use SPDX license

This commit is contained in:
mulhern 2023-05-15 00:00:32 -04:00
parent 26cf9c600b
commit 8afc5caaf3
6 changed files with 26 additions and 18 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/justbases-0.13.tar.gz
/justbases-0.14.tar.gz
/justbases-0.15.tar.gz
/justbases-0.15.2.tar.gz

17
plans/unit.fmf Normal file
View File

@ -0,0 +1,17 @@
summary: deterministic (not Hypothesis-based) unit tests
prepare:
- name: Install package
how: install
package: justbases
discover:
how: shell
url: https://github.com/mulkieran/justbases
ref: v0.15.1
tests:
- name: unit
test: python3 -m unittest discover --verbose tests/test_deterministic
execute:
how: tmt

View File

@ -1,11 +1,11 @@
%{?python_enable_dependency_generator}
%global srcname justbases
Name: python-%{srcname}
Version: 0.15
Release: 10%{?dist}
Version: 0.15.2
Release: 1%{?dist}
Summary: A small library for precise conversion between arbitrary bases
License: LGPLv2+
License: LGPL-2.1-or-later
URL: http://pypi.python.org/pypi/justbases
Source0: https://pypi.io/packages/source/j/%{srcname}/%{srcname}-%{version}.tar.gz
@ -43,6 +43,9 @@ rm -rf justbases.egg-info
%{python3_sitelib}/justbases-%{version}-*.egg-info
%changelog
* Sun May 14 2023 mulhern <amulhern@redhat.com> - 0.15.2-1
- Update to 0.15.2; use SPDX license
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.15-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (justbases-0.15.tar.gz) = aafb0107eae6a604a3dd1b4a29e06f3a30f44bbbd2449ebcb1354fddc679a23ca20b4dfa2a3300808e9823aa5f439944476a3c6115a3be16239172df6d3107da
SHA512 (justbases-0.15.2.tar.gz) = c9cb67b67f7ec84b4436df2b24ff8df354a15fd7f65212c4ffa6506e077fc9dd526a5a9c4cf9153fce016ff4cc59d94ad5ce9713bd7ca0169a6fd0c725e373db

View File

@ -1,14 +0,0 @@
---
- hosts: localhost
roles:
- role: standard-test-source
tags:
- always
- role: standard-test-basic
tags:
- classic
tests:
- simple:
dir: ./
run: python -m unittest discover --verbose source/tests/test_deterministic