Name: | php-Faker |
---|---|
Version: | 1.8.0 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 9770824 |
License: | MIT |
RPM: | php-Faker-1.8.0-1.el7.noarch.rpm |
Source RPM: | php-Faker-1.8.0-1.el7.src.rpm |
Build Date: | Wed Jul 03 2019 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/fzaninotto/Faker |
Summary: | A PHP library that generates fake data |
Description: | Faker is a PHP library that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you. Faker is heavily inspired by Perl's Data::Faker [1], and by Ruby's Faker [2]. Autoloader: /usr/share/php/Faker/autoload.php Optional: * CakePHP (http://cakephp.org/) * Doctrine ORM (php-doctrine-orm) * Mandango (http://mandango.org/) * Propel (http://propelorm.org/) [1] http://search.cpan.org/~jasonk/Data-Faker/ [2] http://faker.rubyforge.org/ |
- Update to 1.8.0 (RHBZ #1481901)
- Fix FTBFS by skipping flakey test (RHBZ #1605437 / RHBZ #1675661) - Reference patches locally - Remove invalid phpdoc @return from autoloader
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- run full test suite on all arches - add patch for 32-bit from https://github.com/fzaninotto/Faker/pull/1348 - add patch for big endian from https://github.com/fzaninotto/Faker/pull/1365 - fix dependencies
- fix skip result condition
- Update to 1.7.1 - fix erratic FTBFS from Koschei - skip 1 test on BigEndian https://github.com/fzaninotto/Faker/issues/1346 - ignore test results on 32-bit https://github.com/fzaninotto/Faker/issues/1347
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- update to 1.6.0 - switch to fedora/autoloader