Bug#1058336: visidata: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p "3.12 3.11" returned exit code 13

2023-12-15 Thread Anja
Hello! Thanks for letting us know.

>  > self = , k = '_parts'
>
> def __getattr__(self, k):
> if hasattr(self.__dict__, k):
> r = getattr(self.__dict__, k)
> else:
> if self.__dict__.get('_path', None) is not None:
> >   r = getattr(self._path, k)
> E   AttributeError: 'PosixPath' object has no attribute
'_parts'. Did you mean: 'parts'?

Someone let us know much earlier on the repo, and we published a patch with
the fix: https://github.com/saulpw/visidata/issues/1934. We did not ship
that patch to Debian, since there was a planned major release very soon.

We are planning to release v3.0 in 2-4 weeks, and then that version will
then get packaged for Debian.

On Tue, 12 Dec 2023 at 01:18, Lucas Nussbaum  wrote:

> Source: visidata
> Version: 2.11-1
> Severity: serious
> Justification: FTBFS
> Tags: trixie sid ftbfs
> User: lu...@debian.org
> Usertags: ftbfs-20231212 ftbfs-trixie
>
> Hi,
>
> During a rebuild of all packages in sid, your package failed to build
> on amd64.
>
>
> Relevant part (hopefully):
> >  debian/rules binary
> > dh binary --with python3 --buildsystem=pybuild
> >dh_update_autotools_config -O--buildsystem=pybuild
> >dh_autoreconf -O--buildsystem=pybuild
> >dh_auto_configure -O--buildsystem=pybuild
> >   pybuild --configure -i python{version} -p "3.12 3.11"
> > I: pybuild base:310: python3.12 setup.py config
> > running config
> > I: pybuild base:310: python3.11 setup.py config
> > running config
> >dh_auto_build -O--buildsystem=pybuild
> >   pybuild --build -i python{version} -p "3.12 3.11"
> > I: pybuild base:310: /usr/bin/python3.12 setup.py build
> > running build
> > running build_py
> > file visidata.py (for module visidata) not found
> > creating /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/fill.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/customdate.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/choose.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/utils.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/slide.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/shell.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/transpose.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/__init__.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/textsheet.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/path.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/macos.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/freqtbl.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/search.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/aggregators.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/metasheets.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/bezier.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/unfurl.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/help.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/_types.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/canvas.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/sheets.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/main.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/movement.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/menu.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/canvas_text.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/pyobj.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/form.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/selection.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/keys.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/macros.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/modify.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/memory.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/clipboard.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/color.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/regex.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > copying visidata/__main__.py ->
> /<>/.pybuild/cpython3_3.12_visidata/build/visidata
> > 

Bug#904656: visidata: fails to install with Python 3.7

2018-07-26 Thread Anja
Hi Andreas!

Agreed. We have actually merged in a patch for this upstream:
https://github.com/saulpw/visidata/pull/165 but the update has not made it
to Debian's repository yet.

I will repackage and submit 1.2.1 through the upload process ASAP.

Thanks for the notification and nudge. =)

~Anja

On 26 July 2018 at 02:26, Andreas Beckmann  wrote:

> Package: visidata
> Version: 1.0-1
> Severity: serious
> User: debian...@lists.debian.org
> Usertags: piuparts
> Control: block 902788 with -1
>
> Hi,
>
> during a test with piuparts I noticed your package failed to install. As
> per definition of the release team this makes the package too buggy for
> a release, thus the severity.
>
> From the attached log (scroll to the bottom...):
>
>   Setting up visidata (1.0-1) ...
> File "/usr/lib/python3/dist-packages/visidata/__init__.py", line 7
>   from .async import *
> ^
>   SyntaxError: invalid syntax
>
> File "/usr/lib/python3/dist-packages/visidata/canvas.py", line 519
>   @async
>^
>   SyntaxError: invalid syntax
>
> File "/usr/lib/python3/dist-packages/visidata/cmdlog.py", line 286
>   @async
>^
>   SyntaxError: invalid syntax
>
> File "/usr/lib/python3/dist-packages/visidata/data.py", line 226
>   @async
>^
>   SyntaxError: invalid syntax
>
> [...]
>
> File "/usr/lib/python3/dist-packages/visidata/pivot.py", line 32
>   @async
>^
>   SyntaxError: invalid syntax
>
> File "/usr/lib/python3/dist-packages/visidata/tidydata.py", line 15
>   @async
>^
>   SyntaxError: invalid syntax
>
> File "/usr/lib/python3/dist-packages/visidata/vdtui.py", line 452
>   def async(func):
>   ^
>   SyntaxError: invalid syntax
>
>   dpkg: error processing package visidata (--configure):
>installed visidata package post-installation script subprocess returned
> error exit status 1
>
>
> "async" has become a reserved keyword in Python 3.7
>
>
> cheers,
>
> Andreas
>


Bug#399832: Bug is still present

2007-02-06 Thread Anja Slowinski

reopen 399832
thanks

Hi,

we experienced the same as Kateznik:
egroupware does not work with php5.2
only with the edits mentioned in
 http://.egroupware.org/viewvc?view=revrevision=22825
it is usable.

Thank you for an outstanding software nevertheless!

--
Yours,
Anja Slowinski

www.staff.uni-mainz.de/slowi, +49 6131 39 25621, Forum 2 00-241


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]