Bug#1001500: pymca: Fails with python3.10

2021-12-10 Thread Steve Langasek
Package: pymca
Version: 5.6.5+dfsg-2
Severity: serious
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jammy ubuntu-patch
Control: affects -1 src:python3-defaults

Dear maintainers,

With a recent upload of python3-defaults the autopkgtest of pymca fails in
testing when that autopkgtest is run with the binary packages of
python3-defaults from unstable.  It passes when run with only packages from
testing.  In tabular form:

   passfail
python3-defaults   from testing3.9.8-1
pymca  from testing5.6.5+dfsg-2
all others from testingfrom testing

The output is:

==
ERROR: testShow (WidgetsInstantiationTest.TestPyMcaMain)
--
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/PyMca5/tests/WidgetsInstantiationTest.py"
, line 133, in testShow
widget = PyMcaMain.PyMcaMain()
  File "/usr/lib/python3/dist-packages/PyMca5/PyMcaGui/pymca/PyMcaMain.py", line
 394, in __init__
self.glWindow = SceneGLWindow.SceneGLWindow()
  File "/usr/lib/python3/dist-packages/PyMca5/Object3D/SceneGLWindow.py", line 1
77, in __init__
self.wheelSlider10.wheel.setValue(0.0)
  File "/usr/lib/python3/dist-packages/PyMca5/Object3D/Object3DSlider.py", line 
77, in setValue
self.slider.setValue(value * self.__factor)
TypeError: setValue(self, int): argument 1 has unexpected type 'float'

--

Please find attached a patch to fix this issue.
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
diff -Nru pymca-5.6.5+dfsg/debian/patches/python-3.10.patch 
pymca-5.6.5+dfsg/debian/patches/python-3.10.patch
--- pymca-5.6.5+dfsg/debian/patches/python-3.10.patch   1969-12-31 
16:00:00.0 -0800
+++ pymca-5.6.5+dfsg/debian/patches/python-3.10.patch   2021-12-10 
20:04:49.0 -0800
@@ -0,0 +1,31 @@
+Description: compatibility with python 3.10
+Author: Steve Langasek 
+Last-Update: 2021-12-10
+Forwarded: no
+
+Index: pymca-5.6.5+dfsg/PyMca5/Object3D/Object3DSlider.py
+===
+--- pymca-5.6.5+dfsg.orig/PyMca5/Object3D/Object3DSlider.py
 pymca-5.6.5+dfsg/PyMca5/Object3D/Object3DSlider.py
+@@ -74,7 +74,7 @@
+  int(maxValue * self.__factor))
+ 
+ def setValue(self, value):
+-self.slider.setValue(value * self.__factor)
++self.slider.setValue(int(value * self.__factor))
+ 
+ def value(self):
+ if self.__factor != 0.0:
+Index: pymca-5.6.5+dfsg/PyMca5/Object3D/Object3DMovement.py
+===
+--- pymca-5.6.5+dfsg.orig/PyMca5/Object3D/Object3DMovement.py
 pymca-5.6.5+dfsg/PyMca5/Object3D/Object3DMovement.py
+@@ -231,7 +231,7 @@
+ self.validatorList = []
+ for axis in ['X', 'Y', 'Z']:
+ slider = qt.QDial(self)
+-slider.setRange(0., 36000.)
++slider.setRange(0, 36000)
+ slider.setWrapping(1)
+ self.l.addWidget(slider, i, j)
+ self.l.setAlignment(slider, qt.Qt.AlignHCenter)
diff -Nru pymca-5.6.5+dfsg/debian/patches/series 
pymca-5.6.5+dfsg/debian/patches/series
--- pymca-5.6.5+dfsg/debian/patches/series  2021-09-19 01:55:12.0 
-0700
+++ pymca-5.6.5+dfsg/debian/patches/series  2021-12-10 20:02:59.0 
-0800
@@ -1,2 +1,3 @@
 0002-use-the-local-mathjax.patch
 0002-switch-to-qhull_r.patch
+python-3.10.patch
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Processed: pymca: Fails with python3.10

2021-12-10 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 src:python3-defaults
Bug #1001500 [pymca] pymca: Fails with python3.10
Added indication that 1001500 affects src:python3-defaults

-- 
1001500: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001500
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


cvector 1.0.4.1-2 MIGRATED to testing

2021-12-10 Thread Debian testing watch
FYI: The status of the cvector source package
in Debian's testing distribution has changed.

  Previous version: 1.0.4.1-1
  Current version:  1.0.4.1-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


guiqwt is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
guiqwt 3.0.7-2 is marked for autoremoval from testing on 2021-12-26

It (build-)depends on packages with these RC bugs:
997478: pyls-black: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p 3.9 returned exit code 13
 https://bugs.debian.org/997478
999524: python-language-server: FTBFS with numpy 1.21 (in experimental): 
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 
returned exit code 13
 https://bugs.debian.org/999524



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


guidata is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
guidata 1.8.0-2 is marked for autoremoval from testing on 2021-12-26

It (build-)depends on packages with these RC bugs:
997478: pyls-black: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p 3.9 returned exit code 13
 https://bugs.debian.org/997478
999524: python-language-server: FTBFS with numpy 1.21 (in experimental): 
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 
returned exit code 13
 https://bugs.debian.org/999524



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


veusz is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
veusz 3.3.1-3 is marked for autoremoval from testing on 2022-01-15

