[Bug 2067196] Re: FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

2024-06-22 Thread Launchpad Bug Tracker
This bug was fixed in the package gitsome - 0.8.0+ds-9.1

---
gitsome (0.8.0+ds-9.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Patch-out usage of six (Closes: #1073371, LP: #2067196)

 -- Alexandre Detiste   Fri, 21 Jun 2024 09:03:27
+0200

** Changed in: gitsome (Ubuntu)
   Status: Fix Committed => 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/2067196

Title:
  FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

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


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

[Bug 2067196] Re: FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

2024-06-21 Thread Bug Watch Updater
** Changed in: gitsome (Debian)
   Status: Unknown => 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/2067196

Title:
  FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

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


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

[Bug 2067196] Re: FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

2024-06-21 Thread Hans Joachim Desserud
> Summarizing, the key is python3-urllib3: we're syncing it from
experimental

Aha, that makes sense. Out of curiosity, how did you track down this
specific dependency? Because doing it manually would require to check
all build dependencies and in turn their dependencies to find the
difference between Ubuntu and Debian.

Looks like in the meantime the new version of python3-urllib3 has been
uploaded to unstable, which caused the same build failure there (see
attached bug watch). They solved it in a different way which was
patching out the useage of python3-six all togheter. I've therefore
filed bug 2070056 to get the package in sync again.

Thanks for review, and especially the root cause explanation :)

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

Title:
  FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

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


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

[Bug 2067196] Re: FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

2024-06-21 Thread Hans Joachim Desserud
** Bug watch added: Debian Bug tracker #1073371
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073371

** Also affects: gitsome (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1073371
   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/2067196

Title:
  FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

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


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

[Bug 2067196] Re: FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

2024-06-19 Thread Athos Ribeiro
Thanks, Hans.

I updated the changelog to targed oracular, ran "update-maintainer" to
update the maintainer field to comply with the Ubuntu policy, and
uploaded it.

** Changed in: gitsome (Ubuntu)
   Status: New => Fix Committed

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

Title:
  FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

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


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

[Bug 2067196] Re: FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

2024-06-17 Thread Alexandre Detiste
Nice explanation.

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

Title:
  FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

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


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

[Bug 2067196] Re: FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

2024-06-11 Thread Miriam EspaƱa Acebal
Hi Hans,

I recently fixed a similar issue for python-chemspipy package [1].
Sharing here in case it helps.

Yes, the needed fix is adding python3-six as you did. Why?

Summarizing, the key is python3-urllib3: we're syncing it from
experimental, not from sid/trixie, and this latest version from
experimental doesn't have the six module embedded as it was used to have
(check changelog [2]).

python3-urllib3 comes from python3-request that comes from
python3-pytest (as Build dependency in gitsome/d/control).

[1] 
https://code.launchpad.net/~mirespace/ubuntu/+source/python-chemspipy/+git/python-chemspipy/+merge/466962
[2] https://launchpad.net/ubuntu/+source/python-urllib3/2.0.7-1

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

Title:
  FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

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


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

[Bug 2067196] Re: FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

2024-05-26 Thread Ubuntu Foundations Team Bug Bot
The attachment "ftbfs.debdiff" seems to be a debdiff.  The ubuntu-
sponsors team has been subscribed to the bug report so that they can
review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

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

Title:
  FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

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


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

[Bug 2067196] Re: FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

2024-05-26 Thread Hans Joachim Desserud
** Patch added: "ftbfs.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/gitsome/+bug/2067196/+attachment/5782847/+files/ftbfs.debdiff

** Tags added: ftbfs patch

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

Title:
  FTBFS gitsome 0.8.0+ds-9 fails to build without python3-six

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


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