We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cffca9d commit d63d7e4Copy full SHA for d63d7e4
1 file changed
python-nitrate.spec
@@ -1,6 +1,6 @@
1
Name: python-nitrate
2
-Version: 1.3
3
-Release: 3%{?dist}
+Version: 1.4
+Release: 1%{?dist}
4
5
Summary: Python API for the Nitrate test case management system
6
Group: Development/Languages
@@ -50,8 +50,11 @@ install -pm 644 docs/*.1.gz %{buildroot}%{_mandir}/man1
50
%doc COPYING README examples
51
52
%changelog
53
-* Mon Feb 19 2018 Robbie Harwood <rharwood@redhat.com> 1.3-3
54
-- Port to python-gssapi
+* Mon Nov 05 2018 Petr Šplíchal <psssssss@gmail.com> 1.4-1
+- Update specfile to new python packaging standards
55
+- Performance improvement for TestPlan.sortkey
56
+- Port to python-gssapi from pykerberos
57
+- Make TestRun errata_id default to None
58
59
* Tue May 10 2016 Martin Frodl <mfrodl@redhat.com> 1.3-2
60
- Removed obsolete project page links
0 commit comments