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 43 additions and 11 deletions

View File

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

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,7 +1,38 @@
-------------------------------------------------------------------
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>
- add remove-py313-upper-bound.patch: fix build with python 3.13
- cleanup url/source links
-------------------------------------------------------------------
Fri Oct 25 20:02:10 UTC 2024 - Earl Sampson <esampson@suse.com>
- enable sle15_python_module_pythons
-------------------------------------------------------------------
Fri Oct 18 10:49:04 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.14:
* Fix regex escape
* add project urls to setup files
* Fix invalid escape sequence in regex
-------------------------------------------------------------------
Wed Apr 3 06:35:39 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing tex style amsmath.sty to BuildRequires.
- Add missing tex style amsmath.sty to BuildRequires.
-------------------------------------------------------------------
Thu Mar 14 23:54:12 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
@@ -61,7 +92,7 @@ Thu Jul 23 07:28:02 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
-------------------------------------------------------------------
Wed Aug 16 08:11:22 UTC 2017 - daniel.molkentin@suse.com
- Add fdupes
- Add fdupes
-------------------------------------------------------------------
Tue Aug 15 16:06:39 UTC 2017 - daniel.molkentin@suse.com

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
@@ -17,13 +17,14 @@
%define base_name pypandoc
%{?sle15_python_module_pythons}
Name: python-pypandoc
Version: 1.13
Version: 1.15
Release: 0
Summary: Thin wrapper for pandoc
License: MIT
URL: https://github.com/bebraw/pypandoc
Source: https://github.com/NicklasTegner/pypandoc/archive/refs/tags/v%{version}.tar.gz#/pypandoc-%{version}.tar.gz
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}
@@ -46,7 +47,7 @@ BuildArch: noarch
pypandoc provides a thin wrapper for pandoc, a universal document converter.
%prep
%setup -q -n pypandoc-%{version}
%autosetup -p1 -n pypandoc-%{version}
%build
%pyproject_wheel
@@ -58,7 +59,7 @@ pypandoc provides a thin wrapper for pandoc, a universal document converter.
%check
# 'test_basic_conversion_from_http_url' needs network
# 'test_conversion_with_data_files' => https://github.com/JessicaTegner/pypandoc/issues/278
%pytest tests.py -k 'not test_basic_conversion_from_http_url and not test_conversion_with_data_files'
%pytest tests.py -k 'not test_basic_conversion_from_http_url and not test_conversion_with_data_files and not test_basic_conversion_from_file_pattern_pathlib_glob'
%files %{python_files}
%license LICENSE