It (build-)depends on packages with these RC bugs:
1001008: python3-extension-helpers: sunpy FTBFS with Python 3.10
 https://bugs.debian.org/1001008



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


python-meshplex is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
python-meshplex 0.15.13-1 is marked for autoremoval from testing on 2022-01-05

It is affected by these RC bugs:
997756: python-meshplex: FTBFS: sed: no input files
 https://bugs.debian.org/997756
998577: python-meshplex: python-dmsh: FTBFS: build-dependency not installable: 
python3-meshio (< 5)
 https://bugs.debian.org/998577

It (build-)depends on packages with these RC bugs:
997532: python-meshio: FTBFS: mv: cannot stat 'paraview_*': No such file or 
directory
 https://bugs.debian.org/997532



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


python-meshio is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
python-meshio 4.4.6-1 is marked for autoremoval from testing on 2022-01-05

It is affected by these RC bugs:
997532: python-meshio: FTBFS: mv: cannot stat 'paraview_*': No such file or 
directory
 https://bugs.debian.org/997532



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


python-dmsh is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
python-dmsh 0.2.11-3 is marked for autoremoval from testing on 2022-01-05

It (build-)depends on packages with these RC bugs:
997532: python-meshio: FTBFS: mv: cannot stat 'paraview_*': No such file or 
directory
 https://bugs.debian.org/997532
997756: python-meshplex: FTBFS: sed: no input files
 https://bugs.debian.org/997756
998577: python-meshplex: python-dmsh: FTBFS: build-dependency not installable: 
python3-meshio (< 5)
 https://bugs.debian.org/998577



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


spyder-unittest is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
spyder-unittest 0.4.1-1 is marked for autoremoval from testing on 2021-12-26

It (build-)depends on packages with these RC bugs:
997478: pyls-black: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p 3.9 returned exit code 13
 https://bugs.debian.org/997478
999524: python-language-server: FTBFS with numpy 1.21 (in experimental): 
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 
returned exit code 13
 https://bugs.debian.org/999524



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


ufo-filters is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
ufo-filters 0.16.0.159.g483ce16-1 is marked for autoremoval from testing on 
2022-01-05

It (build-)depends on packages with these RC bugs:
997197: clfft: FTBFS: generator.transpose.cpp:1092:95: error: taking address of 
rvalue [-fpermissive]
 https://bugs.debian.org/997197



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


vspline REMOVED from testing

2021-12-10 Thread Debian testing watch
FYI: The status of the vspline source package
in Debian's testing distribution has changed.

  Previous version: 1.0.2-1
  Current version:  (not in testing)
  Hint: 
# 984049,984213 in libvigraimpex

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


magic is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
magic 8.3.105+ds.1-1 is marked for autoremoval from testing on 2022-01-05

It is affected by these RC bugs:
997348: magic: FTBFS: configure: error: cannot find required auxiliary files: 
install-sh config.guess config.sub
 https://bugs.debian.org/997348



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


arpys is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
arpys 2.0.2-3 is marked for autoremoval from testing on 2022-01-15

It (build-)depends on packages with these RC bugs:
1001008: python3-extension-helpers: sunpy FTBFS with Python 3.10
 https://bugs.debian.org/1001008



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


clfft is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
clfft 2.12.2-3.1 is marked for autoremoval from testing on 2022-01-05

It is affected by these RC bugs:
997197: clfft: FTBFS: generator.transpose.cpp:1092:95: error: taking address of 
rvalue [-fpermissive]
 https://bugs.debian.org/997197



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


visp is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
visp 3.4.0-4 is marked for autoremoval from testing on 2022-01-06

It (build-)depends on packages with these RC bugs:
984276: opencolorio: ftbfs with GCC-11
 https://bugs.debian.org/984276



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


cthreadpool 0.0+git20201207.b259a6e-1 MIGRATED to testing

2021-12-10 Thread Debian testing watch
FYI: The status of the cthreadpool source package
in Debian's testing distribution has changed.

  Previous version: 0.0+git20170424-2
  Current version:  0.0+git20201207.b259a6e-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


spyder-line-profiler is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
spyder-line-profiler 0.2.1-1 is marked for autoremoval from testing on 
2021-12-26

It (build-)depends on packages with these RC bugs:
997478: pyls-black: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p 3.9 returned exit code 13
 https://bugs.debian.org/997478
999524: python-language-server: FTBFS with numpy 1.21 (in experimental): 
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 
returned exit code 13
 https://bugs.debian.org/999524



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


3depict REMOVED from testing

2021-12-10 Thread Debian testing watch
FYI: The status of the 3depict source package
in Debian's testing distribution has changed.

  Previous version: 0.0.23-1
  Current version:  (not in testing)
  Hint: 
# 984049,984213 in libvigraimpex

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


bossa 1.9.1-2 MIGRATED to testing

2021-12-10 Thread Debian testing watch
FYI: The status of the bossa source package
in Debian's testing distribution has changed.

  Previous version: 1.9.1-1
  Current version:  1.9.1-2

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


mpi4py 3.1.3-1 MIGRATED to testing

2021-12-10 Thread Debian testing watch
FYI: The status of the mpi4py source package
in Debian's testing distribution has changed.

  Previous version: 3.1.2-2
  Current version:  3.1.3-1

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


libvigraimpex REMOVED from testing

2021-12-10 Thread Debian testing watch
FYI: The status of the libvigraimpex source package
in Debian's testing distribution has changed.

  Previous version: 1.11.1+dfsg-8
  Current version:  (not in testing)
  Hint: 
