Re: How to find DD member to perform reviews and uploads

2020-02-11 Thread Adam Cecile
Hello Utkarsh,

I fixed the changelog issue, sadly salsa is unresponsive atm so I it's not 
pushed yet.

For the autodep8 issue I know what is going on:
For some reasons Django packages, especially Django REST Fmwrk does not follow 
standard naming scheme so expected package import name is not correct.

Can you help me understanding how to fix this properly ?

Regards, Adam.

Le 11 février 2020 23:09:43 GMT+01:00, Utkarsh Gupta  a 
écrit :
>Hi Adam,
>
>On Sun, Feb 9, 2020 at 9:13 AM Adam Cecile  wrote:
>>
>https://salsa.debian.org/python-team/modules/djangorestframework-api-key
>
>Could you quickly update d/ch entry date?
>timewarp-standards-version (2020-01-06 < 2020-01-20) -> 4.5.0 was
>released afterwards :)
>
>Also, there's an autopkgtest failure :(
>Here's how you can reproduce:
>autopkgtest -B ../*.deb -- schroot unstable-amd64-sbuild
>
>Relevant logs:
>Testing with python3.8:
>Traceback (most recent call last):
>  File "", line 1, in 
>ModuleNotFoundError: No module named 'djangorestframework_api_key'
>
>Let me know once you fix them, I'll be happy to upload! :)
>
>
>Best,
>Utkarsh


Re: How to find DD member to perform reviews and uploads

2020-02-11 Thread Utkarsh Gupta
Hi Adam,

On Sun, Feb 9, 2020 at 9:13 AM Adam Cecile  wrote:
> https://salsa.debian.org/python-team/modules/djangorestframework-api-key

Could you quickly update d/ch entry date?
timewarp-standards-version (2020-01-06 < 2020-01-20) -> 4.5.0 was
released afterwards :)

Also, there's an autopkgtest failure :(
Here's how you can reproduce:
autopkgtest -B ../*.deb -- schroot unstable-amd64-sbuild

Relevant logs:
Testing with python3.8:
Traceback (most recent call last):
  File "", line 1, in 
ModuleNotFoundError: No module named 'djangorestframework_api_key'

Let me know once you fix them, I'll be happy to upload! :)


Best,
Utkarsh



Re: How to find DD member to perform reviews and uploads

2020-02-11 Thread Adam Cecile

On 2/11/20 9:45 PM, Thomas Goirand wrote:

On 2/11/20 12:12 PM, Ondrej Novy wrote:

Hi,

út 11. 2. 2020 v 11:02 odesílatel Adam Cecile mailto:acec...@le-vert.net>> napsal:

 Bringing the package into the archive would be doable, if someone get
 legal contacts at LSI and asked for official statement authorizing
 Debian to redistribute their binary. I did this in the past for another
 package but I cannot guarantee any success.


be careful with this. See DFSG 8 :)

This is irrelevant. We're discussing uploading something into non-free,
and as you know, non-free is not part of Debian, and the DFSG doesn't
apply there.

Cheers,

Thomas Goirand (zigo)


Btw Thomas, python-cassandra has been fixed and ready for uploading if 
you're still interested in.


Adam.



Re: How to find DD member to perform reviews and uploads

2020-02-11 Thread Thomas Goirand
On 2/11/20 12:12 PM, Ondrej Novy wrote:
> Hi,
> 
> út 11. 2. 2020 v 11:02 odesílatel Adam Cecile  > napsal:
> 
> Bringing the package into the archive would be doable, if someone get
> legal contacts at LSI and asked for official statement authorizing
> Debian to redistribute their binary. I did this in the past for another
> package but I cannot guarantee any success.
> 
> 
> be careful with this. See DFSG 8 :)

This is irrelevant. We're discussing uploading something into non-free,
and as you know, non-free is not part of Debian, and the DFSG doesn't
apply there.

Cheers,

Thomas Goirand (zigo)



Re: How to find DD member to perform reviews and uploads

2020-02-11 Thread Ondrej Novy
Hi,

út 11. 2. 2020 v 11:02 odesílatel Adam Cecile  napsal:

> Bringing the package into the archive would be doable, if someone get
> legal contacts at LSI and asked for official statement authorizing
> Debian to redistribute their binary. I did this in the past for another
> package but I cannot guarantee any success.
>

be careful with this. See DFSG 8 :)

-- 
Best regards
 Ondřej Nový


Re: How to find DD member to perform reviews and uploads

2020-02-11 Thread Adam Cecile

On 2/11/20 9:51 AM, Thomas Goirand wrote:

On 2/9/20 3:12 PM, Adam Cecile wrote:

Hello Debian-Python,


I have a couple of package ready on Salsa but my RFS sent here remained
unanswered.

So I'm asking again for your help again ! Here is a list of package
waiting for uploads:


https://salsa.debian.org/python-team/modules/djangorestframework-api-key

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

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

https://salsa.debian.org/python-team/modules/python-cassandra-driver

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


Thanks in advance,


Regards, Adam.

Hi Adam,

I've built and uploaded python-cassandra-driver. Thanks for your
contribution to Debian. Do you still need sponsoring for the above?

Also, thanks a lot for your work on megacli packaging, it's very useful.
However, I haven't found the matching source packages. Do you also think
it'd be possible to push these into the non-free repository of Debian?
Do you even have some sources from upstream, or only binaries? I very
much need this for my work (we use Dell LSI hardware RAID a lot), and my
colleagues would love to have this through the official channel, rather
than from your unofficial repository. Your thoughts?

Cheers,

Thomas Goirand (zigo)


Hello Thomas,

It seems the package got rejected because I'm building an additional 
package (doc one). Anyway, please wait a bit I'll fix a couple of minor 
issues spotted by Onovy and we'll ask for an uploaded again.


I'll also need sponsorship for others package but just like cassandra, 
I'll fix a few things first.



Regarding megacli, no sources it's 100% proprietary tool from LSI and 
the license clearly state it's forbidden to redistribute by 3rd parties. 
But the hwraid repo is kinda popular and I never got any complaint by 
LSI because I think they understood it's useful and needed by their users.


Bringing the package into the archive would be doable, if someone get 
legal contacts at LSI and asked for official statement authorizing 
Debian to redistribute their binary. I did this in the past for another 
package but I cannot guarantee any success.


I got a few contacts with LSI people and they have been helpful, in an 
unofficial way but I'm not sure it'll be the same for a public statement.



Regards, Adam.



Re: How to find DD member to perform reviews and uploads

2020-02-11 Thread Thomas Goirand
On 2/9/20 3:12 PM, Adam Cecile wrote:
> Hello Debian-Python,
> 
> 
> I have a couple of package ready on Salsa but my RFS sent here remained
> unanswered.
> 
> So I'm asking again for your help again ! Here is a list of package
> waiting for uploads:
> 
> 
> https://salsa.debian.org/python-team/modules/djangorestframework-api-key
> 
> https://salsa.debian.org/python-team/modules/aionotify
> 
> https://salsa.debian.org/python-team/modules/python-fastjsonschema
> 
> https://salsa.debian.org/python-team/modules/python-cassandra-driver
> 
> https://salsa.debian.org/python-team/modules/python-sunrise
> 
> 
> Thanks in advance,
> 
> 
> Regards, Adam.

Hi Adam,

I've built and uploaded python-cassandra-driver. Thanks for your
contribution to Debian. Do you still need sponsoring for the above?

Also, thanks a lot for your work on megacli packaging, it's very useful.
However, I haven't found the matching source packages. Do you also think
it'd be possible to push these into the non-free repository of Debian?
Do you even have some sources from upstream, or only binaries? I very
much need this for my work (we use Dell LSI hardware RAID a lot), and my
colleagues would love to have this through the official channel, rather
than from your unofficial repository. Your thoughts?

Cheers,

Thomas Goirand (zigo)



Re: How to find DD member to perform reviews and uploads

2020-02-09 Thread Adam Cecile

Hi,

Here we go, I set up a bouncer again so I won't miss messages while 
being away.


My nickname is "acecile".

Regards,

On 2/9/20 4:28 PM, Ondrej Novy wrote:

Hi,

ne 9. 2. 2020 v 15:13 odesílatel Adam Cecile > napsal:


I have a couple of package ready on Salsa but my RFS sent here
remained
unanswered.


best way how to get help is to join IRC and add that packages to 
channel topic.


Thanks for your work for Debian and DPMT team.

--
Best regards
 Ondřej Nový



Re: How to find DD member to perform reviews and uploads

2020-02-09 Thread Ondrej Novy
Hi,

ne 9. 2. 2020 v 15:13 odesílatel Adam Cecile  napsal:

> I have a couple of package ready on Salsa but my RFS sent here remained
> unanswered.
>

best way how to get help is to join IRC and add that packages to channel
topic.

Thanks for your work for Debian and DPMT team.

-- 
Best regards
 Ondřej Nový


How to find DD member to perform reviews and uploads

2020-02-09 Thread Adam Cecile

Hello Debian-Python,


I have a couple of package ready on Salsa but my RFS sent here remained 
unanswered.


So I'm asking again for your help again ! Here is a list of package 
waiting for uploads:



https://salsa.debian.org/python-team/modules/djangorestframework-api-key

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

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

https://salsa.debian.org/python-team/modules/python-cassandra-driver

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


Thanks in advance,


Regards, Adam.