Wed, 29 May 2024 06:21:04 UTC | login

Information for build php-guzzle-Guzzle-3.9.3-21.fc31

ID128843
Package Namephp-guzzle-Guzzle
Version3.9.3
Release21.fc31
Epoch
SummaryPHP HTTP client library and framework for building RESTful web service clients
DescriptionGuzzle takes the pain out of sending HTTP requests and the redundancy out of creating web service clients. Guzzle is a framework that includes the tools needed to create a robust web service client, including: Service descriptions for defining the inputs and outputs of an API, resource iterators for traversing paginated resources, batching for sending a large number of requests as efficiently as possible. * All the power of cURL with a simple interface * Persistent connections and parallel requests * Streams request and response bodies * Service descriptions for quickly building clients * Powered by the Symfony2 EventDispatcher * Use all of the code or only specific components * Plugins for caching, logging, OAuth, mocks, and more Optional dependencies: * Doctrine Cache (1.4.3 <= php-doctrine-cache < 2.0) * Monolog (1.15.0 <= php-Monolog < 2.0) * Zend Framework 2 Cache (2.4.7 <= php-ZendFramework2-Cache < 3) * Zend Framework 2 Log (2.4.7 <= php-ZendFramework2-Log < 3) Autoloader: /usr/share/php/Guzzle/autoload.php ***** EOL NOTICE ***** This package is for Guzzle 3.x. Guzzle 5.x+, the new versions of Guzzle, has been released and is available as the package "php-guzzlehttp-guzzle". The documentation for Guzzle version 5+ can be found at http://guzzlephp.org. Guzzle 3 is only maintained for bug and security fixes. Guzzle 3 will be EOL at some point in late 2015. **********************
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 20 Sep 2019 12:53:34 UTC
CompletedFri, 20 Sep 2019 12:53:34 UTC
Tags
f31
f32
f33
RPMs
src
php-guzzle-Guzzle-3.9.3-21.fc31.src.rpm (info) (download)
noarch
php-guzzle-Guzzle-3.9.3-21.fc31.noarch.rpm (info) (download)
Changelog * Sun Sep 08 2019 Shawn Iwinski <shawn.iwinski@gmail.com> - 3.9.3-21 - Fix FTBFS (RHBZ #1736431) * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.3-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.3-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.3-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon May 28 2018 Shawn Iwinski <shawn.iwinski@gmail.com> - 3.9.3-17 - Fix typo * Mon May 28 2018 Shawn Iwinski <shawn.iwinski@gmail.com> - 3.9.3-16 - Fix FTBS (RHBZ #1556114) - Add range version dependencies for Fedora >= 27 || RHEL >= 8 * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.3-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Nov 09 2017 Remi Collet <remi@remirepo.net> - 3.9.3-14 - fix FTBFS from Koschei, add patch for PHP 7.2 * Thu Sep 21 2017 Shawn Iwinski <shawn.iwinski@gmail.com> - 3.9.3-13 - Add max versions to BuildRequires - Modify tests