rpm-software-management / dnf5

Next-generation RPM package management system
Other
256 stars 86 forks source link

[swig] Bindings and tests for libdnf5::utils::[is_glob_pattern | is_file_pattern] #1738

Closed jrohel closed 1 month ago

jrohel commented 1 month ago

libdnf5::utils::is_glob_pattern and libdnf5::utils::is_file_pattern are C++ public API functions.

Adds a new "utils" module to the bindings.

Includes C++, Perl, Python and Ruby unit tests for is_glob_pattern and is_file_pattern .

Closes: https://github.com/rpm-software-management/dnf5/issues/1563

Requires fix: https://github.com/rpm-software-management/dnf5/pull/1742

kontura commented 1 month ago

Looks good, thank you.