junitparser: source-only upload for the current version

2019-10-21 Thread Bastian Germann
Hi,

I maintain the junitparser package that is only in sid currently.
The original sponsor uploaded source and binary packages which
prevents the package from migrating to testing.

I updated the git repo to contain the current version 1.3.5 but did
not get any response asking for archive inclusion. Would any DD like
to upload a new source package to the archive?

Cheers,
Bastian



[packaging] wurlitzer

2019-10-21 Thread MARIE Alexandre
Hi everybody,

I am creating a package to release wurlitzer in debian.

But, I am facing an issue in the d/watch file [0] when uscan [1] seeks for the 
latest version to download on the pypi redirector [2].


[0] debian/watch file :

version=4
opts=pasv,repacksuffix=+dfsg1,\
pgpsigurlmangle=s/$/.asc/,\
uversionmangle=s/(rc|a|b|c)/~$1/,\
dversionmangle=s/\+dfsg\d*// \
https://www.pypi.org/project/wurlitzer/\
@PACKAGE@-@ANY_VERSION@(?:_src)?@ARCHIVE_EXT@ debian uupdate



[1]

scan info: uscan (version 2.19.5+deb10u1) See uscan(1) for help
uscan info: Scan watch files in .
uscan info: Check debian/watch and debian/changelog in .
uscan info: package="wurlitzer" version="1.0.3-1" (as seen in debian/changelog)
uscan info: package="wurlitzer" version="1.0.3" (no epoch/revision)
uscan info: ./debian/changelog sets package="wurlitzer" version="1.0.3"
uscan info: Process watch file at: debian/watch
package = wurlitzer
version = 1.0.3
pkg_dir = .
uscan info: opts: 
pasv,repacksuffix=+dfsg1,pgpsigurlmangle=s/$/.asc/,uversionmangle=s/(rc|a|b|c)/~$1/,dversionmangle=s/\+dfsg\d*//
uscan info: line: 
https://www.pypi.org/project/wurlitzer/wurlitzer\-1.0.3\.tar\.gz
uscan info: Parsing pasv
uscan info: Set passive mode: 1
uscan info: Parsing repacksuffix=+dfsg1
uscan info: Parsing pgpsigurlmangle=s/$/.asc/
uscan info: Parsing uversionmangle=s/(rc|a|b|c)/~$1/
uscan info: Parsing dversionmangle=s/\+dfsg\d*//
uscan info: line: 
https://www.pypi.org/project/wurlitzer/wurlitzer\-1.0.3\.tar\.gz
Use of uninitialized value $filepattern in pattern match (m//) at 
/usr/share/perl5/Devscripts/Uscan/WatchLine.pm line 582.
uscan warn: Tag pattern missing version delimiters () in debian/watch, skipping:
  https://www.pypi.org/project/wurlitzer/wurlitzer\-1.0.3\.tar\.gz
uscan info: Scan finished
__

[2] https://pypi.org/project/wurlitzer/


I do not seem to be able to deal with that issue so I am asking your help.

Cheers, 

Alexandre Marie


Re: [packaging] wurlitzer

2019-10-21 Thread Andrius Merkys
On 2019-10-21 16:29, MARIE Alexandre wrote:
> This one works perfectly fine, thanks a lot for giving me some time to help !

You're welcome :)

Andrius



RE:[packaging] wurlitzer

2019-10-21 Thread MARIE Alexandre
Thanks for your fast answer, but I made a mistake when I pasted the error from 
the bash.

Here is the real error (according to the d/watch file I gave you) :

___

uscan info: uscan (version 2.19.5+deb10u1) See uscan(1) for help
uscan info: Scan watch files in .
uscan info: Check debian/watch and debian/changelog in .
uscan info: package="wurlitzer" version="1.0.3-1" (as seen in debian/changelog)
uscan info: package="wurlitzer" version="1.0.3" (no epoch/revision)
uscan info: ./debian/changelog sets package="wurlitzer" version="1.0.3"
uscan info: Process watch file at: debian/watch
package = wurlitzer
version = 1.0.3
pkg_dir = .
uscan info: opts: 
pasv,repacksuffix=+dfsg1,pgpsigurlmangle=s/$/.asc/,uversionmangle=s/(rc|a|b|c)/~$1/,dversionmangle=s/\+dfsg\d*//
uscan info: line: 
https://www.pypi.org/project/wurlitzer/wurlitzer-((?:[-_]?(\d[\-+\.:\~\da-zA-Z]*)))(?:_src)?(?i)(?:\.(?:tar\.xz|tar\.bz2|tar\.gz|zip|tgz|tbz|txz))
 debian uupdate
uscan info: Parsing pasv
uscan info: Set passive mode: 1
uscan info: Parsing repacksuffix=+dfsg1
uscan info: Parsing pgpsigurlmangle=s/$/.asc/
uscan info: Parsing uversionmangle=s/(rc|a|b|c)/~$1/
uscan info: Parsing dversionmangle=s/\+dfsg\d*//
uscan info: line: 
https://www.pypi.org/project/wurlitzer/wurlitzer-((?:[-_]?(\d[\-+\.:\~\da-zA-Z]*)))(?:_src)?(?i)(?:\.(?:tar\.xz|tar\.bz2|tar\.gz|zip|tgz|tbz|txz))
 debian uupdate
uscan info: Last orig.tar.* tarball version (from debian/changelog): 1.0.3
uscan info: Last orig.tar.* tarball version (dversionmangled): 1.0.3
uscan info: Requesting URL:
   https://www.pypi.org/project/wurlitzer/
uscan info: redirections: https://pypi.org/project/wurlitzer/
uscan info: Matching pattern:
   
(?:(?:https://www.pypi.org)?\/project\/wurlitzer\/)?wurlitzer-((?:[-_]?(\d[\-+\.:\~\da-zA-Z]*)))(?:_src)?(?i)(?:\.(?:tar\.xz|tar\.bz2|tar\.gz|zip|tgz|tbz|txz))
 
(?:(?:https://pypi.org)?\/project\/wurlitzer\/)?wurlitzer-((?:[-_]?(\d[\-+\.:\~\da-zA-Z]*)))(?:_src)?(?i)(?:\.(?:tar\.xz|tar\.bz2|tar\.gz|zip|tgz|tbz|txz))
uscan warn: In debian/watch no matching files for watch line
  
https://www.pypi.org/project/wurlitzer/wurlitzer-((?:[-_]?(\d[\-+\.:\~\da-zA-Z]*)))(?:_src)?(?i)(?:\.(?:tar\.xz|tar\.bz2|tar\.gz|zip|tgz|tbz|txz))
 debian uupdate
___

Have a good day,

Alexandre Marie

De : Andrius Merkys [andrius.mer...@gmail.com]
Envoyé : lundi 21 octobre 2019 14:53
À : debian-python@lists.debian.org
Objet : Re: [packaging] wurlitzer

Hi Alexandre,

On 2019-10-21 15:47, MARIE Alexandre wrote:
> @PACKAGE@-@ANY_VERSION@(?:_src)?@ARCHIVE_EXT@ debian uupdate

Try putting @ANY_VERSION@ inside parenthesis:

@PACKAGE@-(@ANY_VERSION@)(?:_src)?@ARCHIVE_EXT@ debian uupdate

Hope this helps,
Andrius



Re: [packaging] wurlitzer

2019-10-21 Thread Andrius Merkys
On 2019-10-21 16:15, MARIE Alexandre wrote:
> I tried it as you said but I still get the same error : 

Hmm. The layout on PyPI seems to have changed. Could you try this now?:

version=4
opts="pgpmode=none" \
 https://pypi.python.org/pypi/wurlitzer/ \
 https://files.pythonhosted.org/packages/.*/.*/.*/\
 wurlitzer-([\d\.]+).tar.gz debian uupdate



Re: [packaging] wurlitzer

2019-10-21 Thread Andrius Merkys
Hi Alexandre,

On 2019-10-21 15:47, MARIE Alexandre wrote:
> @PACKAGE@-@ANY_VERSION@(?:_src)?@ARCHIVE_EXT@ debian uupdate

Try putting @ANY_VERSION@ inside parenthesis:

@PACKAGE@-(@ANY_VERSION@)(?:_src)?@ARCHIVE_EXT@ debian uupdate

Hope this helps,
Andrius



Re: [packaging] wurlitzer

2019-10-21 Thread Andrius Merkys
On 2019-10-21 16:01, MARIE Alexandre wrote:
> Thanks for your fast answer, but I made a mistake when I pasted the error 
> from the bash.
>
> Here is the real error (according to the d/watch file I gave you) :

I see. Have you tried the third PyPI watch file example from the manpage of 
uscan?:

 version=4
 opts="pgpmode=none" \
 https://pypi.python.org/pypi/cfn-sphere/ \
 https://pypi.python.org/packages/.*/.*/.*/\
 cfn-sphere-([\d\.]+).tar.gz#.* debian uupdate

Just replace 'cfn-sphere' with the name of your package.

Best,
Andrius



RE:[packaging] wurlitzer

2019-10-21 Thread MARIE Alexandre
This one works perfectly fine, thanks a lot for giving me some time to help !

Have a nice day,

Alexandre Marie

De : Andrius Merkys [andrius.mer...@gmail.com]
Envoyé : lundi 21 octobre 2019 15:26
À : debian-python@lists.debian.org
Objet : Re: [packaging] wurlitzer

On 2019-10-21 16:15, MARIE Alexandre wrote:
> I tried it as you said but I still get the same error :

Hmm. The layout on PyPI seems to have changed. Could you try this now?:

version=4
opts="pgpmode=none" \
 https://pypi.python.org/pypi/wurlitzer/ \
 https://files.pythonhosted.org/packages/.*/.*/.*/\
 wurlitzer-([\d\.]+).tar.gz debian uupdate



Re: [packaging] wurlitzer

2019-10-21 Thread Dmitry Shachnev
Hi all,

On Mon, Oct 21, 2019 at 04:26:10PM +0300, Andrius Merkys wrote:
> On 2019-10-21 16:15, MARIE Alexandre wrote:
> > I tried it as you said but I still get the same error : 
>
> Hmm. The layout on PyPI seems to have changed. Could you try this now?:
>
> version=4
> opts="pgpmode=none" \
>  https://pypi.python.org/pypi/wurlitzer/ \
>  https://files.pythonhosted.org/packages/.*/.*/.*/\
>  wurlitzer-([\d\.]+).tar.gz debian uupdate

A downside of this debian/watch is that it only sees the latest tarball,
but not the historic releases.

I think using one of these two pages will be better:

- https://pypi.org/simple/wurlitzer/
- https://pypi.debian.net/wurlitzer/

--
Dmitry Shachnev


signature.asc
Description: PGP signature


Joining the Debian Python Modules Team

2019-10-21 Thread Adam Cecile

Hello Debian Python people,


I would like to join Debian-Python modules team because I want to get 
involved back in Debian especially for Python stack (mostly asyncio / 
big-data related).


I'd start with aiomysql [0] because Ruben Undheim expressed interest in it.


My Salsa login is acecile-guest.


I have of course read team poliy at [1] and fully agree.


Thanks a lot in advance,

Regards, Adam


[0] https://mentors.debian.net/package/aiomysql

[1] 
https://salsa.debian.org/python-team/tools/python-modules/blob/master/policy.rst




Creo que te interesa, Propuesta de Colaboración

2019-10-21 Thread Jaime Sánchez

 Buenos días, ¿qué tal? 

Mi nombre es Jaime Sánchez Nielfa y os escribo desde la plataforma de marketing 
móvil de Tu-App.net. Somos una plataforma que permite crear aplicaciones 
móviles sin necesidad de tener conocimientos de programación. 

Habitualmente navego por la red buscando información relacionada con nuestro 
sector para estar al día de todas las novedades y la verdad que muchas veces 
doy con contenidos vuestros que están muy bien. Son varias las ocasiones en que 
he encontrado artículos muy interesantes. Así que me he animado a contactar con 
vosotros. 

Me gustaría saber si ofrecéis algún tipo de colaboración, si podría publicar 
algún post en vuestro blog y establecer así una estrategia win-win con 
vosotros, o qué tipo de acuerdos lleváis a cabo con otras páginas. 

Nada más. Muchísimas gracias. 

¡Un saludo!  
Jaime 

S.Nielfa


SEO Specialist 
 mailto:jaimesanc...@tu-app.net jaimesanc...@tu-app.net 
 tel:+34 626 678 789  +34 656 646 677 [ tel:+34 626 678 789 ]
 tel:+34 917 372 067  +34 910 780 554 [ tel:+34 917 372 067 ]
 https://www.tu-app.net/  https://www.tu-app.net/
 https://www.tu-app.net  

 https://www.facebook.com/tuapp.net   https://twitter.com/tuappnet   
https://www.instagram.com/tuapp_net/   https://www.youtube.com/tuappnet  




--
This email was sent by jaimesanc...@tu-app.net to debian-python@lists.debian.org

Not interested?Unsubscribe - 
https://dwum.maillist-manage.com/ua/optout?od=2d5a885a69b60a972f430ce0bbaf644e41185630859ca1fd0=11fdd7c405f70f39=11fdd7c405ed775d=11699e4c35c3298

Update profile -  
https://dwum.maillist-manage.com/ua/upc?upd=11fdd7c405f1f1b4=11fdd7c405f70f39=11699e4c35c3298=2d5a885a69b60a972f430ce0bbaf644e41185630859ca1fd0
   



Tu-App.Net | C/ Ana Mariscal 5 (Madrid) 



Our Privacy Policy [  ] and Terms of Use. [  ]