** Description changed:

  Ubuntu is currently carrying patch python3.12.diff
  
  --- a/cli/onionshare_cli/onion.py
  +++ b/cli/onionshare_cli/onion.py
  @@ -33,7 +33,7 @@ import tempfile
   import time
   import traceback
  
  -from distutils.version import LooseVersion as Version
  +from packaging.version import Version
  
   class TorErrorAutomatic(Exception):
  --- a/cli/onionshare_cli/web/web.py
  +++ b/cli/onionshare_cli/web/web.py
  @@ -23,7 +23,7 @@ import os
   import queue
   import requests
   import shutil
  -from distutils.version import LooseVersion as Version
  +from packaging.version import Version
  
   import flask
   from flask import (
  --- a/desktop/onionshare/update_checker.py
  +++ b/desktop/onionshare/update_checker.py
  @@ -22,7 +22,7 @@ from PySide2 import QtCore
   import datetime
   import re
   import socks
  -from distutils.version import LooseVersion as Version
  +from packaging.version import Version
  
   from onionshare_cli.settings import Settings
  
  A similar change was merged upstream:
  
https://github.com/onionshare/onionshare/commit/3bde77cd913f03b88eec7ad7777f1f23c1351495.
  
  We should sync onionshare rather than merge.
- 
- I would like to request a feature freeze exception for this package, 
considering the following points:
-  * The update is from 2.6 to 2.6.3
-  * The upstream changelog mostly contains bug fixes with the exception of two 
minor features (introduced with 2.6.3)
-  * onionshare doesn't have any reverse dependency
-  * onionshare has one reverse testsuite dependency that is tor but tor's 
autopkgtests have been failing for a while (LP#2102275), so this update doesn't 
risk to break these tests.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2102155

Title:
  Sync onionshare from debian

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onionshare/+bug/2102155/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to