Your message dated Fri, 24 May 2024 20:05:36 +0200
with message-id <[email protected]>
and subject line closing pysimplesoap related bugs
has caused the Debian Bug report #971991,
regarding trying to use proxy raises exception
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
971991: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971991
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-debianbts
Version: 3.0.2~bpo10+1
Severity: normal
X-Debbugs-Cc: [email protected]

Proxy support in python3-debianbts does not work. The underlying reason
may be a bug in pysimplesoap:

>>> import debianbts
>>> debianbts.set_soap_proxy('http://192.168.12.34:3128')
>>> debianbts.get_bugs('reportbug')
Calling get_bugs with positional arguments is deprecated, please use keyword 
arguments instead.
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/debianbts/debianbts.py", line 427, in 
get_bugs
    soap_client = _build_soap_client()
  File "/usr/lib/python3/dist-packages/debianbts/debianbts.py", line 522, in 
_build_soap_client
    return SoapClient(**_soap_client_kwargs)
  File "/usr/lib/python3/dist-packages/pysimplesoap/client.py", line 140, in 
__init__
    self.http = Http(timeout=timeout, cacert=cacert, proxy=proxy, 
sessions=sessions)
  File "/usr/lib/python3/dist-packages/pysimplesoap/transport.py", line 92, in 
__init__
    import socks
ModuleNotFoundError: No module named 'socks'
>>>


-- System Information:
Debian Release: 10.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-11-amd64 (SMP w/4 CPU threads)
Locale: LANG=da_DK.UTF-8, LC_CTYPE=da_DK.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-debianbts depends on:
ii  python3               3.7.3-1
ii  python3-pysimplesoap  1.16.2-1

python3-debianbts recommends no packages.

python3-debianbts suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Package: python-debianbts
Version: 4.1.0

Hello,

I believe the bug you're reported has been fixed with the recent changes in python-debianbts (currently uploaded to experimental). The new version dropped dependency to pysimplesoap where the bug was coming from.


Cheers,

Bastian

--
Dr. Bastian Venthur                                 https://venthur.de
Debian Developer                                 venthur at debian org

--- End Message ---

Reply via email to