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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user