Bug#888705: abseil-cpp packaging

2020-02-26 Thread GCS
On Wed, Feb 26, 2020 at 10:28 PM Benjamin Barenblat  wrote:
> https://github.com/abseil/abseil-cpp/pull/628 will let you test against
> the gtest in Debian simply by passing `-DABSL_RUN_TESTS=ON
> -DABSL_USE_GOOGLETEST_HEAD=OFF` to CMake. It looks like I just missed
> the LTS release of a few hours ago, but just patching this in should be
> fine.
 That's very nice of you.

> I’ll try to have a look at the packaging in Salsa before the end of this
> week.
 Are you going to rename it to abseil-cpp (as Google has abseil-python
as well, make a disparity between the two)?
@Anton: No one would like to step on your toes - definitely not me -
still your last visible activity was two years ago. Please push your
changes if you may any ready.

Thanks,
Laszlo/GCS



Processed: ITP: bustools -- tools for BUS single-cell RNAseq format

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

> close 952658
Bug #952658 [wnpp] ITP: bustools -- tools for BUS single-cell RNAseq format
Marked Bug as done
> stop
Stopping processing here.

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



Bug#886643: marked as done (RFH: ed -- classic UNIX line editor)

2020-02-26 Thread Debian Bug Tracking System
Your message dated Thu, 27 Feb 2020 00:48:34 +0100
with message-id <874kvc7vvx.fsf@asus>
and subject line Re: Bug#886643 RFH: ed -- classic UNIX line editor
has caused the Debian Bug report #886643,
regarding RFH: ed -- classic UNIX line editor
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.)


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

I request assistance with maintaining the ed package. I would also be
willing to give up maintenance of this package in long term. I do not
find the time any more to maintain the package (that is basicly
installed on everyones machine) in a proper timely fashion.

The package has an active upstream developer, with 1-3 releases per
year. 

The package description is:
 ed is a line-oriented text editor.  It is used to
 create, display, modify and otherwise manipulate text
 files.
 .
 red is a restricted ed: it can only edit files in the
 current directory and cannot execute shell commands.

-- 
 Martin Zobel-Helas Debian System Administrator
 Debian & GNU/Linux Developer   Debian Listmaster
 http://about.me/zobel   Debian Webmaster
 GPG Fingerprint:  6B18 5642 8E41 EC89 3D5D  BDBB 53B1 AC6D B11B 627B 


signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Lev Lamberov writes:

> Hello,
>
> Сб 22 фев 2020 @ 21:41 Fabrice BAUZAC-STEHLY :
>
>> I have stumbled upon the bug
>> Bug#886643 RFH: ed -- classic UNIX line editor
>> It looks like there is no activity since March 2018.
>> Do you think we can close this bug?
>
> I guess so (in case Martin has no objections).
>
> After the major update of packaging in 2018 it is rather trivial to
> maintain ed. At least, for now. And I don't expect any significant
> changes upstream.
>
> Best,
> Lev

OK, so I guess we can close this bug.

Thanks!

Best regards

-- 
Fabrice BAUZAC-STEHLY
PGP 015AE9B25DCB0511D200A75DE5674DEA514C891D--- End Message ---


Bug#952658: ITP: bustools -- tools for BUS single-cell RNAseq format

2020-02-26 Thread Steffen Moeller
Package: wnpp
Severity: wishlist

Subject: ITP: bustools -- tools for BUS single-cell RNAseq format
Package: wnpp
Owner: Steffen Moeller 
Severity: wishlist

* Package name: bustools
  Version : 0.39.3
  Upstream Author : , BUStools
* URL : https://bustools.github.io/
* License : BSD-2-Clause
  Programming Lang: C
  Description : tools for BUS single-cell RNAseq format
 RNAseq determines the number and the sequences of RNA in
 cellular tissue, and single-cell RNAseq (scRNAseq) does
 the same for individual cells.
 .
 The bustools have emerged as a central collection of
 tools that one applies to this kind of data.

Remark: This package is maintained by Debian Med Packaging Team at
   https://salsa.debian.org/med-team/bustools



Bug#952654: ITP: golang-github-google-renameio -- provides a way to atomically create or replace a file or symbolic link

2020-02-26 Thread Anthony Fok
Package: wnpp
Severity: wishlist
Owner: Anthony Fok 

* Package name: golang-github-google-renameio
  Version : 0.1.0-1
  Upstream Author : Michael Stapelberg
  Copyright Owner : Google Inc.
* URL : https://github.com/google/renameio
* License : Apache-2.0
  Programming Lang: Go
  Description : provides a way to atomically create or replace a file or 
symbolic link

 The renameio Go package provides a way to atomically create or replace a
 file or symbolic link.
 .
 Atomicity vs durability
 ---
 .
 renameio concerns itself only with atomicity, i.e. making sure
 applications never see unexpected file content (a half-written file,
 or a 0-byte file).
 .
 As a practical example, consider https://manpages.debian.org/: if there
 is a power outage while the site is updating, we are okay with losing the
 manpages which were being rendered at the time of the power outage. They
 will be added in a later run of the software. We are not okay with having
 a manpage replaced by a 0-byte file under any circumstances, though.


Reason for packaging:
 * Required by honnef.co/go/tools,
   which in turn is required by golang-google-api v0.16.0 and above



Bug#888705: abseil-cpp packaging

