update version to 8.5.1

This commit is contained in:
wangqiang 2024-03-01 23:41:55 +08:00
parent ef61a5819e
commit 877a76462d
4 changed files with 19 additions and 19 deletions

View File

@ -2,7 +2,7 @@
%global pypi_name wcmatch
Name: python-%{pypi_name}
Version: 8.4.1
Version: 8.5.1
Release: 1
Summary: Wildcard/glob file name matcher
@ -21,28 +21,16 @@ BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
%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.
%global _description %{expand:
Wildcard/glob file name matcher.}
%description %{_description}
%package -n python3-%{pypi_name}
Summary: %{summary}
%description -n python3-%{pypi_name}
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.
%description -n python3-%{pypi_name} %{_description}
%prep
@ -61,5 +49,13 @@ globmatch which functions like fnmatch, but for paths.
%{python3_sitelib}/wcmatch/
%changelog
* Mon Mar 04 2024 wangqiang <wangqiang1@kylinos.cn> - 8.5.1-1
- Update to 8.5.1
- NEW: Formally support Python 3.11 (no change).
- NEW: Add support for Python 3.12 (pathlib changes).
- NEW: Drop Python 3.7 support.
- FIX: Fix handling of current directory when magic and non-magic patterns are mixed in glob pattern list.
- FIX: Fix issue with type check failure in wcmatch.glob.
* Wed Jun 21 2023 li-miaomiao_zhr <mmlidc@isoftstone.com> - 8.4.1-1
- add package python-wcmatch with version 8.4.1 to src-openEuler

4
python-wcmatch.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: pypi
src_repo: wcmatch
tag_prefix: ^v
separator: .

Binary file not shown.

BIN
wcmatch-8.5.1.tar.gz Normal file

Binary file not shown.