update version to 8.5.1
This commit is contained in:
parent
ef61a5819e
commit
877a76462d
@ -2,7 +2,7 @@
|
|||||||
%global pypi_name wcmatch
|
%global pypi_name wcmatch
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 8.4.1
|
Version: 8.5.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Wildcard/glob file name matcher
|
Summary: Wildcard/glob file name matcher
|
||||||
|
|
||||||
@ -21,28 +21,16 @@ BuildRequires: python3-pip
|
|||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
BuildRequires: python3-hatchling
|
BuildRequires: python3-hatchling
|
||||||
|
|
||||||
%description
|
%global _description %{expand:
|
||||||
Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in order
|
Wildcard/glob file name matcher.}
|
||||||
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
|
%description %{_description}
|
||||||
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.
|
|
||||||
|
|
||||||
%package -n python3-%{pypi_name}
|
%package -n python3-%{pypi_name}
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
|
|
||||||
%description -n python3-%{pypi_name}
|
%description -n python3-%{pypi_name} %{_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.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -61,5 +49,13 @@ globmatch which functions like fnmatch, but for paths.
|
|||||||
%{python3_sitelib}/wcmatch/
|
%{python3_sitelib}/wcmatch/
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- add package python-wcmatch with version 8.4.1 to src-openEuler
|
||||||
|
|||||||
4
python-wcmatch.yaml
Normal file
4
python-wcmatch.yaml
Normal 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
BIN
wcmatch-8.5.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user