Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Twisted for openSUSE:Factory 
checked in at 2021-09-04 22:32:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Twisted (Old)
 and      /work/SRC/openSUSE:Factory/.python-Twisted.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Twisted"

Sat Sep  4 22:32:04 2021 rev:49 rq:915574 version:21.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Twisted/python-Twisted.changes    
2021-08-16 10:13:09.678987601 +0200
+++ /work/SRC/openSUSE:Factory/.python-Twisted.new.1899/python-Twisted.changes  
2021-09-04 22:32:13.067902084 +0200
@@ -1,0 +2,6 @@
+Wed Sep  1 05:35:01 UTC 2021 - Fusion Future <[email protected]>
+
+- Remove h2 < 4.0 and priority < 2.0 version restriction. (boo#1190036)
+  * remove-dependency-version-upper-bounds.patch
+
+-------------------------------------------------------------------

New:
----
  remove-dependency-version-upper-bounds.patch

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

Other differences:
------------------
++++++ python-Twisted.spec ++++++
--- /var/tmp/diff_new_pack.byDhlw/_old  2021-09-04 22:32:13.671902884 +0200
+++ /var/tmp/diff_new_pack.byDhlw/_new  2021-09-04 22:32:13.675902889 +0200
@@ -38,6 +38,8 @@
 Patch4:         no-cython_test_exception_raiser.patch
 # boo#1110669 Our variant of PyGObject has pygtkcompat stripped which Twisted 
does not handle
 Patch5:         no-pygtkcompat.patch
+# PATCH-FIX-OPENSUSE remove-dependency-version-upper-bounds.patch boo#1190036 
-- run with h2 >= 4.0.0 and priority >= 2.0
+Patch6:         remove-dependency-version-upper-bounds.patch
 BuildRequires:  %{python_module Automat >= 0.8.0}
 BuildRequires:  %{python_module PyHamcrest >= 1.9.0}
 BuildRequires:  %{python_module appdirs >= 1.4.0}

++++++ remove-dependency-version-upper-bounds.patch ++++++
--- a/setup.cfg
+++ b/setup.cfg
@@ -67,8 +67,8 @@ serial =
        pyserial >= 3.0
        pywin32 != 226; platform_system == "Windows"
 http2 = 
-       h2 >= 3.0, < 4.0
-       priority >= 1.1.0, < 2.0
+       h2 >= 3.0
+       priority >= 1.1.0
 contextvars = 
        contextvars >= 2.4, < 3; python_version < "3.7"
 all_non_platform = 

Reply via email to