Andreas Tille pushed to branch master at Debian Med / invesalius
Commits: 8e150bea by Andreas Tille at 2023-02-07T19:58:35+01:00 DEP3 - - - - - 20e5d5b8 by Andreas Tille at 2023-02-07T20:03:21+01:00 Upload to unstable - - - - - 4 changed files: - debian/changelog - debian/patches/11_add_auibar.patch - − debian/patches/11_brainseg_shebang.patch - debian/patches/11_wxpython_int_fix.patch Changes: ===================================== debian/changelog ===================================== @@ -1,15 +1,13 @@ -invesalius (3.1.99998-3) UNRELEASED; urgency=medium +invesalius (3.1.99998-3) unstable; urgency=medium [ Thiago Franco de Moraes ] * Removed python3-keras and python3-theano from depends [ Andreas Tille ] * Standards-Version: 4.6.2 (routine-update) - TODO: wait until there is some hope that - #1027851 pytorch FTBFS with Python 3.11 as default version - will be solved + * DEP3 - -- Thiago Franco de Moraes <[email protected]> Tue, 19 Jul 2022 19:31:51 -0300 + -- Andreas Tille <[email protected]> Tue, 07 Feb 2023 19:58:43 +0100 invesalius (3.1.99998-2) unstable; urgency=medium ===================================== debian/patches/11_add_auibar.patch ===================================== @@ -1,3 +1,7 @@ +Author: Thiago Franco de Moraes +Last-Update: 2022-07-26 19:23:03 -0300 +Description: Add missing widget + diff --git a/invesalius/gui/widgets/auibar.py b/invesalius/gui/widgets/auibar.py new file mode 100644 index 0000000..6bf7863 ===================================== debian/patches/11_brainseg_shebang.patch deleted ===================================== @@ -1,19 +0,0 @@ -From db494172f8b38ce581d69303a3ea1aa2ae00e79a Mon Sep 17 00:00:00 2001 -From: Thiago Franco de Moraes <[email protected]> -Date: Thu, 1 Jul 2021 16:43:33 -0300 -Subject: [PATCH] shebang python -> python3 - ---- - invesalius/gui/brain_seg_dialog.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/invesalius/gui/brain_seg_dialog.py b/invesalius/gui/brain_seg_dialog.py -index e95a8c063..76ab60faf 100644 ---- a/invesalius/gui/brain_seg_dialog.py -+++ b/invesalius/gui/brain_seg_dialog.py -@@ -1,4 +1,4 @@ --#!/usr/bin/env python -+#!/usr/bin/env python3 - # -*- coding: UTF-8 -*- - - import importlib ===================================== debian/patches/11_wxpython_int_fix.patch ===================================== @@ -1,3 +1,7 @@ +Author: Thiago Franco de Moraes +Last-Update: 2022-07-22 17:49:36 -0300 +Description: Force integer positions + diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index 51c9235..841731f 100644 --- a/invesalius/data/viewer_slice.py View it on GitLab: https://salsa.debian.org/med-team/invesalius/-/compare/c5d137e3d4ceb7b46fda06dc9a84181de8ed46e2...20e5d5b893ea79727adfba4d97e34e624c39ab52 -- View it on GitLab: https://salsa.debian.org/med-team/invesalius/-/compare/c5d137e3d4ceb7b46fda06dc9a84181de8ed46e2...20e5d5b893ea79727adfba4d97e34e624c39ab52 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
