Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pandocfilters for openSUSE:Factory checked in at 2022-07-19 17:19:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pandocfilters (Old) and /work/SRC/openSUSE:Factory/.python-pandocfilters.new.1523 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pandocfilters" Tue Jul 19 17:19:04 2022 rev:7 rq:989683 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pandocfilters/python-pandocfilters.changes 2021-10-26 20:14:25.718033098 +0200 +++ /work/SRC/openSUSE:Factory/.python-pandocfilters.new.1523/python-pandocfilters.changes 2022-07-19 17:19:09.560350439 +0200 @@ -1,0 +2,13 @@ +Sun Jul 17 08:08:03 UTC 2022 - Dirk M??ller <dmuel...@suse.com> + +- 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. + +------------------------------------------------------------------- Old: ---- pandocfilters-1.4.3.tar.gz New: ---- pandocfilters-1.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pandocfilters.spec ++++++ --- /var/tmp/diff_new_pack.Uz4VXn/_old 2022-07-19 17:19:09.972350988 +0200 +++ /var/tmp/diff_new_pack.Uz4VXn/_new 2022-07-19 17:19:09.980350999 +0200 @@ -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 @@ %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 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} -%defattr(-,root,root,-) %doc README.rst -%doc examples/ %license LICENSE %{python_sitelib}/* ++++++ pandocfilters-1.4.3.tar.gz -> pandocfilters-1.5.0.tar.gz ++++++ ++++ 2405 lines of diff (skipped)