From e71a5b14c4c3acb53624221edcc5840b0a0ce3b9e870d36c4c6cd33c18765b74 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 3 Apr 2017 15:53:48 +0000 Subject: [PATCH] Accepting request 484902 from home:TheBlackCat:branches:devel:languages:python fix version OBS-URL: https://build.opensuse.org/request/show/484902 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pandocfilters?expand=0&rev=2 --- pandocfilters-1.4.0.tar.gz | 3 --- pandocfilters-1.4.1.tar.gz | 3 +++ python-pandocfilters.spec | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 pandocfilters-1.4.0.tar.gz create mode 100644 pandocfilters-1.4.1.tar.gz diff --git a/pandocfilters-1.4.0.tar.gz b/pandocfilters-1.4.0.tar.gz deleted file mode 100644 index 3b0b3e0..0000000 --- a/pandocfilters-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2e4092fc37534560702e13c4b437cf02590ee27da53c922bda8eb2c43d38a71e -size 13749 diff --git a/pandocfilters-1.4.1.tar.gz b/pandocfilters-1.4.1.tar.gz new file mode 100644 index 0000000..37a8bef --- /dev/null +++ b/pandocfilters-1.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8bcd100d081db092c57f93462b1861bcfa1286ef126f34da5cb1d969538acd +size 14265 diff --git a/python-pandocfilters.spec b/python-pandocfilters.spec index fd6b924..3e5c405 100644 --- a/python-pandocfilters.spec +++ b/python-pandocfilters.spec @@ -1,7 +1,7 @@ # # spec file for package python-pandocfilters # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pandocfilters -Version: 1.4.0 +Version: 1.4.1 Release: 0 License: BSD-3-Clause Summary: Python module for writing pandoc filters @@ -55,7 +55,8 @@ sed -i 's/^#\!\/.*//g' examples/*.py %files %{python_files} %defattr(-,root,root,-) -%doc LICENSE README.rst examples +%doc LICENSE README README.rst +%doc examples/ %{python_sitelib}/* %changelog