Re: [Python-modules-team] Processing of paramiko_2.7.1-1_source.changes

2020-05-11 Thread Gordon Ball
On Mon, May 11, 2020 at 10:37:47PM -0400, Sandro Tosi wrote:
> > Any trick to avoid those errors in general?
> 

You can also do

$ gbp push

which will automatically push the main (master or debian/master),
upstream and pristine-tar branches. However, by default it does not push
UNRELEASED changes (ie, the main branch only gets pushed if there is a
release tag). It certainly helps to keep the upstream and pristine-tar
branches up to date, however.

There is also equivalently

$ gbp pull
$ gbp clone

to ensure all of these branches are updated from the remote without the
need to switch to them in turn and push/pull them.

Gordon

> when i push i always do
> 
> $ git push --all ; git push --tags
> 
> i also have these in ~/.gitconfig
> 
> [push]
>default = current
>followTags = true
> 
> with should make the `git push --tags` unnecessary after `git push
> --all` (as tags will "follow" the diffs you're pushing) but it's stuck
> in my bash history so there it is
> 
> > Anyways, it should be there now!
> 
> indeed it's there -- thanks!
> 
> -- 
> Sandro "morph" Tosi
> My website: http://sandrotosi.me/
> Me at Debian: http://wiki.debian.org/SandroTosi
> Twitter: https://twitter.com/sandrotosi
> 



Re: Request to join PAPT

2020-05-11 Thread Doug Torrance
On Mon, May 11, 2020 at 9:52 PM Scott Talbert  wrote:
> On Mon, 11 May 2020, Doug Torrance wrote:
> > I've pushed the package I was mentioning to its new home:
> > https://salsa.debian.org/python-team/applications/git-big-picture
> >
> > Would anyone be able to review/sponsor?
>
> Looks good, uploaded.

Wonderful, thank you!



Re: [Python-modules-team] Processing of paramiko_2.7.1-1_source.changes

2020-05-11 Thread Antoine Beaupré
On 2020-05-11 22:27:57, Sandro Tosi wrote:
> Antoine, you did not push the upstream branch. please do so, in order
> to keep the repo consistent

Oops, sorry about that, somehow I forgot that one...

This is one of my problems with the multi-branch layout: I always forgot
either upstream or pristine-tar... :/

Any trick to avoid those errors in general?

Anyways, it should be there now!

a.

-- 
It is capitalism and government which stand for disorder and
violence. Anarchism is the very reverse of it; it means order without
government and peace without violence.
- Alexander Berkman



Re: [Python-modules-team] Processing of paramiko_2.7.1-1_source.changes

2020-05-11 Thread Sandro Tosi
> Any trick to avoid those errors in general?

when i push i always do

$ git push --all ; git push --tags

i also have these in ~/.gitconfig

[push]
   default = current
   followTags = true

with should make the `git push --tags` unnecessary after `git push
--all` (as tags will "follow" the diffs you're pushing) but it's stuck
in my bash history so there it is

> Anyways, it should be there now!

indeed it's there -- thanks!

-- 
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi



Re: [Python-modules-team] Processing of paramiko_2.7.1-1_source.changes

2020-05-11 Thread Sandro Tosi
Antoine, you did not push the upstream branch. please do so, in order
to keep the repo consistent


On Mon, May 11, 2020 at 10:15 PM Debian FTP Masters
 wrote:
>
> paramiko_2.7.1-1_source.changes uploaded successfully to localhost
> along with the files:
>   paramiko_2.7.1-1.dsc
>   paramiko_2.7.1.orig.tar.gz
>   paramiko_2.7.1-1.debian.tar.xz
>   paramiko_2.7.1-1_amd64.buildinfo
>
> Greetings,
>
> Your Debian queue daemon (running on host usper.debian.org)
>
> ___
> Python-modules-team mailing list
> python-modules-t...@alioth-lists.debian.net
> https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team



--
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi



Re: Bug#953970: Taking over DPMT (Was: python-boto: autopkgtest failure with Python 3.8 as default)

2020-05-11 Thread Noah Meyerhans
Control: tags -1 + patch

> I'll move this package to a cloud-team repository and prepare an upload
> to unstable on Monday if nobody beats me to it.

https://salsa.debian.org/cloud-team/python-boto/-/merge_requests/1



Re: Request to join PAPT

2020-05-11 Thread Scott Talbert

On Mon, 11 May 2020, Doug Torrance wrote:


On Thursday, April 23, 2020 10:32:42 PM EDT Doug Torrance wrote:

I am interested in joining the Python Applications Packaging Team.  I'm
experienced in packaging for Debian and am an active member of the Window
Maker and Science teams.  However, I don't have much experience with Python
packaging yet and am looking for some guidance and extra sets of eyes on
any packages that I might maintain under the PAPT umbrella.

Currently, I maintain one package which I think would be a good fit for the
team, git-big-picture [1].  It's currently out of testing with RC bug
#936615.  However, I've packaged a new upstream version which fixes it, and
I think it's almost ready for review and sponsorship.


Also quite late, but welcome to the team.  Note I did add you with your
current username.


No worries -- thank you!

I've pushed the package I was mentioning to its new home:
https://salsa.debian.org/python-team/applications/git-big-picture

Would anyone be able to review/sponsor?


Looks good, uploaded.

Scott



Re: Request to join PAPT

2020-05-11 Thread Doug Torrance
On Mon, May 11, 2020 at 5:54 PM Scott Kitterman  wrote:
> On Thursday, April 23, 2020 10:32:42 PM EDT Doug Torrance wrote:
> > I am interested in joining the Python Applications Packaging Team.  I'm
> > experienced in packaging for Debian and am an active member of the Window
> > Maker and Science teams.  However, I don't have much experience with Python
> > packaging yet and am looking for some guidance and extra sets of eyes on
> > any packages that I might maintain under the PAPT umbrella.
> >
> > Currently, I maintain one package which I think would be a good fit for the
> > team, git-big-picture [1].  It's currently out of testing with RC bug
> > #936615.  However, I've packaged a new upstream version which fixes it, and
> > I think it's almost ready for review and sponsorship.
>
> Also quite late, but welcome to the team.  Note I did add you with your
> current username.

No worries -- thank you!

I've pushed the package I was mentioning to its new home:
https://salsa.debian.org/python-team/applications/git-big-picture

Would anyone be able to review/sponsor?

Thank you!
Doug



Re: Request to join PAPT

2020-05-11 Thread Scott Kitterman
On Thursday, April 23, 2020 10:32:42 PM EDT Doug Torrance wrote:
> Hello!
> 
> I am interested in joining the Python Applications Packaging Team.  I'm
> experienced in packaging for Debian and am an active member of the Window
> Maker and Science teams.  However, I don't have much experience with Python
> packaging yet and am looking for some guidance and extra sets of eyes on
> any packages that I might maintain under the PAPT umbrella.
> 
> Currently, I maintain one package which I think would be a good fit for the
> team, git-big-picture [1].  It's currently out of testing with RC bug
> #936615.  However, I've packaged a new upstream version which fixes it, and
> I think it's almost ready for review and sponsorship.
> 
> My Salsa username is dtorrance.  I have read and agree to the PAPT
> Policy.
> 
> Thanks!
> Doug Torrance
> 
> [1] https://salsa.debian.org/dtorrance/git-big-picture

Also quite late, but welcome to the team.  Note I did add you with your 
current username.

Scott K




Re: Joining PAPT

2020-05-11 Thread Scott Kitterman
On Thursday, December 5, 2019 11:42:02 AM EDT Scott Talbert wrote:
> Hi,
> 
> I'm already a member of DPMT, I would like to join PAPT as well so I can
> also contribute to those packages.  I have read the policy and accept it.
> 
> Salsa ID: swt2c-guest
> 
> Thanks,
> Scott

I know this is late, but welcome to the team.  Sorry for the delay.

Scott K

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


Re: joining the PAPT

2020-05-11 Thread Scott Kitterman
On Wednesday, May 6, 2020 2:05:09 PM EDT Hans-Christoph Steiner wrote:
> Hey all,
> 
> I'm a DD and a long time member of PMPT  I would like to join the PAPT.
>  I am packaging https://github.com/cryptax/droidlysis and I think it
> fits best in PAPT.  I am also willing to be a sponsor for packages I
> know something about or are simple enough that I can understand them.
> 
> I have read and accept the PAPT policy at
> https://salsa.debian.org/python-team/tools/python-apps/-/blob/c0eb83b9/polic
> y.rst
> 
> My salsa username is eighthave, same as PMPT.
> 
> .hc

Welcome to the team.  Sorry for the bother.

Scott K

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


Re: joining the PAPT

2020-05-11 Thread Louis-Philippe Véronneau
On 20-05-11 17 h 02, Louis-Philippe Véronneau wrote:
> On 20-05-11 16 h 48, Utkarsh Gupta wrote:
>> Hi Hans,
>>
>> On Tue, May 12, 2020 at 2:03 AM Hans-Christoph Steiner  wrote:
>>> Ok, this has become a bit more urgent since someone has moved my package
>>> fdroidserver into PAPT without asking me.  Now I cannot push commits to
>>> it.  So either someone needs to grant me PAPT access or put my package
>>> back where it was in salsa.  I'm fine with fdroidserver being in PAPT,
>>> I'm not fine with being locked out of my package.
>>
>> I am sorry this happened (though I've no idea who did it).
>> Whilst I don't have the right permissions/access to add you to PAPT
>> officially, I have given you maintainer access to fdroidserver so this
>> won't be a blocker to you.
> 
> Hi,
> 
> That was I, and I documented the process in bug #946105 [1]. As stated
> on the BTS, the package was already in the PAPT but wasn't respecting
> the policy, thus making team work harder.
> 
> Looking at the package, it seems I forgot to push a patch to d/control
> to change the VCS. Sorry for overlooking that, I did a bunch in a row
> and must have skipped fdroidserver by mistake.
> 
> I'll do that in a few minutes.
> 
> Sorry if the changes to the repository path I made caused you problems.
> 
> [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946105
> 

Hmm, re-reading the BTS entry, it seems I went a little fast and didn't
take in account you put the PAPT in the "Uploaders" field instead of the
"Maintainer" one. I shouldn't have touched the package.

I guess that's why I didn't originally push a patch. Somehow
fdroidserver ended up in the list I gave to the Salsa team when I asked
them to migrate a bunch of repositories for us.

Again, sorry for the screw up :(

-- 
  ⢀⣴⠾⠻⢶⣦⠀
  ⣾⠁⢠⠒⠀⣿⡁  Louis-Philippe Véronneau
  ⢿⡄⠘⠷⠚⠋   po...@debian.org / veronneau.org
  ⠈⠳⣄



signature.asc
Description: OpenPGP digital signature


Re: joining the PAPT

2020-05-11 Thread Louis-Philippe Véronneau
On 20-05-11 16 h 48, Utkarsh Gupta wrote:
> Hi Hans,
> 
> On Tue, May 12, 2020 at 2:03 AM Hans-Christoph Steiner  wrote:
>> Ok, this has become a bit more urgent since someone has moved my package
>> fdroidserver into PAPT without asking me.  Now I cannot push commits to
>> it.  So either someone needs to grant me PAPT access or put my package
>> back where it was in salsa.  I'm fine with fdroidserver being in PAPT,
>> I'm not fine with being locked out of my package.
> 
> I am sorry this happened (though I've no idea who did it).
> Whilst I don't have the right permissions/access to add you to PAPT
> officially, I have given you maintainer access to fdroidserver so this
> won't be a blocker to you.

Hi,

That was I, and I documented the process in bug #946105 [1]. As stated
on the BTS, the package was already in the PAPT but wasn't respecting
the policy, thus making team work harder.

Looking at the package, it seems I forgot to push a patch to d/control
to change the VCS. Sorry for overlooking that, I did a bunch in a row
and must have skipped fdroidserver by mistake.

I'll do that in a few minutes.

Sorry if the changes to the repository path I made caused you problems.

[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946105

-- 
  ⢀⣴⠾⠻⢶⣦⠀
  ⣾⠁⢠⠒⠀⣿⡁  Louis-Philippe Véronneau
  ⢿⡄⠘⠷⠚⠋   po...@debian.org / veronneau.org
  ⠈⠳⣄



signature.asc
Description: OpenPGP digital signature


Re: joining the PAPT

2020-05-11 Thread Utkarsh Gupta
Hi Hans,

On Tue, May 12, 2020 at 2:03 AM Hans-Christoph Steiner  wrote:
> Ok, this has become a bit more urgent since someone has moved my package
> fdroidserver into PAPT without asking me.  Now I cannot push commits to
> it.  So either someone needs to grant me PAPT access or put my package
> back where it was in salsa.  I'm fine with fdroidserver being in PAPT,
> I'm not fine with being locked out of my package.

I am sorry this happened (though I've no idea who did it).
Whilst I don't have the right permissions/access to add you to PAPT
officially, I have given you maintainer access to fdroidserver so this
won't be a blocker to you.

I hope someone with the right access adds you to PAPT soon :)
Let me know if I can help you with anything else meanwhile.


Best,
Utkarsh



Re: joining the PAPT

2020-05-11 Thread Hans-Christoph Steiner


Ok, this has become a bit more urgent since someone has moved my package
fdroidserver into PAPT without asking me.  Now I cannot push commits to
it.  So either someone needs to grant me PAPT access or put my package
back where it was in salsa.  I'm fine with fdroidserver being in PAPT,
I'm not fine with being locked out of my package.

.hc

Hans-Christoph Steiner:
> 
> Hey all,
> 
> I'm a DD and a long time member of PMPT  I would like to join the PAPT.
>  I am packaging https://github.com/cryptax/droidlysis and I think it
> fits best in PAPT.  I am also willing to be a sponsor for packages I
> know something about or are simple enough that I can understand them.
> 
> I have read and accept the PAPT policy at
> https://salsa.debian.org/python-team/tools/python-apps/-/blob/c0eb83b9/policy.rst
> 
> My salsa username is eighthave, same as PMPT.
> 
> .hc
> 
> 



Bug#960314: ITP: tifffile -- Read and write TIFF(r) files with Python

2020-05-11 Thread Ole Streicher
Package: wnpp
Severity: wishlist
Owner: Ole Streicher 
X-Debbugs-Cc: debian-python@lists.debian.org, debian-de...@lists.debian.org

* Package name : tifffile
  Version : TBD
  Upstream Author : Christoph Gohlke 
* URL : https://pypi.org/project/tifffile/#description
* License : BSD-3-Clause
  Programming Lang: Python
  Description : Read and write TIFF(r) files with Python

Tifffile is a Python library to

 1. store numpy arrays in TIFF (Tagged Image File Format) files, and
 2. read image and metadata from TIFF-like files used in bioimaging.

Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, STK, LSM,
SGI, NIHImage, ImageJ, MicroManager, FluoView, ScanImage, SEQ, GEL, SVS,
SCN, SIS, ZIF, QPTIFF, NDPI, and GeoTIFF files.

Numpy arrays can be written to TIFF, BigTIFF, and ImageJ hyperstack
compatible files in multi-page, memory-mappable, tiled, predicted, or
compressed form.
This is a new dependency of the scikit-image (skimage) package. I will
maintain it within the Debian Python team. Salsa dir is

https://salsa.debian.org/python-team/modules/tifffiles

Best regards

Ole



Bug#960310: RFP: python3-rgain -- Replay Gain volume normalization Python tools

2020-05-11 Thread Rogério Brito
Package: wnpp
Severity: wishlist

* Package name: python3-rgain3
  Version : 1.0.0
  Upstream Author : Christian Haudum 
* URL : https://github.com/chaudum/rgain, 
https://pypi.org/project/rgain3/
* License : GPL-2+
  Programming Lang: Python
  Description : Replay Gain volume normalization Python tools

A set of Python modules and utility programmes to deal with Replay Gain
information – calculate it (with GStreamer), read and write it (with
Mutagen). It has support for Ogg Vorbis (or probably anything stored in an
Ogg container), Flac, WavPack, MP4 (aka AAC) and MP3 (in different
incarnations). There's also a command-line programme, replaygain, that works
very similar to its like-named cousins, most prominently vorbisgain and
mp3gain – only that itworks for all those supported formats
alike. collectiongain on the other hand is a kind of fire-and-forget tool
for big amounts of music files.



We already had a package called python-rgain in our past releases which was
Python 2 only and, unfortunately, removed.

This new (renamed) fork is, apparently, the official successor of rgain and
is actively maintained.

Simon McVittie mentioned it in bug #938361 that he would switch python-rgain
to this fork.  I really, really miss this package and the useful utilities
that it provides.

It would be nice to have it reintroduced in Debian.


Thanks,

Rogério Brito.

-- 
Rogério Brito : rbrito@{ime.usp.br,gmail.com} : GPG key 4096R/BCFC
http://cynic.cc/blog/ : github.com/rbrito : profiles.google.com/rbrito
DebianQA: http://qa.debian.org/developer.php?login=rbrito%40ime.usp.br



Bug#960308: RFP: python-vipaccess -- A FLOSS Symantec VIP Access application

2020-05-11 Thread Joe Nahmias
Package: wnpp
Severity: wishlist

* Package name: python-vipaccess
  Version : 0.13
  Upstream Author : Daniel Lenski 
* URL : https://github.com/dlenski/python-vipaccess
* License : Apache2
  Programming Lang: Python
  Description : A FLOSS Symantec VIP Access application

This package enables the user to generate a One-Time Password (OTP)
access token and register it with the Symantec VIP Access service. The
token can be saved to a local config file and thereafter used by the
program to generate OTPs based on the token. This token can also be used
with standard Two-Factor Authentication (2FA) clients to log into
services using the Symantec 2FA managed service.
.
It also includes a QR Code generator for easy integration
with OTP clients.