# 984049,984213

The script that generates this mail tries to extract removal
reasons from comments in the britney hint files. Those comments
were not originally meant to be machine readable, so if the
reason for removing your package seems to be nonsense, it is
probably the reporting script that got confused. Please check the
actual hints file before you complain about meaningless removals.

-- 
This email is automatically generated once a day.  As the installation of
new packages into testing happens multiple times a day you will receive
later changes on the next day.
See https://release.debian.org/testing-watch/ for more information.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


spyder-memory-profiler is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
spyder-memory-profiler 0.2.1-1 is marked for autoremoval from testing on 
2021-12-26

It (build-)depends on packages with these RC bugs:
997478: pyls-black: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p 3.9 returned exit code 13
 https://bugs.debian.org/997478
999524: python-language-server: FTBFS with numpy 1.21 (in experimental): 
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 
returned exit code 13
 https://bugs.debian.org/999524



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


spyder is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
spyder 4.2.1+dfsg1-3 is marked for autoremoval from testing on 2021-12-26

It (build-)depends on packages with these RC bugs:
997478: pyls-black: FTBFS: dh_auto_test: error: pybuild --test --test-pytest -i 
python{version} -p 3.9 returned exit code 13
 https://bugs.debian.org/997478
999524: python-language-server: FTBFS with numpy 1.21 (in experimental): 
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.9 
returned exit code 13
 https://bugs.debian.org/999524



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


meshlab is marked for autoremoval from testing

2021-12-10 Thread Debian testing autoremoval watch
meshlab 2020.09+dfsg1-1 is marked for autoremoval from testing on 2021-12-15

It is affected by these RC bugs:
984232: meshlab: ftbfs with GCC-11
 https://bugs.debian.org/984232



This mail is generated by:
https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl

Autoremoval data is generated by:
https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Processed: Re: nlopt: needs update for python3.10 in supported versions: No module named '_nlopt'

2021-12-10 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 patch
Bug #1001363 [src:nlopt] nlopt: needs update for python3.10 in supported 
versions: No module named '_nlopt'
Added tag(s) patch.

-- 
1001363: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001363
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1001363: nlopt: needs update for python3.10 in supported versions: No module named '_nlopt'

2021-12-10 Thread Steve Langasek
Package: nlopt
Version: 2.7.1-1
Followup-For: Bug #1001363
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu jammy ubuntu-patch
Control: tags -1 patch

Hello,

This failure is because nlopt has an override to try to install the
python3.10 extension, but it installs it to the wrong path.  The attached
patch should get it to the right path so that the python interpreter can
find it and load it.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developer   https://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
diff -Nru nlopt-2.7.1/debian/rules nlopt-2.7.1/debian/rules
--- nlopt-2.7.1/debian/rules2021-12-08 03:23:51.0 -0800
+++ nlopt-2.7.1/debian/rules2021-12-10 17:02:18.0 -0800
@@ -36,7 +36,7 @@
distdir=debian/python3-nlopt/usr/lib/python3/dist-packages; \
mkdir -p $$distdir; \
for py3alt in $(PY3_ALT); do \
-   py3short=`echo $${py3alt} | sed "s/\.//g"`; \
+   py3short=`echo $${py3alt} | sed "s/\.//g"`-`dpkg-architecture 
-qDEB_HOST_MULTIARCH`; \
cp $(BUILDDIR)-python$${py3alt}/src/swig/_nlopt.so 
$$distdir/_nlopt.cpython-$${py3short}.so; \
chrpath -d $$distdir/_nlopt.cpython-$${py3short}.so; \
done
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1001492: lcalc: Please build against pari to enable -e flag

2021-12-10 Thread Tobias Hansen
Source: lcalc
Version: 2.0.4-1
Severity: normal

Hi Julien,

I realized that there are some failing sagemath tests where lcalc claims that 
-e is an invalid option. After some digging I found that this flag only exists 
when lcalc is built against pari:

https://gitlab.com/sagemath/lcalc/-/commit/ef417c25898686967d64e35a15be021b5f178afa

While the lcalc package Build-Depends on libpari-dev, maybe building against 
pari needs to be explicitly enabled?

Please provide the -e flag.

Best,
Tobias

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


ignition-fuel-tools_7.0.0+ds-1_amd64.changes is NEW

2021-12-10 Thread Debian FTP Masters
binary:libignition-fuel-tools7-7 is NEW.
binary:libignition-fuel-tools7-7 is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will receive an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html
 or https://ftp-master.debian.org/backports-new.html for *-backports

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Processing of ignition-fuel-tools_7.0.0+ds-1_amd64.changes

2021-12-10 Thread Debian FTP Masters
ignition-fuel-tools_7.0.0+ds-1_amd64.changes uploaded successfully to localhost
along with the files:
  ignition-fuel-tools_7.0.0+ds-1.dsc
  ignition-fuel-tools_7.0.0+ds.orig.tar.xz
  ignition-fuel-tools_7.0.0+ds-1.debian.tar.xz
  ignition-fuel-tools_7.0.0+ds-1_amd64.buildinfo
  libignition-fuel-tools-dev_7.0.0+ds-1_amd64.deb
  libignition-fuel-tools7-7-dbgsym_7.0.0+ds-1_amd64.deb
  libignition-fuel-tools7-7_7.0.0+ds-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Processed: sfepy: (autopkgtest) needs update for python3.10: Sequence' from 'collections' is removed

