14
0

- update to 23.11.0:

* Fix test-failures on Python 3.12
 * Particular GETINFO hanging
   (ultra-long lines over 16KiB caused problems in the protocol)
 * Use built-in `mock` only
 * Remove `incremental`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-txtorcon?expand=0&rev=29
This commit is contained in:
2023-12-29 09:03:47 +00:00
committed by Git OBS Bridge
parent 1c0e199d59
commit 31e6719caf
4 changed files with 14 additions and 8 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Dec 29 09:02:35 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 23.11.0:
* Fix test-failures on Python 3.12
* Particular GETINFO hanging
(ultra-long lines over 16KiB caused problems in the protocol)
* Use built-in `mock` only
* Remove `incremental`
-------------------------------------------------------------------
Tue Sep 19 12:02:42 UTC 2023 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@@ -17,7 +17,7 @@
Name: python-txtorcon
Version: 23.5.0
Version: 23.11.0
Release: 0
Summary: Twisted-based asynchronous Tor control protocol implementation
License: MIT
@@ -29,7 +29,6 @@ BuildRequires: python-rpm-macros
Requires: python-Automat
Requires: python-Twisted-tls >= 15.5.0
Requires: python-cryptography
Requires: python-incremental
Requires: python-six
Requires: python-zope.interface >= 3.6.1
BuildArch: noarch
@@ -38,7 +37,6 @@ BuildRequires: lsof
BuildRequires: %{python_module Automat}
BuildRequires: %{python_module Twisted-tls >= 15.5.0}
BuildRequires: %{python_module cryptography}
BuildRequires: %{python_module incremental}
BuildRequires: %{python_module six}
BuildRequires: %{python_module zope.interface >= 3.6.1}
%python_subpackages
@@ -62,8 +60,6 @@ sed -i '/data_files/,/\]\,/s/^/#/' setup.py
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
# https://github.com/meejah/txtorcon/issues/368
sed -i 's:from mock:from unittest.mock:' test/*.py
# looks more like integration tests
# Async tests don't work with pytest gh#crossbario/autobahn-python#1235
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}

3
txtorcon-23.11.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:71f85ae93d76d726510059c9ed74e608bc5a5c9f7d103853b49e414280406a2f
size 313549

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:93fd80a9dd505f698d0864fe93db8b6a9c1144b5feb91530820b70ed8982651c
size 311564