Sat, 01 Apr 2023 01:37:31 UTC

Information for build php-webmozart-assert-1.3.0-1.fc28

ID1074703
Package Namephp-webmozart-assert
Version1.3.0
Release1.fc28
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/php-webmozart-assert.git#dd10ca1be2229cf800c7924d567f23d7afc0cc8c
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 bysiwinski
State complete
Volume fedora_koji_archive02
StartedSun, 22 Apr 2018 22:24:31 UTC
CompletedSun, 22 Apr 2018 22:25:54 UTC
Taskbuild (f28-candidate, /rpms/php-webmozart-assert.git:dd10ca1be2229cf800c7924d567f23d7afc0cc8c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/php-webmozart-assert.git?#dd10ca1be2229cf800c7924d567f23d7afc0cc8c'}}
Tags
f28-updates
RPMs
src
php-webmozart-assert-1.3.0-1.fc28.src.rpm (info) (download)
noarch
php-webmozart-assert-1.3.0-1.fc28.noarch.rpm (info) (download)
Logs
noarch
state.log
root.log
hw_info.log
build.log
mock_output.log
Changelog * Sun Apr 22 2018 Shawn Iwinski <shawn@iwin.ski> - 1.3.0-1 - Update to 1.3.0 (RHBZ #1539946) - Add get source script - Add composer.json to repo - Update running of tests * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Dec 27 2016 Shawn Iwinski <shawn@iwin.ski> - 1.2.0-1 - Update to 1.2.0 (RHBZ #1398043) - Use php-composer(fedora/autoloader) - Run upstream tests with SCLs if they are available * Wed Sep 28 2016 Shawn Iwinski <shawn@iwin.ski> - 1.1.0-1 - Initial package