2020-02-26 Thread Benjamin Barenblat
On Sunday, February 16, 2020, at 10:48 PM +0100, László Böszörményi (GCS) wrote:
> @Benjamin: may you ask its developers to use the system gtest libraries
> if only ABSL_RUN_TESTS set to ON?

On Tuesday, February 18, 2020, at  6:02 PM -0500, Benjamin Barenblat wrote:
> I have a preliminary version of such a patch, and I’ll try to get it
> finished and sent in the next day or two; that way, even if upstream
> lags taking it, we can import it and get the support we need.

It took me a bit longer than I’d hoped, but
https://github.com/abseil/abseil-cpp/pull/628 will let you test against
the gtest in Debian simply by passing `-DABSL_RUN_TESTS=ON
-DABSL_USE_GOOGLETEST_HEAD=OFF` to CMake. It looks like I just missed
the LTS release of a few hours ago, but just patching this in should be
fine.

I’ll try to have a look at the packaging in Salsa before the end of this
week.



Bug#951710: marked as done (ITP: microsoft-authentication-extensions-for-python -- Microsoft Authentication extensions for MSAL for Python)

2020-02-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Feb 2020 20:12:53 +
with message-id 
and subject line Bug#951710: fixed in 
microsoft-authentication-extensions-for-python 0.1.3-1
has caused the Debian Bug report #951710,
regarding ITP: microsoft-authentication-extensions-for-python -- Microsoft 
Authentication extensions for MSAL for Python
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.)


-- 
951710: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951710
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Luca Boccassi" 
X-Debbugs-CC: debian-de...@lists.debian.org
Control: block 949763 by -1

* Package name: microsoft-authentication-extensions-for-python
  Version : 0.1.3
  Upstream Author : Microsoft Corporation
* URL : 
https://github.com/AzureAD/microsoft-authentication-extensions-for-python
* License : MIT
* Programming Lang: Python
* Description : Microsoft Authentication extensions for MSAL for Python

The Microsoft Authentication extensions for MSAL for Python enables provide
cross-platform utilities for interacting with MSAL, including a shared cache
for token that is safe to use concurrently among multiple processes.

It is required as a new dependency of the new version of python-azure.

-- 
Kind regards,
Luca Boccassi


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: microsoft-authentication-extensions-for-python
Source-Version: 0.1.3-1
Done: Luca Boccassi 

