Hello community,
here is the log from the commit of package python-txtorcon for
openSUSE:Leap:15.2 checked in at 2020-03-02 13:24:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-txtorcon (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-txtorcon.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-txtorcon"
Mon Mar 2 13:24:21 2020 rev:4 rq:777242 version:19.1.0
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-txtorcon/python-txtorcon.changes
2020-01-15 15:53:57.059615362 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-txtorcon.new.26092/python-txtorcon.changes
2020-03-02 13:24:22.142519052 +0100
@@ -1,0 +2,39 @@
+Mon Dec 30 13:38:19 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- Drop GeoIP dependency. The geoip interface is no longer valid and
+ this package was not portedto GeoIP2. The test has already been
+ disarmed a while back.
+
+-------------------------------------------------------------------
+Mon Sep 16 13:02:45 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 19.1.0:
+ * TorControlProtocol.on_disconnect is deprecated in favour of
+ TorControlProtocol.when_disconnected
+ * introduce non_anonymous_mode= kwarg in txtorcon.launch()
+ enabling Tor options making Onion Services non-anonymous for the
+ server (but they use a single hop instead of three to the
+ Introduction Point so they're slightly faster).
+ * add an API to listen to individual circuit and stream events
+ (without subclassing anything). Can be used as decorators too.
+ See e.g. TorState.on_circuit_new()
+- Drop merged patch:
+ * python-txtorcon-methods-are-bytes.patch
+
+-------------------------------------------------------------------
+Tue Jul 30 08:21:53 UTC 2019 - [email protected]
+
+- fix build
+- added patches
+
https://github.com/meejah/txtorcon/commit/5d7ebea5086f361efe7f14aea58e512a04b401f3
+ + python-txtorcon-methods-are-bytes.patch
+
+-------------------------------------------------------------------
+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.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-txtorcon.spec ++++++
--- /var/tmp/diff_new_pack.TpQrYF/_old 2020-03-02 13:24:22.458519681 +0100
+++ /var/tmp/diff_new_pack.TpQrYF/_new 2020-03-02 13:24:22.462519689 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-txtorcon
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# 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.1.0
Release: 0
Summary: Twisted-based asynchronous Tor control protocol implementation
License: MIT
@@ -29,15 +29,20 @@
BuildRequires: fdupes
BuildRequires: python-ipaddress
BuildRequires: python-rpm-macros
-Requires: python-GeoIP
-Requires: python-Twisted
+Requires: python-Automat
+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 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 +64,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.1.0.tar.gz ++++++
++++ 11850 lines of diff (skipped)