forked from pool/python-pathspec
- 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
This commit is contained in:
parent
e1715ee9e7
commit
d519617927
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:56200de4077d9d0791465aa9095a01d421861e405b5096955051deefd697d6f6
|
||||
size 45821
|
BIN
pathspec-0.11.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
pathspec-0.11.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 26 19:50:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <yarunachalam@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user