Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| f0b03f1496 | |||
| cbbaffcedb | |||
| 07f7de6f79 | |||
| e7336b948e | |||
| 4e13dd0c27 | |||
| fca963be1c | |||
|
|
7983ac254d | ||
| 060cec08a1 | |||
| 137da96ef1 |
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,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dbee3c16fdbbc63bcfec7cea79ae3e29d5dd49cae2dfd30905378ee85c0f9645
|
|
||||||
size 51114
|
|
||||||
@@ -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>
|
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) 2026 SUSE LLC and contributors
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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.16.2
|
Version: 1.15
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Thin wrapper for pandoc
|
Summary: Thin wrapper for pandoc
|
||||||
License: MIT
|
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
|
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-core >= 1}
|
BuildRequires: %{python_module poetry}
|
||||||
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