14
0

- update to 6.2.8.post1:

* Drop PyPy3.7 from wheel builds, since dependencies (lxml, Pillow)
    no longer provide it.
  * Fixed some tests that randomly failed on Windows due to newline
    handling issues.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pikepdf?expand=0&rev=32
This commit is contained in:
2023-05-10 06:40:18 +00:00
committed by Git OBS Bridge
parent 5b6c316af5
commit b5de9d078f
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed May 10 06:39:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 6.2.8.post1:
* Drop PyPy3.7 from wheel builds, since dependencies (lxml, Pillow)
no longer provide it.
* Fixed some tests that randomly failed on Windows due to newline
handling issues.
-------------------------------------------------------------------
Mon Jan 2 19:06:21 UTC 2023 - Dirk Müller <dmueller@suse.com>