Fri, 21 Jun 2024 20:06:42 UTC | login

Information for build php-sabre-uri2-2.1.3-1.fc31

ID128674
Package Namephp-sabre-uri2
Version2.1.3
Release1.fc31
Epoch
SummaryFunctions for making sense out of URIs
Descriptionsabre/uri is a lightweight library that provides several functions for working with URIs, staying true to the rules of RFC3986. Partially inspired by Node.js URL library, and created to solve real problems in PHP applications. 100% unitested and many tests are based on examples from RFC3986. The library provides the following functions: * resolve to resolve relative urls. * normalize to aid in comparing urls. * parse, which works like PHP's parse_url. * build to do the exact opposite of parse. * split to easily get the 'dirname' and 'basename' of a URL without all the problems those two functions have. Autoloader: /usr/share/php/Sabre/Uri2/autoload.php
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 20 Sep 2019 12:25:26 UTC
CompletedFri, 20 Sep 2019 12:25:26 UTC
Tags
f31
f32
f33
RPMs
src
php-sabre-uri2-2.1.3-1.fc31.src.rpm (info) (download)
noarch
php-sabre-uri2-2.1.3-1.fc31.noarch.rpm (info) (download)
Changelog * Tue Sep 10 2019 Remi Collet <remi@remirepo.net> - 2.1.3-1 - update to 2.1.3 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jul 05 2019 Remi Collet <remi@remirepo.net> - 2.1.2-2 - fix autoloader * Mon Jul 01 2019 Remi Collet <remi@remirepo.net> - 2.1.2-1 - update to 2.1.2 - rename to php-sabre-uri2 - move to /usr/share/php/Sabre/Uri2 - raise dependency on PHP 7 - switch to classmap autoloader * Tue Jun 05 2018 Remi Collet <remi@remirepo.net> - 1.2.1-4 - fix project URL