From d5196179279706a9089cb1b049da30375ad83d7500b44a1e51f1ae8e004e91ad Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 26 Mar 2023 19:51:05 +0000 Subject: [PATCH] - update to 0.11.1: * `Issue #74`_: Include directory should override exclude file. * `Pull #75`_: Fix partially unknown PathLike type. * Convert `os.PathLike` to a string properly using `os.fspath`. * Major changes: * Changed build backend to `flit_core.buildapi`_ from `setuptools.build_meta`_. Building with `setuptools` through `setup.py` is still supported for distributions that need it. * `Issue #72`_/`Pull #73`_: Please consider switching the build-system to flit_core to ease setuptools bootstrap. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pathspec?expand=0&rev=24 --- pathspec-0.10.3.tar.gz | 3 --- pathspec-0.11.1.tar.gz | 3 +++ python-pathspec.changes | 14 ++++++++++++++ python-pathspec.spec | 4 ++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 pathspec-0.10.3.tar.gz create mode 100644 pathspec-0.11.1.tar.gz diff --git a/pathspec-0.10.3.tar.gz b/pathspec-0.10.3.tar.gz deleted file mode 100644 index 251894b..0000000 --- a/pathspec-0.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56200de4077d9d0791465aa9095a01d421861e405b5096955051deefd697d6f6 -size 45821 diff --git a/pathspec-0.11.1.tar.gz b/pathspec-0.11.1.tar.gz new file mode 100644 index 0000000..a4400a6 --- /dev/null +++ b/pathspec-0.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687 +size 45697 diff --git a/python-pathspec.changes b/python-pathspec.changes index 5972c4b..5efa64c 100644 --- a/python-pathspec.changes +++ b/python-pathspec.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Mar 26 19:50:29 UTC 2023 - Dirk Müller + +- update to 0.11.1: + * `Issue #74`_: Include directory should override exclude file. + * `Pull #75`_: Fix partially unknown PathLike type. + * Convert `os.PathLike` to a string properly using `os.fspath`. + * Major changes: + * Changed build backend to `flit_core.buildapi`_ from + `setuptools.build_meta`_. Building with `setuptools` through + `setup.py` is still supported for distributions that need it. + * `Issue #72`_/`Pull #73`_: Please consider switching the + build-system to flit_core to ease setuptools bootstrap. + ------------------------------------------------------------------- Tue Dec 13 15:46:35 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-pathspec.spec b/python-pathspec.spec index b5262f1..12645cf 100644 --- a/python-pathspec.spec +++ b/python-pathspec.spec @@ -1,7 +1,7 @@ # # spec file for package python-pathspec # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pathspec -Version: 0.10.3 +Version: 0.11.1 Release: 0 Summary: Utility library for gitignore style pattern matching of file paths License: MPL-2.0