Hello community, here is the log from the commit of package python-hpack for openSUSE:Factory checked in at 2019-01-08 12:16:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-hpack (Old) and /work/SRC/openSUSE:Factory/.python-hpack.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hpack" Tue Jan 8 12:16:56 2019 rev:3 rq:662445 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-hpack/python-hpack.changes 2018-12-27 00:26:29.195805662 +0100 +++ /work/SRC/openSUSE:Factory/.python-hpack.new.28833/python-hpack.changes 2019-01-08 12:16:57.421011318 +0100 @@ -1,0 +2,6 @@ +Wed Jan 2 12:47:37 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Skip one more flaky test +- Update url to point to upstream github + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hpack.spec ++++++ --- /var/tmp/diff_new_pack.KrolSa/_old 2019-01-08 12:16:58.013010761 +0100 +++ /var/tmp/diff_new_pack.KrolSa/_new 2019-01-08 12:16:58.013010761 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-hpack # -# Copyright (c) 2018 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 @@ -23,7 +23,7 @@ Summary: Pure-Python HPACK header compression License: MIT Group: Development/Languages/Python -URL: http://hyper.rtfd.org +URL: https://github.com/python-hyper/hpack Source: https://files.pythonhosted.org/packages/source/h/hpack/hpack-%{version}.tar.gz # test requirements BuildRequires: %{python_module hypothesis} @@ -52,7 +52,7 @@ %python_expand %fdupes -s %{buildroot}%{$python_sitelib} %check -%python_expand PYTHONPATH=build/lib py.test-%{$python_version} -k"-test_can_decode_a_story -test_can_decode_a_story_no_huffman -test_can_encode_a_story_with_huffman -test_can_encode_a_story_no_huffman" +%python_expand PYTHONPATH=build/lib py.test-%{$python_version} -k"-test_can_decode_a_story -test_can_decode_a_story_no_huffman -test_can_encode_a_story_with_huffman -test_can_encode_a_story_no_huffman -test_decode_either_succeeds_or_raises_error" %files %{python_files} %license LICENSE
