Bug#953964: ITP: python-strictyaml -- Strict, typed YAML parser for Python

2020-12-06 Thread Romain Porte
Hi,

I have filled an ITP [1] before realizing that it was already open here.

I have a 1.1.1-1 version ready to upload to mentors, would that be OK
for you that I publish it under your ITP? Your ITP was published almost
1 year ago with no answers to status update requests in this bug.

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

Best regards,

Romain.



Bug#953964: ITP: python-strictyaml -- Strict, typed YAML parser for Python

2020-03-31 Thread Andrej Shadura
Hi James,

On Sun, 15 Mar 2020 at 09:36, Andrej Shadura  wrote:
> On Sun, 15 Mar 2020 at 06:47, James Tocknell  wrote:
> > Package: wnpp
> > Severity: wishlist
> > Owner: James Tocknell 
> >
> > * Package name: python-strictyaml
> >   Version : 1.0.6
> >   Upstream Author : Colm O'Connor 
> > * URL : https://hitchdev.com/strictyaml/
> > * License : MIT
> >   Programming Lang: Python
> >   Description : Strict, typed YAML parser for Python
> >
> > StrictYAML is a type-safe YAML parser that parses and validates a restricted
> > subset of the YAML specification.
> >
> > Priorities:
> >  - Beautiful API
> >  - Refusing to parse the ugly, hard to read and insecure features of YAML 
> > like
> >the Norway problem.
> >  - Strict validation of markup and straightforward type casting.
> >  - Clear, readable exceptions with code snippets and line numbers.
> >  - Acting as a near-drop in replacement for pyyaml, ruamel.yaml or poyo.
> >  - Ability to read in YAML, make changes and write it out again with 
> > comments
> >preserved.
> >  - Not speed, currently.
>
> Feel free to prod me when you get the packaging ready for review and
> sponsorship.

How’s your progress on this? Please be aware
https://salsa.debian.org/philpep-guest/strictyaml exists, you may want
to take that and slightly update it.

-- 
Cheers,
  Andrej



Bug#953964: ITP: python-strictyaml -- Strict, typed YAML parser for Python

2020-03-15 Thread Andrej Shadura
Hi,

On Sun, 15 Mar 2020 at 06:47, James Tocknell  wrote:
> Package: wnpp
> Severity: wishlist
> Owner: James Tocknell 
>
> * Package name: python-strictyaml
>   Version : 1.0.6
>   Upstream Author : Colm O'Connor 
> * URL : https://hitchdev.com/strictyaml/
> * License : MIT
>   Programming Lang: Python
>   Description : Strict, typed YAML parser for Python
>
> StrictYAML is a type-safe YAML parser that parses and validates a restricted
> subset of the YAML specification.
>
> Priorities:
>  - Beautiful API
>  - Refusing to parse the ugly, hard to read and insecure features of YAML like
>the Norway problem.
>  - Strict validation of markup and straightforward type casting.
>  - Clear, readable exceptions with code snippets and line numbers.
>  - Acting as a near-drop in replacement for pyyaml, ruamel.yaml or poyo.
>  - Ability to read in YAML, make changes and write it out again with comments
>preserved.
>  - Not speed, currently.

Feel free to prod me when you get the packaging ready for review and
sponsorship.

-- 
Cheers,
  Andrej



Bug#953964: ITP: python-strictyaml -- Strict, typed YAML parser for Python

2020-03-14 Thread James Tocknell
Package: wnpp
Severity: wishlist
Owner: James Tocknell 

* Package name: python-strictyaml
  Version : 1.0.6
  Upstream Author : Colm O'Connor 
* URL : https://hitchdev.com/strictyaml/
* License : MIT
  Programming Lang: Python
  Description : Strict, typed YAML parser for Python

StrictYAML is a type-safe YAML parser that parses and validates a restricted
subset of the YAML specification.

Priorities:
 - Beautiful API
 - Refusing to parse the ugly, hard to read and insecure features of YAML like
   the Norway problem.
 - Strict validation of markup and straightforward type casting.
 - Clear, readable exceptions with code snippets and line numbers.
 - Acting as a near-drop in replacement for pyyaml, ruamel.yaml or poyo.
 - Ability to read in YAML, make changes and write it out again with comments
   preserved.
 - Not speed, currently.

---

This is needed for devpi-server, and I plan on maintaining within DMPT (assuming
they accept me).