From 137da96ef14b10c0190de56b38e66c75a2ea52d3a136924406efe5ea269bc030 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 18 Oct 2024 10:49:35 +0000 Subject: [PATCH] - 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 --- pypandoc-1.13.tar.gz | 3 --- pypandoc-1.14.tar.gz | 3 +++ python-pypandoc.changes | 12 ++++++++++-- python-pypandoc.spec | 2 +- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 pypandoc-1.13.tar.gz create mode 100644 pypandoc-1.14.tar.gz diff --git a/pypandoc-1.13.tar.gz b/pypandoc-1.13.tar.gz deleted file mode 100644 index 8545b2f..0000000 --- a/pypandoc-1.13.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05fc905d23ae3220a301a3226d7366b64f1e226b1706dbaa9aa4009d3c5abe03 -size 70605 diff --git a/pypandoc-1.14.tar.gz b/pypandoc-1.14.tar.gz new file mode 100644 index 0000000..e9ddb21 --- /dev/null +++ b/pypandoc-1.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b79144aa95beaf8365e2901b7da827759352f9794bfb082f395a11f873b6bf +size 70683 diff --git a/python-pypandoc.changes b/python-pypandoc.changes index cd175e2..ec555cc 100644 --- a/python-pypandoc.changes +++ b/python-pypandoc.changes @@ -1,7 +1,15 @@ +------------------------------------------------------------------- +Fri Oct 18 10:49:04 UTC 2024 - Dirk Müller + +- 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 -- 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 @@ -61,7 +69,7 @@ Thu Jul 23 07:28:02 UTC 2020 - John Vandenberg ------------------------------------------------------------------- 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 diff --git a/python-pypandoc.spec b/python-pypandoc.spec index 61d2b51..a9e559b 100644 --- a/python-pypandoc.spec +++ b/python-pypandoc.spec @@ -18,7 +18,7 @@ %define base_name pypandoc Name: python-pypandoc -Version: 1.13 +Version: 1.14 Release: 0 Summary: Thin wrapper for pandoc License: MIT