Bug#954170: Help: Test suite failures (Was: ITP: anndata -- Annotated gene by sample numpy matrix)

2020-11-05 Thread Andreas Tille
Dear Diane,

would you mind pushing your patch to the Git repository?  I mean its
your ITP and you are Uploader - so I hesitate to push your very own
patch on behalf of you. ;-)

Thanks a lot for your helpful hints and contacting upstream

  Andreas.

On Thu, Nov 05, 2020 at 02:14:12PM -0800, Diane Trout wrote:
> It sure looks like at least some of those failures are from upstreams
> tests assuming they'd be run directly in the source tree.
> 
> All but one of the test cases can be fixed by including some test files
> in the package, though it ends up in anndata/tests/
> 
> It's about 9 kilobytes with a csv, tsv, and xlsx file included.
> 
> This is probably the easiest solution, though I though I remember
> Debian policy discouraging putting data into the dist-packages
> directory.
> 
> I'm not sure about the last test failure though
> 
> --- setup.py  2020-03-02 16:10:44.668936082 -0800
> +++ /run/schroot/mount/unstable-amd64-sbuild-6f63c09f-36e0-4302-9409-
> 6689c5b05354/build/python-anndata-exfcES/python-anndata-
> 0.7.4+ds/setup.py 2020-11-05 13:51:59.763629317 -0800
> @@ -28,4 +28,5 @@
>  packages=find_namespace_packages(include=["anndata",
> "anndata.*"]),
>  include_package_data=True,
> +package_data={"": ["*.csv", "*.tsv", "*.xlsx"]},
>  zip_safe=False,
>  classifiers=[
> 
> On Thu, 2020-11-05 at 21:08 +0100, Andreas Tille wrote:
> > Control: tags -1 help
> > 
> > Hi Diane and Steffen,
> > 
> > I fixed the Build-Depends in this package which leads to the
> > effect that
> > 
> >   a) the Build-time test is run
> >   b) shows the same errors as the autopkgtest
> > 
> > 
> > ...
> > anndata/tests/test_deprecations.py::test_get_uns_neighbors_deprecated
> > FAILED [ 36%]
> > ...
> > anndata/tests/test_readwrite.py::test_read_csv
> > FAILED[ 51%]
> > anndata/tests/test_readwrite.py::test_read_tsv_strpath
> > FAILED[ 51%]
> > anndata/tests/test_readwrite.py::test_read_tsv_iter
> > FAILED   [ 51%]
> > ...
> > anndata/tests/test_readwrite.py::test_read_excel
> > FAILED  [ 51%]
> > ...
> > === FAILURES
> > ===
> > __ test_get_uns_neighbors_deprecated
> > ___
> > 
> > adata = AnnData object with n_obs × n_vars = 2 × 3
> > obs: 'anno1'
> > var: 'anno2'
> > uns: 'neighbors'
> > layers: 'x2'
> > obsp: 'connectivities'
> > 
> > def test_get_uns_neighbors_deprecated(adata):
> > n = adata.shape[0]
> > mtx = sparse.random(n, n, density=0.3, format="csr")
> > adata.obsp["connectivities"] = mtx
> > adata.uns["neighbors"] = {}
> > 
> > with pytest.warns(FutureWarning):
> > from_uns = adata.uns["neighbors"]["connectivities"]
> > 
> > assert_equal(from_uns, mtx)
> > 
> > with pytest.warns(None) as rec:
> > v = adata[: n // 2]
> > >   assert not rec
> > E   assert not WarningsChecker(record=True)
> > 
> > anndata/tests/test_deprecations.py:113: AssertionError
> >  test_read_csv
> > _
> > 
> > def test_read_csv():
> > >   adata = ad.read_csv(HERE / "adata.csv")
> > 
> > anndata/tests/test_readwrite.py:308:.
> > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> > _ _ _ _ _.
> > anndata/_io/read.py:48: in read_csv
> > return read_text(filename, delimiter, first_column_names, dtype)
> > anndata/_io/read.py:321: in read_text
> > with filename.open() as f:
> > /usr/lib/python3.9/pathlib.py:1241: in open
> > return io.open(self, mode, buffering, encoding, errors, newline,
> > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> > _ _ _ _ _.
> > 
> > self = PosixPath('/build/python-anndata-
> > 0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata.csv'
> > )
> > name = '/build/python-anndata-
> > 0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata.csv'
> > flags = 524288, mode = 438
> > 
> > def _opener(self, name, flags, mode=0o666):
> > # A stub for the opener argument to built-in open()
> > >   return self._accessor.open(self, flags, mode)
> > E   FileNotFoundError: [Errno 2] No such file or directory:
> > '/build/python-anndata-
> > 0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata.csv'
> > 
> > /usr/lib/python3.9/pathlib.py:1109: FileNotFoundError
> >  test_read_tsv_strpath
> > _
> > 
> > def test_read_tsv_strpath():
> > >   adata = ad.read_text(str(HERE / "adata-comments.tsv"), "\t")
> > 
> > anndata/tests/test_readwrite.py:315:.
> > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> > _ _ _ _ _.
> > anndata/_io/read.py:321: in read_text
> > with filename.open() as f:
> > /usr/lib/python3.9/pathlib.py:1241: in open
> > return io.ope

Processed: itp: erfs

2020-11-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> close 973857
Bug #973857 [wnpp] ITP: a free and encrypted cloud based network file system
Marked Bug as done
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
973857: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973857
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#964497: Info received (ITP: python-jsonrpc-server -- JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol)

2020-11-05 Thread Otto Kekäläinen
Hello!

I don't see any new commits or Merge Requests at
https://salsa.debian.org/python-team/packages/python-jsonrpc-server

Do you plan to do some additional changes still?



Bug#973462: ITP: podcasts -- Podcast application for GNOME written in Rust

2020-11-05 Thread Diego Escalante Urrelo
Package: wnpp
Followup-For: Bug #973462
X-Debbugs-Cc: die...@gnome.org

I'm working on the GNOME stack side of things, with a bunch of updated
crates already:
 https://salsa.debian.org/marvil07/debcargo-conf/-/commits/diegoe_gnome-stack

At the very least, these should be updated and fine:
glib-macros: package 0.10.1
proc-macro-crate: package 0.1.5
pangocairo-sys: update to 0.11.0
gtk-sys: update to 0.10.0
gdk-sys: update to 0.10.0
cairo-sys-rs: update to 0.10.0
gdk-pixbuf-sys: update to 0.10.0
gio-sys: update to 0.10.1
winapi: update to 0.3.9
atk-sys: update to 0.10.0
pango-sys: update to 0.10.0
gobject-sys: update to 0.10.0
glib-sys: update to 0.10.1

Of course, it's all pointless unless the full chain of deps is updated,
but here's where I ran into problems:

I'm currently stuck trying to update futures-*, because futures-task
does not build its corresponding +feature packages when `debcargo` is
run with `--config` (which is the case when using the `debcargo-conf`
scripts), this stops me from updating other futures-* crates.

It seems that debcargo behaves differently when a config override is
passed, as the Provides: list and a few other things change:

With --config (...)/debcargo.toml:
```
Package: librust-futures-task-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 librust-once-cell-1+default-dev (>= 1.3.1-~~)
Provides:
 librust-futures-task+default-dev (= ${binary:Version}),
 librust-futures-task+std-dev (= ${binary:Version}),
 librust-futures-task-0-dev (= ${binary:Version}),
 librust-futures-task-0+default-dev (= ${binary:Version}),
 librust-futures-task-0+std-dev (= ${binary:Version}),
 librust-futures-task-0.3-dev (= ${binary:Version}),
 librust-futures-task-0.3+default-dev (= ${binary:Version}),
 librust-futures-task-0.3+std-dev (= ${binary:Version}),
 librust-futures-task-0.3.7-dev (= ${binary:Version}),
 librust-futures-task-0.3.7+default-dev (= ${binary:Version}),
 librust-futures-task-0.3.7+std-dev (= ${binary:Version})
```

Without --config:
```
Package: librust-futures-task-dev
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends}
Recommends:
 librust-futures-task+std-dev (= ${binary:Version})
Suggests:
 librust-futures-task+once-cell-dev (= ${binary:Version})
Provides:
 librust-futures-task+alloc-dev (= ${binary:Version}),
 librust-futures-task+cfg-target-has-atomic-dev (= ${binary:Version}),
 librust-futures-task+unstable-dev (= ${binary:Version}),
 librust-futures-task-0-dev (= ${binary:Version}),
 librust-futures-task-0+alloc-dev (= ${binary:Version}),
 librust-futures-task-0+cfg-target-has-atomic-dev (= ${binary:Version}),
 librust-futures-task-0+unstable-dev (= ${binary:Version}),
 librust-futures-task-0.3-dev (= ${binary:Version}),
 librust-futures-task-0.3+alloc-dev (= ${binary:Version}),
 librust-futures-task-0.3+cfg-target-has-atomic-dev (= ${binary:Version}),
 librust-futures-task-0.3+unstable-dev (= ${binary:Version}),
 librust-futures-task-0.3.7-dev (= ${binary:Version}),
 librust-futures-task-0.3.7+alloc-dev (= ${binary:Version}),
 librust-futures-task-0.3.7+cfg-target-has-atomic-dev (= ${binary:Version}),
 librust-futures-task-0.3.7+unstable-dev (= ${binary:Version})
```

I'm still learning about rust, so I'm clueless about what's going on
here, or if it's even a bug in debcargo (since this only happens when
passed a --config option).



Processed: ITP: a free and encrypted cloud based network file system

2020-11-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 973857 ITP: a free and encrypted cloud based network file system
Bug #973857 [wnpp] ITP: A free and encrypted cloud based network file system
Changed Bug title to 'ITP: a free and encrypted cloud based network file 
system' from 'ITP: A free and encrypted cloud based network file system'.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
973857: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973857
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#973857: ITP: A free and encrypted cloud based network file system

2020-11-05 Thread Ralf Skyper Kaiser
Package: wnpp
Severity: wishlist
Owner: sky...@thc.org

* Package name: erfs
  Version : 1.4
  Upstream Author : skyper 
* URL : https://github.com/hackerschoice/erfs
* License : GPL
  Programming Lang: bash
  Description : A free and encrypted cloud based network file system

An easy-to-use, easy-to-setup, hassle-free secure file system with the
encrypted data being stored on a remote cloud server without having to
trust the server.

All key material is created on the user's computer and never stored or
transferred to the server.

All data is locally encrypted (including the file name). The encrypted
data (and only that!) is stored in the cloud. The data remains secure even
if the cloud server is compromised. It does not need root or superuser
privileges. No need to run your own server. All you need is the bash
script (literally). It is one single command to add and use a file system:

$ erfs mount aDe5F2ik3x35x7pfAEAWdC5Y ~/secure

Why is it useful: It enables two users (behind NAT) to share data securely
without the hassle of setting up a server or revealing their identity.

Maintain: I plan to maintain it with good faith and to the best
of my ability. I already have a sponsor (I hope).


Bug#973856: marked as done (A free and encrypted cloud based network file system)

2020-11-05 Thread Debian Bug Tracking System
Your message dated Fri, 6 Nov 2020 06:03:35 +
with message-id 

and subject line oops, forgot 'ITP' prefix
has caused the Debian Bug report #973856,
regarding A free and encrypted cloud based network file system
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 ow...@bugs.debian.org
immediately.)


-- 
973856: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973856
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: sky...@thc.org

* Package name: erfs
  Version : 1.4
  Upstream Author : skyper 
* URL : https://github.com/hackerschoice/erfs
* License : GPL
  Programming Lang: bash
  Description : A free and encrypted cloud based network file system

