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,7 +1,7 @@
#
# spec file for package python-pypandoc
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,12 @@
%define base_name pypandoc
%{?sle15_python_module_pythons}
Name: python-pypandoc
Version: 1.14
Version: 1.15
Release: 0
Summary: Thin wrapper for pandoc
License: MIT
URL: https://github.com/JessicaTegner/pypandoc
Source: https://github.com/JessicaTegner/pypandoc/archive/refs/tags/v%{version}.tar.gz#/pypandoc-%{version}.tar.gz
# PATCH-FIX-UPSTREAM: https://github.com/JessicaTegner/pypandoc/commit/50f3b0867e82874edfd8828087acb6a52ef2eaef
Patch1: remove-py313-upper-bound.patch
BuildRequires: %{python_module pandocfilters}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry}