Your message dated Sun, 15 Mar 2020 21:55:31 +0100
with message-id <[email protected]>
and subject line Re: Bug#953985: python3-msgpack: 0.6.2-1 results in 
'unsupported' msgpack[-python] version message
has caused the Debian Bug report #953985,
regarding python3-msgpack: 0.6.2-1 results in 'unsupported' msgpack[-python] 
version message
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.)


-- 
953985: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=953985
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-msgpack
Version: 0.5.6-3
Severity: normal

Dear Maintainer,

Upgrade to python3-msgpack (version 0.6.2-1) in unstable resulted in another 
application (borgbackup) failing with this message:

You do not have a supported msgpack[-python] version installed. Terminating.
This should never happen as specific, supported versions are required by our 
setup.py.




-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-3-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-msgpack depends on:
ii  libc6    2.30-2
ii  python3  3.8.2-1

python3-msgpack recommends no packages.

python3-msgpack suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
On 3/15/20 12:05 PM, Gijs Hillenius wrote:
> Package: python3-msgpack
> Version: 0.5.6-3
> Severity: normal
> 
> Dear Maintainer,
> 
> Upgrade to python3-msgpack (version 0.6.2-1) in unstable resulted in another 
> application (borgbackup) failing with this message:
> 
> You do not have a supported msgpack[-python] version installed. Terminating.
> This should never happen as specific, supported versions are required by our 
> setup.py.

Hi,

Thanks for your bug report.

Why not reporting the bug against borgbackup then? Msgpack 0.6.2 was
released last September, so that's enough time for upstream to work on
the compatibility to this version. In borgbackup's setup.py in the Sid
package, I can see:

install_requires = ['msgpack-python >=0.4.6, <=0.5.6, !=0.5.0, !=0.5.1,
!=0.5.2, !=0.5.3, !=0.5.4, !=0.5.5']

however, in upstream's Git, there's:

install_requires = [
    # we are rather picky about msgpack versions, because a good working
msgpack is
    # very important for borg, see:
https://github.com/borgbackup/borg/issues/3753
    'msgpack >=0.5.6, <=0.6.2',
    # Please note:
    # using any other version is not supported by borg development and
    # any feedback related to issues caused by this will be ignored.
]

So, it looks like upgrading to the latest upstream release would work.
In such case, it's therefore not a problem in msgpack itself.

BTW, we had to upgrade because this was blocking "pip" from being upgraded.

Cheers,

Thomas Goirand (zigo)

--- End Message ---

Reply via email to