Hello community,

here is the log from the commit of package python-hpack for openSUSE:Factory 
checked in at 2019-07-30 13:01:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hpack (Old)
 and      /work/SRC/openSUSE:Factory/.python-hpack.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-hpack"

Tue Jul 30 13:01:35 2019 rev:4 rq:716999 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hpack/python-hpack.changes        
2019-01-08 12:16:57.421011318 +0100
+++ /work/SRC/openSUSE:Factory/.python-hpack.new.4126/python-hpack.changes      
2019-07-30 13:01:38.262435423 +0200
@@ -1,0 +2,5 @@
+Fri Jul 19 09:49:33 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Restrict pytest5 for now
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-hpack.spec ++++++
--- /var/tmp/diff_new_pack.Btnsl3/_old  2019-07-30 13:01:38.814435337 +0200
+++ /var/tmp/diff_new_pack.Btnsl3/_new  2019-07-30 13:01:38.814435337 +0200
@@ -25,9 +25,9 @@
 Group:          Development/Languages/Python
 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}
-BuildRequires:  %{python_module pytest}
+# https://github.com/python-hyper/hpack/issues/168
+BuildRequires:  %{python_module pytest < 5.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -49,10 +49,10 @@
 %install
 export LC_ALL="en_US.UTF-8"
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{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 
-test_decode_either_succeeds_or_raises_error"
+%pytest -k "not (test_can_decode_a_story or test_can_decode_a_story_no_huffman 
or test_can_encode_a_story_with_huffman or test_can_encode_a_story_no_huffman 
or test_decode_either_succeeds_or_raises_error)"
 
 %files %{python_files}
 %license LICENSE


Reply via email to