14
0

- update to 67.6.1:

* #3865: Fixed ``_WouldIgnoreField`` warnings for ``scripts``
    and ``gui_scripts``, when ``entry-points`` is not listed in dynamic.
  * #3875: Update code generated by ``validate-pyproject`` to use
    v0.12.2.
  * This should fix default license patterns when
    ``pyproject.toml`` is used.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=238
This commit is contained in:
2023-04-16 08:15:46 +00:00
committed by Git OBS Bridge
parent 8bf338017d
commit baeecca143
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Apr 16 08:13:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 67.6.1:
* #3865: Fixed ``_WouldIgnoreField`` warnings for ``scripts``
and ``gui_scripts``, when ``entry-points`` is not listed in dynamic.
* #3875: Update code generated by ``validate-pyproject`` to use
v0.12.2.
* This should fix default license patterns when
``pyproject.toml`` is used.
-------------------------------------------------------------------
Thu Mar 9 05:04:25 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>