An easy-to-use, easy-to-setup, hassle-free secure file system with the
encrypted data being stored on a remote cloud server without having to
trust the server.

All key material is created on the user's computer and never stored or
transferred to the server.

All data is locally encrypted (including the file name). The encrypted
data (and only that!) is stored in the cloud. The data remains secure even
if the cloud server is compromised. It does not need root or superuser
privileges. No need to run your own server. All you need is the bash
script (literally). It is one single command to add and use a file system:

$ erfs mount aDe5F2ik3x35x7pfAEAWdC5Y ~/secure

Why is it useful: It enables two users (behind NAT) to share data securely
without the hassle of setting up a server or revealing their identity.

Maintain: I plan to maintain it with good faith and to the best
of my ability. I already have a sponsor (I hope).
--- End Message ---
--- Begin Message ---
as above.
--- End Message ---


Bug#973856: A free and encrypted cloud based network file system

2020-11-05 Thread Ralf Skyper Kaiser
Package: wnpp
Severity: wishlist
Owner: sky...@thc.org

* Package name: erfs
  Version : 1.4
  Upstream Author : skyper 
* URL : https://github.com/hackerschoice/erfs
* License : GPL
  Programming Lang: bash
  Description : A free and encrypted cloud based network file system

An easy-to-use, easy-to-setup, hassle-free secure file system with the
encrypted data being stored on a remote cloud server without having to
trust the server.

All key material is created on the user's computer and never stored or
transferred to the server.

All data is locally encrypted (including the file name). The encrypted
data (and only that!) is stored in the cloud. The data remains secure even
if the cloud server is compromised. It does not need root or superuser
privileges. No need to run your own server. All you need is the bash
script (literally). It is one single command to add and use a file system:

$ erfs mount aDe5F2ik3x35x7pfAEAWdC5Y ~/secure

Why is it useful: It enables two users (behind NAT) to share data securely
without the hassle of setting up a server or revealing their identity.

Maintain: I plan to maintain it with good faith and to the best
of my ability. I already have a sponsor (I hope).


Bug#964005: marked as done (ITP: erfs -- Client to use a free encrypted cloud based network file system)

2020-11-05 Thread Debian Bug Tracking System
Your message dated Fri, 6 Nov 2020 05:23:56 +
with message-id 

and subject line duplicate
has caused the Debian Bug report #964005,
regarding ITP: erfs -- Client to use a free encrypted cloud based network file 
system
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 ow...@bugs.debian.org
immediately.)


-- 
964005: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964005
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: sky...@thc.org

* Package name: erfs
  Version : 1.3
  Upstream Author : skyper 
* URL : https://github.com/hackerschoice/erfs-client
* License : GPL
  Programming Lang: bash
  Description : Client to use a free encrypted cloud based network file
system

An easy-to-use, easy-to-setup, hassle-free secure file system with the
encrypted data being stored on a remote cloud server without having to
trust the server.

All key material is created on the user's computer and never stored or
transferred to the server.

All data is locally encrypted (including the file name). The encrypted
data (and only that!) is stored in the cloud. The data remains secure even
if the cloud server is compromised. It does not need root or superuser
privileges. No need to run your own server. All you need is the bash
script (literally). It’s one single command to add and use a file system:

$ erfs mount aDe5F2ik3x35x7pfAEAWdC5Y ~/secure

Why is it useful: It enables two users (behind NAT) to share data securely
without the hassle to set up a server or revealing their identity.

Maintain: I plan to maintain it with good faith and to the best
of my ability. I already have a sponsor (I hope).
--- End Message ---
--- Begin Message ---
duplicate. Mentor asked me to close this.
--- End Message ---


Bug#971924: ITP: ironseed -- science-fiction exploration/strategy adventure game in space

2020-11-05 Thread Matija Nalis
Package: wnpp
Followup-For: Bug #971924
Owner: Matija Nalis 


* Package name: ironseed
  Version : 0.2.5
  Upstream Author : Matija Nalis 
* URL : https://github.com/mnalis/ironseed_fpc
* License : GPLv3
  Programming Lang: Pascal
  Description : science-fiction exploration/strategy adventure game in space

 It was originally both developed and published by Channel 7 for DOS in 1994.
 Gameplay is real-time, featuring trading, diplomacy, and strategy, and
 somewhat resembles Star Control 2 / Ur-Quan masters.
 DOS sources have been changed to make it possible to compile it with the
 freepascal compiler under Linux and SDL, and many bugs were fixed.

Wikipedia entry: https://en.wikipedia.org/wiki/Iron_Seed

The DOS version of the game was originally released under GPLv3 on
http://ironseed.net by original developers,
ported to SDL by https://github.com/y-salnikov/ironseed_fpc
and further improved by
https://github.com/nukebloodaxe/ironseed_fpc
and finally many bugs fixed (and currently maintained upstream) by:
https://github.com/mnalis/ironseed_fpc (disclaimer: myself)

I've done basic Debian packaging in github repo above (and package now
cleanly builds and works in pdebuild in Buster), but after reading 
https://wiki.debian.org/DebianMentorsFaq#What.27s_wrong_with_upstream_shipping_a_debian.2F_directory.3F
I'll be removing Debian stuff from Github upstream, and recreating it at Debian 
as
this seems to be much prefered.

If anyone wants to give it a try and provide feedback, I'd be grateful!

I'll be updating this bug with progress as it happens.



Bug#964497: Info received (ITP: python-jsonrpc-server -- JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol)

2020-11-05 Thread Pablo Mestre


El 11/1/20 a las 2:44 PM, Otto Kekäläinen escribió:
> Hello!
>
>
> Pablo Mestre:
>
> Please check out
> https://salsa.debian.org/python-team/packages/python-jsonrpc-server/-/pipelines
> and submit MR at
> https://salsa.debian.org/python-team/packages/python-jsonrpc-server/-/merge_requests
> if you have fixes for the failing CI.
>
> - Otto

It is a bit rare that this error appears again[1].

Previously it had been fixed with a patch [2] and the addition of
python3-ujson by Jochen Sprickerhof

[1]
https://salsa.debian.org/python-team/packages/python-jsonrpc-server/-/jobs/1126139#L1359

[2]
https://salsa.debian.org/python-team/packages/python-jsonrpc-server/-/blob/debian/master/debian/patches/python-3.8.patch

-- 
  ⢀⣴⠾⠻⢶⣦⠀  Pablo Mestre Drake
  ⣾⠁⢠⠒⠀⣿⡁  --
  ⢿⡄⠘⠷⠚⠋   https://debian.org
  ⠈⠳⣄  Debian, the universal operating system.



Bug#954170: Help: Test suite failures (Was: ITP: anndata -- Annotated gene by sample numpy matrix)

2020-11-05 Thread Diane Trout
On Thu, 2020-11-05 at 14:59 -0800, Diane Trout wrote:
> On Thu, 2020-11-05 at 21:08 +0100, Andreas Tille wrote:
> > Control: tags -1 help
> > 
> > Hi Diane and Steffen,
> > 
> > I fixed the Build-Depends in this package which leads to the
> > effect that
> > 
> >   a) the Build-time test is run
> >   b) shows the same errors as the autopkgtest
> 
> I went ahead and filed an upstream bug asking for any advice about
> the
> unexpected warning.
> 
> https://github.com/theislab/anndata/issues/443

I discovered anndata is having trouble with the version of pandas we're
shipping. This patch fixes the test failure, though I thought I'd ask
upstream if they want to do this, or be more accepting of warnings.
(I'm not sure which versions of pandas they want to support).

Should we wait for upstream or just go ahead and add the patches to our
packaging?

Diane

--- anndata/_core/anndata.py2020-11-05 12:23:54.976471806 -0800
+++ /run/schroot/mount/unstable-amd64-sbuild-6f63c09f-36e0-4302-9409-
6689c5b05354/build/python-anndata-exfcES/python-anndata-
0.7.4+ds/anndata/_core/anndata.py   2020-11-05 15:28:33.517496264
-0800
@@ -19,5 +19,5 @@
 from numpy import ma
 import pandas as pd
-from pandas.api.types import is_string_dtype, is_categorical
+from pandas.api.types import is_string_dtype, is_categorical_dtype
 from scipy import sparse
 from scipy.sparse import issparse
@@ -1089,8 +1089,8 @@
 
 def _remove_unused_categories(self, df_full, df_sub, uns):
-from pandas.api.types import is_categorical
+from pandas.api.types import is_categorical_dtype
 
 for k in df_full:
-if not is_categorical(df_full[k]):
+if not is_categorical_dtype(df_full[k]):
 continue
 all_categories = df_full[k].cat.categories
@@ -1190,5 +1190,5 @@
 key
 for key in df.columns
-if is_string_dtype(df[key]) and not
is_categorical(df[key])
+if is_string_dtype(df[key]) and not
is_categorical_dtype(df[key])
 ]
 for key in string_cols:



Bug#973824: marked as done (ITP: watchtower-clojure -- simple file/directory watcher library)

2020-11-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Nov 2020 23:00:08 +
with message-id 
and subject line Bug#973824: fixed in watchtower-clojure 0.1.1-1
has caused the Debian Bug report #973824,
regarding ITP: watchtower-clojure -- simple file/directory watcher library
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 ow...@bugs.debian.org
immediately.)


-- 
973824: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973824
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: watchtower-clojure
  Version : 0.1.1
  Upstream Author : Chris Granger 
* URL : https://github.com/ibdknox/watchtower
* License : EPL-1.0
  Programming Lang: Clojure
  Description : simple file/directory watcher library

 This package provides a simple file/directory watcher library. It can watch
 a file, or a folder, and filter what filename shall be watch in the folder.
 The rate for the polling can also be defined.

Note: This is part of the long dependency chain for puppet-server 6.
--- End Message ---
--- Begin Message ---
Source: watchtower-clojure
Source-Version: 0.1.1-1
Done: Thomas Goirand 

