-
Fri Nov 19 2021 Adam Williamson <awilliam@redhat.com> - 2.1.5-3
- Update the patch from -2 to *really* fix the problem
-
Fri Nov 19 2021 Adam Williamson <awilliam@redhat.com> - 2.1.5-2
- Fix Retry allowed methods for urllib 1.25 (F34 and earlier)
-
Sun Nov 14 2021 Frantisek Zatloukal <fzatlouk@redhat.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
-
Mon Nov 08 2021 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.1.4-1
- add auth class with basic http auth support
-
Tue May 28 2019 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.1.3-1
- Fix 'RetryError' object has no attribute 'message'
-
Mon Jun 11 2018 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.1.2-1
- Python 3 subpacakage for Fedora
- Drop dependency on python-six
-
Fri Apr 06 2018 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.1.1-1
- Fix the python.six interaction with non-string inputs
-
Wed Mar 28 2018 Frantisek Zatloukal <fzatlouk@redhat.com> - 2.1.0-1
- Add support for auth token
- Retry on HTTP 500 errors by default
- py3: Updates to work with Python 3
-
Mon Feb 19 2018 Steve Milner <smilner@redhat.com> - 2.0.1-1
- Added six to support py2/py3 changes in the source.
-
Thu Feb 08 2018 Kamil Páral <kparal@redhat.com> - 2.0.0-9
- fix yet another dependency issue for EPEL