[Bug 2095045] Re: Unable to import pbcommand with python 3.13 default

2025-02-16 Thread Bug Watch Updater
** Changed in: python-pbcommand (Debian)
   Status: New => Fix Released

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

Title:
  Unable to import pbcommand with python 3.13 default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pbcommand/+bug/2095045/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095045] Re: Unable to import pbcommand with python 3.13 default

2025-01-17 Thread Launchpad Bug Tracker
This bug was fixed in the package python-pbcommand -
2.1.1+git20220616.3f2e6c2-3ubuntu1

---
python-pbcommand (2.1.1+git20220616.3f2e6c2-3ubuntu1) plucky; urgency=medium

  * d/p/remove-pkg-resources.patch: replace the usages of pkg_resources
with importlib.resources for Python 3.13 compatibility (LP: #2095045).
  * d/t/control: add smoke test.

 -- Vladimir Petko   Thu, 16 Jan 2025
11:00:11 +1300

** Changed in: python-pbcommand (Ubuntu)
   Status: New => Fix Released

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

Title:
  Unable to import pbcommand with python 3.13 default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pbcommand/+bug/2095045/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095045] Re: Unable to import pbcommand with python 3.13 default

2025-01-16 Thread Bug Watch Updater
** Changed in: python-pbcommand (Debian)
   Status: Unknown => New

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

Title:
  Unable to import pbcommand with python 3.13 default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pbcommand/+bug/2095045/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095045] Re: Unable to import pbcommand with python 3.13 default

2025-01-16 Thread Vladimir Petko
** Bug watch added: Debian Bug tracker #1093231
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093231

** Also affects: python-pbcommand (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1093231
   Importance: Unknown
   Status: Unknown

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

Title:
  Unable to import pbcommand with python 3.13 default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pbcommand/+bug/2095045/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095045] Re: Unable to import pbcommand with python 3.13 default

2025-01-16 Thread Vladimir Petko
** Summary changed:

- Unable to import pbcommand with python 3.13 default Edit
+ Unable to import pbcommand with python 3.13 default

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

Title:
  Unable to import pbcommand with python 3.13 default

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pbcommand/+bug/2095045/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095045] Re: Unable to import pbcommand with python 3.13 default Edit

2025-01-15 Thread Vladimir Petko
** Merge proposal linked:
   
https://code.launchpad.net/~vpa1977/ubuntu/+source/python-pbcommand/+git/python-pbcommand/+merge/479518

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

Title:
  Unable to import pbcommand with python 3.13 default Edit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pbcommand/+bug/2095045/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2095045] Re: Unable to import pbcommand with python 3.13 default Edit

2025-01-15 Thread Vladimir Petko
** Description changed:

  Adding a simple autopkgtest `python -c "import pbcommand"` fails with
  the following error:
- 
  
  autopkgtest [10:41:25]: test command1: python3 -c "import pbcommand"
  autopkgtest [10:41:25]: test command1: [---
  Traceback (most recent call last):
-   File "", line 1, in 
- import pbcommand
-   File "/tmp/autopkgtest.Lo75OZ/build.glM/real-tree/pbcommand/__init__.py", 
line 1, in 
- import pkg_resources
+   File "", line 1, in 
+ import pbcommand
+   File "/tmp/autopkgtest.Lo75OZ/build.glM/real-tree/pbcommand/__init__.py", 
line 1, in 
+ import pkg_resources
  ModuleNotFoundError: No module named 'pkg_resources'
  autopkgtest [10:41:26]: test command1: ---]
  
  This is due to python 3.12 removing setuptools from the default
  installation.
  
  Upstream issue[1]
+ 
+ [1] https://github.com/PacificBiosciences/pbcommand/pull/191

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

Title:
  Unable to import pbcommand with python 3.13 default Edit

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-pbcommand/+bug/2095045/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs