Hello community, here is the log from the commit of package python-http-parser for openSUSE:Factory checked in at 2019-01-03 18:08:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-http-parser (Old) and /work/SRC/openSUSE:Factory/.python-http-parser.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-http-parser" Thu Jan 3 18:08:40 2019 rev:16 rq:662444 version:0.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-http-parser/python-http-parser.changes 2017-09-05 15:16:17.724169017 +0200 +++ /work/SRC/openSUSE:Factory/.python-http-parser.new.28833/python-http-parser.changes 2019-01-03 18:08:45.608026725 +0100 @@ -1,0 +2,5 @@ +Wed Jan 2 12:42:31 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Regen cython code to fix an issue with python 3.7 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-http-parser.spec ++++++ --- /var/tmp/diff_new_pack.QOqWxa/_old 2019-01-03 18:08:46.236026167 +0100 +++ /var/tmp/diff_new_pack.QOqWxa/_new 2019-01-03 18:08:46.240026164 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-http-parser # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,12 +23,12 @@ Summary: HTTP Request/Response Parser for Python in C License: MIT Group: Development/Languages/Python -Url: https://github.com/benoitc/http-parser/ +URL: https://github.com/benoitc/http-parser/ Source: https://files.pythonhosted.org/packages/source/h/http-parser/http-parser-%{version}.tar.gz +BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build %python_subpackages %description @@ -39,6 +39,8 @@ %setup -q -n http-parser-%{version} %build +# fix wrongly generated cyx files +find . -name '*.pyx' -exec cython {} \; export CFLAGS="%{optflags} -fno-strict-aliasing" %python_build @@ -48,8 +50,8 @@ chmod a-x examples/* %files %{python_files} -%defattr(-,root,root) -%doc LICENSE NOTICE README.rst examples +%license LICENSE +%doc NOTICE README.rst examples %{python_sitearch}/* %changelog
