forked from psss/python-nitrate
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Name: python-nitrate | ||
Version: 1.8 | ||
Version: 1.8.2 | ||
Release: 1%{?dist} | ||
|
||
Summary: Python API for the Nitrate test case management system | ||
|
@@ -126,6 +126,11 @@ pathfix.py -pni "%{__python3} %{py3_shbang_opts}i" %{buildroot}%{_bindir}/nitrat | |
%license LICENSE | ||
|
||
%changelog | ||
* Thu Jun 09 2022 Petr Šplíchal <[email protected]> - 1.8.2-1 | ||
- Do not use the spec release for the pip version | ||
- Properly handle string bug identifiers | ||
- Enable basic sanity and integration tests | ||
|
||
* Wed Jun 08 2022 Petr Šplíchal <[email protected]> - 1.8-1 | ||
- Nitrate Bug id can be string (for e.g. Jira) | ||
|
||
|