Hello community,

here is the log from the commit of package python-autobahn for openSUSE:Factory 
checked in at 2018-10-25 08:13:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-autobahn (Old)
 and      /work/SRC/openSUSE:Factory/.python-autobahn.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-autobahn"

Thu Oct 25 08:13:42 2018 rev:3 rq:642831 version:18.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-autobahn/python-autobahn.changes  
2018-08-12 20:54:13.885328195 +0200
+++ /work/SRC/openSUSE:Factory/.python-autobahn.new/python-autobahn.changes     
2018-10-25 08:14:20.796122232 +0200
@@ -1,0 +2,8 @@
+Thu Oct 18 09:23:10 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Update to 18.9.2:
+  * Various fixes all around
+  * Support python 3.7
+- remove-unittest2.patch was merged upstream
+
+-------------------------------------------------------------------

Old:
----
  autobahn-17.10.1.tar.gz
  remove-unittest2.patch

New:
----
  autobahn-18.9.2.tar.gz

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

Other differences:
------------------
++++++ python-autobahn.spec ++++++
--- /var/tmp/diff_new_pack.qXcrWV/_old  2018-10-25 08:14:21.980121725 +0200
+++ /var/tmp/diff_new_pack.qXcrWV/_new  2018-10-25 08:14:21.984121724 +0200
@@ -12,30 +12,26 @@
 # 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/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} 
%{!?skip_python3:python3-%{**}}}
-%define oldpython python
 Name:           python-autobahn
-Version:        17.10.1
+Version:        18.9.2
 Release:        0
 Summary:        WebSocket and WAMP in Python for Twisted and asyncio
 License:        MIT
 Group:          Development/Languages/Python
-Url:            http://crossbar.io/autobahn
+URL:            http://crossbar.io/autobahn
 Source:         
https://files.pythonhosted.org/packages/source/a/autobahn/autobahn-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM [email protected] remove-unittest2.patch
-# https://github.com/crossbario/autobahn-python/issues/1036
-Patch0:         remove-unittest2.patch
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRequires:  python-trollius
+BuildRequires:  python2-trollius
+BuildRequires:  python3-pytest-asyncio
 Requires:       python-Twisted
 Requires:       python-six
 Requires:       python-txaio
@@ -46,7 +42,7 @@
 BuildRequires:  %{python_module txaio}
 # /SECTION
 %ifpython2
-Requires:       %{oldpython}-trollius
+Requires:       python-trollius
 %endif
 %python_subpackages
 
@@ -56,7 +52,6 @@
 
 %prep
 %setup -q -n autobahn-%{version}
-%patch0 -p1
 
 %build
 %python_build
@@ -66,6 +61,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+export USE_ASYNCIO=true
 %{python_expand PYTHONPATH=. $python -m pytest autobahn}
 
 %files %{python_files}

++++++ autobahn-17.10.1.tar.gz -> autobahn-18.9.2.tar.gz ++++++
++++ 4784 lines of diff (skipped)


Reply via email to