Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
f0b03f1496 | |||
cbbaffcedb | |||
07f7de6f79 | |||
e7336b948e | |||
4e13dd0c27 | |||
fca963be1c | |||
|
7983ac254d | ||
060cec08a1 | |||
137da96ef1 |
@@ -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
3
pypandoc-1.15.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7476818bccac8451c3e976617b3ebb26ef9b1521e1219fb852a8e3127b81fa03
|
||||
size 70808
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user