14
0

- Update to 1.1.3:

* `modname_to_modpath` now handles cases where editable packages have
    modules where the name is different than the package.
  * Update `xdoctest.plugin` to support pytest 8.0
  * Fixed deprecated usage of `ast.Num`
  * Partial support for 3.12. New f-string syntax is not supported yet.
  * Removed dependency on six and got rid of old Python 2 logic
- Drop patch python-xdoctest-no-six.patch, included upstream.
- No more globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-xdoctest?expand=0&rev=9
This commit is contained in:
2024-02-01 02:41:22 +00:00
committed by Git OBS Bridge
parent c768efc2f1
commit 8ee4e8b9c5
5 changed files with 21 additions and 1271 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Feb 1 02:40:03 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.1.3:
* `modname_to_modpath` now handles cases where editable packages have
modules where the name is different than the package.
* Update `xdoctest.plugin` to support pytest 8.0
* Fixed deprecated usage of `ast.Num`
* Partial support for 3.12. New f-string syntax is not supported yet.
* Removed dependency on six and got rid of old Python 2 logic
- Drop patch python-xdoctest-no-six.patch, included upstream.
- No more globs in %files.
-------------------------------------------------------------------
Tue Jun 6 15:34:57 UTC 2023 - pgajdos@suse.com