Hello community,

here is the log from the commit of package python-txtorcon for openSUSE:Factory 
checked in at 2019-06-18 14:57:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-txtorcon (Old)
 and      /work/SRC/openSUSE:Factory/.python-txtorcon.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-txtorcon"

Tue Jun 18 14:57:51 2019 rev:3 rq:710323 version:19.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-txtorcon/python-txtorcon.changes  
2018-12-24 11:45:29.801233828 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-txtorcon.new.4811/python-txtorcon.changes    
    2019-06-18 14:58:07.041339075 +0200
@@ -1,0 +2,8 @@
+Mon Jun 17 09:15:00 UTC 2019 - [email protected]
+
+- version update to 19.0.0
+  * many upstream changes, see releases.rst
+- run testsuite
+- package documentation
+
+-------------------------------------------------------------------

Old:
----
  txtorcon-0.20.0.tar.gz

New:
----
  txtorcon-19.0.0.tar.gz

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

Other differences:
------------------
++++++ python-txtorcon.spec ++++++
--- /var/tmp/diff_new_pack.4uBIJD/_old  2019-06-18 14:58:08.433338276 +0200
+++ /var/tmp/diff_new_pack.4uBIJD/_new  2019-06-18 14:58:08.465338257 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-txtorcon
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} 
%{!?skip_python3:python3-%{**}}}
 Name:           python-txtorcon
-Version:        0.20.0
+Version:        19.0.0
 Release:        0
 Summary:        Twisted-based asynchronous Tor control protocol implementation
 License:        MIT
@@ -29,15 +29,22 @@
 BuildRequires:  fdupes
 BuildRequires:  python-ipaddress
 BuildRequires:  python-rpm-macros
-Requires:       python-GeoIP
-Requires:       python-Twisted
+Requires:       python-Automat
+Requires:       python-GeoIP >= 1.2.9
+Requires:       python-Twisted >= 15.5.0
+Requires:       python-incremental
+Requires:       python-zope.interface >= 3.6.1
 BuildArch:      noarch
 # SECTION test requirements
-BuildRequires:  %{python_module GeoIP}
-BuildRequires:  %{python_module Twisted}
+BuildRequires:  %{python_module Automat}
+BuildRequires:  %{python_module GeoIP >= 1.2.9}
+BuildRequires:  %{python_module Twisted >= 15.5.0}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pytest}
+BuildRequires:  %{python_module zope.interface >= 3.6.1}
 # /SECTION
 %ifpython2
-Requires:       python-ipaddress
+Requires:       python-ipaddress >= 1.0.16
 %endif
 %python_subpackages
 
@@ -59,8 +66,12 @@
 %python_expand rm -rf %{buildroot}%{$python_sitelib}/test/
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+# looks more like integration tests
+%pytest -k 'not (test_real_addr or test_return_geoip_object)'
+
 %files %{python_files}
-%license LICENSE
+%license LICENSE docs/*.rst
 %{python_sitelib}/*
 
 %changelog

++++++ txtorcon-0.20.0.tar.gz -> txtorcon-19.0.0.tar.gz ++++++
++++ 11040 lines of diff (skipped)


Reply via email to