From 52f1754d8cc63455770fbf87f4fa8f798c325ce1d6831e436a37b13a0022f01a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Jan 2024 19:29:04 +0000 Subject: [PATCH] - update to 1.5.1: * Don't raise an error if the directory used to store images already exists (#104, Augusto Zanellato). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pandocfilters?expand=0&rev=18 --- pandocfilters-1.5.0.tar.gz | 3 --- pandocfilters-1.5.1.tar.gz | 3 +++ python-pandocfilters.changes | 7 +++++++ python-pandocfilters.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 pandocfilters-1.5.0.tar.gz create mode 100644 pandocfilters-1.5.1.tar.gz diff --git a/pandocfilters-1.5.0.tar.gz b/pandocfilters-1.5.0.tar.gz deleted file mode 100644 index 56d1420..0000000 --- a/pandocfilters-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0b679503337d233b4339a817bfc8c50064e2eff681314376a47cb582305a7a38 -size 8405 diff --git a/pandocfilters-1.5.1.tar.gz b/pandocfilters-1.5.1.tar.gz new file mode 100644 index 0000000..f6dbd2a --- /dev/null +++ b/pandocfilters-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002b4a555ee4ebc03f8b66307e287fa492e4a77b4ea14d3f934328297bb4939e +size 8454 diff --git a/python-pandocfilters.changes b/python-pandocfilters.changes index e0da784..e484797 100644 --- a/python-pandocfilters.changes +++ b/python-pandocfilters.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Jan 20 19:28:55 UTC 2024 - Dirk Müller + +- update to 1.5.1: + * Don't raise an error if the directory used to store images + already exists (#104, Augusto Zanellato). + ------------------------------------------------------------------- Tue Jul 25 10:44:21 UTC 2023 - ecsos diff --git a/python-pandocfilters.spec b/python-pandocfilters.spec index 65b254e..f63c592 100644 --- a/python-pandocfilters.spec +++ b/python-pandocfilters.spec @@ -1,7 +1,7 @@ # # spec file for package python-pandocfilters # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pandocfilters -Version: 1.5.0 +Version: 1.5.1 Release: 0 Summary: Python module for writing pandoc filters License: BSD-3-Clause