Hello community, here is the log from the commit of package python-MarkupSafe for openSUSE:Factory checked in at 2019-03-08 11:00:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-MarkupSafe (Old) and /work/SRC/openSUSE:Factory/.python-MarkupSafe.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-MarkupSafe" Fri Mar 8 11:00:46 2019 rev:20 rq:681854 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-MarkupSafe/python-MarkupSafe.changes 2019-01-28 20:46:03.470055887 +0100 +++ /work/SRC/openSUSE:Factory/.python-MarkupSafe.new.28833/python-MarkupSafe.changes 2019-03-08 11:00:48.136546539 +0100 @@ -1,0 +2,21 @@ +Tue Mar 5 16:46:50 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.1.1: + * Fix segfault when __html__ method raises an exception when using the C speedups. The exception is now propagated correctly. (#109) + +------------------------------------------------------------------- +Thu Feb 21 16:13:28 UTC 2019 - John Vandenberg <[email protected]> + +- Update to v1.1.0 + - Drop support for Python 2.6 and 3.3. + - Build wheels for Linux, Mac, and Windows, allowing systems without + a compiler to take advantage of the C extension speedups + - Use newer CPython API on Python 3, resulting in a 1.5x speedup + - ``escape`` wraps ``__html__`` result in ``Markup``, consistent with + documented behavior +- Switch to using pytest in %check as setup.py test no longer works +- Use more precise URL https://github.com/pallets/markupsafe +- Add docs/ to %doc, including the changelog +- Remove AUTHORS from %doc, removed upstream in 6247e015 + +------------------------------------------------------------------- Old: ---- MarkupSafe-1.0.tar.gz New: ---- MarkupSafe-1.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-MarkupSafe.spec ++++++ --- /var/tmp/diff_new_pack.vJwU8r/_old 2019-03-08 11:00:49.108546384 +0100 +++ /var/tmp/diff_new_pack.vJwU8r/_new 2019-03-08 11:00:49.112546383 +0100 @@ -19,16 +19,17 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-MarkupSafe -Version: 1.0 +Version: 1.1.1 Release: 0 -Url: http://dev.pocoo.org/ +URL: https://github.com/pallets/markupsafe Summary: Implements a XML/HTML/XHTML Markup safe string for Python License: BSD-3-Clause Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/M/MarkupSafe/MarkupSafe-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{python_module devel} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros %ifpython2 Provides: %{oldpython}-markupsafe = %{version} @@ -43,6 +44,7 @@ %prep %setup -q -n MarkupSafe-%{version} +rm docs/make.bat docs/Makefile docs/conf.py docs/requirements.txt %build export CFLAGS="%{optflags}" @@ -50,15 +52,15 @@ %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitearch} %python_expand rm %{buildroot}%{$python_sitearch}/markupsafe/_speedups.c %check -%python_exec setup.py test +%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m pytest -%files %python_files -%defattr(-,root,root,-) -%license LICENSE -%doc AUTHORS README.rst +%files %{python_files} +%license LICENSE.rst +%doc README.rst docs/ %{python_sitearch}/markupsafe/ %{python_sitearch}/MarkupSafe-%{version}-py*.egg-info ++++++ MarkupSafe-1.0.tar.gz -> MarkupSafe-1.1.1.tar.gz ++++++ ++++ 4186 lines of diff (skipped)
