↵ Return to the main page of python2-resultsdb_api
View build
Search for updates
Package Info
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2021-11-19 | Adam Williamson <awilliam at redhat dot com> - 2.1.5-3 | - Update the patch from -2 to *really* fix the problem |
2021-11-19 | Adam Williamson <awilliam at redhat dot com> - 2.1.5-2 | - Fix Retry allowed methods for urllib 1.25 (F34 and earlier) |
2021-11-14 | Frantisek Zatloukal <fzatlouk at redhat dot com> - 2.1.5-1 | - Drop use of deprecated Retry parameter - Drop unnecessary `_KEEP` and just `None` instead - Make tox work (just runs pytest for now) - Port tests to unittest.mock and ResultsDB API v2 (#1) - Simplify update_testcase - update_testcase: fix variable name - ResultsDBAuth: it's `@staticmethod`, not `@static_method` - Drop Python 2 string type blob - Enable tests during the rpm build |
2021-11-08 | Frantisek Zatloukal <fzatlouk at redhat dot com> - 2.1.4-1 | - add auth class with basic http auth support |
2019-05-28 | Frantisek Zatloukal <fzatlouk at redhat dot com> - 2.1.3-1 | - Fix 'RetryError' object has no attribute 'message' |
2018-06-11 | Frantisek Zatloukal <fzatlouk at redhat dot com> - 2.1.2-1 | - Python 3 subpacakage for Fedora - Drop dependency on python-six |
2018-04-06 | Frantisek Zatloukal <fzatlouk at redhat dot com> - 2.1.1-1 | - Fix the python.six interaction with non-string inputs |
2018-03-28 | Frantisek Zatloukal <fzatlouk at redhat dot com> - 2.1.0-1 | - Add support for auth token - Retry on HTTP 500 errors by default - py3: Updates to work with Python 3 |
2018-02-19 | Steve Milner <smilner at redhat dot com> - 2.0.1-1 | - Added six to support py2/py3 changes in the source. |
2018-02-08 | Kamil Páral <kparal at redhat dot com> - 2.0.0-9 | - fix yet another dependency issue for EPEL |