14
0

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

- Update to 1.15
  * Added support for python 3.13 - Removed ubber bound (#379)
  * Added parameter to control if files are sorted before being
    passed to pandoc (#378)
  * Dropped CI support for older python and pypy versions (#387)
  * Fix convert_file for Python 3.13 (#384)
  * allow non-latex intermediaries for pdf generation (#381)
- Drop remove-py313-upper-bound.patch, merged upstream

OBS-URL: https://build.opensuse.org/request/show/1245594
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypandoc?expand=0&rev=26
This commit is contained in:
2025-02-13 14:03:38 +00:00
committed by Git OBS Bridge
parent e7336b948e
commit cbbaffcedb
5 changed files with 17 additions and 28 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Feb 13 10:24:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.15
* Added support for python 3.13 - Removed ubber bound (#379)
* Added parameter to control if files are sorted before being
passed to pandoc (#378)
* Dropped CI support for older python and pypy versions (#387)
* Fix convert_file for Python 3.13 (#384)
* allow non-latex intermediaries for pdf generation (#381)
- Drop remove-py313-upper-bound.patch, merged upstream
-------------------------------------------------------------------
Wed Nov 20 15:46:13 UTC 2024 - Dirk Müller <dmueller@suse.com>