Re: Bug#949187: transition: python3.8

2020-02-04 Thread rene . engelhard
Hi,

Am 4. Februar 2020 23:27:13 MEZ schrieb Simon McVittie :
>On Tue, 04 Feb 2020 at 21:20:07 +0100, Rene Engelhard wrote:
>> root@frodo:/# g-ir-scanner 
>...
>> ModuleNotFoundError: No module named 'giscanner._giscanner'
>
>This is fixed in 1.62.0-5 (#950267).

Thanks, yes, that prevents the install of the "old" gobject-introspection with 
the new python3 from experimental.

 Regards,

René

-- 
Diese Nachricht wurde von meinem Android-Gerät mit K-9 Mail gesendet.



Request to join PAPT

2020-02-04 Thread Bastian Germann
Hi,

I am a member of DPMT and would like to join PAPT as well to add r4d
(https://github.com/ci-rt/r4d).
I have read and accept the PAPT policy.
My salsa user name is bage-guest.

Regards,
Bastian



Re: Request to join PAPT and DPMT

2020-02-04 Thread Stefano Rivera
Hi Philipp (2020.02.04_18:34:43_+)
> I'd like to join PAPT and DPMT to move my so far individually maintained
> Python packages into the respective Teams.

Welcome :)

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  +1 415 683 3272



Re: Bug#949187: transition: python3.8

2020-02-04 Thread Simon McVittie
On Tue, 04 Feb 2020 at 21:20:07 +0100, Rene Engelhard wrote:
> root@frodo:/# g-ir-scanner 
...
> ModuleNotFoundError: No module named 'giscanner._giscanner'

This is fixed in 1.62.0-5 (#950267). Upload was delayed by FOSDEM, needing
a glib2.0 upload to be built first (to have the right Breaks for the libffi7
transition to avoid autopkgtest regressions), and me being unwell.

smcv



Re: Bug#949187: transition: python3.8

2020-02-04 Thread Rene Engelhard
Hi,

On Mon, Feb 03, 2020 at 08:24:50PM +0100, Matthias Klose wrote:
> On 2/3/20 8:22 PM, Simon McVittie wrote:
> > On Sun, 02 Feb 2020 at 09:35:04 +0100, Matthias Klose wrote:
> >> I think this is now in shape to be started.
> > 
> > Please can this wait until the remaining bits of the libffi7 transition
> > and the restructuring of the libgcc_s packaging have settled down?
> > 
> > I'm still trying to sort out the missing Breaks around
> > gobject-introspection, as highlighted by autopkgtest failures: this has
> > been delayed by needing coordinated action between multiple packages,
> > some of them quite big (glib2.0), and by Paul and I being at FOSDEM.
> > This is entangled with python3.8 via pygobject (which will fail tests
> > with python3.8 as default - an upload is pending to fix that).
> 
> fine. I'm happy to see that fixed.

Yeah, gobject-introspection was actually what I meant when I wrote
"fontforge". My bad, bad memory

in a sid chroot with python 3.8 as default:

root@frodo:/# python3 --version
Python 3.8.1
root@frodo:/# g-ir-scanner 
Traceback (most recent call last):
  File "/usr/bin/g-ir-scanner", line 99, in 
from giscanner.scannermain import scanner_main
  File 
"/usr/lib/x86_64-linux-gnu/gobject-introspection/giscanner/scannermain.py", 
line 35, in 
from giscanner.ast import Include, Namespace
  File "/usr/lib/x86_64-linux-gnu/gobject-introspection/giscanner/ast.py", line 
29, in 
from .sourcescanner import CTYPE_TYPEDEF, CSYMBOL_TYPE_TYPEDEF
  File 
"/usr/lib/x86_64-linux-gnu/gobject-introspection/giscanner/sourcescanner.py", 
line 33, in 
from giscanner._giscanner import SourceScanner as CSourceScanner
ModuleNotFoundError: No module named 'giscanner._giscanner'

and thus stuff building introspection will FTBFS (right now)

(Thus I needed to disable it in my testbuild and thus 

libreoffice (1:6.4.0~beta1-4) experimental; urgency=medium

  * re-enable introspection which was accidentially kept disabled after a
python3.8 test rebuild...
  * re-enable building of the "test packages"
(-smoketest-data, -subsequentcheckbase)

 -- Rene Engelhard   Sun, 15 Dec 2019 10:29:19 +

happened.)

Regards,

Rene



Request to join PAPT and DPMT

2020-02-04 Thread Philipp Huebner
Hi,

I'd like to join PAPT and DPMT to move my so far individually maintained
Python packages into the respective Teams.

Furthermore I intend to package https://github.com/textX/Arpeggio.

I have read and accept the team policy.
My salsa login is debalance.


Best wishes
-- 
 .''`.   Philipp Huebner 
: :'  :  pgp fp: 6719 25C5 B8CD E74A 5225  3DF9 E5CA 8C49 25E4 205F
`. `'`
  `-



signature.asc
Description: OpenPGP digital signature


Re: libgcc_s breakage Re: Bug#949187: transition: python3.8

2020-02-04 Thread jamesalex12
good



-
I am working as a network technician .very passionate to learn new technologies.
every new updates are very interesting to learn.this is the tech place to know 
about new things
Field Services Technician 

--
Sent from: http://debian.2.n7.nabble.com/debian-python-f2042993.html



Bug#950617: ITP: python-pyfakefs -- implements a fake file system that mocks the Python file system modules

2020-02-04 Thread Ondřej Nový
Package: wnpp
Severity: wishlist
Owner: Ondřej Nový 

* Package name: python-pyfakefs
  Version : 3.7.1
  Upstream Author : Mike Bland
* URL : http://pyfakefs.org/
* License : Apache-2
  Programming Lang: Python
  Description : implements a fake file system that mocks the Python file 
system modules

Using pyfakefs, your tests operate on a fake file system in memory without
touching the real disk. The software under test requires no modification
to work with pyfakefs.

I'm going to maintain this package in DPMT.