Sun, 28 May 2023 16:26:06 UTC

Information for build pdc-client-1.1.0-1.fc25

ID789859
Package Namepdc-client
Version1.1.0
Release1.fc25
Epoch
SummaryConsole client for interacting with Product Definition Center
DescriptionThis client package contains two separate Product Definition Center clients and API module. Both clients contain extensive built-in help. Just run the executable with -h or --help argument. 1. pdc_client This is a very simple client. Essentially this is just a little more convenient than using curl manually. Each invocation of this client obtains a token and then performs a single request. This client is not meant for direct usage, but just as a helper for integrating with PDC from languages where it might be easier than performing the network requests manually. 2. pdc This is much more user friendly user interface. A single invocation can perform multiple requests depending on what subcommand you used. The pdc client supports Bash completion if argcomplete Python package is installed. 3. Python API (pdc_client) When writing a client code interfacing with PDC server, you might find pdc_client module handy. It provides access to the configuration defined above and automates obtaining authorization token.
Built bybliu
State complete
Volume fedora_koji_archive01
StartedTue, 09 Aug 2016 10:17:37 UTC
CompletedTue, 09 Aug 2016 10:19:32 UTC
Taskbuild (f25-candidate, /rpms/pdc-client:ac1ad6f36b127700896a9d2d7425b28307a006f0)
Tags
f25
f25-Beta
RPMs
src
pdc-client-1.1.0-1.fc25.src.rpm (info) (download)
noarch
pdc-client-1.1.0-1.fc25.noarch.rpm (info) (download)
python2-pdc-client-1.1.0-1.fc25.noarch.rpm (info) (download)
Logs
noarch
build.log
state.log
root.log
Changelog * Sun Aug 07 2016 bliu <bliu@redhat.com> 1.1.0-1 - When page_size <= 0; the pagination will be disabled. (bliu@redhat.com) - Handle page_size in mocked API calls. (nils@redhat.com) - Move necessary arguments to required argument list. (ycheng@redhat.com) - Make format strings compatible with python 2.6 (chuzhang@redhat.com) - Fix failure with requests-kerberos 0.9+ and Python 3 (drop monkey_patch.py) (mzibrick@redhat.com) - Add FILES section and fix issue link in manpage (sochotnicky@redhat.com) * Sun Jul 17 2016 bliu <bliu@redhat.com> 1.0.0-2 - Move plugins outside of python_sitelib. (bliu@redhat.com) - Allow specifying plugins in the config file. (chuzhang@redhat.com) - Change configuration files for pdc-client. (bliu@redhat.com) - Add field 'subvariant' to image sub-command. (ycheng@redhat.com) * Thu May 05 2016 bliu <bliu@redhat.com> 0.9.0-3 - Change filtering arguments's underscore to minus to be consistent. (ycheng@redhat.com) - Modify compose-tree-locations in client because API url changed. (ycheng@redhat.com) - Add support for repo manipulation into pdc client (ycheng@redhat.com) * Fri Feb 26 2016 bliu <bliu@redhat.com> 0.9.0-1 - Add headers in result for pdc client output. (ycheng@redhat.com) - Add pdc client project page and PyPI release docomentation. (ycheng@redhat.com) - Update the error info (bliu@redhat.com) - Update the more detail info (bliu@redhat.com) - Add error info when input irregular or illegal para (bliu@redhat.com) - Let pdc client handle pdc warning header (ycheng@redhat.com) - Pypi setup (sochotnicky@redhat.com) - Fix release component update logging type (sochotnicky@redhat.com) * Wed Jan 13 2016 bliu <bliu@redhat.com> 0.2.0-3 - PATCH on build-image-rtt-tests with build_nvr/format (bliu@redhat.com) - Add beanbag required version. (xchu@redhat.com) - Add header for build image in new pdc client output (ycheng@redhat.com) - Add tests for permission list. (xchu@redhat.com) - Add test for build-image detail. (xchu@redhat.com) - Add support for compose-tree-locations. (chuzhang@redhat.com) - Add head in result when running build_image_rtt_tests (bliu@redhat.com) - Use new get_paged method instead of deprecated one. (ycheng@redhat.com) - Pdc client add support for build-image-rtt-tests (bliu@redhat.com) - Add support for compose-image-rtt-tests in pdc client (ycheng@redhat.com) - Make mocked endpoints possibly callable. (rbean@redhat.com) - Add help message for 'active' filter. (xchu@redhat.com) - Enable page_size in new pdc client (bliu@redhat.com) * Wed Jan 13 2016 bliu <bliu@redhat.com> 0.2.0-2 * Fri Dec 04 2015 Xiangyang Chu <xchu@redhat.com> 0.2.0-1 - Add python 2.6 check. (xchu@redhat.com) - Fix spec URL (rbean@redhat.com) - Allow PDCClient to be configured with arguments. (rbean@redhat.com) - Imporvements on new `pdc` client. * Fri Sep 11 2015 Xiangyang Chu <xychu2008@gmail.com> 0.1.0-1 - new package built with tito