↵ Return to the main page of python3-nitrate
View build
Search for updates
Package Info
🠗 Changelog
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2020-06-09 | Petr Šplíchal <psplicha at redhat dot com> - 1.6-1 | - Handle wrongly encoded messages in log [fix #20] - Make teiid Python 3 compatible [fix #13] - Better solving the do_command() bug - Bringing back eval() - workaround for XMLRPC - Output nicer tracebacks on connection failures - Enable automated python dependecies generator - Last spec file changes for RHEL7 (hopefully) - For older releases build both python2 and python3 |
2019-11-21 | Petr Šplíchal <psplicha at redhat dot com> - 1.5-4 | - Fix requires (no python2-gssapi and python2-psycopg2 in RHEL7). - Enable automated python dependecies generator |
2019-11-20 | Petr Šplíchal <psplicha at redhat dot com> - 1.5-3 | - For older releases build both python2 and python3 packages - Include conflicting files only in the python3 package |
2019-11-11 | Petr Šplíchal <psplicha at redhat dot com> - 1.5-2 | - Use py3_build and py3_install to simplify spec - Rename and explicitly list the license file - Remove group, fix license, add missing requires |
2019-11-04 | Martin Zeleny <mzeleny at redhat dot com> 1.5-0 | - Ported to Python 3 |
2018-11-05 | Petr Šplíchal <psssssss at gmail dot com> 1.4-1 | - Update specfile to new python packaging standards - Performance improvement for TestPlan.sortkey - Port to python-gssapi from pykerberos - Make TestRun errata_id default to None |
2016-05-10 | Martin Frodl <mfrodl at redhat dot com> 1.3-2 | - Removed obsolete project page links |
2016-02-09 | Petr Šplíchal <psplicha at redhat dot com> 1.3-1 | - Package nitrate for PyPI, several adjustments, docs update - Better handle non-existent objects [BZ#1204028] - Correctly handle no caseplan found [BZ#1171671] - Typo fix in the TestPlan's _attributes [BZ#1304295] - Make sure that PlanStatus id type is int |
2014-08-08 | Petr Šplíchal <psplicha at redhat dot com> 1.2-0 | - Include example config in documentation [BZ#1098818] - Handle duplicate entry errors gracefully [BZ#1112521] - Added Aleš Zelinka to the list of contributors |
2014-05-17 | Petr Šplíchal <psplicha at redhat dot com> 1.1-0 | - TestCase.{setup,action,effect,breakdown} attributes [BZ#1089039] - Map automated/manual when searching test cases [BZ#1092464] - Iterate over PlanRuns sorted by id/creation - Indexing support for containers - Separate methods for locking, handle corrupted cache - Limit cache writing window (chance of corruption) [BZ#1091404] - Ignore malformed and stale cache locks [BZ#1091404] - Workaround Teiid problem with converting time [BZ#1093054] |