14
0

- 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:
2023-03-26 19:51:05 +00:00
committed by Git OBS Bridge
parent e1715ee9e7
commit d519617927
4 changed files with 19 additions and 5 deletions

View File

@@ -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>