We believe that the bug you reported is fixed in the latest version of
watchtower-clojure, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 973...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand  (supplier of updated watchtower-clojure 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 05 Nov 2020 18:14:19 +0100
Source: watchtower-clojure
Binary: libwatchtower-clojure
Architecture: source all
Version: 0.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Clojure Maintainers 

Changed-By: Thomas Goirand 
Description:
 libwatchtower-clojure - simple file/directory watcher library
Closes: 973824
Changes:
 watchtower-clojure (0.1.1-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #973824)
Checksums-Sha1:
 2cbabcb970574ded67fe3159512fc75bdabbcc45 2079 watchtower-clojure_0.1.1-1.dsc
 a8c73a791c54f1a6e23b403f1630c6bbeed60db1 1988 
watchtower-clojure_0.1.1.orig.tar.xz
 453cb01bded24aad44d3902e0708ea46f7d7b886 6572 
watchtower-clojure_0.1.1-1.debian.tar.xz
 cc4b20f56d1afed41c1e9813d6f421bc1823d875 8428 
libwatchtower-clojure_0.1.1-1_all.deb
 b21424fff80cecea48e6d0e86a5cd7e1b8293b51 10533 
watchtower-clojure_0.1.1-1_amd64.buildinfo
Checksums-Sha256:
 d7d8d86463324bc5bf10db697ba0849a3ea9bfd131a9e0552598653c9bd57923 2079 
watchtower-clojure_0.1.1-1.dsc
 45db92c6375a2c0fddc87698e54e121a620aad55d9e96e11883e8c11a654b016 1988 
watchtower-clojure_0.1.1.orig.tar.xz
 fa1ea587cb21ccef51df6559494475e376ee8bdd37aa413bb6dcfb4a737fc54b 6572 
watchtower-clojure_0.1.1-1.debian.tar.xz
 568ac1992e07408f44f64626db09ffd3e411e99b75d91ecf114fa21479de7731 8428 
libwatchtower-clojure_0.1.1-1_all.deb
 f4ffad1480acf47c509c47f8be1e1455cebde7e2011e3e9264f91621b44088e0 10533 
watchtower-clojure_0.1.1-1_amd64.buildinfo
Files:
 f5f463840f3a9610d5265783760545fc 2079 java optional 
watchtower-clojure_0.1.1-1.dsc
 1b6521a9c2b28bb4c73be00e55c9ced0 1988 java optional 
watchtower-clojure_0.1.1.orig.tar.xz
 cc3bafcd3d860136a594ef1f2f35ced5 6572 java optional 
watchtower-clojure_0.1.1-1.debian.tar.xz
 a3feb194e9a41dc4d8d891d7ff5056fd 8428 java optional 
libwatchtower-clojure_0.1.1-1_all.deb
 edb167aa38f4a733483314d6956ce3b0 10533 java optional 
watchtower-clojure_0.1.1-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAl+kNgEACgkQ1BatFaxr
Q/7Biw//Tf6qyM6ChKdh4wgyvtUqaVK+/IykK1V80m4UN01Vm3orklko/q/dOQ3i
ZQakPA+yZGNtmdbdKCMSgRSvuHbAw96dSt8VNuJGlU1ftuKKUJx/nHqiNn6HuGpr
loTPracS+Mj14XxPu2FYqLMfrtMyB6rzF8JNEiSW1+y7RFtFUPzHxgnV5CLbBHW4
D5nyajq3xATPuEvztAtkrGxKEKj/tyXy5/Rj75+KAWAJ4U39/CeTAoljwXpEJfyy
9hEPTZ5BAsdnGU4AfvlC2UjoGvusizEGVIgI2eTtZtN8Z5lpE897JIC7s+7l3zza
NiXpfD6LoD3V18RsSqx8c4q8aJJTHiNvz5gOOFhDcp3yUn/9F9b0gkQsPcjaq6L2
ldQxgmsl1+1jKhRiyCkhup7tAxiwIRbas8NkQpV6MfrbQMg9barVJKPP0tx4F5iI
xn+h0C6qELWjTDjWtL1TDwgZ9qHtJ18+NeBUzMTLx+IcSleMDxZFA422WNmJgQjE
XF8NiDXIJPfHh+EkNxkpfTKEoAcB8+FXLcfW4ub7Yv+C+MBEYi8qYGnPSp+BUbJF
e+A2Dapb/cn1rtj6fxFgQxkghSVDfo/XO/eMww

Bug#954170: Help: Test suite failures (Was: ITP: anndata -- Annotated gene by sample numpy matrix)

2020-11-05 Thread Diane Trout
On Thu, 2020-11-05 at 21:08 +0100, Andreas Tille wrote:
> Control: tags -1 help
> 
> Hi Diane and Steffen,
> 
> I fixed the Build-Depends in this package which leads to the
> effect that
> 
>   a) the Build-time test is run
>   b) shows the same errors as the autopkgtest

I went ahead and filed an upstream bug asking for any advice about the
unexpected warning.

https://github.com/theislab/anndata/issues/443



Bug#954170: Help: Test suite failures (Was: ITP: anndata -- Annotated gene by sample numpy matrix)

2020-11-05 Thread Diane Trout
It sure looks like at least some of those failures are from upstreams
tests assuming they'd be run directly in the source tree.

All but one of the test cases can be fixed by including some test files
in the package, though it ends up in anndata/tests/

It's about 9 kilobytes with a csv, tsv, and xlsx file included.

This is probably the easiest solution, though I though I remember
Debian policy discouraging putting data into the dist-packages
directory.

I'm not sure about the last test failure though

--- setup.py2020-03-02 16:10:44.668936082 -0800
+++ /run/schroot/mount/unstable-amd64-sbuild-6f63c09f-36e0-4302-9409-
6689c5b05354/build/python-anndata-exfcES/python-anndata-
0.7.4+ds/setup.py   2020-11-05 13:51:59.763629317 -0800
@@ -28,4 +28,5 @@
 packages=find_namespace_packages(include=["anndata",
"anndata.*"]),
 include_package_data=True,
