forked from pool/python-pypandoc
Compare commits
14 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 99801bf35c | |||
| 95004da034 | |||
| 55f9f90462 | |||
| a883f0b21d | |||
| 9302ed29d6 | |||
| cc6141c668 | |||
| 76dac5755f | |||
| 704fdfa619 | |||
| 8e3d330f22 | |||
| 3ed6087bdd | |||
| 3684469160 | |||
|
|
989ee326a2 | ||
| 2584d5b42a | |||
| d5a46b86d0 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7476818bccac8451c3e976617b3ebb26ef9b1521e1219fb852a8e3127b81fa03
|
|
||||||
size 70808
|
|
||||||
3
pypandoc-1.16.2.tar.gz
Normal file
3
pypandoc-1.16.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dbee3c16fdbbc63bcfec7cea79ae3e29d5dd49cae2dfd30905378ee85c0f9645
|
||||||
|
size 51114
|
||||||
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Thu Feb 13 10:24:55 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pypandoc
|
# spec file for package python-pypandoc
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
%define base_name pypandoc
|
%define base_name pypandoc
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pypandoc
|
Name: python-pypandoc
|
||||||
Version: 1.15
|
Version: 1.16.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Thin wrapper for pandoc
|
Summary: Thin wrapper for pandoc
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -27,9 +27,8 @@ URL: https://github.com/JessicaTegner/pypandoc
|
|||||||
Source: https://github.com/JessicaTegner/pypandoc/archive/refs/tags/v%{version}.tar.gz#/pypandoc-%{version}.tar.gz
|
Source: https://github.com/JessicaTegner/pypandoc/archive/refs/tags/v%{version}.tar.gz#/pypandoc-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module pandocfilters}
|
BuildRequires: %{python_module pandocfilters}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module poetry}
|
BuildRequires: %{python_module poetry-core >= 1}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module wheel}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: pandoc
|
BuildRequires: pandoc
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
|||||||
Reference in New Issue
Block a user