Skip to content

Commit

Permalink
py-six: update to 1.17.0.
Browse files Browse the repository at this point in the history
1.17.0
------

- Pull request #388: Remove `URLopener` and `FancyURLopener` classes from
  `urllib.request` when running on Python 3.14 or greater.

- Pull request #365, issue #283: `six.moves.UserDict` now points to
  `UserDict.IterableUserDict` instead of `UserDict.UserDict` on Python 2.
  • Loading branch information
0-wiz-0 committed Dec 27, 2024
1 parent 09bd57a commit ea02c73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 2 additions & 5 deletions lang/py-six/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.23 2024/08/10 07:01:19 wiz Exp $
# $NetBSD: Makefile,v 1.24 2024/12/27 09:02:13 wiz Exp $

DISTNAME= six-1.16.0
DISTNAME= six-1.17.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/six/}

Expand All @@ -13,8 +12,6 @@ LICENSE= mit

USE_LANGUAGES= # none

PYSETUPTESTTARGET= pytest

PYTHON_27_ACCEPTED= yes

.include "../../lang/python/pyversion.mk"
Expand Down
8 changes: 4 additions & 4 deletions lang/py-six/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.17 2021/10/26 10:51:50 nia Exp $
$NetBSD: distinfo,v 1.18 2024/12/27 09:02:13 wiz Exp $

BLAKE2s (six-1.16.0.tar.gz) = 31a5836b353919b44b40cb4162cf362f5e5703e162bd27f70358dcdd0b67045b
SHA512 (six-1.16.0.tar.gz) = 076fe31c8f03b0b52ff44346759c7dc8317da0972403b84dfe5898179f55acdba6c78827e0f8a53ff20afe8b76432c6fe0d655a75c24259d9acbaa4d9e8015c0
Size (six-1.16.0.tar.gz) = 34041 bytes
BLAKE2s (six-1.17.0.tar.gz) = ca531eaa7f9a741e4ca10f9282a6ed6e4aeba7119c15821b5e85513f92f6c74c
SHA512 (six-1.17.0.tar.gz) = fcfa58b03877ac3ac00a4f85b5fea4fecb2a010244451aa95013637a0aa21529f3dcfe25c0a07c72da46da1fa12bc0c16b6c641c40c6ab2133e5b5cbb5a71e4b
Size (six-1.17.0.tar.gz) = 34031 bytes

0 comments on commit ea02c73

Please sign in to comment.