2021-12-10 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 src:python3-defaults
Bug #1001484 [src:sfepy] sfepy: (autopkgtest) needs update for python3.10: 
Sequence' from 'collections' is removed
Added indication that 1001484 affects src:python3-defaults

-- 
1001484: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001484
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1001484: sfepy: (autopkgtest) needs update for python3.10: Sequence' from 'collections' is removed

2021-12-10 Thread Paul Gevers

Source: sfepy
Version: 2020.4-2
Severity: serious
X-Debbugs-CC: debian...@lists.debian.org
Tags: sid bookworm
User: debian...@lists.debian.org
Usertags: needs-update
User: debian-pyt...@lists.debian.org
Usertags: python3.10
Control: affects -1 src:python3-defaults

Dear maintainer(s),

We are in the transition of adding python3.10 to the supported Python 
versions [0]. With a recent upload of python3-defaults the autopkgtest 
of sfepy fails in testing when that autopkgtest is run with the binary 
packages of python3-defaults from unstable. It passes when run with only 
packages from testing. In tabular form:


   passfail
python3-defaults   from testing3.9.8-1
sfepy  from testing2020.4-2
all others from testingfrom testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of python3-defaults 
to testing [1]. https://docs.python.org/3/whatsnew/3.10.html lists 
what's new in Python3.10, it may help to identify what needs to be 
updated. https://docs.python.org/3.9/library/collections.html says:

"""
Deprecated since version 3.3, will be removed in version 3.10: Moved 
Collections Abstract Base Classes to the collections.abc module. For 
backwards compatibility, they continue to be visible in this module 
through Python 3.9.

"""
Time to move on.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[0] https://bugs.debian.org/996584
[1] https://qa.debian.org/excuses.php?package=python3-defaults

https://ci.debian.net/data/autopkgtest/testing/amd64/s/sfepy/17446739/log.gz

run: python3.10
Traceback (most recent call last):
  File 
"/tmp/autopkgtest-lxc.r9o8n8_b/downtmp/autopkgtest_tmp/laplace_shifted_periodic.py", 
line 140, in 

sfepy: dimensions: [1. 1.]
sfepy: centre: [0. 0.]
sfepy: shape:  [11 11]
sfepy: generating 121 vertices...
sfepy: ...done
sfepy: generating 100 cells...
sfepy: ...done
sfepy: updating variables...
sfepy: ...done
sfepy: setting up dof connectivities...
sfepy: ...done in 0.00 s
sfepy: lcbc: sper
sfepy: dofs: total 99, free 90, constrained 9, new 0
sfepy:  -> active 90
sfepy: matrix shape: (99, 99)
sfepy: assembling matrix graph...
sfepy: ...done in 0.00 s
sfepy: matrix structural nonzeros: 775 (7.91e-02% fill)
main()
  File 
"/tmp/autopkgtest-lxc.r9o8n8_b/downtmp/autopkgtest_tmp/laplace_shifted_periodic.py", 
line 125, in main

pb, state = run(fe_domain, 1)
  File 
"/tmp/autopkgtest-lxc.r9o8n8_b/downtmp/autopkgtest_tmp/laplace_shifted_periodic.py", 
line 82, in run

state = pb.solve()
  File "/usr/lib/python3/dist-packages/sfepy/discrete/problem.py", line 
1425, in solve

