Tue, 18 Jun 2024 11:29:04 UTC | login

Information for build python-openshift-0.11.2-2.fc33

ID174464
Package Namepython-openshift
Version0.11.2
Release2.fc33
Epoch1
SummaryPython client for the OpenShift API
DescriptionPython client for the OpenShift API
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 12:55:58 UTC
CompletedThu, 13 Aug 2020 12:55:58 UTC
Tags
f33
f37
f38
RPMs
src
python-openshift-0.11.2-2.fc33.src.rpm (info) (download)
noarch
python-openshift-doc-0.11.2-2.fc33.noarch.rpm (info) (download)
python3-openshift-0.11.2-2.fc33.noarch.rpm (info) (download)
Changelog * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.11.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jun 08 2020 Jason Montleon <jmontleo@redhat.com> - 1:0.11.2.1 - Rebuilt for Python 3.9 * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1:0.11.0-4 - Rebuilt for Python 3.9 * Thu Apr 30 2020 Jason Montleon <jmontleo@redhat.com> 1:0.11.0-3 - Add missing changelog entries * Thu Apr 30 2020 Jason Montleon <jmontleo@redhat.com> 1:0.11.0-2 - Fix el8 builds * Thu Apr 30 2020 Jason Montleon <jmontleo@redhat.com> 1:0.11.0-1 - Update to 0.11.0 * Fri Mar 13 2020 Jason Montleon <jmontleo@redhat.com> 1:0.10.3-1 - Update to 0.10.3 * Wed Feb 19 2020 Jason Montleon <jmontleo@redhat.com> 1:0.10.2-1 - Update to 0.10.2 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.10.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Tue Dec 17 2019 Jason Montleon <jmontleo@redhat.com> 0.10.1-3 - work around BZ 1759100 * Tue Dec 17 2019 Jason Montleon <jmontleo@redhat.com> 0.10.1-2 - remove exclude possibly causing problems * Tue Dec 17 2019 Jason Montleon <jmontleo@redhat.com> 0.10.1-1 - Update to upstream 0.10.1 * Fri Nov 08 2019 Jason Montleon <jmontleo@redhat.com> 0.10.0-1 - Update to upstream 0.10.0 * Fri Oct 18 2019 Jason Montleon <jmontleo@redhat.com> 0.9.2-1 - Update to upstream 0.9.2 * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1:0.8.8-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1:0.8.8-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.8.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Thu Apr 25 2019 Jason Montleon <jmontleo@redhat.com> 0.8.8-1 - Update to upstream 0.8.8 * Wed Apr 24 2019 Jason Montleon <jmontleo@redhat.com> 0.8.7-1 - Update to upstream 0.8.7 * Mon Feb 18 2019 Jason Montleon <jmontleo@redhat.com> 0.8.6-1 - Update to upstream 0.8.6 * Sat Feb 02 2019 Jason Montleon <jmontleo@redhat.com> 0.8.4-3 - Disable checks for EPEL builds - Remove kubernetes BuildRequire for EPEL builds, requires websocket-client - websocket-client is in extras, required by EPEL, but not available in buildroot? * Tue Jan 29 2019 Jason Montleon <jmontleo@redhat.com> 0.8.4-2 - Fix orphaned library directories - Add unit tets to %check - Remove some unnecessary sed statements for EL7 * Tue Jan 29 2019 Jason Montleon <jmontleo@redhat.com> 0.8.4-1 - Update to 0.8.4 * Thu Dec 20 2018 Daniel Mellado <dmellado@redhat.com> 0.8.1-2 - Ensure .doctrees directory is also cleaned up - Remove unnecessary provides name setting * Tue Nov 06 2018 Jason Montleon <jmontleo@redhat.com> 0.8.1-1 - Bump version (fabian@fabianism.us) - [release-0.8] When searching for resources, prefer non-List matches (#232) (openshift-cherrypick-robot@redhat.com) - Version + dependency bump (fabian@fabianism.us) - Disable python2 builds for Fedora and python3 for EPEL by default * Tue Nov 06 2018 Jason Montleon <jmontleo@redhat.com> 0.8.0-1 - Fix tag condition (fabian@fabianism.us) - Add watch to dynamic client (#221) (fabian@fabianism.us) - Pin flake8 (fabian@fabianism.us) - Do not decode response data in Python2 (#225) (16732494+wallecan@users.noreply.github.com) - ResourceContainer does not contain delete method (#227) (mosonkonrad@gmail.com) - Add basic documentation for dynamic client verbs to README (#222) (fabian@fabianism.us) - Add support for *List kinds (#213) (fabian@fabianism.us) - fix deployment conditional (fabian@fabianism.us) - Bump version + requirements (fabian@fabianism.us) - Add validate helper function (#199) (will@thames.id.au) - DynamicApiError: add a summary method (#211) (pierre-louis@libregerbil.fr) - Allow less strict kubernetes version requirements (#207) (will@thames.id.au) - Add behavior-based tests for dynamic client (#208) (fabian@fabianism.us) - Provide 'append_hash' for ConfigMaps and Secrets (#196) (will@thames.id.au) - Allow creates on subresources properly (#201) (fabian@fabianism.us) - Rename async to async_req for compatibility with python3 and kubernetes 7 (#197) (fabian@fabianism.us) - Update kube_config to support concurrent clusters (#193) (tdecacqu@redhat.com) * Mon Aug 06 2018 David Zager <david.j.zager@gmail.com> 0.6.2-12 - Fix decode issue (#192) (lostonamountain@gmail.com) - b64encode expects bytes not string (fridolin@redhat.com) - Update releasers for 3.11 (david.j.zager@gmail.com)