dns/py-idna: Update to 3.6

Changes:	https://github.com/kjd/idna/blob/master/HISTORY.rst
This commit is contained in:
Po-Chuan Hsieh 2023-11-28 02:03:22 +08:00
parent 45c5905365
commit 16ca70e856
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 11 deletions

View File

@ -1,6 +1,5 @@
PORTNAME= idna
PORTVERSION= 3.4
PORTREVISION= 1
PORTVERSION= 3.6
CATEGORIES= dns python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1663672872
SHA256 (idna-3.4.tar.gz) = 814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4
SIZE (idna-3.4.tar.gz) = 183077
TIMESTAMP = 1701083394
SHA256 (idna-3.6.tar.gz) = 9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca
SIZE (idna-3.6.tar.gz) = 175426

View File

@ -1,6 +0,0 @@
--- setup.py.orig 2022-09-14 00:01:44 UTC
+++ setup.py
@@ -1,2 +1,2 @@
from setuptools import setup
-setup()
+setup(use_scm_version=True)