14
0

- update to 7.1.0:

* use tomllib from stdlib
  * handle non-ascii in setup.cfg
  * implement fallback file finders for archives
  * removed coding header in python template
  * declared Python 3.11 support
  * update .git_archival.txt templates match
  * git-describe invocation
  * fix handling of .git-archival.txt from tagged
    commit

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=72
This commit is contained in:
2023-05-10 06:27:33 +00:00
committed by Git OBS Bridge
parent be0781c197
commit c600a4abfc
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed May 10 06:24:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 7.1.0:
* use tomllib from stdlib
* handle non-ascii in setup.cfg
* implement fallback file finders for archives
* removed coding header in python template
* declared Python 3.11 support
* update .git_archival.txt templates match
* git-describe invocation
* fix handling of .git-archival.txt from tagged
commit
-------------------------------------------------------------------
Fri Apr 21 12:33:55 UTC 2023 - Dirk Müller <dmueller@suse.com>