Tue, 14 Jan 2025 23:38:30 UTC | login

Information for build php-sabre-uri2-2.3.2-1.fc37

ID209641
Package Namephp-sabre-uri2
Version2.3.2
Release1.fc37
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, 14 Oct 2022 11:45:50 UTC
CompletedFri, 14 Oct 2022 11:45:50 UTC
Tags
f37
f38
RPMs
src
php-sabre-uri2-2.3.2-1.fc37.src.rpm (info) (download)
noarch
php-sabre-uri2-2.3.2-1.fc37.noarch.rpm (info) (download)
Changelog * Mon Sep 19 2022 Remi Collet <remi@remirepo.net> - 2.3.2-1 - update to 2.3.2 * Mon Sep 12 2022 Remi Collet <remi@remirepo.net> - 2.3.1-1 - update to 2.3.1 * Thu Aug 18 2022 Remi Collet <remi@remirepo.net> - 2.3.0-1 - update to 2.3.0 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Nov 04 2021 Remi Collet <remi@remirepo.net> - 2.2.2-1 - update to 2.2.2 * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Mon Oct 05 2020 Remi Collet <remi@remirepo.net> - 2.2.1-1 - update to 2.2.1 - switch to phpunit9