+package_data={"": ["*.csv", "*.tsv", "*.xlsx"]},
 zip_safe=False,
 classifiers=[

On Thu, 2020-11-05 at 21:08 +0100, Andreas Tille wrote:
> Control: tags -1 help
> 
> Hi Diane and Steffen,
> 
> I fixed the Build-Depends in this package which leads to the
> effect that
> 
>   a) the Build-time test is run
>   b) shows the same errors as the autopkgtest
> 
> 
> ...
> anndata/tests/test_deprecations.py::test_get_uns_neighbors_deprecated
> FAILED [ 36%]
> ...
> anndata/tests/test_readwrite.py::test_read_csv
> FAILED[ 51%]
> anndata/tests/test_readwrite.py::test_read_tsv_strpath
> FAILED[ 51%]
> anndata/tests/test_readwrite.py::test_read_tsv_iter
> FAILED   [ 51%]
> ...
> anndata/tests/test_readwrite.py::test_read_excel
> FAILED  [ 51%]
> ...
> === FAILURES
> ===
> __ test_get_uns_neighbors_deprecated
> ___
> 
> adata = AnnData object with n_obs × n_vars = 2 × 3
> obs: 'anno1'
> var: 'anno2'
> uns: 'neighbors'
> layers: 'x2'
> obsp: 'connectivities'
> 
> def test_get_uns_neighbors_deprecated(adata):
> n = adata.shape[0]
> mtx = sparse.random(n, n, density=0.3, format="csr")
> adata.obsp["connectivities"] = mtx
> adata.uns["neighbors"] = {}
> 
> with pytest.warns(FutureWarning):
> from_uns = adata.uns["neighbors"]["connectivities"]
> 
> assert_equal(from_uns, mtx)
> 
> with pytest.warns(None) as rec:
> v = adata[: n // 2]
> >   assert not rec
> E   assert not WarningsChecker(record=True)
> 
> anndata/tests/test_deprecations.py:113: AssertionError
>  test_read_csv
> _
> 
> def test_read_csv():
> >   adata = ad.read_csv(HERE / "adata.csv")
> 
> anndata/tests/test_readwrite.py:308:.
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _ _ _ _ _.
> anndata/_io/read.py:48: in read_csv
> return read_text(filename, delimiter, first_column_names, dtype)
> anndata/_io/read.py:321: in read_text
> with filename.open() as f:
> /usr/lib/python3.9/pathlib.py:1241: in open
> return io.open(self, mode, buffering, encoding, errors, newline,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _ _ _ _ _.
> 
> self = PosixPath('/build/python-anndata-
> 0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata.csv'
> )
> name = '/build/python-anndata-
> 0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata.csv'
> flags = 524288, mode = 438
> 
> def _opener(self, name, flags, mode=0o666):
> # A stub for the opener argument to built-in open()
> >   return self._accessor.open(self, flags, mode)
> E   FileNotFoundError: [Errno 2] No such file or directory:
> '/build/python-anndata-
> 0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata.csv'
> 
> /usr/lib/python3.9/pathlib.py:1109: FileNotFoundError
>  test_read_tsv_strpath
> _
> 
> def test_read_tsv_strpath():
> >   adata = ad.read_text(str(HERE / "adata-comments.tsv"), "\t")
> 
> anndata/tests/test_readwrite.py:315:.
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _ _ _ _ _.
> anndata/_io/read.py:321: in read_text
> with filename.open() as f:
> /usr/lib/python3.9/pathlib.py:1241: in open
> return io.open(self, mode, buffering, encoding, errors, newline,
> _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
> _ _ _ _ _.
> 
> self = PosixPath('/build/python-anndata-
> 0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata-
> comments.tsv')
> name = '/build/python-anndata-
> 0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata-
> comments.tsv'
> flags = 524288, mode = 438
> 
> def _opener(self, name, flags, mode=0o666):
> # A stub for the opener argument to built-in open()
> >   return self._accessor.open(s

Bug#973822: ITP: dosbox-staging -- DOSBox Staging is a full x86 CPU emulator (independent of host architecture), capable of running DOS programs that require real or protected mode.

2020-11-05 Thread Ben Hutchings
On Thu, 2020-11-05 at 17:41 +0100, David Heidelberg wrote:
[...]
> Q: why is this package useful/relevant?
> A: Sucessor of DOSBox, which is already inside Debian
[...]

DOSBox seems to be under active development even though it hasn't had a
release for a while.  So this is an independent fork, not a successor
to a dead project.  (If DOSBox had become dead upstream, I would have
recommended rebasing the existing dosbox source package on DOSBox
Staging instead.)

I think this name is also misleading.  "DOSBox Staging" sounds like a
development branch of the original DOSBox project, not an independent
project.  Are the upstream developers set on using this name or do you
think they could be persuaded to use something more distinctive?

Ben.

-- 
Ben Hutchings
Humans are not rational beings; they are rationalising beings.



signature.asc
Description: This is a digitally signed message part


Bug#973809: marked as done (ITP: r-cran-parallelly -- GNU R enhancing the 'parallel' package)

2020-11-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Nov 2020 22:10:10 +
with message-id 
and subject line Bug#973809: fixed in r-cran-parallelly 1.21.0-1
has caused the Debian Bug report #973809,
regarding ITP: r-cran-parallelly -- GNU R enhancing the 'parallel' package
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 ow...@bugs.debian.org
immediately.)


-- 
973809: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973809
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

Subject: ITP: r-cran-parallelly -- GNU R enhancing the 'parallel' package
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: r-cran-parallelly
  Version : 1.21.0
  Upstream Author : Henrik Bengtsson
* URL : https://cran.r-project.org/package=parallelly
* License : LGPL-2.1
  Programming Lang: GNU R
  Description : GNU R enhancing the 'parallel' package
 Utility functions that enhance the 'parallel' package and support the
 built-in parallel backends of the 'future' package. For example,
 availableCores() gives the number of CPU cores available to your R
 process as given by R options and environment variables, including those
 set by job schedulers on high-performance compute clusters. If none is
 set, it will fall back to parallel::detectCores(). Another example is
 makeClusterPSOCK(), which is backward compatible with
 parallel::makePSOCKcluster() while doing a better job in setting up
 remote cluster workers without the need for configuring the firewall to
 do port-forwarding to your local computer.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-parallelly
--- End Message ---
--- Begin Message ---
Source: r-cran-parallelly
Source-Version: 1.21.0-1
Done: Andreas Tille 

We believe that the bug you reported is fixed in the latest version of
r-cran-parallelly, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 973...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated r-cran-parallelly package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 05 Nov 2020 13:14:30 +0100
Source: r-cran-parallelly
Binary: r-cran-parallelly
Architecture: source all
Version: 1.21.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Andreas Tille 
Description:
 r-cran-parallelly - GNU R enhancing the 'parallel' package
Closes: 973809
Changes:
 r-cran-parallelly (1.21.0-1) unstable; urgency=medium
 .
   * Initial release (closes: #973809)
Checksums-Sha1:
 27979b32cc17c579152d067c9176db4c23d3acdc 2106 r-cran-parallelly_1.21.0-1.dsc
 171dda488551e25d508136111acf04aba135efef 84143 
r-cran-parallelly_1.21.0.orig.tar.gz
 0e245748f33365f356ace6e59c0d8a47a06ae124 2232 
r-cran-parallelly_1.21.0-1.debian.tar.xz
 d359accfff7d5b3038bc78e269df5f86d4999c31 203940 
r-cran-parallelly_1.21.0-1_all.deb
 065146363a80c6f3012c4b1674b2190575d8a07b 8706 
r-cran-parallelly_1.21.0-1_amd64.buildinfo
Checksums-Sha256:
 79d9e06075691c53e0562dc3b1d84dadd252b5541fe96dd974cd60597155d67f 2106 
r-cran-parallelly_1.21.0-1.dsc
 6059788df2435dd17449473454b9e176e0565380adfa7c5feae49f0c674099c2 84143 
r-cran-parallelly_1.21.0.orig.tar.gz
 ddf68e4c40c44b3231f5ddbe0d14d25007b01d45104fb5cf5fb9bb0b032dacd8 2232 
r-cran-parallelly_1.21.0-1.debian.tar.xz
 ec32071fcbb86add628bf563e2644d02bc7ae5727bd9ab0e323ed1801dafe36c 203940 
r-cran-parallelly_1.21.0-1_all.deb
 4ef04ecdbf8158e8858eb8ef07ac85cff6aa7425d1b2521dbb5663f9131ad953 8706 
r-cran-parallelly_1.21.0-1_amd64.buildinfo
Files:
 b7eea900ded991925bdf04140205304e 2106 gnu-r optional 
r-cran-parallelly_1.21.0-1.dsc
 c4b8b8a4fffef0ef92203bee0130474a 84143 gnu-r optional 
r-cran-parallelly_1.21.0.orig.tar.gz
 465d1a724dd78dd7858c41d77f5eb404 2232 gnu-r optional 
r-cran-parallelly_1.21.0-1.debian.tar.xz
 a8b17400d555d3f94ccc5518883119b3 203940 gnu-r optional 
r-cran-parallelly_1.21.0-1_all.deb
 55095d2a5c72a48f433868853ce0e11f 8706 gnu-r optional 
r-cran-parallelly_1.21.0-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAl+j7W0RHHRpbGxlQ

Bug#973805: marked as done (ITP: r-bioc-tcgabiolinksgui.data -- Data for the TCGAbiolinksGUI package)

2020-11-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Nov 2020 22:10:10 +
with message-id 
and subject line Bug#973805: fixed in r-bioc-tcgabiolinksgui.data 1.10.0+dfsg-1
has caused the Debian Bug report #973805,
regarding ITP: r-bioc-tcgabiolinksgui.data -- Data for the TCGAbiolinksGUI 
package
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 ow...@bugs.debian.org
immediately.)


-- 
973805: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973805
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

Subject: ITP: r-bioc-tcgabiolinksgui.data -- Data for the TCGAbiolinksGUI 
package
Package: wnpp
Owner: Dylan Aïssi 
Severity: wishlist

* Package name: r-bioc-tcgabiolinksgui.data
  Version : 1.10.0
  Upstream Author : Tiago Chedraoui Silva
* URL : 
https://bioconductor.org/packages/data/experiment/TCGAbiolinksGUI.data/
* License : GPL-3
  Programming Lang: GNU R
  Description : Data for the TCGAbiolinksGUI package
 Supporting data for the TCGAbiolinksGUI package.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-bioc-tcgabiolinksgui.data
--- End Message ---
--- Begin Message ---
Source: r-bioc-tcgabiolinksgui.data
Source-Version: 1.10.0+dfsg-1
Done: =?utf-8?q?Dylan_A=C3=AFssi?= 

We believe that the bug you reported is fixed in the latest version of
r-bioc-tcgabiolinksgui.data, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 973...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dylan Aïssi  (supplier of updated 
r-bioc-tcgabiolinksgui.data package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 05 Nov 2020 11:36:35 +0100
Source: r-bioc-tcgabiolinksgui.data
Binary: r-bioc-tcgabiolinksgui.data
Architecture: source all
Version: 1.10.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Dylan Aïssi 
Description:
 r-bioc-tcgabiolinksgui.data - Data for the TCGAbiolinksGUI package
Closes: 973805
Changes:
 r-bioc-tcgabiolinksgui.data (1.10.0+dfsg-1) unstable; urgency=medium
 .
   * Initial release (closes: #973805)
   * debhelper-compat 13 (routine-update)
Checksums-Sha1:
 024146af6e886b21d55f7989c79b8d7a7314dc03 2248 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg-1.dsc
 0e3c463eb3a785828c2aa546c83d084b669bb4bd 21444260 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg.orig.tar.xz
 4db88ff76a2601ac389e4a0095e1ad3a14348854 2172 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg-1.debian.tar.xz
 669dea815bfe07f7893dc24b31b148a7ea595222 21378772 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg-1_all.deb
 97c46ea2d48a8dd0d9bd8f3078adf8e54689f7b9 8817 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 257cf224f140e85d59d8b20933047911e0b3ad7feadc19f35115d0c79532dd61 2248 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg-1.dsc
 caddc4b54233869d7d57bcb5a91699b25d84acf059e986281b33ba6cb0a3b945 21444260 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg.orig.tar.xz
 4fba8f0cbcaad10736af94c597cc3cde4920e856f2ed6041520129c4841290fa 2172 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg-1.debian.tar.xz
 a94d26c4fa0c4d47b8a6390893f3c07f49273adf83e21acd9a8afb6a8b8e8ed0 21378772 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg-1_all.deb
 67dd65ff14c038bad2c0162c93c3b10f421b8c5b2b144ad0d2166fc67f92cde9 8817 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg-1_amd64.buildinfo
Files:
 607ec04d76670048cda1066e9fdaf4be 2248 gnu-r optional 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg-1.dsc
 f58e353d70cda2d4451e796554a872e4 21444260 gnu-r optional 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg.orig.tar.xz
 53d3d005cd760c274f50b7f431e8fe3b 2172 gnu-r optional 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg-1.debian.tar.xz
 5f9525575b15b8dea19d6861392e2218 21378772 gnu-r optional 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg-1_all.deb
 4aa9f3e86e5582fbb84f1b9a340145fb 8817 gnu-r optional 
r-bioc-tcgabiolinksgui.data_1.10.0+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAl+j1zMACgkQYS7xYT4F
D1TQuxAAoeRAButkWzc3biLPP8pVm8NE2NkFKJpKJIbW2rzfUJg/piC8nWR6qmmY
RPTv4uSnypBF8tiCIRudmZK1gmle+04fjV91pFhCYvEjWcRBoLMqJgWMFmIPuBbq
j59PDpUUOaD9pALc9+237V

Bug#973810: marked as done (ITP: r-bioc-sparsematrixstats -- BioConductor summary statistics for rows and columns of sparse matrices)

2020-11-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Nov 2020 22:10:10 +
with message-id 
and subject line Bug#973810: fixed in r-bioc-sparsematrixstats 1.2.0+dfsg-1
has caused the Debian Bug report #973810,
regarding ITP: r-bioc-sparsematrixstats -- BioConductor summary statistics for 
rows and columns of sparse matrices
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 ow...@bugs.debian.org
immediately.)


-- 
973810: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973810
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist

Subject: ITP: r-bioc-sparsematrixstats -- BioConductor summary statistics for 
rows and columns of sparse matrices
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: r-bioc-sparsematrixstats
  Version : 1.2.0
  Upstream Author : Constantin Ahlmann-Eltze
* URL : https://bioconductor.org/packages/sparseMatrixStats/
* License : MIT
  Programming Lang: GNU R
  Description : BioConductor summary statistics for rows and columns of 
sparse matrices
 High performance functions for row and column operations on sparse matrices.
 For example: col / rowMeans2, col / rowMedians, col / rowVars etc. Currently,
 the optimizations are limited to data in the column sparse format.
 This package is inspired by the matrixStats package by Henrik Bengtsson.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-bioc-sparsematrixstats
--- End Message ---
--- Begin Message ---
Source: r-bioc-sparsematrixstats
Source-Version: 1.2.0+dfsg-1
Done: Andreas Tille 

We believe that the bug you reported is fixed in the latest version of
r-bioc-sparsematrixstats, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 973...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated r-bioc-sparsematrixstats 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 05 Nov 2020 13:18:26 +0100
Source: r-bioc-sparsematrixstats
Binary: r-bioc-sparsematrixstats r-bioc-sparsematrixstats-dbgsym
Architecture: source amd64
Version: 1.2.0+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian R Packages Maintainers 
Changed-By: Andreas Tille 
Description:
 r-bioc-sparsematrixstats - BioConductor summary statistics for rows and 
columns of sparse ma
Closes: 973810
Changes:
 r-bioc-sparsematrixstats (1.2.0+dfsg-1) unstable; urgency=medium
 .
   * Initial release (closes: #973810)
Checksums-Sha1:
 59c6ac820486d00763f5e6d39ecd4664615e9709 2328 
r-bioc-sparsematrixstats_1.2.0+dfsg-1.dsc
 e2a7eab7707ca6ae071d6fcb535e41d5dac02379 463348 
r-bioc-sparsematrixstats_1.2.0+dfsg.orig.tar.xz
 8462ced2682866564f87ecdd67945af7bcdbf8ac 2464 
r-bioc-sparsematrixstats_1.2.0+dfsg-1.debian.tar.xz
 55f8b030406b79425466e78fb7aed64c29c78c79 1126720 
r-bioc-sparsematrixstats-dbgsym_1.2.0+dfsg-1_amd64.deb
 4a403f109ac0259f5b3aabd5df3d51c7b1bd77a5 9453 
r-bioc-sparsematrixstats_1.2.0+dfsg-1_amd64.buildinfo
 fabb5638bbc8e3442b60f771fb0eecf21984c68f 829908 
r-bioc-sparsematrixstats_1.2.0+dfsg-1_amd64.deb
Checksums-Sha256:
 0641bdd0a872b80c73513532e181a19b98f99878f3b39094d2c91aa4ed55b04a 2328 
r-bioc-sparsematrixstats_1.2.0+dfsg-1.dsc
 9ae3158407b7369fdc22fc8e4b2f49e832b6d1e7d8e4c3468e10f44d95548357 463348 
r-bioc-sparsematrixstats_1.2.0+dfsg.orig.tar.xz
 1fdb6b3f1f8136769e0282c605caa6a344810c62700d47c8125b9534d609db4d 2464 
r-bioc-sparsematrixstats_1.2.0+dfsg-1.debian.tar.xz
 04532343b6f12afc4afb3a4a82c27d0e6b4a3e495e4ffd964908f8c78d7fea91 1126720 
r-bioc-sparsematrixstats-dbgsym_1.2.0+dfsg-1_amd64.deb
 27b7e24389274a90d6b22bf3d72b1519e9ed8a6892ebc7af041bbc6faf07e5bb 9453 
r-bioc-sparsematrixstats_1.2.0+dfsg-1_amd64.buildinfo
 625f31b07f02f59cc2152e2d276e77eb40610d01f52ff6ff47781e032163737d 829908 
r-bioc-sparsematrixstats_1.2.0+dfsg-1_amd64.deb
Files:
 341f916334d5ac0bad8fd15749f1394b 2328 gnu-r optional 
r-bioc-sparsematrixstats_1.2.0+dfsg-1.dsc
 822416f2ce8efdba76f7d5c8c2ec9631 463348 gnu-r optional 
r-bioc-sparsematrixstats_1.2.0+dfsg.orig.tar.xz
 cbc31679ae2b21b60517ea567a4e83ba 2464 gnu-r optional 
r-bioc-sparsematrixstats_1.2.0+dfsg-1

Bug#973568: marked as done (ITP: libpj-java -- API and middleware for parallel programming in Java)

2020-11-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Nov 2020 22:10:09 +
with message-id 
and subject line Bug#973568: fixed in libpj-java 0.0~20150107+dfsg-1
has caused the Debian Bug report #973568,
regarding ITP: libpj-java -- API and middleware for parallel programming in Java
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 ow...@bugs.debian.org
immediately.)


-- 
973568: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973568
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Debian-med project 
X-Debbugs-Cc: debian-de...@lists.debian.org, debian-...@lists.debian.org

* Package name: libpj-java
  Version : 20150107
  Upstream Author : Alan Kaminsky
* URL : https://www.cs.rit.edu/~ark/pj.shtml
* License : GPL-3+
  Programming Lang: Java
  Description : API and middleware for parallel programming in Java

Parallel Java (PJ) is for parallel programming in 100% Java on shared memory
multiprocessor (SMP) parallel computers, cluster parallel computers, and hybrid
SMP cluster parallel computers. PJ was developed in the Department of Computer
Science at the Rochester Institute of Technology.

libpj-java is needed as a dependency of goby, which is itself needed in the
ongoing efforts in Debian-med to package igv in the main section.
It will be maintained inside the Debian-med team.
--- End Message ---
--- Begin Message ---
Source: libpj-java
Source-Version: 0.0~20150107+dfsg-1
Done: Pierre Gruet 

We believe that the bug you reported is fixed in the latest version of
libpj-java, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 973...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Gruet  (supplier of updated libpj-java package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 04 Nov 2020 17:37:26 +0100
Source: libpj-java
Binary: libpj-java
Architecture: source all
Version: 0.0~20150107+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Pierre Gruet 
Description:
 libpj-java - API and middleware for parallel programming in Java
Closes: 973568
Changes:
 libpj-java (0.0~20150107+dfsg-1) unstable; urgency=medium
 .
   * Initial release (Closes: 973568)
Checksums-Sha1:
 0c22ad07cc14fe7e4949802cd57db78465fc1888 2144 
libpj-java_0.0~20150107+dfsg-1.dsc
 df52c446ab9e0889173b7734673050cc76cc91bd 783540 
libpj-java_0.0~20150107+dfsg.orig.tar.xz
 afe287ab7706d0c849a154518e937b519219d1c1 4360 
libpj-java_0.0~20150107+dfsg-1.debian.tar.xz
 78f2ac1170ef14441cdb2eed9ecb32ae0194119e 1376952 
libpj-java_0.0~20150107+dfsg-1_all.deb
 d5c8baadd33a424d24ef4eef27efe92251896dd1 10495 
libpj-java_0.0~20150107+dfsg-1_amd64.buildinfo
Checksums-Sha256:
 755f9363dbdf45655c06eab9e08141f6ffea43d4eaa2ef785a8005b6a5a16226 2144 
libpj-java_0.0~20150107+dfsg-1.dsc
 e4e80e08953f264f9ef149a6d1520258638a91b32724c60ce43fa3f52385c249 783540 
libpj-java_0.0~20150107+dfsg.orig.tar.xz
 dec8bba0ce2de37e5fa06d5bd5851aacd82e846967eb7f9147c166f7c6793e67 4360 
libpj-java_0.0~20150107+dfsg-1.debian.tar.xz
 73f59f5d5f9c6db51c76a46cb5fff517986e918355491de1def7c4fa980056b2 1376952 
libpj-java_0.0~20150107+dfsg-1_all.deb
 ed9dc9a392faa1242e2b164e49f25030e3f67c2c69de05c88b8c531009acd07c 10495 
libpj-java_0.0~20150107+dfsg-1_amd64.buildinfo
Files:
 3d13501d70e52657251baba2055437df 2144 java optional 
libpj-java_0.0~20150107+dfsg-1.dsc
 b650ad5f3eb7b91947220223f3aa7265 783540 java optional 
libpj-java_0.0~20150107+dfsg.orig.tar.xz
 acdd820cf6d69931b6da7a73449ed3b9 4360 java optional 
libpj-java_0.0~20150107+dfsg-1.debian.tar.xz
 ec5e9b84899035f208953c9f590e7ae8 1376952 java optional 
libpj-java_0.0~20150107+dfsg-1_all.deb
 36b498d0f47ca8330efaa3b25c184d9b 10495 java optional 
libpj-java_0.0~20150107+dfsg-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJFBAEBCAAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAl+jpaoRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtGKeQ/9H9BGj0dOpZbic+6UtBQVxwjo7Gpu2qdZ
uQmNnZeBJe1bmibmJINQYyw90n8DnPCoNnwmT/VtC0hGhelS4NS5idOihFk5XhTF
wYK+zw28nwMXLXLytZk8IdbMXFafIGUHTsaezMhaJMf7owbUZ/6Idet/AwwwCzHI
r3zkBQUBRKFwBdpMx3l7giFQFQVUnpsB5YgqePH6KcXjJmqew+9W1PBLq7VtI19i
7S0meZHx+Sl0UDM+rD+W

Bug#973844: RFA: tar -- GNU version of the tar archiving utility

2020-11-05 Thread Bdale Garbee
Package: wnpp

After maintaining the Debian package of tar since 3 December 1995
(nearly a quarter century!), I've decided it's time to let someone else
take over. 

The Debian tar package is generally in very good shape, and does all the
routine things quite reliably.  However, like many GNU project versions
of well-known Unix applications, tar has accreted a massive number of
optional features over the years... very few of which I actually use.
And these are what many of the open bugs against the package are about.

Also, as is the case with some other GNU applications, tar has
documentation under the FDL with invariant sections, so as a matter of
Debian policy the docs are distributed in non-free.  This complicates
the packaging process somewhat, though I have a well-documented process
for ingesting a new upstream release into the packaging repository and
rippling updates into the various required branches.

If you want to jump in, I suggest you start by taking a look at the
current list of open bugs, find one or two to fix, and then reach out to
me for some discussion.  As tar is an essential package, taking it on
does carry an extra measure of responsibility.

Regards,

Bdale


signature.asc
Description: PGP signature


Bug#971766: marked as done (ITP: gap-crystcat -- The crystallographic groups catalog)

2020-11-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Nov 2020 21:44:58 +
with message-id 
and subject line Bug#971766: fixed in gap-crystcat 1.1.9-1
has caused the Debian Bug report #971766,
regarding ITP: gap-crystcat -- The crystallographic groups catalog
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 ow...@bugs.debian.org
immediately.)


-- 
971766: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971766
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Joachim Zobel 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: gap-crystcat
  Version : 1.1.19
  Upstream Author : Volkmar Felsch , Franz
Gähler 
* URL : http://www.gap-system.org/Packages/crystcat.html
* License : GPL2+
  Programming Lang: GAP 4
  Description : The crystallographic groups catalog

This package provides a catalog of crystallographic groups of dimensions 2,
3, and 4 which covers most of the data contained in the book Crystallographic
groups of four-dimensional space by H. Brown, R. Bülow, J. Neubüser, H.
Wondratschek, and H. Zassenhaus (John Wiley, New York, 1978). Methods for the
computation with these groups are provided by the package Cryst, which must
be installed as well.

I am packaging this because it is a dependency for gap-hap (see Bug#968545).
--- End Message ---
--- Begin Message ---
Source: gap-crystcat
Source-Version: 1.1.9-1
Done: Joachim Zobel 

We believe that the bug you reported is fixed in the latest version of
gap-crystcat, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 971...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joachim Zobel  (supplier of updated gap-crystcat 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 01 Nov 2020 19:16:19 +0100
Source: gap-crystcat
Binary: gap-crystcat
Architecture: source all
Version: 1.1.9-1
Distribution: unstable
Urgency: low
Maintainer: Joachim Zobel 
Changed-By: Joachim Zobel 
Description:
 gap-crystcat - GAP CrystCat - The crystallographic groups catalog
Closes: 971766
Changes:
 gap-crystcat (1.1.9-1) unstable; urgency=low
 .
   * Initial Release (Closes: #971766).
   * Created with gap2deb
   * Patch doc-doc2etc adapts to gap directory structure
   * Patch doc-sixdot to adapt to build outside of the gap tree
   * Adapted doc/Makefile
   * Added another link
   * Added tex build dependencies
Checksums-Sha1:
 0e18af3911c13928e91cc9b78b1495e7c83720f8 1864 gap-crystcat_1.1.9-1.dsc
 b64a5e52fce7e1ae20d125919b2472320a2a5c67 217486 gap-crystcat_1.1.9.orig.tar.gz
 4e5925642534099966d08f00d3799335dac6cc29 3348 
gap-crystcat_1.1.9-1.debian.tar.xz
 3f6940947a051c699d63a26b9860c38b04347bab 182044 gap-crystcat_1.1.9-1_all.deb
 b3400f0442c64f23aa5970d840eef39096860525 8776 
gap-crystcat_1.1.9-1_amd64.buildinfo
Checksums-Sha256:
 5b5086b4cbe58517b1b20812f27e919084e96af0e4ae841d20ca18db27da7e03 1864 
gap-crystcat_1.1.9-1.dsc
 aefac251b0e88bb6f6d16f5485255d72a5f90b3e51259f97ba22418254ab5ecf 217486 
gap-crystcat_1.1.9.orig.tar.gz
 b03d1f85bce877d4784b80d27a7831b9f9009f093f7ed59a04ee90da194c6c0b 3348 
gap-crystcat_1.1.9-1.debian.tar.xz
 b7d62eba259a2e697f843eeecf2dfce90c0b49cebedde26b98b7624d3e758282 182044 
gap-crystcat_1.1.9-1_all.deb
 3eae1bff6f2c4c0f61268ebe60b731c0e0e18aaec994ed54f7772d151c6dc3a8 8776 
gap-crystcat_1.1.9-1_amd64.buildinfo
Files:
 b5835e65dd45695758d2020cfbb569f8 1864 math optional gap-crystcat_1.1.9-1.dsc
 82f30992128249f7f02e51d6fdfbc9b8 217486 math optional 
gap-crystcat_1.1.9.orig.tar.gz
 c9e01902598c8e1eebede0cc294f9ee6 3348 math optional 
gap-crystcat_1.1.9-1.debian.tar.xz
 a3d5128f1b35ab62ef2bd92af6f31ae0 182044 math optional 
gap-crystcat_1.1.9-1_all.deb
 7a469b71fe0b4df847e51e4b48c9cae6 8776 math optional 
gap-crystcat_1.1.9-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEQgKOpASi6dgKxFMUjw58K0Ui44cFAl+id6AACgkQjw58K0Ui
44cX9g/7BPEDEe57tem7WaNVLDlrS6M/MnsOzPNM2xwThw1UGrZdD3lKONLYf8RJ
+uPCvSP5jseKYhCZGN6DXtIUZx7UthZisaQxJL+BOyDb/a0QLIn3I/QoWFHtuNTe
yJHLgDg8wVajWdS8/yOYH3Ymn0hbBoDA0lJpm19Mb3umlPrjhKjixHEinKJZIIPr
nXHnqqEuCXB/uWe/lsRpegQZVVAocrNNGEZ8epJWMAYg75WfUd/WbvpcB7dxugzh
Eo+MS5QRdfkTitj+3H0S5nTqjybwY

Bug#973841: ITP: callaudiod -- Call audio routing daemon

2020-11-05 Thread Arnaud Ferraris
Package: wnpp
Severity: wishlist
Owner: Arnaud Ferraris 
X-Debbugs-Cc: debian-de...@lists.debian.org, arnaud.ferra...@gmail.com

* Package name: callaudiod
  Version : 0.0.4
  Upstream Author : Arnaud Ferraris 
* URL : https://gitlab.com/mobian1/callaudiod
* License : GPL, LGPL
  Programming Lang: C
  Description : Call audio routing daemon

callaudiod is a daemon for routing audio during voice calls. It is
used by the latest version of gnome-calls and provides a D-bus
interface with methods allowing the following:
  * switch the card profile
  * route audio to the internal speaker or back to the earpiece
  * mute or unmute the microphone

This package will be maintained by the DebianOnMobile team.



Processed: Help: Test suite failures (Was: ITP: anndata -- Annotated gene by sample numpy matrix)

2020-11-05 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 help
Bug #954170 [wnpp] ITP: anndata -- Annotated gene by sample numpy matrix
Added tag(s) help.

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



Bug#954170: Help: Test suite failures (Was: ITP: anndata -- Annotated gene by sample numpy matrix)

2020-11-05 Thread Andreas Tille
Control: tags -1 help

Hi Diane and Steffen,

I fixed the Build-Depends in this package which leads to the
effect that

  a) the Build-time test is run
  b) shows the same errors as the autopkgtest


...
anndata/tests/test_deprecations.py::test_get_uns_neighbors_deprecated FAILED [ 
36%]
...
anndata/tests/test_readwrite.py::test_read_csv FAILED[ 51%]
anndata/tests/test_readwrite.py::test_read_tsv_strpath FAILED[ 51%]
anndata/tests/test_readwrite.py::test_read_tsv_iter FAILED   [ 51%]
...
anndata/tests/test_readwrite.py::test_read_excel FAILED  [ 51%]
...
=== FAILURES ===
__ test_get_uns_neighbors_deprecated ___

adata = AnnData object with n_obs × n_vars = 2 × 3
obs: 'anno1'
var: 'anno2'
uns: 'neighbors'
layers: 'x2'
obsp: 'connectivities'

def test_get_uns_neighbors_deprecated(adata):
n = adata.shape[0]
mtx = sparse.random(n, n, density=0.3, format="csr")
adata.obsp["connectivities"] = mtx
adata.uns["neighbors"] = {}

with pytest.warns(FutureWarning):
from_uns = adata.uns["neighbors"]["connectivities"]

assert_equal(from_uns, mtx)

with pytest.warns(None) as rec:
v = adata[: n // 2]
>   assert not rec
E   assert not WarningsChecker(record=True)

anndata/tests/test_deprecations.py:113: AssertionError
 test_read_csv _

def test_read_csv():
>   adata = ad.read_csv(HERE / "adata.csv")

anndata/tests/test_readwrite.py:308:.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _.
anndata/_io/read.py:48: in read_csv
return read_text(filename, delimiter, first_column_names, dtype)
anndata/_io/read.py:321: in read_text
with filename.open() as f:
/usr/lib/python3.9/pathlib.py:1241: in open
return io.open(self, mode, buffering, encoding, errors, newline,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _.

self = 
PosixPath('/build/python-anndata-0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata.csv')
name = 
'/build/python-anndata-0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata.csv'
flags = 524288, mode = 438

def _opener(self, name, flags, mode=0o666):
# A stub for the opener argument to built-in open()
>   return self._accessor.open(self, flags, mode)
E   FileNotFoundError: [Errno 2] No such file or directory: 
'/build/python-anndata-0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata.csv'

/usr/lib/python3.9/pathlib.py:1109: FileNotFoundError
 test_read_tsv_strpath _

def test_read_tsv_strpath():
>   adata = ad.read_text(str(HERE / "adata-comments.tsv"), "\t")

anndata/tests/test_readwrite.py:315:.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _.
anndata/_io/read.py:321: in read_text
with filename.open() as f:
/usr/lib/python3.9/pathlib.py:1241: in open
return io.open(self, mode, buffering, encoding, errors, newline,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _.

self = 
PosixPath('/build/python-anndata-0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata-comments.tsv')
name = 
'/build/python-anndata-0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata-comments.tsv'
flags = 524288, mode = 438

def _opener(self, name, flags, mode=0o666):
# A stub for the opener argument to built-in open()
>   return self._accessor.open(self, flags, mode)
E   FileNotFoundError: [Errno 2] No such file or directory: 
'/build/python-anndata-0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata-comments.tsv'

/usr/lib/python3.9/pathlib.py:1109: FileNotFoundError
__ test_read_tsv_iter __

def test_read_tsv_iter():
>   with (HERE / "adata-comments.tsv").open() as f:

anndata/tests/test_readwrite.py:322:.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _.
/usr/lib/python3.9/pathlib.py:1241: in open
return io.open(self, mode, buffering, encoding, errors, newline,
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _.

self = 
PosixPath('/build/python-anndata-0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata-comments.tsv')
name = 
'/build/python-anndata-0.7.4+ds/.pybuild/cpython3_3.9_anndata/build/anndata/tests/adata-comments.tsv'
flags = 524288, mode = 438

def _opener(self, name, flags, mode=0o666):
# A stub for the opener argument to built-in open()
>   return self._accessor.open(self, flags, mode)
E   FileNotFoundError: [Errno 2] No such file or directory: 
'/build/python-anndata-0.7.4+ds/.pybuild/cp

Processed: ITP: node-propget -- Find values in deeply nested objects

2020-11-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> close 973833
Bug #973833 [wnpp] ITP: node-propget -- Find values in deeply nested objects
Marked Bug as done
> stop
Stopping processing here.

Please contact me if you need assistance.
-- 
973833: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973833
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#970269: marked as done (ITA: fzf -- general-purpose command-line fuzzy finder)

2020-11-05 Thread Debian Bug Tracking System
Your message dated Thu, 05 Nov 2020 19:33:28 +
with message-id 
and subject line Bug#970269: fixed in fzf 0.24.2-1
has caused the Debian Bug report #970269,
regarding ITA: fzf -- general-purpose command-line fuzzy finder
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 ow...@bugs.debian.org
immediately.)


-- 
970269: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=970269
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

I request an adopter for the fzf package.

The package description is:
 It's an interactive Unix filter for command-line that can be used with
 any list; files, command history, processes, hostnames, bookmarks, git
 commits, etc.
 .
 Refer /usr/share/doc/fzf/README.Debian for quick instructions on how to
 add keybindings for Bash, Zsh, Fish to call fzf.
 It's an interactive Unix filter for command-line that can be used with
 any list; files, command history, processes, hostnames, bookmarks, git
 commits, etc.
 .
 Refer /usr/share/doc/fzf/README.Debian for quick instructions on how to
 add keybindings for Bash, Zsh, Fish to call fzf.

I'm no longer interested in maintaining software written in go.
--- End Message ---
--- Begin Message ---
Source: fzf
Source-Version: 0.24.2-1
Done: Jai Flack 

We believe that the bug you reported is fixed in the latest version of
fzf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 970...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jai Flack  (supplier of updated fzf package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 04 Nov 2020 17:03:44 +1000
Source: fzf
Architecture: source
Version: 0.24.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team 
Changed-By: Jai Flack 
Closes: 956943 969720 969829 970269
Changes:
 fzf (0.24.2-1) unstable; urgency=medium
 .
   * New upstream version 0.24.2. (Closes: #969720)
   * Add d/upstream/metadata.
   * Add Upstream-Contact to d/copyright.
   * Update debhelper-compat version.
   * Fix test-suite. (Closes: #969829)
   * Fix inclusion of source code in binary. (Closes: #956943)
   * New uploader. (Closes: #970269)
   * Move maitenence to Debian Go team.
Checksums-Sha1:
 3d8abb0594de3f9729b6ced47b80f6c71da3dc2d 2171 fzf_0.24.2-1.dsc
 a3d59760bd74671499a3db5d05d57f25ebae75f4 173618 fzf_0.24.2.orig.tar.gz
 7b5cf896181c5467e8765353942e5db55538771d 3424 fzf_0.24.2-1.debian.tar.xz
 50a345803a480dcd1222d70779918c24906a259b 6448 fzf_0.24.2-1_amd64.buildinfo
Checksums-Sha256:
 1e6313acab88bbc90488d01968b83c338a80f967fdfc14c3da87c712d64db27a 2171 
fzf_0.24.2-1.dsc
 8a07554bade6b3064531689d4da829accc843e28ea1ae3229d3bd6d2ebe4a84e 173618 
fzf_0.24.2.orig.tar.gz
 24407bcb401344bafeb2f073cc4d773782c12db37263bf20bc70b5f587bc2d51 3424 
fzf_0.24.2-1.debian.tar.xz
 820f721c34984d0ff34eddc70128da19dd2df64526af13a2910ae02796efab40 6448 
fzf_0.24.2-1_amd64.buildinfo
Files:
 9c11910ec75df01fe907723e7890a4b4 2171 utils optional fzf_0.24.2-1.dsc
 e64eedd48032e2577b79bde356c3df9a 173618 utils optional fzf_0.24.2.orig.tar.gz
 999cb272488a6f6d6dec31ddad11e68b 3424 utils optional fzf_0.24.2-1.debian.tar.xz
 43aebe0bdf78266164d3384ad2da7914 6448 utils optional 
fzf_0.24.2-1_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEE0whj4mAg5UP0cZqDj1PgGTspS3UFAl+kUgUACgkQj1PgGTsp
S3XTSw/+NneqCBdIyaGz+yctAdVe8Q1VtL2RRGjhNSxCvqr9UyYIxnbESFSSbSBO
XabGkDq8XKTHCSvzJr7ugSYV+Un4MQmWv3h7bPIOg/pc1O/J3Oro/wYOOT+ouX7i
ZRW2br0RLHDsh4zF+qwkM/fptDSNSWsew2Hj7N62m+11I8Qh4xYbXrQ+Ay27RQ/7
pdfU4h36HDOjN9CGFw8dWTZ8l+JK9aZcQL7zNkuStqBMabf987YXhDP4ylt4WInc
2tUvKN9n5juxujwlhOrBM6WYjQw6mZwOG0wObTOL2QXGdQTgXjw7ACL2VDsekg2v
2XPLbafQmJYepqhTSWWgQiTdVWwMrOVBQt4XEjHwplRJ/skTA3n3A8a1cfiCg6vd
6CJDOhrvn0Hblz1Rj5Nid4QTNs5ZRaj5IRMR/jvUvEjlLZVXP3XP6cCulZr0VZNS
IVzYloz3I+nPwp2d2aswsiY/nsD0XTh8qnrg39o991BKbpM/t+X9TOxkK661Dr5L
l0B0XBU+TFrM98AB+C1tvC4kR6oVNdU+OQ7y5GJuAevTcbtdMC2JPrVSaBWx8/27
+nfmSwwzXlKjylszST9cAp0xV0L3/aiX77e3jITOxABQgWZ89OrTL7OqohPohKyq
cZZUsIi87yPX93TiRB3H4YcXSDxC10JpFWnmqJu/0ZsIINfm87E=
=gIrz
-END PGP SIGNATURE End Message ---


Bug#973822: ITP: dosbox-staging -- DOSBox Staging is a full x86 CPU emulator (independent of host architecture), capable of running DOS programs that require real or protected mode.

2020-11-05 Thread David Heidelberg

Hello Philipp,

I've been watching DOSBox development for long time and it seems their 
progress is very slow, with limited number of SVN commits, not yet 
merged SDL 2 support and no releases it doesn't seems it will thrive in 
future.


As I understood DOSBox Staging was originally meant as a incubator for 
new patches, which are not yet merged into DOSBox (similar to Wine and 
Wine Staging) and needs to be tested, but original DOSBox authors 
didn't agreed to cooperate with this project.


I believe this project - written with modern standards in mind, having 
CI and very friendly and supportive developers is currently in much 
better state than old DOSBox.


Comparsion of technical features and abilities can be found directly 
here:

https://github.com/dosbox-staging/dosbox-staging
Best regards
David Heidelberg

On Thu, Nov 5, 2020 at 19:37, Philipp Kern  wrote:

On 05.11.20 17:41, David Heidelberg wrote:

 Package: wnpp
 Severity: wishlist
 Owner: David Heidelberg 
 X-Debbugs-Cc: debian-de...@lists.debian.org

 * Package name: dosbox-staging
   Version : 0.76
   Upstream Author : The DOSBox Staging Team
 * URL : https://dosbox-staging.github.io/
 * License : GPL-2.0-or-later
   Programming Lang: C, C++
   Description : DOSBox Staging is a full x86 CPU emulator 
(independent of host architecture), capable of running DOS programs 
that require real or protected mode.



 DOSBox Staging is a full x86 CPU emulator (independent of host
 architecture), capable of running DOS programs that require real or
 protected mode.
 It features:
 * A built-in DOS-like console
 * Emulation of several PC variants: IBM PC, IBM PCjr, Tandy 1000),
   and CPUs (286, 386, 486, and Pentium I)
 * Graphics chipsets: Hercules, CGA, EGA, VGA, and SVGA
 * Audio solutions: PC Speaker, Tandy Sound System, Disney Sound 
Source,

   Sound Blaster series, and Gravis UltraSound
 * CDROM and CD Digital Audio with audio optionally encoded as FLAC,
   Opus, OGG/Vorbis, MP3 or WAV
 * Joystick emulation working with modern game controllers
 * Serial port emulation including IPX over UDP and Telnet over 
TCP/IP
 * Hardware-accelerated video output including integer 
(pixel-perfect)

   scaling, sharp-bilinear scaling, OpenGL shaders, and more

 DOSBox Staging is highly configurable and sufficiently-optimized to 
run

 any DOS game on a modern computer.

 Q: why is this package useful/relevant?
 A: Sucessor of DOSBox, which is already inside Debian


Why do we need both rather than upgrading dosbox? Is this package
supposed to take over the existing binary package eventually?

Kind regards
Philipp Kern





Bug#973822: ITP: dosbox-staging -- DOSBox Staging is a full x86 CPU emulator (independent of host architecture), capable of running DOS programs that require real or protected mode.

2020-11-05 Thread Philipp Kern
On 05.11.20 17:41, David Heidelberg wrote:
> Package: wnpp
> Severity: wishlist
> Owner: David Heidelberg 
> X-Debbugs-Cc: debian-de...@lists.debian.org
> 
> * Package name: dosbox-staging
>   Version : 0.76
>   Upstream Author : The DOSBox Staging Team
> * URL : https://dosbox-staging.github.io/
> * License : GPL-2.0-or-later
>   Programming Lang: C, C++
>   Description : DOSBox Staging is a full x86 CPU emulator (independent of 
> host architecture), capable of running DOS programs that require real or 
> protected mode.
> 
> 
> DOSBox Staging is a full x86 CPU emulator (independent of host
> architecture), capable of running DOS programs that require real or
> protected mode.
> It features:
> * A built-in DOS-like console
> * Emulation of several PC variants: IBM PC, IBM PCjr, Tandy 1000),
>   and CPUs (286, 386, 486, and Pentium I)
> * Graphics chipsets: Hercules, CGA, EGA, VGA, and SVGA
> * Audio solutions: PC Speaker, Tandy Sound System, Disney Sound Source,
>   Sound Blaster series, and Gravis UltraSound
> * CDROM and CD Digital Audio with audio optionally encoded as FLAC,
>   Opus, OGG/Vorbis, MP3 or WAV
> * Joystick emulation working with modern game controllers
> * Serial port emulation including IPX over UDP and Telnet over TCP/IP
> * Hardware-accelerated video output including integer (pixel-perfect)
>   scaling, sharp-bilinear scaling, OpenGL shaders, and more
> 
> DOSBox Staging is highly configurable and sufficiently-optimized to run
> any DOS game on a modern computer.
> 
> Q: why is this package useful/relevant?
> A: Sucessor of DOSBox, which is already inside Debian

Why do we need both rather than upgrading dosbox? Is this package
supposed to take over the existing binary package eventually?

Kind regards
Philipp Kern



signature.asc
Description: OpenPGP digital signature


Bug#973828: ITP: golang-github-ianbruene-go-difflib -- partial port of Python difflib package to Go

2020-11-05 Thread Anthony Fok
Package: wnpp
Severity: wishlist
Owner: Anthony Fok 

* Package name: golang-github-ianbruene-go-difflib
  Version : 1.2.0-1
  Upstream Author : Patrick Mézard, Ian Bruene
* URL : https://github.com/ianbruene/go-difflib
* License : BSD-3-clause
  Programming Lang: Go
  Description : partial port of Python difflib package to Go

 Go-difflib is an as yet partial port of python 3's difflib package.
 Its main goal was to make unified and context diff available in pure Go,
 mostly for testing purposes.
 .
 The previous owner of this project (pmezard) did not have the time to
 continue working on it (github.com/pmezard/go-difflib), so ianbruene
 continues to develop it at github.com/ianbruene/go-difflib.

Reason for packaging: Required by new version of reposurgeon (4.19)



Bug#973824: ITP: watchtower-clojure -- simple file/directory watcher library

2020-11-05 Thread Thomas Goirand
Package: wnpp
Severity: wishlist
Owner: Thomas Goirand 

* Package name: watchtower-clojure
  Version : 0.1.1
  Upstream Author : Chris Granger 
* URL : https://github.com/ibdknox/watchtower
* License : EPL-1.0
  Programming Lang: Clojure
  Description : simple file/directory watcher library

 This package provides a simple file/directory watcher library. It can watch
 a file, or a folder, and filter what filename shall be watch in the folder.
 The rate for the polling can also be defined.

Note: This is part of the long dependency chain for puppet-server 6.



Bug#973822: ITP: dosbox-staging -- DOSBox Staging is a full x86 CPU emulator (independent of host architecture), capable of running DOS programs that require real or protected mode.

2020-11-05 Thread David Heidelberg
Package: wnpp
Severity: wishlist
Owner: David Heidelberg 
X-Debbugs-Cc: debian-de...@lists.debian.org

* Package name: dosbox-staging
  Version : 0.76
  Upstream Author : The DOSBox Staging Team
* URL : https://dosbox-staging.github.io/
* License : GPL-2.0-or-later
  Programming Lang: C, C++
  Description : DOSBox Staging is a full x86 CPU emulator (independent of 
host architecture), capable of running DOS programs that require real or 
protected mode.


DOSBox Staging is a full x86 CPU emulator (independent of host
architecture), capable of running DOS programs that require real or
protected mode.
It features:
* A built-in DOS-like console
* Emulation of several PC variants: IBM PC, IBM PCjr, Tandy 1000),
  and CPUs (286, 386, 486, and Pentium I)
* Graphics chipsets: Hercules, CGA, EGA, VGA, and SVGA
* Audio solutions: PC Speaker, Tandy Sound System, Disney Sound Source,
  Sound Blaster series, and Gravis UltraSound
* CDROM and CD Digital Audio with audio optionally encoded as FLAC,
  Opus, OGG/Vorbis, MP3 or WAV
* Joystick emulation working with modern game controllers
* Serial port emulation including IPX over UDP and Telnet over TCP/IP
* Hardware-accelerated video output including integer (pixel-perfect)
  scaling, sharp-bilinear scaling, OpenGL shaders, and more

DOSBox Staging is highly configurable and sufficiently-optimized to run
any DOS game on a modern computer.

Q: why is this package useful/relevant?
A: Sucessor of DOSBox, which is already inside Debian

Current Debian WIP repository: https://salsa.debian.org/Feignint/dosbox-staging



Bug#973820: ITP: golang-github-moby-term -- utilities for dealing with terminals

2020-11-05 Thread Francisco Vilmar Cardoso Ruviaro
Package: wnpp
Severity: wishlist
Owner: Francisco Vilmar Cardoso Ruviaro 
X-Debbugs-Cc: debian-de...@lists.debian.org, francisco.ruvi...@riseup.net

* Package name: golang-github-moby-term
  Version : 0.0~git20201101.25d840c-1
  Upstream Author : Moby Project
* URL : https://github.com/moby/term
* License : Apache-2.0
  Programming Lang: Go
  Description : utilities for dealing with terminals

term provides structures and helper functions to work with terminal
(state, sizes).

golang-github-moby-term-dev is one of the Build-Depends for tty-share.



Processed: RFS: scikit-build/0.11.1-1 [ITP] -- skbuild (documentation)

2020-11-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> block 947097 by 973818
Bug #947097 [wnpp] ITP: scikit-build -- build system generator for Python 
C/C++/Fortran/Cython extensions
947097 was blocked by: 947100
947097 was not blocking any bugs.
Added blocking bug(s) of 947097: 973818
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
947097: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947097
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#973788: Thanks a lot for caring (Was: Bug#973407: transition: r-api-bioc-3.12)

2020-11-05 Thread Andreas Tille
Hi Dylan,

On Thu, Nov 05, 2020 at 10:41:31AM +0100, Dylan Aïssi wrote:
> > we are basically struck due to r-bioc-rhdf5filters.  I've just
> > sent an ITP bug which I will make a blocker for the transition bug.
> >
> > Do you have any idea how this can be properly built?
> 
> Are you talking about the "library-not-linked-against-libc" lintian error?

No, that can usually be ignored.  I've checked the control information
inside the resulting *.deb and the compression libs are not contained
there I also do not see them in the logs as linker flags.
 
> So, I would say we can maybe skip this tag for now and see if there is
> no error in its autopkgtests once the migration will be done.
> 
> What do you think?

Is the autopkgtest passing for you?

If you think the package is OK and the other BioC packages are working
I'm perfectly fine if you would upload.

Kind regards

Andreas.

-- 
http://fam-tille.de



Processed: Re: Bug#973407: transition: r-api-bioc-3.12

2020-11-05 Thread Debian Bug Tracking System
Processing control commands:

> block -1 by 973788
Bug #973407 [release.debian.org] transition: r-api-bioc-3.12
973407 was not blocked by any bugs.
973407 was not blocking any bugs.
Added blocking bug(s) of 973407: 973788
> tags -1 help
Bug #973407 [release.debian.org] transition: r-api-bioc-3.12
Added tag(s) help.

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



Processed: [Help] Re: Bug#973788: ITP: r-bioc-rhdf5filters -- GNU R HDF5 compression filters

2020-11-05 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 help
Bug #973788 [wnpp] ITP: r-bioc-rhdf5filters -- GNU R HDF5 compression filters
Added tag(s) help.

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



Bug#973788: [Help] Re: Bug#973788: ITP: r-bioc-rhdf5filters -- GNU R HDF5 compression filters

2020-11-05 Thread Andreas Tille
Control: tags -1 help

Hi,

it would be great if someone could have a look into this package.
The bz2 and lbosc libs are not linked properly and the test suite
fails.

This package is needed for the BioConductor transition

https://release.debian.org/transitions/html/r-api-bioc-3.12.html

Kind regards

   Andreas

On Thu, Nov 05, 2020 at 08:42:24AM +0100, Andreas Tille wrote:
> Package: wnpp
> Severity: wishlist
> 
> Subject: ITP: r-bioc-rhdf5filters -- GNU R HDF5 compression filters
> Package: wnpp
> Owner: Andreas Tille 
> Severity: wishlist
> 
> * Package name: r-bioc-rhdf5filters
>   Version : 1.2.0
>   Upstream Author : Mike Smith
> * URL : https://bioconductor.org/packages/rhdf5filters/
> * License : BSD-2-clause
>   Programming Lang: GNU R
>   Description : GNU R HDF5 compression filters
>  This Bioconductor package provides a collection of compression filters for
>  use with HDF5 datasets.
>  .
>  One of the advantages of using HDF5 is that data stored on disk can be
>  compressed, reducing both the space required to store them and the time
>  needed to read those data. This data compression is applied as part of the
>  HDF5 “filter pipeline” that modifies data during I/O operations. HDF5
>  includes several filter algorithms as standard, and the version of the
>  HDF5 library found in Rhdf5lib is additionally compiled with support for
>  the deflate and szip compression filters which rely on third-party
>  compression libraries. Collectively HDF5 refer to these as the “internal”
>  filters. It is possible to use any combination of these (including none)
>  when writing data using rhdf5.
> 
> Remark: This package is maintained by Debian R Packages Maintainers at
>https://salsa.debian.org/r-pkg-team/r-bioc-rhdf5filters

-- 
http://fam-tille.de



Processed: ITP: r-bioc-sparsematrixstats -- BioConductor summary statistics for rows and columns of sparse matrices

2020-11-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 973810 Andreas Tille 
Bug #973810 [wnpp] ITP: r-bioc-sparsematrixstats -- BioConductor summary 
statistics for rows and columns of sparse matrices
Owner recorded as Andreas Tille .
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
973810: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973810
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: ITP: r-cran-parallelly -- GNU R enhancing the 'parallel' package

2020-11-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 973809 Andreas Tille 
Bug #973809 [wnpp] ITP: r-cran-parallelly -- GNU R enhancing the 'parallel' 
package
Owner recorded as Andreas Tille .
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
973809: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973809
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#973795: ITP: hyperborg -- Decentralised and distributed home automation system

2020-11-05 Thread Jonas Smedegaard
Hi Nagy,

Quoting Nagy Imre (2020-11-05 09:47:57)
> * Package name: hyperborg
>   Version : 1.0.0
>   Upstream Author : Imre Nagy 
> * URL : https://github.com/hyperborg/hyperborg.git
> * License : Apache-2.0
>   Programming Lang: C++, Qt
>   Description : Decentralised and distributed home automation system
> 
> Although Home Assistant and Domoticz are the key player in this area
> they have certaind design consideration that makes them not easy-to-use or
> not-fail-safe.
> 
> Official webpage: https://hyperborg.com
> 
> HyperBorg is a new contented in the area, focusing on primary 
> decentralisation and high speed communication and trires to create an 
> easy alternative.

Looks like an exciting alternative - now added to 
https://wiki.debian.org/HomeAutomation


 - Jonas

-- 
 * Jonas Smedegaard - idealist & Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private

signature.asc
Description: signature


Bug#973810: ITP: r-bioc-sparsematrixstats -- BioConductor summary statistics for rows and columns of sparse matrices

2020-11-05 Thread Andreas Tille
Package: wnpp
Severity: wishlist

Subject: ITP: r-bioc-sparsematrixstats -- BioConductor summary statistics for 
rows and columns of sparse matrices
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: r-bioc-sparsematrixstats
  Version : 1.2.0
  Upstream Author : Constantin Ahlmann-Eltze
* URL : https://bioconductor.org/packages/sparseMatrixStats/
* License : MIT
  Programming Lang: GNU R
  Description : BioConductor summary statistics for rows and columns of 
sparse matrices
 High performance functions for row and column operations on sparse matrices.
 For example: col / rowMeans2, col / rowMedians, col / rowVars etc. Currently,
 the optimizations are limited to data in the column sparse format.
 This package is inspired by the matrixStats package by Henrik Bengtsson.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-bioc-sparsematrixstats



Bug#973809: ITP: r-cran-parallelly -- GNU R enhancing the 'parallel' package

2020-11-05 Thread Andreas Tille
Package: wnpp
Severity: wishlist

Subject: ITP: r-cran-parallelly -- GNU R enhancing the 'parallel' package
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: r-cran-parallelly
  Version : 1.21.0
  Upstream Author : Henrik Bengtsson
* URL : https://cran.r-project.org/package=parallelly
* License : LGPL-2.1
  Programming Lang: GNU R
  Description : GNU R enhancing the 'parallel' package
 Utility functions that enhance the 'parallel' package and support the
 built-in parallel backends of the 'future' package. For example,
 availableCores() gives the number of CPU cores available to your R
 process as given by R options and environment variables, including those
 set by job schedulers on high-performance compute clusters. If none is
 set, it will fall back to parallel::detectCores(). Another example is
 makeClusterPSOCK(), which is backward compatible with
 parallel::makePSOCKcluster() while doing a better job in setting up
 remote cluster workers without the need for configuring the firewall to
 do port-forwarding to your local computer.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-cran-parallelly



Processed: ITP: r-bioc-tcgabiolinksgui.data -- Data for the TCGAbiolinksGUI package

2020-11-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> owner 973805 Dylan Aïssi 
Bug #973805 [wnpp] ITP: r-bioc-tcgabiolinksgui.data -- Data for the 
TCGAbiolinksGUI package
Owner recorded as Dylan Aïssi .
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
973805: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=973805
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#973805: ITP: r-bioc-tcgabiolinksgui.data -- Data for the TCGAbiolinksGUI package

2020-11-05 Thread Dylan Aïssi
Package: wnpp
Severity: wishlist

Subject: ITP: r-bioc-tcgabiolinksgui.data -- Data for the TCGAbiolinksGUI 
package
Package: wnpp
Owner: Dylan Aïssi 
Severity: wishlist

* Package name: r-bioc-tcgabiolinksgui.data
  Version : 1.10.0
  Upstream Author : Tiago Chedraoui Silva
* URL : 
https://bioconductor.org/packages/data/experiment/TCGAbiolinksGUI.data/
* License : GPL-3
  Programming Lang: GNU R
  Description : Data for the TCGAbiolinksGUI package
 Supporting data for the TCGAbiolinksGUI package.

Remark: This package is maintained by Debian R Packages Maintainers at
   https://salsa.debian.org/r-pkg-team/r-bioc-tcgabiolinksgui.data


Bug#968536: marked as done (O: cherrytree -- hierarchical note taking application)

2020-11-05 Thread Debian Bug Tracking System
Your message dated Thu, 5 Nov 2020 12:09:37 +0200
with message-id 
and subject line 968536 is done
has caused the Debian Bug report #968536,
regarding O: cherrytree -- hierarchical note taking application
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 ow...@bugs.debian.org
immediately.)


-- 
968536: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968536
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: normal

I intend to orphan the cherrytree package.

This package was removed from Debian due to python2 removals; upstream
currently has a WIP C++/gtkmm rewrite that can be packaged by a prospective
maintainer.

The package description is:
 CherryTree is a hierarchical note taking application, featuring rich text,
 syntax highlighting, images handling, hyperlinks, import/export with support
 for multiple formats, support for multiple languages, and more.
--- End Message ---
--- Begin Message ---
Version: 0.99.15+dfsg-2

Hello,

I have uploaded new version of cherrytree. Closing the orphaning bug
manually, as this did not happen automatically.

Best,
Andrius--- End Message ---


Processed: Re: Bug#961238: RFP: python3-gi -- python3-gi for GTK+4 in experimental

2020-11-05 Thread Debian Bug Tracking System
Processing control commands:

> retitle -1 python3-gi: update to a version with better GTK 4 support
Bug #961238 [wnpp] RFP: python3-gi -- python3-gi for GTK+4 in experimental
Changed Bug title to 'python3-gi: update to a version with better GTK 4 
support' from 'RFP: python3-gi -- python3-gi for GTK+4 in experimental'.
> reassign -1 python3-gi
Bug #961238 [wnpp] python3-gi: update to a version with better GTK 4 support
Bug reassigned from package 'wnpp' to 'python3-gi'.
Ignoring request to alter found versions of bug #961238 to the same values 
previously set
Ignoring request to alter fixed versions of bug #961238 to the same values 
previously set

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



Bug#961238: RFP: python3-gi -- python3-gi for GTK+4 in experimental

2020-11-05 Thread Simon McVittie
Control: retitle -1 python3-gi: update to a version with better GTK 4 support
Control: reassign -1 python3-gi

On Thu, 21 May 2020 at 22:07:36 +0100, Sam Bull wrote:
> I'd like to see a python3-gi version that supports GTK+4 in experimental.

This would have to be a new version of the python3-gi package, not a new,
separate package, so I'm reassigning this bug.

> There is already a gir1.2-gtk-4.0 package, but it errors in Python as the
> python3-gi package has not been updated.

GTK 4 is not finished and its API is constantly changing, so this could
be caused by either PyGI being too old and GTK 4 in experimental being
too new, or PyGI being too *new* and GTK 4 in experimental being too *old*.
Our priority in packaging PyGI is to have the version that works best
with GTK 3 applications from GNOME 3.38 in testing/unstable.

I seem to be the only developer to have uploaded GTK 4 to Debian
since 2017, but there are a lot of packages that are higher-priority
for me. The GTK 4 API continues to change, so this is not going to be
fast. I'm currently building a new version of Pango for experimental so
that I can update GTK 4 again.

GTK 4 isn't likely to get into Debian 11, which freezes at the end
of this year, and will release with GNOME 3.38. I hope that it will
be sufficiently stable to include in Debian 12, which should freeze
approximately 2 years later.

If you are having problems with PyGI's overrides being incompatible with
GTK 4, I would recommend using the versions from upstream git, and
contributing changes back to upstream where necessary; we'll pick those
up as they're released (but perhaps only after the Debian 11 freeze is
over).

smcv



Bug#973795: ITP: hyperborg -- Decentralised and distributed home automation system

2020-11-05 Thread Nagy Imre
Package: wnpp
Severity: wishlist
Owner: Nagy Imre 

* Package name: hyperborg
  Version : 1.0.0
  Upstream Author : Imre Nagy 
* URL : https://github.com/hyperborg/hyperborg.git
* License : Apache-2.0
  Programming Lang: C++, Qt
  Description : Decentralised and distributed home automation system

Although Home Assistant and Domoticz are the key player in this area
they have certaind design consideration that makes them not easy-to-use or
not-fail-safe.

Official webpage: https://hyperborg.com

HyperBorg is a new contented in the area, focusing on primary decentralisation
and high speed communication and trires to create an easy alternative.

Using C++, Qt and WebAssembly framework it can deliver statility and performance
as well as state-of-the-art responsive GUI interfaces, multi-threaded execution
scalable from RPI1 to multi-CPU servers.

Its Scratch-like interface makes it easy to extend and imporove the setup and 
creating
functions and programs that is used for the automation.

HyperBorg is aiming mainly for home automation, but as a framework could be used
for other purposes too. (Collecting server telemetries, etc)

I am the author of HyperBorg, so currently the developement and maintanence 
would
be in the same hand, but I expect to gain larger user base as the project 
develops.

HyperBorg depends on Qt framework.

Sponsor might needed.

Best regards,
Imre



Bug#973792: RFP: grub-efi-arm-signed -- armhf counterpart of grub-efi-arm64-signed

2020-11-05 Thread Ryutaroh Matsumoto
Package: wnpp
Severity: wishlist
X-Debbugs-Cc: pkg-grub-de...@alioth-lists.debian.net
Control: block 973780 by -1

* Package name: grub-efi-arm-signed
  Version : N/A
  Upstream Author : GRUB Maintainers 
* License : public-domain, GPL-2
  Description : armhf counterpart of grub-efi-arm64-signed

apt-cache show qemu-efi-arm says

Description-en: UEFI firmware for 32-bit ARM virtual machines
 qemu-efi-arm is a build of EDK II for 32-bit ARM virtual machines. It
 includes full support for UEFI, including Secure Boot.

But due to the lack of grub-efi-arm-signed corresponding to
grub-efi-arm64-signed, an armhf QEMU guest seems unable to
utilize the secure boot, even when qemu-efi-arm is installed the host.

Best regards, Ryutaroh Matsumoto



Processed: RFP: grub-efi-arm-signed -- armhf counterpart of grub-efi-arm64-signed

2020-11-05 Thread Debian Bug Tracking System
Processing control commands:

> block 973780 by -1
Bug #973780 [autopkgtest] autopkgtest: support of UEFI secure boot in 
autopkgtest-virt-qemu
973780 was blocked by: 973783 973790 973781
973780 was not blocking any bugs.
Added blocking bug(s) of 973780: 973792

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