Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-wcmatch-8.5.1-1.2 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python311-wcmatch Distribution: openSUSE Tumbleweed
Version: 8.5.1 Vendor: openSUSE
Release: 1.2 Build date: Wed Mar 13 20:02:53 2024
Group: Unspecified Build host: reproducible
Size: 325154 Source RPM: python-wcmatch-8.5.1-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/facelessuser/wcmatch
Summary: Wildcard/glob file name matcher
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.

Wildcard Match also adds a file search utility called `wcmatch` that is built on top of `fnmatch` and `globmatch`. It
was originally written for [Rummage](https://github.com/facelessuser/Rummage), but split out into this project to be
used by other projects that may find its approach useful.

Bash is used as a guide when making decisions on behavior for `fnmatch` and `glob`. Behavior may differ from Bash
version to Bash version, but an attempt is made to keep Wildcard Match up with the latest relevant changes. With all of
this said, there may be a few corner cases in which we've intentionally chosen to not *exactly* mirror Bash. If an issue
is found where Wildcard Match seems to deviate in an illogical way, we'd love to hear about it in the
[issue tracker](https://github.com/facelessuser/wcmatch/issues).

Provides

Requires

License

MIT

Changelog

* Wed Mar 13 2024 Dirk Müller <dmueller@suse.com>
  - update to 8.5.1:
    * Fix issue with type check failure in `wcmatch.glob`.
* Tue Jan 02 2024 Dirk Müller <dmueller@suse.com>
  - update to 8.5:
    * Formally support Python 3.11 (no change).
    * Add support for Python 3.12 (`pathlib` changes).
    * Drop Python 3.7 support.
    * Fix handling of current directory when magic and
      non-magic patterns are mixed in `glob` pattern list.
* Fri May 05 2023 Johannes Kastl <kastl@b1-systems.de>
  - add sle15_python_module_pythons
* Mon Nov 21 2022 Johannes Kastl <kastl@b1-systems.de>
  - update to 8.4.1:
    - FIX: Windows drive path separators should normalize like other path separators.
    - FIX: Fix a Windows pattern parsing issue that caused absolute paths with ambiguous drives to not parse correctly.
  - update to 8.4.0:
    - NEW: Drop support for Python 3.6.
    - NEW: Switch to Hatch backend instead of Setuptools.
    - NEW: Add new exclude option to fnmatch, pathlib, and glob methods that allows exclusion patterns to be
      specified directly without needing to enable NEGATE and prepend patterns with !. exclude accepts a separate
      pattern or pattern list. exclude should not be used in conjunction with NEGATE. One or the other should be used.
  - add _service file to easily download this
  - change %build to use hatchling
* Sun Jan 23 2022 Sebastian Wagner <sebix+novell.com@sebix.at>
  - initial package for version 8.3.

Files

/usr/lib/python3.11/site-packages/wcmatch
/usr/lib/python3.11/site-packages/wcmatch-8.5.1.dist-info
/usr/lib/python3.11/site-packages/wcmatch-8.5.1.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/wcmatch-8.5.1.dist-info/METADATA
/usr/lib/python3.11/site-packages/wcmatch-8.5.1.dist-info/RECORD
/usr/lib/python3.11/site-packages/wcmatch-8.5.1.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/wcmatch-8.5.1.dist-info/WHEEL
/usr/lib/python3.11/site-packages/wcmatch-8.5.1.dist-info/licenses
/usr/lib/python3.11/site-packages/wcmatch-8.5.1.dist-info/licenses/LICENSE.md
/usr/lib/python3.11/site-packages/wcmatch/__init__.py
/usr/lib/python3.11/site-packages/wcmatch/__meta__.py
/usr/lib/python3.11/site-packages/wcmatch/__pycache__
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/__meta__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/__meta__.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/_wcmatch.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/_wcmatch.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/_wcparse.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/_wcparse.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/fnmatch.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/fnmatch.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/glob.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/glob.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/pathlib.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/pathlib.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/posix.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/posix.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/util.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/util.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/wcmatch.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/wcmatch/__pycache__/wcmatch.cpython-311.pyc
/usr/lib/python3.11/site-packages/wcmatch/_wcmatch.py
/usr/lib/python3.11/site-packages/wcmatch/_wcparse.py
/usr/lib/python3.11/site-packages/wcmatch/fnmatch.py
/usr/lib/python3.11/site-packages/wcmatch/glob.py
/usr/lib/python3.11/site-packages/wcmatch/pathlib.py
/usr/lib/python3.11/site-packages/wcmatch/posix.py
/usr/lib/python3.11/site-packages/wcmatch/py.typed
/usr/lib/python3.11/site-packages/wcmatch/util.py
/usr/lib/python3.11/site-packages/wcmatch/wcmatch.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024