diff --git a/pandocfilters-1.4.3.tar.gz b/pandocfilters-1.4.3.tar.gz deleted file mode 100644 index 9a7677a..0000000 --- a/pandocfilters-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc63fbb50534b4b1f8ebe1860889289e8af94a23bff7445259592df25a3906eb -size 16586 diff --git a/pandocfilters-1.5.0.tar.gz b/pandocfilters-1.5.0.tar.gz new file mode 100644 index 0000000..56d1420 --- /dev/null +++ b/pandocfilters-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b679503337d233b4339a817bfc8c50064e2eff681314376a47cb582305a7a38 +size 8405 diff --git a/python-pandocfilters.changes b/python-pandocfilters.changes index 7868c5a..940a2b7 100644 --- a/python-pandocfilters.changes +++ b/python-pandocfilters.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Jul 17 08:08:03 UTC 2022 - Dirk Müller + +- update to 1.5.0: + * Added an environment variable `PANDOCFILTER_CLEANUP` that when + `get_filename4code` is used, temporary directory will be cleaned up + automatically. + * `examples/` is no longer included in the distribution (i.e. source + distribution or binary wheels found on PyPI.) This should be a backward + incompatible change as `examples/` is never exposed as a Python module, nor + entry points. + * Added a couple of examples. + ------------------------------------------------------------------- Mon Oct 25 19:55:22 UTC 2021 - Matej Cepl diff --git a/python-pandocfilters.spec b/python-pandocfilters.spec index 84c5858..302e3b1 100644 --- a/python-pandocfilters.spec +++ b/python-pandocfilters.spec @@ -1,7 +1,7 @@ # # spec file for package python-pandocfilters # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,12 +18,12 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pandocfilters -Version: 1.4.3 +Version: 1.5.0 Release: 0 Summary: Python module for writing pandoc filters License: BSD-3-Clause Group: Development/Languages/Python -URL: http://github.com/jgm/pandocfilters +URL: https://github.com/jgm/pandocfilters Source: https://pypi.io/packages/source/p/pandocfilters/pandocfilters-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -43,10 +43,6 @@ or using the --filter (or -F) command-line option. %prep %setup -q -n pandocfilters-%{version} -# Fix usr/bin/env call in example -sed -i 's/^#\!\/.*//g' examples/*.py -# Fix: spurious-executable-perm (Badness: 50) -chmod a-x examples/*.py %build %python_build @@ -56,9 +52,7 @@ chmod a-x examples/*.py %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) %doc README.rst -%doc examples/ %license LICENSE %{python_sitelib}/*