Hello community,

here is the log from the commit of package python-h2 for openSUSE:Factory 
checked in at 2020-11-25 19:27:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-h2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-h2.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-h2"

Wed Nov 25 19:27:52 2020 rev:12 rq:850169 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-h2/python-h2.changes      2020-10-29 
09:45:09.911990598 +0100
+++ /work/SRC/openSUSE:Factory/.python-h2.new.5913/python-h2.changes    
2020-11-25 19:28:10.358401193 +0100
@@ -1,0 +2,12 @@
+Sat Nov 21 17:07:56 UTC 2020 - John Vandenberg <jay...@gmail.com>
+
+- Drop hyperframe.patch no longer needed
+- Skip flaky tests test_connection_only_empty & test_delegated_eq
+  that hypothesis is failing on s390x
+- Update to v4.0.0
+  * Support for Python 2.7-3.5 has been dropped
+  * Support for Python 3.8 has been added.
+  * Receiving DATA before HEADERS now raises a ProtocolError
+    (see https://tools.ietf.org/html/rfc7540#section-8.1)
+
+-------------------------------------------------------------------
@@ -100 +111,0 @@
-

Old:
----
  h2-3.2.0.tar.gz
  hyperframe.patch

New:
----
  h2-4.0.0.tar.gz

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

Other differences:
------------------
++++++ python-h2.spec ++++++
--- /var/tmp/diff_new_pack.24hLOX/_old  2020-11-25 19:28:11.410402518 +0100
+++ /var/tmp/diff_new_pack.24hLOX/_new  2020-11-25 19:28:11.414402522 +0100
@@ -17,16 +17,14 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without python2
+%define skip_python2 1
 Name:           python-h2
-Version:        3.2.0
+Version:        4.0.0
 Release:        0
 Summary:        HTTP/2 State-Machine based protocol implementation
 License:        MIT
 URL:            https://github.com/python-hyper/hyper-h2
 Source0:        
https://files.pythonhosted.org/packages/source/h/h2/h2-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM 
https://github.com/python-hyper/hyper-h2/commit/c5d962a14373acf534be620d4e597dfeaff8a2ef
 bump hyperframe and fix protocol error
-Patch0:         hyperframe.patch
 BuildRequires:  %{python_module hpack >= 2.3}
 BuildRequires:  %{python_module hyperframe >= 6.0}
 BuildRequires:  %{python_module hypothesis}
@@ -36,12 +34,6 @@
 Requires:       python-hpack >= 2.3
 Requires:       python-hyperframe >= 6.0
 BuildArch:      noarch
-%if %{with python2}
-BuildRequires:  python-enum34 >= 1.1.6
-%endif
-%ifpython2
-Requires:       python-enum34 >= 1.1.6
-%endif
 %python_subpackages
 
 %description
@@ -52,7 +44,6 @@
 
 %prep
 %setup -q -n h2-%{version}
-%patch0 -p1
 
 %build
 %python_build
@@ -62,13 +53,15 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# test_changing_max_frame_size - flaky in OBS
-# test_range_of_acceptable_outputs -flaky in OBS
-%pytest -k 'not (test_changing_max_frame_size or 
test_range_of_acceptable_outputs)'
+# flaky in OBS
+# - test_changing_max_frame_size
+# - test_range_of_acceptable_outputs
+# - test_connection_only_empty & test_delegated_eq (hypothesis on s390x)
+%pytest -k 'not (test_changing_max_frame_size or 
test_range_of_acceptable_outputs or test_connection_only_empty or 
test_delegated_eq)'
 
 %files %{python_files}
 %license LICENSE
-%doc HISTORY.rst README.rst
+%doc CHANGELOG.rst README.rst
 %{python_sitelib}/h2
 %{python_sitelib}/h2-%{version}-py*.egg-info
 

++++++ h2-3.2.0.tar.gz -> h2-4.0.0.tar.gz ++++++
++++ 17043 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to