Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: py-yaml 6.0.2rc1 -> 6.0.2
To:
Daniel Dickman <didickman@gmail.com>
Cc:
Pierre-Emmanuel Andre <pea@openbsd.org>, ports@openbsd.org
Date:
Mon, 2 Sep 2024 13:34:46 +0100

Download raw body.

Thread
I would go back to pypi. I only moved it to github for the rc because
it wasn't uploaded to pypi.

On 2024/09/01 11:00, Daniel Dickman wrote:
> update py-yaml to the non RC release. ok?
> 
> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/textproc/py-yaml/Makefile,v
> diff -u -p -u -r1.34 Makefile
> --- Makefile	13 Jul 2024 13:49:21 -0000	1.34
> +++ Makefile	1 Sep 2024 14:59:51 -0000
> @@ -2,9 +2,9 @@ COMMENT=	YAML parser and emitter in Pyth
>  
>  GH_ACCOUNT=	yaml
>  GH_PROJECT=	pyyaml
> -GH_TAGNAME=	6.0.2rc1
> +GH_TAGNAME=	6.0.2
>  
> -MODPY_EGG_VERSION=6.0.2rc1
> +MODPY_EGG_VERSION=6.0.2
>  DISTNAME=	PyYAML-${MODPY_EGG_VERSION}
>  PKGNAME=	py-yaml-${MODPY_EGG_VERSION}
>  
> Index: distinfo
> ===================================================================
> RCS file: /cvs/ports/textproc/py-yaml/distinfo,v
> diff -u -p -u -r1.11 distinfo
> --- distinfo	13 Jul 2024 13:49:21 -0000	1.11
> +++ distinfo	1 Sep 2024 14:59:51 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (PyYAML-6.0.2rc1.tar.gz) = CsMIRrklrWTB3y/00mgyd/I/3owkgghJZzWyYyuUa3s=
> -SIZE (PyYAML-6.0.2rc1.tar.gz) = 123879
> +SHA256 (PyYAML-6.0.2.tar.gz) = k3fDgaw/zK2N9z2WtROe+LGixXoNkT6VqwoiddZrXKo=
> +SIZE (PyYAML-6.0.2.tar.gz) = 123883
>