pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-tldextract py-tldextract: updated to 3.2.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/942943bb8efe
branches: trunk
changeset: 377998:942943bb8efe
user: adam <adam%pkgsrc.org@localhost>
date: Tue Apr 26 10:35:44 2022 +0000
description:
py-tldextract: updated to 3.2.1
3.2.1 (2022-04-11)
* Bugfixes
* Fix incorrect namespace used for caching function returns
* Remove redundant encode
* Remove redundant lowercase
* Remove unused `try`/`except` path
* Add types to the private API (disallow untyped calls and defs)
* Rely on `python_requires` instead of runtime check
* Docs
* Fix docs with updated types
* Fix link in Travis CI badge
* Rewrite documentation intro
* Remove unnecessary subheading
* Unify case
3.2.0 (2022-02-20)
* Features
* Add types to the public API
* Bugfixes
* Add support for Python 3.10
* Drop support for EOL Python 3.6
* Remove py2 tag from wheel
* Remove extra backtick in README
diffstat:
net/py-tldextract/Makefile | 6 +++---
net/py-tldextract/PLIST | 3 ++-
net/py-tldextract/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (52 lines):
diff -r bf24a2b12edb -r 942943bb8efe net/py-tldextract/Makefile
--- a/net/py-tldextract/Makefile Tue Apr 26 10:34:44 2022 +0000
+++ b/net/py-tldextract/Makefile Tue Apr 26 10:35:44 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2022/01/05 15:41:18 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/04/26 10:35:44 adam Exp $
-DISTNAME= tldextract-3.1.2
+DISTNAME= tldextract-3.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tldextract/}
@@ -17,6 +16,7 @@
DEPENDS+= ${PYPKGPREFIX}-requests>=2.1.0:../../devel/py-requests
DEPENDS+= ${PYPKGPREFIX}-requests-file>=1.4:../../devel/py-requests-file
TEST_DEPENDS+= ${PYPKGPREFIX}-responses-[0-9]*:../../net/py-responses
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-test-pylint-[0-9]*:../../devel/py-test-pylint
USE_LANGUAGES= # none
diff -r bf24a2b12edb -r 942943bb8efe net/py-tldextract/PLIST
--- a/net/py-tldextract/PLIST Tue Apr 26 10:34:44 2022 +0000
+++ b/net/py-tldextract/PLIST Tue Apr 26 10:35:44 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2020/11/27 19:36:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2022/04/26 10:35:44 adam Exp $
bin/tldextract-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -22,6 +22,7 @@
${PYSITELIB}/tldextract/cli.py
${PYSITELIB}/tldextract/cli.pyc
${PYSITELIB}/tldextract/cli.pyo
+${PYSITELIB}/tldextract/py.typed
${PYSITELIB}/tldextract/remote.py
${PYSITELIB}/tldextract/remote.pyc
${PYSITELIB}/tldextract/remote.pyo
diff -r bf24a2b12edb -r 942943bb8efe net/py-tldextract/distinfo
--- a/net/py-tldextract/distinfo Tue Apr 26 10:34:44 2022 +0000
+++ b/net/py-tldextract/distinfo Tue Apr 26 10:35:44 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2021/10/26 11:06:45 nia Exp $
+$NetBSD: distinfo,v 1.12 2022/04/26 10:35:44 adam Exp $
-BLAKE2s (tldextract-3.1.2.tar.gz) = ee8fbaac0e603da7b4e33d3737cbcd8d863337be8594a6f5e3702006ac922c3b
-SHA512 (tldextract-3.1.2.tar.gz) = 2c2340a9142d49aa7c0db71b5a7fb1a63e19354a5da8edd7de923e55c8ec03d8a8551f4710c66d6d1aece1d0d78701229ef5ed2ed49bcce44972b7b96747bd77
-Size (tldextract-3.1.2.tar.gz) = 103248 bytes
+BLAKE2s (tldextract-3.2.1.tar.gz) = 912731a4c9e7edbdb34782c6f89a2b061bab7d7c9ab67d478c2312c01f51a970
+SHA512 (tldextract-3.2.1.tar.gz) = 545013f5f25ea2e207e8dc65caeef3999f0f3a5abdaad09f5a599dc25a9344c9fde9a816785a20df8a137c082e37329f3984fdf6a80789d5976c0bef244d9095
+Size (tldextract-3.2.1.tar.gz) = 104364 bytes
Home |
Main Index |
Thread Index |
Old Index