From 4bd4526ea070d63286c4c43de2b7148844d5f401 Mon Sep 17 00:00:00 2001 From: zoedong Date: Fri, 22 Sep 2023 11:37:58 +0800 Subject: [PATCH] Bump version to 0.11.2 --- python-pathspec.spec | 7 +++++-- sources | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/python-pathspec.spec b/python-pathspec.spec index aab24d6..6c4e882 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -1,7 +1,7 @@ Summary: Utility library for gitignore style pattern matching of file paths Name: python-pathspec -Version: 0.10.2 -Release: 5%{?dist} +Version: 0.11.2 +Release: 1%{?dist} License: MPLv2.0 URL: https://github.com/cpburnz/python-path-specification Source0: https://files.pythonhosted.org/packages/source/p/pathspec/pathspec-%{version}.tar.gz @@ -44,6 +44,9 @@ is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files. %{python3_sitelib}/pathspec-%{version}-py%{python3_version}.egg-info %changelog +* Fri Sep 22 2023 Miaojun Dong - 0.11.2-1 +- Bump version to 0.11.2 + * Tue Sep 19 2023 OpenCloudOS Release Engineering - 0.10.2-5 - Rebuilt for python 3.11 diff --git a/sources b/sources index 1559dfa..e98ff0d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pathspec-0.10.2.tar.gz) = 10525bda15f844556a08c8b7c13f454ccaece81e74d0e0a10dcfe6f8b260e3c3a571ae1dd1530e361a934e967a2d45d6994d0a5e6bb10026f6768cb08cf24575 +SHA512 (pathspec-0.11.2.tar.gz) = bb1a178db145fee8011f579fb3a87564245e94b22adfac42bda921d8e2b95cab32617379e22d8ec2bd6aa7e6f9d96c10df4503e638aabfe6b358050912ab98a8 -- Gitee