We believe that the bug you reported is fixed in the latest version of
microsoft-authentication-extensions-for-python, 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 951...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luca Boccassi  (supplier of updated 
microsoft-authentication-extensions-for-python 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, 20 Feb 2020 13:22:54 +
Source: microsoft-authentication-extensions-for-python
Binary: python3-msal-extensions
Architecture: source all
Version: 0.1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Luca Boccassi 
Changed-By: Luca Boccassi 
Description:
 python3-msal-extensions - Microsoft Authentication extensions for MSAL for 
Python
Closes: 951710
Changes:
 microsoft-authentication-extensions-for-python (0.1.3-1) unstable; 
urgency=medium
 .
   * Initial release. (Closes: #951710)
Checksums-Sha1:
 da2282e9fc037a88cac7ce6b0b849270619b551f 2011 
microsoft-authentication-extensions-for-python_0.1.3-1.dsc
 fbd2d173cdc2f2336ceb8320fd19ccc3ac5e6a32 12889 
microsoft-authentication-extensions-for-python_0.1.3.orig.tar.gz
 8e20d4dc756733ee77c6f4fdf34bd51fa8f1fc4c 2016 
microsoft-authentication-extensions-for-python_0.1.3-1.debian.tar.xz
 0be56af778f5a3db2388f3287db87f6ac6eb1b5f 6683 
microsoft-authentication-extensions-for-python_0.1.3-1_amd64.buildinfo
 bb3cd6b160bba85719e981a151ee10c7752911f9 8156 
python3-msal-extensions_0.1.3-1_all.deb
Checksums-Sha256:
 fc4b4beaeeb2a97a69341c69d0e7c78ef94feacc023d66d891a4d769bd39814f 2011 
microsoft-authentication-extensions-for-python_0.1.3-1.dsc
 078f617cade8c7e8445b988cf93d9aa7f186d6d9d59cd2b3748fe58bffc6e57b 12889 
microsoft-authentication-extensions-for-python_0.1.3.orig.tar.gz
 e185f9f23c57b31f71eed205e2e8cce9de767f1adf044f51f94fccb861e03044 2016 
microsoft-authentication-extensions-for-python_0.1.3-1.debian.tar.xz
 90cf91d33492b03262ee8ca3a35c5a9d388810e4ece77f1b65df1175c4d47b00 6683 
microsoft-authentication-extensions-for-python_0.1.3-1_amd64.buildinfo
 e78b1144ae8e9eb0e9e6d2696fc6cc1597c6badfb5710af0ce75dd34cc72be20 8156 
python3-msal-extensions_0.1.3-1_all.deb
Files:
 fb8421b64364113bab0a251daf3bfda0 2011 python optional 
microsoft-authentication-extensions-for-python_0.1.3-1.dsc
 3454dfc53ce94802280d9d601d3b 12889 python optional 
microsoft-authentication-extensions-for-python_0.1.3.orig.tar.gz
 db5fea571c17ba62fca2f75f4dd98f49 2016 python optional 
microsoft-authentication-extensions-for-python_0.1.3-1.debian.tar.xz
 87dff00c2babcca6c9e46aaaefab18da 6683 python optional 
microsoft-authentication-ex

Bug#951731: marked as done (ITP: azure-multiapi-storage-python -- Azure Storage Data Plane SDK supporting multiple API versions)

2020-02-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Feb 2020 20:12:52 +
with message-id 
and subject line Bug#951731: fixed in azure-multiapi-storage-python 0.2.4-1
has caused the Debian Bug report #951731,
regarding ITP: azure-multiapi-storage-python -- Azure Storage Data Plane SDK 
supporting multiple API versions
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.)


-- 
951731: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951731
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Luca Boccassi" 
X-Debbugs-CC: debian-de...@lists.debian.org
Control: block 930413 by -1

* Package name: azure-multiapi-storage-python
  Version : 0.2.4
  Upstream Author : Microsoft Corporation
* URL : https://github.com/Azure/azure-multiapi-storage-python
* License : MIT
* Programming Lang: Python
* Description : Azure Storage Data Plane SDK supporting multiple API 
versions

Handles multi-API versions of Azure Storage Data Plane as provided by
python3-azure-storage and python3-azure-cosmos.

It is required as a dependency of azure-cli.

-- 
Kind regards,
Luca Boccassi


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: azure-multiapi-storage-python
Source-Version: 0.2.4-1
Done: Luca Boccassi 

We believe that the bug you reported is fixed in the latest version of
azure-multiapi-storage-python, 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 951...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luca Boccassi  (supplier of updated 
azure-multiapi-storage-python 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, 20 Feb 2020 19:51:12 +
Source: azure-multiapi-storage-python
Binary: python3-azure-multiapi-storage
Architecture: source all
Version: 0.2.4-1
Distribution: unstable
Urgency: medium
Maintainer: Luca Boccassi 
Changed-By: Luca Boccassi 
Description:
 python3-azure-multiapi-storage - Azure Storage Data Plane SDK supporting 
multiple API versions
Closes: 951731
Changes:
 azure-multiapi-storage-python (0.2.4-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #951731)
Checksums-Sha1:
 d1832fa4ababf9714ef9755879a21b346d771f53 1824 
azure-multiapi-storage-python_0.2.4-1.dsc
 287c111f40ab8076ba12c4a7fd85fe4ea4768449 965947 
azure-multiapi-storage-python_0.2.4.orig.tar.gz
 a61385e7f40831fd4cd39334f0cc91f2f94c1740 2444 
azure-multiapi-storage-python_0.2.4-1.debian.tar.xz
 9d56aabe81b61d468497c22fd77acf0b0b4fff32 6863 
azure-multiapi-storage-python_0.2.4-1_amd64.buildinfo
 b978b10aab185cf27293381645f99c6ed861c96e 143068 
python3-azure-multiapi-storage_0.2.4-1_all.deb
Checksums-Sha256:
 f3b95888dc5477231d9f4c1a33d54a2030d20424f23688f2f3fe2f77192bb2c6 1824 
azure-multiapi-storage-python_0.2.4-1.dsc
 df72102117b208c205b60601f2314aa812e18b7dc2cc136eec141f7e690f10f5 965947 
azure-multiapi-storage-python_0.2.4.orig.tar.gz
 ca411988dd44e750af1a01a788908957c3f6072f3b7d1b018461826d56111ea9 2444 
azure-multiapi-storage-python_0.2.4-1.debian.tar.xz
 2cd0cf22cb3224d3f4ebb2ea4adcb32dbb829d60c58b4766517a1e204d7a2dab 6863 
azure-multiapi-storage-python_0.2.4-1_amd64.buildinfo
 d0de389a40250ff69683d6eee4a24d742130d8c5e6381997e2405e04b85be850 143068 
python3-azure-multiapi-storage_0.2.4-1_all.deb
Files:
 26b52bf4d94f4b090112a3a578a9dc98 1824 python optional 
azure-multiapi-storage-python_0.2.4-1.dsc
 8aeb2bbe1030b368abca0b830cc06b89 965947 python optional 
azure-multiapi-storage-python_0.2.4.orig.tar.gz
 23b548d1c3dfba7c8b0de5c621514142 2444 python optional 
azure-multiapi-storage-python_0.2.4-1.debian.tar.xz
 6f93bd80aad1b224d5acd7c1e7ee4d16 6863 python optional 
azure-multiapi-storage-python_0.2.4-1_amd64.buildinfo
 dccf63c50f35d964346a7b09cb1191e5 143068 python optional 
python3-azure-multiapi-storage_0.2.4-1_all.deb

-BEGIN PGP SIGNATURE-

iQFFBAEBCgAvFiEE6g0RLAGYhL9yp9G8SylmgFB4UWIFAl5TqFgRHGJsdWNhQGRl
Ymlhbi5vcmcACgkQSylmgFB4UWKA8wf/YkIIk2UVOOrT3LoOq3wlNNZTA0FgpWij
K+jV9uBlZSr4tQKhufVdsRDvGJ0iFWSRr6KlDBmn5CxpXKoxhXI6JVbpBqeOWUtP
FMm3mTwYTi09j/SyhN0Li9jIfW4ZB4+e0aeLOh9xnZqSlMEdTjnUdUzaCMWobO

Bug#951126: marked as done (ITP: microsoft-authentication-library-for-python -- Microsoft Authentication Library (MSAL) for Python)

2020-02-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Feb 2020 20:12:55 +
with message-id 
and subject line Bug#951126: fixed in 
microsoft-authentication-library-for-python 1.1.0-1
has caused the Debian Bug report #951126,
regarding ITP: microsoft-authentication-library-for-python -- Microsoft 
Authentication Library (MSAL) for Python
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.)


-- 
951126: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951126
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Luca Boccassi" 
X-Debbugs-CC: debian-de...@lists.debian.org
Control: block 949763 by -1

* Package name: microsoft-authentication-library-for-python
  Version : 1.1.0
  Upstream Author : Microsoft Corporation
* URL : 
https://github.com/AzureAD/microsoft-authentication-library-for-python
* License : MIT
* Programming Lang: Python
* Description : Microsoft Authentication Library (MSAL) for Python

The Microsoft Authentication Library for Python enables applications to
integrate with the Microsoft identity platform. It allows you to sign
in users or apps with Microsoft identities (Azure AD, Microsoft
Accounts and Azure AD B2C accounts) and obtain tokens to call Microsoft
APIs such as Microsoft Graph or your own APIs registered with the
Microsoft identity platform. It is built using industry standard OAuth2
and OpenID Connect protocols

It is required as a new dependency of the new version of python-azure.

-- 
Kind regards,
Luca Boccassi


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: microsoft-authentication-library-for-python
Source-Version: 1.1.0-1
Done: Luca Boccassi 

We believe that the bug you reported is fixed in the latest version of
microsoft-authentication-library-for-python, 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 951...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luca Boccassi  (supplier of updated 
microsoft-authentication-library-for-python 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, 06 Feb 2020 18:24:26 +
Source: microsoft-authentication-library-for-python
Binary: python3-msal
Architecture: source all
Version: 1.1.0-1
Distribution: unstable
Urgency: medium
Maintainer: Luca Boccassi 
Changed-By: Luca Boccassi 
Description:
 python3-msal - Microsoft Authentication Library (MSAL) for Python
Closes: 951126
Changes:
 microsoft-authentication-library-for-python (1.1.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #951126)
Checksums-Sha1:
 aca3ead4d02ce6ff3f1fee8f77a5829e407a30b3 1912 
microsoft-authentication-library-for-python_1.1.0-1.dsc
 64019d13700b975f2e880169de9638ca8c18e563 74237 
microsoft-authentication-library-for-python_1.1.0.orig.tar.gz
 f2cfa82d11c131ba8624b33064b21a5392548757 2552 
microsoft-authentication-library-for-python_1.1.0-1.debian.tar.xz
 bbc5d9429e802f7d5da5d270f1d4d1d30996103f 7147 
microsoft-authentication-library-for-python_1.1.0-1_amd64.buildinfo
 8a0ff4babdbf62fb76a22b2276cac53449d3fe28 38788 python3-msal_1.1.0-1_all.deb
Checksums-Sha256:
 810e7981b18ad41fc9be0a54ec8cd41ae9780b764ce8095036f69d72fe0f1986 1912 
microsoft-authentication-library-for-python_1.1.0-1.dsc
 46e80076471341403910426aa6c2695fa082dc6e6dbd327025357a5b21b9919b 74237 
microsoft-authentication-library-for-python_1.1.0.orig.tar.gz
 aeed910cc458bba2ae242e003f15d6cbc5701a4779d662d02f1410f00130b09b 2552 
microsoft-authentication-library-for-python_1.1.0-1.debian.tar.xz
 67eb3f4dcda3db8b6cfaa9cb9646ae88f6c2d585d74f0917786b4d8945589380 7147 
microsoft-authentication-library-for-python_1.1.0-1_amd64.buildinfo
 3aa15de108b8ddcc69b2a94ea53e11cae4ac57468a65d8e4435dbff31c6cb089 38788 
python3-msal_1.1.0-1_all.deb
Files:
 ade62c581c2110761019bf537476fe1f 1912 python optional 
microsoft-authentication-library-for-python_1.1.0-1.dsc
 44de6013524bb61e2625a18e2830206a 74237 python optional 
microsoft-authentication-library-for-python_1.1.0.orig.tar.gz
 e32a3bc404436597cc081db1125b25b9 2552 python optional 
microsoft-authentication-library-for-python_1.

Bug#930413: marked as done (ITP: azure-cli -- Command-line tools for Microsoft Azure)

2020-02-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Feb 2020 20:12:51 +
with message-id 
and subject line Bug#930413: fixed in azure-cli 2.0.81+ds-1
has caused the Debian Bug report #930413,
regarding ITP: azure-cli -- Command-line tools for Microsoft Azure
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.)


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

* Package name: azure-cli
  Version : 2.0.66
  Upstream Author : Microsoft Corporation
* URL : https://github.com/Azure/azure-cli
* License : MIT
  Programming Lang: Python
  Description : Command-line tools for Microsoft Azure

Next generation multi-platform command line experience for Azure.

This package was previously uploaded by Iain R. Learmonth via #838708,
but subsequently removed via #889081 due to lack of time.

-- 
Kind regards,
Luca Boccassi


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: azure-cli
Source-Version: 2.0.81+ds-1
Done: Luca Boccassi 

We believe that the bug you reported is fixed in the latest version of
azure-cli, 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 930...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luca Boccassi  (supplier of updated azure-cli 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: Fri, 21 Feb 2020 19:25:30 +
Source: azure-cli
Binary: azure-cli python3-azure-cli python3-azure-cli-core 
python3-azure-cli-telemetry python3-azure-cli-testsdk
Architecture: source all
Version: 2.0.81+ds-1
Distribution: unstable
Urgency: medium
Maintainer: Luca Boccassi 
Changed-By: Luca Boccassi 
Description:
 azure-cli  - The Azure Command-Line Interface (CLI)
 python3-azure-cli - The Azure Command-Line Interface (CLI)
 python3-azure-cli-core - The Azure Command-Line Interface (CLI)
 python3-azure-cli-telemetry - The Azure Command-Line Interface (CLI)
 python3-azure-cli-testsdk - The Azure Command-Line Interface (CLI)
Closes: 930413
Changes:
 azure-cli (2.0.81+ds-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #930413)
Checksums-Sha1:
 b6d4287c1744096625029440b2374fb409ca9f93 2260 azure-cli_2.0.81+ds-1.dsc
 634212ec0bd43239911964cc888ed26b777fcc1c 32543294 
azure-cli_2.0.81+ds.orig.tar.gz
 924a85c5010d8b6e72553d0a0a3bc82314ec4da3 2932 
azure-cli_2.0.81+ds-1.debian.tar.xz
 343edd9c213507d242edaba7938c9e8769a5c571 2948 azure-cli_2.0.81+ds-1_all.deb
 82aab5b94e8113fddfda118ee86866220c150bde 9545 
azure-cli_2.0.81+ds-1_amd64.buildinfo
 93ce2c8d421465fb30a7249b9f8249674c97acec 91552 
python3-azure-cli-core_2.0.81+ds-1_all.deb
 8f41dec9fc7d89214465b82b781f6ff8059ed724 9304 
python3-azure-cli-telemetry_2.0.81+ds-1_all.deb
 7b004d6487d7f3be9db5fabcf5ffa07679548ca6 12344 
python3-azure-cli-testsdk_2.0.81+ds-1_all.deb
 6414a04ee80837c16e761a8ccb68f69c5ee91e60 848468 
python3-azure-cli_2.0.81+ds-1_all.deb
Checksums-Sha256:
 f638ca7b6a83da843a3091d75ec81075d4bc4505d0991676fdf1432eaf4bd521 2260 
azure-cli_2.0.81+ds-1.dsc
 11df6dc56e129389dd9d79cda48807479ab5fcdf6cf349a06d1d265ec0a8e7fe 32543294 
azure-cli_2.0.81+ds.orig.tar.gz
 09b6a36f18dc237cb0f88ea3a019a9c53d694ed10e853be1c7e22a8e717cd35e 2932 
azure-cli_2.0.81+ds-1.debian.tar.xz
 5e24346e972a01e13e0f2612d8658444e0a93d10ab69512d3081c33251b4bc59 2948 
azure-cli_2.0.81+ds-1_all.deb
 19815bd5749e70bc8b189bfe9ed4dd0b3c4cdf291447d547d339b24c510cc155 9545 
azure-cli_2.0.81+ds-1_amd64.buildinfo
 20c949b7f3184f42b66fa8d68bc2e57a73089cb7b98d806a6ede80f2178838a0 91552 
python3-azure-cli-core_2.0.81+ds-1_all.deb
 4dcab8781bdb0081da64e56960e1d1b9ff8f0b42329de2efa3361f9d54092725 9304 
python3-azure-cli-telemetry_2.0.81+ds-1_all.deb
 4bda63b16195945ff246a29d00e8ad0047f041476d627ad5952ede23769cd17f 12344 
python3-azure-cli-testsdk_2.0.81+ds-1_all.deb
 656f97407104224a827af1e8cf47fb75e0c37860e107d1c18a7694a7c34514c4 848468 
python3-azure-cli_2.0.81+ds-1_all.deb
Files:
 246bd2fc73b181ebbae23f053da28d02 2260 python optional azure-cli_2.0.81+ds-1.dsc
 04552a4a71ea8e65430

Bug#951788: marked as done (ITP: azure-devops-cli-extension -- Azure DevOps Extension for Azure CLI)

2020-02-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Feb 2020 19:00:11 +
with message-id 
and subject line Bug#951788: fixed in azure-devops-cli-extension 0.17.0-1
has caused the Debian Bug report #951788,
regarding ITP: azure-devops-cli-extension -- Azure DevOps Extension for Azure 
CLI
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.)


-- 
951788: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951788
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Luca Boccassi" 
X-Debbugs-CC: debian-de...@lists.debian.org
Control: block -1 by 930413

* Package name: azure-devops-cli-extension
  Version : 0.17.0
  Upstream Author : Microsoft Corporation
* URL : https://github.com/Azure/azure-devops-cli-extension
* License : MIT
* Programming Lang: Python
* Description : Azure DevOps Extension for Azure CLI

The Azure DevOps Extension for Azure CLI adds Pipelines, Boards, Repos,
Artifacts and DevOps commands to the Azure CLI 2.0.

-- 
Kind regards,
Luca Boccassi


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: azure-devops-cli-extension
Source-Version: 0.17.0-1
Done: Luca Boccassi 

We believe that the bug you reported is fixed in the latest version of
azure-devops-cli-extension, 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 951...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luca Boccassi  (supplier of updated 
azure-devops-cli-extension 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, 23 Feb 2020 12:31:36 +
Source: azure-devops-cli-extension
Binary: python3-azext-devops
Built-For-Profiles: nocheck
Architecture: source all
Version: 0.17.0-1
Distribution: unstable
Urgency: medium
Maintainer: Luca Boccassi 
Changed-By: Luca Boccassi 
Description:
 python3-azext-devops - Azure DevOps Extension for Azure CLI
Closes: 951788
Changes:
 azure-devops-cli-extension (0.17.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #951788)
Checksums-Sha1:
 ba81b5e5e3a4e8008ea5f2007ea1fd96f677060c 1880 
azure-devops-cli-extension_0.17.0-1.dsc
 755a4019c074f282379ad78a4d96c5247a8d9e89 2746055 
azure-devops-cli-extension_0.17.0.orig.tar.gz
 a9b22ebe2953c7461c4bc7ac9f03bc107f5ac43e 2004 
azure-devops-cli-extension_0.17.0-1.debian.tar.xz
 67596c01992b1c554cd0eeb7ce2cd01914053236 6200 
azure-devops-cli-extension_0.17.0-1_amd64.buildinfo
 395c755361112e36b96d8b1a49395f04d0e15adc 465416 
python3-azext-devops_0.17.0-1_all.deb
Checksums-Sha256:
 86cfd484704a2c689cc064843ea2947c80abf464e8fc5fafed0fc40bb8740ef1 1880 
azure-devops-cli-extension_0.17.0-1.dsc
 2da0662bb874399fac96ac3155d8e6844b8fc77f54a50450a7003cab0bc54050 2746055 
azure-devops-cli-extension_0.17.0.orig.tar.gz
 33035a763f513884bfc75d128450aa1a22d52017fae25d12361375a86fecb186 2004 
azure-devops-cli-extension_0.17.0-1.debian.tar.xz
 ba08512e67bdfd4282ae6415ea9c9c8b0226f158555646eccd12f66e2ad0edf7 6200 
azure-devops-cli-extension_0.17.0-1_amd64.buildinfo
 2269ec1e48a1ef3cb80b451012d62a9af9a2fd90a5d51516ea87e09a8e626d42 465416 
python3-azext-devops_0.17.0-1_all.deb
Files:
 469495a58d757e44c59cb378dfe3fb18 1880 python optional 
azure-devops-cli-extension_0.17.0-1.dsc
 c4576d1956df55fa1fa2013a3fc6ab78 2746055 python optional 
azure-devops-cli-extension_0.17.0.orig.tar.gz
 eced4f9d49b687b95d689c52b9fc64aa 2004 python optional 
azure-devops-cli-extension_0.17.0-1.debian.tar.xz
 479022ca98b84cf6ccbb0d6479a48a05 6200 python optional 
azure-devops-cli-extension_0.17.0-1_amd64.buildinfo
 2d30779a20f3abe63b1a0a10f9f80a1f 465416 python optional 
python3-azext-devops_0.17.0-1_all.deb

-BEGIN PGP SIGNATURE-

iQFFBAEBCgAvFiEE6g0RLAGYhL9yp9G8SylmgFB4UWIFAl5Sf88RHGJsdWNhQGRl
Ymlhbi5vcmcACgkQSylmgFB4UWLlQgf/f6io07RJ6ja46wYeYKKFs5c+fpjIpJTL
Nw7iZsl3beUTi/sBFj7J01xol+pdyqhTvTb+N+5h1USyp2lUD642XOcbAUGEYiV0
pabv9LZtP9Pmr1D2+S1Tftqhe/R8y4x8/LHiF4TZciBrUJAtjPDOdAFyXYC0T0k/
B1iQp/9cmS35Qmp5Y9fjMbbWZq8yo7Tv8bh/ucX3MHCsnPTUzbcCPQU+u3NXSDTl
GnzfC6Z6QBR8aiPNt+zr4LgXFJqKBn3lJyKUWwwud/f1XAubsS8VXxiFRmVasmFt
wUxzTD0P42JOOLs7hzyThZD0Mgc0UufN5r1XKn1XbWpE7t

Bug#950800: marked as done (ITP: azure-cosmos-table-python -- Azure Cosmos DB services Python SDK)

2020-02-26 Thread Debian Bug Tracking System
Your message dated Wed, 26 Feb 2020 19:00:10 +
with message-id 
and subject line Bug#950800: fixed in azure-cosmos-table-python 
1.0.5+git20191025-1
has caused the Debian Bug report #950800,
regarding ITP: azure-cosmos-table-python -- Azure Cosmos DB services Python SDK
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.)


-- 
950800: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=950800
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: "Luca Boccassi" 
X-Debbugs-CC: debian-de...@lists.debian.org
Control: block 949763 by -1

* Package name: azure-cosmos-python
  Version : 1.0.5+git20191025
  Upstream Author : Microsoft Corporation
* URL : https://github.com/Azure/azure-cosmos-table-python
* License : MIT
* Programming Lang: Python
* Description : Azure Cosmos DB services Python SDK

This project provides a client library in Python that makes it easy to
consume Microsoft Azure CosmosDB services.

It is required as a new dependency of the new version of python-azure.

-- 
Kind regards,
Luca Boccassi


signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Source: azure-cosmos-table-python
Source-Version: 1.0.5+git20191025-1
Done: Luca Boccassi 

We believe that the bug you reported is fixed in the latest version of
azure-cosmos-table-python, 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 950...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luca Boccassi  (supplier of updated azure-cosmos-table-python 
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, 06 Feb 2020 18:24:26 +
Source: azure-cosmos-table-python
Binary: python3-azure-cosmosdb-table
Architecture: source all
Version: 1.0.5+git20191025-1
Distribution: unstable
Urgency: medium
Maintainer: Luca Boccassi 
Changed-By: Luca Boccassi 
Description:
 python3-azure-cosmosdb-table - Azure CosmosDB services Python SDK
Closes: 950800
Changes:
 azure-cosmos-table-python (1.0.5+git20191025-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #950800)
Checksums-Sha1:
 b7ba7597f9bb7d122705b845a66d764aa3f3ad37 1876 
azure-cosmos-table-python_1.0.5+git20191025-1.dsc
 f83ec7f8f8cf4df40b42640222a3d2a8e0fd0fbe 226568 
azure-cosmos-table-python_1.0.5+git20191025.orig.tar.gz
 43d6c3adf260a0804b883e31ecb029a2e05e94f6 2000 
azure-cosmos-table-python_1.0.5+git20191025-1.debian.tar.xz
 dd9b5cd09a27186930994f834994676e05702146 7253 
azure-cosmos-table-python_1.0.5+git20191025-1_amd64.buildinfo
 6aa50a7486c83592a561da7cb8b7d07a34076da3 52852 
python3-azure-cosmosdb-table_1.0.5+git20191025-1_all.deb
Checksums-Sha256:
 1405724212366ab8f830cea3db67411fa7796ace2b641ea606dc20dc51093f83 1876 
azure-cosmos-table-python_1.0.5+git20191025-1.dsc
 4dc92ba53e00e754be6d259e4aba1d26491fa32a8e42e12d4ef56f466b7eb93a 226568 
azure-cosmos-table-python_1.0.5+git20191025.orig.tar.gz
 049336c5c710b4316377edf6f6cafe0d23eb25766c081d3e1c0c32d1359bab54 2000 
azure-cosmos-table-python_1.0.5+git20191025-1.debian.tar.xz
 122a5b0f59da077021713b00eac9e0f3779632acec7e3f7a2a6d09c41a329abe 7253 
azure-cosmos-table-python_1.0.5+git20191025-1_amd64.buildinfo
 f9a5328c98225f016378350aad116365b9f6ab50dedf8233a5a50a9c3a3219dc 52852 
python3-azure-cosmosdb-table_1.0.5+git20191025-1_all.deb
Files:
 8aab5da4c5139553f18ee1b597e39a65 1876 python optional 
azure-cosmos-table-python_1.0.5+git20191025-1.dsc
 04208401c52039630fefcd00ca98079c 226568 python optional 
azure-cosmos-table-python_1.0.5+git20191025.orig.tar.gz
 36a9ae9e3c73edf401ea7e091878d335 2000 python optional 
azure-cosmos-table-python_1.0.5+git20191025-1.debian.tar.xz
 bbfcb3d182b1725499f1deeb867245dd 7253 python optional 
azure-cosmos-table-python_1.0.5+git20191025-1_amd64.buildinfo
 9e91c8f917eb43804fae0488c80009df 52852 python optional 
python3-azure-cosmosdb-table_1.0.5+git20191025-1_all.deb

-BEGIN PGP SIGNATURE-

iQFFBAEBCgAvFiEE6g0RLAGYhL9yp9G8SylmgFB4UWIFAl5TpZcRHGJsdWNhQGRl
Ymlhbi5vcmcACgkQSylmgFB4UWLGSwf/S7kYW+d2CuiwmXZjIhFQy+NAkgxsRwof
LcmHAnAiIe5BjfawwaVappk2EVKK5TVUSM4BJyUAP6l4ZjcVO

Bug#952640: ITP: armnn -- Arm NN is an inference engine for CPUs, GPUs and NPUs

2020-02-26 Thread Wookey
Package: wnpp
Severity: wishlist
Owner: Wookey 

* Package name: armnn
  Version : 19.11
  Upstream Author : ARM Ltd
* URL : https://github.com/ARM-software/armnn
* License : MIT
  Programming Lang: C++
  Description : Arm NN is an inference engine for CPUs, GPUs and NPUs

 Arm NN is a set of tools that enables machine learning workloads on
 Arm hardware. It provides a bridge between existing neural network
 frameworks and whatever hardware is available: Cortex-A CPUs, Mali
 GPUs and Ethos NPUs. It utilizes the Arm Compute Library to target
 these programmable cores, as efficiently as possible. Arm NN does
 not provide support for Cortex-M CPUs.
 .
 The package is only available for arm64 and armhf architectures.

 This release supports Caffe, TensorFlow, TensorFlow Lite, and ONNX.
 Arm NN takes networks from these frameworks, translates them
 to the internal Arm NN format and then, through the Arm Compute Library,
 deploys them efficiently on Cortex-A CPUs, and, if present, Mali GPUs
 such as the Mali-G71 and Mali-G72. 

This package is part of the machine learning stack (on arm).
arm-compute-library, armnn, tvm, onnx etc.

It is developed under the Linaro Machine Intelligence Initiative 
(see mlplatform.org).



Processed: Re: Bug#951276: default webinterface non-functional

2020-02-26 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 help
Bug #951276 [kodi-data] default webinterface non-functional
Added tag(s) help.
> block -1 by 851663
Bug #951276 [kodi-data] default webinterface non-functional
951276 was not blocked by any bugs.
951276 was not blocking any bugs.
Added blocking bug(s) of 951276: 851663

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



Bug#952606: ITP: relint-el -- Emacs Lisp regexp mistake finder

2020-02-26 Thread Lev Lamberov
Package: wnpp
Owner: Lev Lamberov 
Severity: wishlist

* Package name: relint-el
  Version : 1.13-1
  Upstream Author : Mattias Engdegård 
* URL or Web page : https://elpa.gnu.org/packages/relint.html
* License : GPL-3+
  Programming Lang: Emacs Lisp
  Description : Emacs Lisp regexp mistake finder

Relint scans Emacs Lisp files for mistakes in regexps, including
deprecated syntax and bad practice. It also checks the regexp-like
arguments to skip-chars-forward, skip-chars-backward,
skip-syntax-forward and skip-syntax-backward.



Processed: ITP: r-cran-robumeta -- GNU R robust variance meta-regression

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

> owner 952578 Andreas Tille 
Bug #952578 [wnpp] ITP: r-cran-robumeta -- GNU R robust variance meta-regression
Owner recorded as Andreas Tille .
>
End of message, stopping processing here.

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



Processed: ITP: r-cran-metafor -- Meta-Analysis Package for R

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

> owner 952584 Andreas Tille 
Bug #952584 [wnpp] ITP: r-cran-metafor -- Meta-Analysis Package for R
Owner recorded as Andreas Tille .
>
End of message, stopping processing here.

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



Processed: ITP: r-cran-dfoptim -- GNU R derivative-free optimization

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

> owner 952577 Andreas Tille 
Bug #952577 [wnpp] ITP: r-cran-dfoptim -- GNU R derivative-free optimization
Owner recorded as Andreas Tille .
>
End of message, stopping processing here.

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



Bug#952584: ITP: r-cran-metafor -- Meta-Analysis Package for R

2020-02-26 Thread Andreas Tille
Package: wnpp
Severity: wishlist

Subject: ITP: r-cran-metafor -- Meta-Analysis Package for R
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: r-cran-metafor
  Version : 2.1
  Upstream Author : Wolfgang Viechtbauer
* URL : https://cran.r-project.org/package=metafor
* License : GPL-2+
  Programming Lang: GNU R
  Description : Meta-Analysis Package for R
 A comprehensive collection of functions for conducting meta-analyses in
 R. The package includes functions to calculate various effect sizes or
 outcome measures, fit fixed-, random-, and mixed-effects models to such
 data, carry out moderator and meta-regression analyses, and create
 various types of meta-analytical plots (e.g., forest, funnel, radial,
 L'Abbe, Baujat, GOSH plots). For meta-analyses of binomial and person-
 time data, the package also provides functions that implement
 specialized methods, including the Mantel-Haenszel method, Peto's
 method, and a variety of suitable generalized linear (mixed-effects)
 models (i.e., mixed-effects logistic and Poisson regression models).
 Finally, the package provides functionality for fitting meta-analytic
 multivariate/multilevel models that account for non-independent sampling
 errors and/or true effects (e.g., due to the inclusion of multiple
 treatment studies, multiple endpoints, or other forms of clustering).
 Network meta-analyses and meta-analyses accounting for known correlation
 structures (e.g., due to phylogenetic relatedness) can also be
 conducted.

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



Bug#952578: ITP: r-cran-robumeta -- GNU R robust variance meta-regression

2020-02-26 Thread Andreas Tille
Package: wnpp
Severity: wishlist

Subject: ITP: r-cran-robumeta -- GNU R robust variance meta-regression
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: r-cran-robumeta
  Version : 2.0
  Upstream Author : Zachary Fisher,
* URL : https://cran.r-project.org/package=robumeta
* License : GPL-2
  Programming Lang: GNU R
  Description : GNU R robust variance meta-regression
 Functions for conducting robust variance estimation (RVE) meta-
 regression using both large and small sample RVE estimators under
 various weighting schemes. These methods are distribution free and
 provide valid point estimates, standard errors and hypothesis tests even
 when the degree and structure of dependence between effect sizes is
 unknown. Also included are functions for conducting sensitivity analyses
 under correlated effects weighting and producing RVE-based forest plots.

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



Bug#952577: ITP: r-cran-dfoptim -- GNU R derivative-free optimization

2020-02-26 Thread Andreas Tille
Package: wnpp
Severity: wishlist

Subject: ITP: r-cran-dfoptim -- GNU R derivative-free optimization
Package: wnpp
Owner: Andreas Tille 
Severity: wishlist

* Package name: r-cran-dfoptim
  Version : 2018.2
  Upstream Author : Ravi Varadhan, Johns Hopkins University, and Hans W. 
Borchers,
* URL : https://cran.r-project.org/package=dfoptim
* License : GPL-2+
  Programming Lang: GNU R
  Description : GNU R derivative-free optimization
 Derivative-Free optimization algorithms. These algorithms do not require
 gradient information. More importantly, they can be used to solve non-
 smooth optimization problems.

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



Bug#952571: ITP: golang-golang-x-mod -- Go module mechanics libraries

2020-02-26 Thread Anthony Fok
Package: wnpp
Severity: wishlist
Owner: Anthony Fok 

* Package name: golang-golang-x-mod
  Version : 0.2.0-1
  Upstream Author : Go
* URL : https://github.com/golang/mod (golang.org/x/mod)
* License : BSD-3-clause
  Programming Lang: Go
  Description : Go module mechanics libraries

 This repository holds packages for writing tools
 that work directly with Go module mechanics.
 That is, it is for direct manipulation of Go modules themselves.
 .
 It is NOT about supporting general development tools that
 need to do things like load packages in module mode.
 That use case, where modules are incidental rather than the focus,
 should remain in x/tools, specifically x/tools/go/packages.
 .
 The specific case of loading packages should still be done by
 invoking the go command, which remains the single point of
 truth for package loading algorithms.

Reason for packaging:
 Required by newer versions of golang-golang-x-tools