Name: | python3-wcmatch |
---|---|
Version: | 8.1.2 |
Release: | 3.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 236320 |
License: | MIT |
RPM: | python3-wcmatch-8.1.2-3.el8.noarch.rpm |
Source RPM: | python-wcmatch-8.1.2-3.el8.src.rpm |
Build Date: | Sun Mar 28 2021 |
Build Host: | jenkins-172-17-0-2-46d08b75-6aae-42e4-bcaa-c5c19dd835af.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://github.com/facelessuser/wcmatch |
Summary: | Wildcard/glob file name matcher |
Description: | Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in order to provide file matching and globbing that more closely follows the features found in Bash. In some ways these libraries are similar to Python's builtin libraries as they provide a similar interface to match, filter, and glob the file system. But they also include a number of features found in Bash's globbing such as backslash escaping, brace expansion, extended glob pattern groups, etc. They also add a number of new useful functions as well, such as globmatch which functions like fnmatch, but for paths. |
- Fix package as per package review comments (#1929992)
- Only skip required failing tests
- Update to 8.1.2 version - Skip the failing tests
- Simplify URL: tag usage - Drop unnecessary egg-info removal
- Change Source to github to use tests
- Initial package.