init_fun, prestep_fun, poststep_fun = self.get_tss_functions(
  File "/usr/lib/python3/dist-packages/sfepy/discrete/problem.py", line 
1234, in get_tss_functions

is_save = make_is_save(self.conf.options)
  File "/usr/lib/python3/dist-packages/sfepy/discrete/problem.py", line 
73, in make_is_save

is_save = IsSave(save_times)
  File "/usr/lib/python3/dist-packages/sfepy/discrete/problem.py", line 
42, in __init__

if is_sequence(save_times):
  File "/usr/lib/python3/dist-packages/sfepy/base/base.py", line 1049, 
in is_sequence

from collections import Sequence
ImportError: cannot import name 'Sequence' from 'collections' 
(/usr/lib/python3.10/collections/__init__.py)

autopkgtest [14:19:44]: test build1



OpenPGP_signature
Description: OpenPGP digital signature
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1001483: scoop: (autopkgtest) needs update for python3.10: 'Iterable' from 'collections' is removed

2021-12-10 Thread Paul Gevers

Source: scoop
Version: 0.7.1.1-7
Severity: serious
X-Debbugs-CC: debian...@lists.debian.org
Tags: sid bookworm
User: debian...@lists.debian.org
Usertags: needs-update
User: debian-pyt...@lists.debian.org
Usertags: python3.10
Control: affects -1 src:python3-defaults

Dear maintainer(s),

We are in the transition of adding python3.10 to the supported Python 
versions [0]. With a recent upload of python3-defaults the autopkgtest 
of scoop fails in testing when that autopkgtest is run with the binary 
packages of python3-defaults from unstable. It passes when run with only 
packages from testing. In tabular form:


   passfail
python3-defaults   from testing3.9.8-1
scoop  from testing0.7.1.1-7
all others from testingfrom testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of python3-defaults 
to testing [1]. https://docs.python.org/3/whatsnew/3.10.html lists 
what's new in Python3.10, it may help to identify what needs to be 
updated. https://docs.python.org/3.9/library/collections.html says:

"""
Deprecated since version 3.3, will be removed in version 3.10: Moved 
Collections Abstract Base Classes to the collections.abc module. For 
backwards compatibility, they continue to be visible in this module 
through Python 3.9.

"""
Time to move on.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[0] https://bugs.debian.org/996584
[1] https://qa.debian.org/excuses.php?package=python3-defaults

https://ci.debian.net/data/autopkgtest/testing/amd64/s/scoop/17446737/log.gz

Traceback (most recent call last):
  File 
"/tmp/autopkgtest-lxc.iso4fc4h/downtmp/autopkgtest_tmp/test/tests.py", 
line 34, in 

from scoop import futures, _control, utils, shared
  File "/usr/lib/python3/dist-packages/scoop/futures.py", line 19, in 


from collections import namedtuple, Iterable
ImportError: cannot import name 'Iterable' from 'collections' 
(/usr/lib/python3.10/collections/__init__.py)
/usr/lib/python3/dist-packages/scoop/futures.py:19: DeprecationWarning: 
Using or importing the ABCs from 'collections' instead of from 
'collections.abc' is deprecated since Python 3.3, and in 3.10 it will 
stop working

  from collections import namedtuple, Iterable
/usr/lib/python3/dist-packages/scoop/futures.py:19: DeprecationWarning: 
Using or importing the ABCs from 'collections' instead of from 
'collections.abc' is deprecated since Python 3.3, and in 3.10 it will 
stop working

  from collections import namedtuple, Iterable
./tmp/autopkgtest-lxc.iso4fc4h/downtmp/autopkgtest_tmp/test/tests.py:332: ResourceWarning: 
unclosed socket 

  scoop._control.execQueue = FutureQueue()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
./tmp/autopkgtest-lxc.iso4fc4h/downtmp/autopkgtest_tmp/test/tests.py:332: ResourceWarning: 
unclosed socket 

  scoop._control.execQueue = FutureQueue()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
./tmp/autopkgtest-lxc.iso4fc4h/downtmp/autopkgtest_tmp/test/tests.py:332: ResourceWarning: 
unclosed socket 

  scoop._control.execQueue = FutureQueue()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
./tmp/autopkgtest-lxc.iso4fc4h/downtmp/autopkgtest_tmp/test/tests.py:332: ResourceWarning: 
unclosed socket 

  scoop._control.execQueue = FutureQueue()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
./usr/lib/python3/dist-packages/scoop/futures.py:19: DeprecationWarning: 
Using or importing the ABCs from 'collections' instead of from 
'collections.abc' is deprecated since Python 3.3, and in 3.10 it will 
stop working

  from collections import namedtuple, Iterable
./tmp/autopkgtest-lxc.iso4fc4h/downtmp/autopkgtest_tmp/test/tests.py:332: ResourceWarning: 
unclosed socket 

  scoop._control.execQueue = FutureQueue()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
./tmp/autopkgtest-lxc.iso4fc4h/downtmp/autopkgtest_tmp/test/tests.py:332: ResourceWarning: 
unclosed socket 

  scoop._control.execQueue = FutureQueue()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/usr/lib/python3/dist-packages/scoop/futures.py:19: DeprecationWarning: 
Using or importing the ABCs from 'collections' instead of from 
'collections.abc' is deprecated since Python 3.3, and in 3.10 it will 
stop working

  from collections import namedtuple, Iterable
../tmp/autopkgtest-lxc.iso4fc4h/downtmp/autopkgtest_tmp/test/tests.py:332: 
ResourceWarning: unclosed socket 

  scoop._control.execQueue = FutureQueue()
ResourceWarning: Enable tracemalloc to get the object allocation traceback
/usr/lib/python3/dist-packages/scoop/futures.py:19: DeprecationWarning: 
Using or importing the ABCs from 'collections' instead of from 
'collections.abc' is deprecated 

Processed: scoop: (autopkgtest) needs update for python3.10: 'Iterable' from 'collections' is removed

2021-12-10 Thread Debian Bug Tracking System
Processing control commands:

> affects -1 src:python3-defaults
Bug #1001483 [src:scoop] scoop: (autopkgtest) needs update for python3.10: 
'Iterable' from 'collections' is removed
Added indication that 1001483 affects src:python3-defaults

-- 
1001483: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001483
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


ignition-transport8_8.2.1+ds-1_amd64.changes ACCEPTED into experimental, experimental

2021-12-10 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 10 Nov 2021 19:03:46 +
Source: ignition-transport8
Binary: libignition-transport8-8 libignition-transport8-8-dbgsym 
libignition-transport8-dev
Architecture: source amd64
Version: 8.2.1+ds-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Science Maintainers 

Changed-By: Jose Luis Rivero 
Description:
 libignition-transport8-8 - Ignition Robotics Transport Library - Shared library
 libignition-transport8-dev - Ignition Robotics transport Library - Development 
files
Changes:
 ignition-transport8 (8.2.1+ds-1) experimental; urgency=medium
 .
   * New upstream version 8.2.1+ds
   * Update metadata in copyright
   * Bump standards to 4.6.0
   * Update debian metadata to v8
   * New package to support transition from Gazebo to ignition-gazebo
 Gazebo simulator will be deprecated in the next year, upstream recommends
 the migration to ignition-gazebo. To support this transition,
 ignition-transport8 and ignition-transport (already available) will be in
 Debian to help with the installation of both simulators.  Upstream supports
 parallel installation of different major versions.
Checksums-Sha1:
 ac3cca603fa438d5eb67ef5ba0c72bca629bfaf8 2467 
ignition-transport8_8.2.1+ds-1.dsc
 896d8693320b41011f3980be071968a79a54c1c0 276976 
ignition-transport8_8.2.1+ds.orig.tar.xz
 d0053d28284eb462885842e829fb32c39dad427a 10692 
ignition-transport8_8.2.1+ds-1.debian.tar.xz
 2384643f787be66fef2582905b36cc1c29ce1b52 9136 
ignition-transport8_8.2.1+ds-1_amd64.buildinfo
 ae93683fa337df067567403f5298a98b7efd6faf 8239532 
libignition-transport8-8-dbgsym_8.2.1+ds-1_amd64.deb
 3a824c120952e8cc632ecd625334d7469c58a325 303268 
libignition-transport8-8_8.2.1+ds-1_amd64.deb
 83a29304442777f330e02a5b24965e89b6e1b478 73260 
libignition-transport8-dev_8.2.1+ds-1_amd64.deb
Checksums-Sha256:
 7472dd775ca2f80ad21de5b972f16dc3c2327790a1146c50ab353cf53f214407 2467 
ignition-transport8_8.2.1+ds-1.dsc
 802ba905b5e78fcb4d9c7b20802df4ef8c67cd4f0b5f39e479a8b3bf05e04b4c 276976 
ignition-transport8_8.2.1+ds.orig.tar.xz
 e3fed291f729117baec6774ae5e99203737a87cdcc0f8abf4eefe267280616e3 10692 
ignition-transport8_8.2.1+ds-1.debian.tar.xz
 e7552adee1551e65947f353943c57d1a500408e22cc45262d6a44875c35a6a7a 9136 
ignition-transport8_8.2.1+ds-1_amd64.buildinfo
 dfda70d26941bbb1756e47aaa9aaa5a4832433c3c9433ac6ffc3383428142cf3 8239532 
libignition-transport8-8-dbgsym_8.2.1+ds-1_amd64.deb
 6d3ea5886a8151be25821da2c6e9057e520ffa193df8f50f3bd10cc327195e87 303268 
libignition-transport8-8_8.2.1+ds-1_amd64.deb
 5505281c95f4cbf3a5a8f89f9391da0f533ad5978483d883d390e601e4fc2219 73260 
libignition-transport8-dev_8.2.1+ds-1_amd64.deb
Files:
 249ac08dcd438497f69a57bffad23fac 2467 science optional 
ignition-transport8_8.2.1+ds-1.dsc
 c6f10912e7ae641c41023c1adb837ee8 276976 science optional 
ignition-transport8_8.2.1+ds.orig.tar.xz
 afdb110b2c7b1c7dcb2806c5e823679f 10692 science optional 
ignition-transport8_8.2.1+ds-1.debian.tar.xz
 7d65f185831894d4d240f8d1a3b1654b 9136 science optional 
ignition-transport8_8.2.1+ds-1_amd64.buildinfo
 770aa010a6eb3ee160a4301c49b3a463 8239532 debug optional 
libignition-transport8-8-dbgsym_8.2.1+ds-1_amd64.deb
 54247070ae17f03e4c600e69886dc03e 303268 libs optional 
libignition-transport8-8_8.2.1+ds-1_amd64.deb
 742815cee28275b8d0d1f70e24d8de5b 73260 libdevel optional 
libignition-transport8-dev_8.2.1+ds-1_amd64.deb

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAmGShPsACgkQW//cwljm
lDPcOw//e5kzvDnqDWXpGPCs8/UcxHEzMJ3IDFctHGMvOum5S6CzfcK6fd8Esett
viL9ACQSg7sYwWnBNxE9sXqxzDbHz8pjimipYXtTEWL1MQWSw0hPTkNrnt8TcISY
jSNNiftHDpkfoYgs8VHzqZCnWs7443kEJEuaKtuZM1uJkBMhjEACi0/yzVwwMiyz
x92pwatzk3lq5xcNZyZWc/tTL1reu/uLD0yk37n6O+UmEAVgjWpqHQ7vPkX/NNbQ
rW0Q6fbIuBuK/nYcQZAmE2e5Q+s4OINmZ/L6LxkASXNneeK7WEUbh0IlXT/52Jf0
PFwa/22QbyLxTxOhDZ2ws12qtyOzfXnBEoQfw3Ey7d4bDf5OIhD9mEP2KhjpaA8q
3SMQhcM2In0zZilkiuKM4sT1B6QX+5n/CuEqfRdE4ngO6RfVIlVm3sgpbEsNyvxg
Z7pFuVZvzNGD7y7LaPkqj3cygH0c74d/oN8aBky2fMeMGeFlIelTbhynRRloL4Az
dV/orwRzAJBa6FptwdcH6TVLAi3k9tAiQn+fZDdbRcZLVCgbZh5fLs3AdB3LlJQZ
iLjUURN30OThrf68T+5jLUN4rfcf8q8rvmUtl4Awzn6KRRDprmvzx8SI58wA44pf
LY7qYSOKvRvyaEuhfvbEHtroYmAN3mO7sr9YdOuHukznIUKyorI=
=Fsfe
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1001464: paraview: enable web support

2021-12-10 Thread Alastair McKinstry
Hi Christophe

Yes, I'll test this on the next release (post GDAL transition)

Regards
Alastair

On 10/12/2021, 13:18, "debian-science-maintainers on behalf of Christophe 
Trophime" 
 wrote:

Package: paraview
Version: 5.10.0~rc1-1
Severity: wishlist

Dear Maintainer,

Could you please enable web support by simply changing
DPARAVIEW_ENABLE_WEB to ON in d/rules?

I would like to use pywebvue with paraview.

Best


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.15.0-1-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE 
not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages paraview depends on:
ii  libavcodec58   7:4.4.1-2+b1
ii  libavformat58  7:4.4.1-2+b1
ii  libavutil567:4.4.1-2+b1
ii  libc6  2.32-5
ii  libdouble-conversion3  3.1.5-7
ii  libexpat1  2.4.1-3
ii  libfreetype6   2.11.0+dfsg-1
ii  libgcc-s1  11.2.0-12
ii  libgdal29  3.3.3+dfsg-2
ii  libgl2ps1.41.4.2+dfsg1-2
ii  libglew2.2 2.2.0-4
ii  libglx01.3.4-2+b1
ii  libhdf5-103-1  1.10.7+repack-4
ii  libjpeg62-turbo1:2.1.2-1
ii  liblz4-1   1.9.3-2
ii  liblzma5   5.2.5-2
ii  libnetcdf191:4.8.1-1
ii  libopengl0 1.3.4-2+b1
ii  libopenmpi34.1.2-1
ii  libpdal-base13 2.3.0+ds-2+b1
ii  libpng16-161.6.37-3
ii  libpython3.9   3.9.9-1
ii  libqt5core5a   5.15.2+dfsg-14
ii  libqt5gui5 5.15.2+dfsg-14
ii  libqt5help55.15.2-5+b1
ii  libqt5network5 5.15.2+dfsg-14
ii  libqt5widgets5 5.15.2+dfsg-14
ii  libstdc++6 11.2.0-12
ii  libswscale57:4.4.1-2+b1
ii  libtiff5   4.3.0-2
ii  libx11-6   2:1.7.2-2+b1
ii  libxcursor11:1.2.0-2
ii  libxml22.9.12+dfsg-5+b1
ii  python3-autobahn   17.10.1+dfsg1-7
ii  python3-matplotlib 3.3.4-2
ii  python3-mpi4py 3.1.2-2
ii  python3-six1.16.0-2
ii  python3-twisted20.3.0-7
ii  tcl [tclsh]8.6.11+1
ii  zlib1g 1:1.2.11.dfsg-2

Versions of packages paraview recommends:
ii  mpi-default-bin  1.14
pn  paraview-doc 
ii  python3-paraview [python3-paraview]  5.10.0~rc1-1

Versions of packages paraview suggests:
pn  h5utils 
ii  hdf5-tools  1.10.7+repack-4

-- no debconf information

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net

https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1001464: paraview: enable web support

2021-12-10 Thread Christophe Trophime
Package: paraview
Version: 5.10.0~rc1-1
Severity: wishlist

Dear Maintainer,

Could you please enable web support by simply changing
DPARAVIEW_ENABLE_WEB to ON in d/rules?

I would like to use pywebvue with paraview.

Best


-- System Information:
Debian Release: bookworm/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.15.0-1-amd64 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages paraview depends on:
ii  libavcodec58   7:4.4.1-2+b1
ii  libavformat58  7:4.4.1-2+b1
ii  libavutil567:4.4.1-2+b1
ii  libc6  2.32-5
ii  libdouble-conversion3  3.1.5-7
ii  libexpat1  2.4.1-3
ii  libfreetype6   2.11.0+dfsg-1
ii  libgcc-s1  11.2.0-12
ii  libgdal29  3.3.3+dfsg-2
ii  libgl2ps1.41.4.2+dfsg1-2
ii  libglew2.2 2.2.0-4
ii  libglx01.3.4-2+b1
ii  libhdf5-103-1  1.10.7+repack-4
ii  libjpeg62-turbo1:2.1.2-1
ii  liblz4-1   1.9.3-2
ii  liblzma5   5.2.5-2
ii  libnetcdf191:4.8.1-1
ii  libopengl0 1.3.4-2+b1
ii  libopenmpi34.1.2-1
ii  libpdal-base13 2.3.0+ds-2+b1
ii  libpng16-161.6.37-3
ii  libpython3.9   3.9.9-1
ii  libqt5core5a   5.15.2+dfsg-14
ii  libqt5gui5 5.15.2+dfsg-14
ii  libqt5help55.15.2-5+b1
ii  libqt5network5 5.15.2+dfsg-14
ii  libqt5widgets5 5.15.2+dfsg-14
ii  libstdc++6 11.2.0-12
ii  libswscale57:4.4.1-2+b1
ii  libtiff5   4.3.0-2
ii  libx11-6   2:1.7.2-2+b1
ii  libxcursor11:1.2.0-2
ii  libxml22.9.12+dfsg-5+b1
ii  python3-autobahn   17.10.1+dfsg1-7
ii  python3-matplotlib 3.3.4-2
ii  python3-mpi4py 3.1.2-2
ii  python3-six1.16.0-2
ii  python3-twisted20.3.0-7
ii  tcl [tclsh]8.6.11+1
ii  zlib1g 1:1.2.11.dfsg-2

Versions of packages paraview recommends:
ii  mpi-default-bin  1.14
pn  paraview-doc 
ii  python3-paraview [python3-paraview]  5.10.0~rc1-1

Versions of packages paraview suggests:
pn  h5utils 
ii  hdf5-tools  1.10.7+repack-4

-- no debconf information

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


suitesparse_5.10.1+dfsg-4_source.changes ACCEPTED into unstable

2021-12-10 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 10 Dec 2021 09:52:48 +0100
Source: suitesparse
Architecture: source
Version: 1:5.10.1+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 

Changed-By: Sébastien Villemot 
Changes:
 suitesparse (1:5.10.1+dfsg-4) unstable; urgency=medium
 .
   * Add Recommends on libgraphblas-{dev,doc}
Checksums-Sha1:
 26941a85d0498e9641fadb761d5c26e3ee8efca9 3116 suitesparse_5.10.1+dfsg-4.dsc
 7637c1137ceafb3fcb0f4b330e3d690890012444 22960 
suitesparse_5.10.1+dfsg-4.debian.tar.xz
 f5d60f4b95c03d8ed9889839e8599c3ec08b1d50 19625 
suitesparse_5.10.1+dfsg-4_amd64.buildinfo
Checksums-Sha256:
 ba8ce74ab9291c17c168082b2979867e869eca796a7f7aeb1b75ee29a1dc928a 3116 
suitesparse_5.10.1+dfsg-4.dsc
 b03ccdb4cf34e44b0a682284ec5750adfec788be87fda49cb1a28821e1daa19f 22960 
suitesparse_5.10.1+dfsg-4.debian.tar.xz
 63ad94cb962684e61976ebf5a20ece9daebb09cd65a8ec1297ebb5a522d770ea 19625 
suitesparse_5.10.1+dfsg-4_amd64.buildinfo
Files:
 9335f126eaa17d348b631176be446dd6 3116 math optional 
suitesparse_5.10.1+dfsg-4.dsc
 f53e23dd7b1bfb5f954ab6a6922e2cb7 22960 math optional 
suitesparse_5.10.1+dfsg-4.debian.tar.xz
 1f9a29ba6250d70602678745ae8020ed 19625 math optional 
suitesparse_5.10.1+dfsg-4_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEU5UdlScuDFuCvoxKLOzpNQ7OvkoFAmGzFlIACgkQLOzpNQ7O
vkqiThAAl6/uixyQ7E+hw8GSoBOzO++kOb4eLumwNh3p5PJXX6kUJrgoqoQU6r68
rZakWUTmW0U5BAyAo7+sCbRNoN/XSLUHnfFc2M/nuTyBQr3eT+IAVRfuTeFYZPEx
vs2XLn1Jc7/qqQwTgiC4UN4e+rsLzi9ylZl0eCf4TgKHPh1Xx10jIwaQzs4DErEt
plbCfBTF1NBrk8SjQTOwIqzvYhfe9uLJqXfOy9eWrI3NkNvzoea+ZZO2uwyq5j3R
Hl0tT0656Fgfc/57dIrIcpHUCac+yVVlsG6+miL277PlEeG0/4H9Z6vP6n1zyE0t
qEgeNQS2+VT3Crwj7Oh3+qSj/RuzfG91steDPZK1mSnbytuU81b4FwNt/nZPoSke
zVT9w/6WJMFDF4AfY2Li2B7xlCLWpQGy+TOK9EmLS31e7HqNck2zThyVz6wrK8+G
EDgCXKYRQ+rcE5M/8z0fo1GFMq9aXIoKF5XMY6Z+I9wYQZjddt3sKqwVfijC9Ree
C2vyR2x7tW4tptM5bAQsIP/+K2Ysb1OgZrCJQMzFw8ghmWTOkap+iNnNsOOzvpxF
VjxWOGAo0cidTIvUOnq+IWytet5YYcjpZ2tH3VseJtfI9+AM9bLz2NBHxVXhRHKd
eUozoRjD5PZJTnpmYiHszaeDDZiWFaAK1S0K3h7bQVleXD5kC9Y=
=GWiI
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Processing of suitesparse_5.10.1+dfsg-4_source.changes

2021-12-10 Thread Debian FTP Masters
suitesparse_5.10.1+dfsg-4_source.changes uploaded successfully to localhost
along with the files:
  suitesparse_5.10.1+dfsg-4.dsc
  suitesparse_5.10.1+dfsg-4.debian.tar.xz
  suitesparse_5.10.1+dfsg-4_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#1000336: numba: FTBFS with Python 3.10

2021-12-10 Thread Andreas Tille
Hi,

I've commited version 0.54.1 to Git since I assume that we have better
chances for Python3.10 support in the more recent upstream version.
Unfortunately the build stops with

dh_auto_clean -O--buildsystem=pybuild
I: pybuild base:237: python3.10 setup.py clean 
...
  from distutils import sysconfig
Traceback (most recent call last):
  File "/build/numba-0.54.1/setup.py", line 51, in 
_guard_py_ver()
  File "/build/numba-0.54.1/setup.py", line 48, in _guard_py_ver
raise RuntimeError(msg.format(cur_py, min_py, max_py))
RuntimeError: Cannot install on Python version 3.10.1; only versions 
>=3.7,<3.10 are supported.
E: pybuild pybuild:354: clean: plugin distutils failed with: exit code=1: 
python3.10 setup.py clean 


Hoping for an upstream fix of #7562 in their tracker now.

I think pushing for Python3.10 in Debian before such packages with lots
of rdepends (specifically python3-pandas) are ported is quite demanding.

Kind regards

   Andreas.

-- 
http://fam-tille.de

-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers