15
0
forked from pool/python-manuel

Accepting request 1244141 from home:glaubitz:branches:devel:languages:python

- Update to 1.13.0
  * Include*.md files in wheel These are needed by the test suite,
    which is also included in the wheel.
  * Fix tests on python3.11
  * Update some web links
  * Update pyinstaller to 6.1.0 for python >= 3.11 support
  * doctest: use outputchecker argument also in debug mode. Fixes #38
  * Remove references to old "six" module
- Drop python-manuel-no-six.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1244141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-manuel?expand=0&rev=31
This commit is contained in:
2025-02-07 13:10:14 +00:00
committed by Git OBS Bridge
parent 36a710f204
commit ce26aa7dfe
5 changed files with 18 additions and 42 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Feb 7 12:30:21 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.13.0
* Include*.md files in wheel These are needed by the test suite,
which is also included in the wheel.
* Fix tests on python3.11
* Update some web links
* Update pyinstaller to 6.1.0 for python >= 3.11 support
* doctest: use outputchecker argument also in debug mode. Fixes #38
* Remove references to old "six" module
- Drop python-manuel-no-six.patch, merged upstream
-------------------------------------------------------------------
Tue Feb 6 14:04:47 UTC 2024 - Markéta Machová <mmachova@suse.com>