Tue, 04 Jun 2024 19:24:00 UTC | login

Information for build php-webmozart-assert-1.9.1-2.fc33

ID173956
Package Namephp-webmozart-assert
Version1.9.1
Release2.fc33
Epoch
SummaryAssertions to validate method input/output with nice error messages
DescriptionThis library contains efficient assertions to test the input and output of your methods. With these assertions, you can greatly reduce the amount of coding needed to write a safe implementation. All assertions in the Assert class throw an \InvalidArgumentException if they fail. Autoloader: /usr/share/php/Webmozart/Assert/autoload.php
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 12:44:49 UTC
CompletedThu, 13 Aug 2020 12:44:49 UTC
Tags
f33
f37
f38
RPMs
src
php-webmozart-assert-1.9.1-2.fc33.src.rpm (info) (download)
noarch
php-webmozart-assert-1.9.1-2.fc33.noarch.rpm (info) (download)
Changelog * Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 21 2020 Remi Collet <remi@remirepo.net> - 1.9.1-1 - update to 1.9.1 (RHBZ #1825544) * Sun Feb 23 2020 Shawn Iwinski <shawn@iwin.ski> - 1.7.0-1 - Update to 1.7.0 (RHBZ #1746998) - Disable bootstrap so tests run by default - Conditionally use PHPUnit 7 * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sun May 19 2019 Shawn Iwinski <shawn@iwin.ski> - 1.4.0-1 - Update to 1.4.0 * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Oct 19 2018 Remi Collet <remi@remirepo.net> - 1.3.0-3 - fix autoloader, use PSR-4 to avoid duplicated definition - prepend autoloader to ensure we use current version in tests - fix FTBFS #1605449 * Fri Oct 19 2018 Remi Collet <remi@remirepo.net> - 1.3.0-2 - fix autoloader, use PSR-4 to avoid duplicated definition - prepend autoloader to ensure we use current version in tests - fix FTBFS #1605449 - bootstrap build