17
0

Compare commits

9 Commits

Author SHA256 Message Date
f0b03f1496 Accepting request 1245663 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1245663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypandoc?expand=0&rev=13
2025-02-13 17:40:13 +00:00
cbbaffcedb 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
2025-02-13 14:03:38 +00:00
07f7de6f79 Accepting request 1225326 from devel:languages:python
- add remove-py313-upper-bound.patch: fix build with python 3.13
- cleanup url/source links

OBS-URL: https://build.opensuse.org/request/show/1225326
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypandoc?expand=0&rev=12
2024-11-20 16:48:08 +00:00
e7336b948e - cleanup url/source links
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypandoc?expand=0&rev=24
2024-11-20 15:46:34 +00:00
4e13dd0c27 - add remove-py313-upper-bound.patch: fix build with python 3.13
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypandoc?expand=0&rev=23
2024-11-20 15:46:22 +00:00
fca963be1c Accepting request 1218454 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1218454
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypandoc?expand=0&rev=11
2024-10-27 10:25:43 +00:00
John Vandenberg
7983ac254d Accepting request 1218443 from home:yeey:OpenWebUI
add %{?sle15pythonmodule_pythons} to spec

OBS-URL: https://build.opensuse.org/request/show/1218443
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypandoc?expand=0&rev=21
2024-10-25 23:48:49 +00:00
060cec08a1 Accepting request 1208849 from devel:languages:python
- update to 1.14:
  * Fix regex escape
  * add project urls to setup files
  * Fix invalid escape sequence in regex

- Add missing tex style amsmath.sty to BuildRequires.
- Add fdupes

OBS-URL: https://build.opensuse.org/request/show/1208849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pypandoc?expand=0&rev=10
2024-10-18 13:58:41 +00:00
137da96ef1 - update to 1.14:
* Fix regex escape
  * add project urls to setup files
  * Fix invalid escape sequence in regex
- Add missing tex style amsmath.sty to BuildRequires.
- Add fdupes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pypandoc?expand=0&rev=19
2024-10-18 10:49:35 +00:00
4 changed files with 7 additions and 23 deletions

3
pypandoc-1.15.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7476818bccac8451c3e976617b3ebb26ef9b1521e1219fb852a8e3127b81fa03
size 70808

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbee3c16fdbbc63bcfec7cea79ae3e29d5dd49cae2dfd30905378ee85c0f9645
size 51114

View File

@@ -1,20 +1,3 @@
-------------------------------------------------------------------
Sun Jan 25 12:34:37 UTC 2026 - Ben Greiner <code@bnavigator.de>
- poetry-core is enough to build
* See https://src.opensuse.org/python/_ObsPrj/issues/638
-------------------------------------------------------------------
Thu Dec 4 05:36:43 UTC 2025 - Guang Yee <gyee@suse.com>
- Update to 1.16.2
- Remove dead code (#393, #394)
- Begin removing Python 2 compatibility code (#392, #401)
- Remove the Python 3.6 PyPI trove classifier (#389)
- Adding python 3.14 and 3.15
- Pypandoc (test) on arm
- Improvements to CI
-------------------------------------------------------------------
Thu Feb 13 10:24:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-pypandoc
#
# Copyright (c) 2026 SUSE LLC and contributors
# 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,7 +19,7 @@
%define base_name pypandoc
%{?sle15_python_module_pythons}
Name: python-pypandoc
Version: 1.16.2
Version: 1.15
Release: 0
Summary: Thin wrapper for pandoc
License: MIT
@@ -27,8 +27,9 @@ URL: https://github.com/JessicaTegner/pypandoc
Source: https://github.com/JessicaTegner/pypandoc/archive/refs/tags/v%{version}.tar.gz#/pypandoc-%{version}.tar.gz
BuildRequires: %{python_module pandocfilters}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core >= 1}
BuildRequires: %{python_module poetry}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: pandoc
BuildRequires: python-rpm-macros