git: 8bbb76787fd9 - main - www/py-mechanize: Update to 0.4.10

From: Li-Wen Hsu <lwhsu_at_FreeBSD.org>
Date: Sun, 01 Sep 2024 16:57:58 UTC
The branch main has been updated by lwhsu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8bbb76787fd9f78668751a84b356c413c51c5dd4

commit 8bbb76787fd9f78668751a84b356c413c51c5dd4
Author:     Li-Wen Hsu <lwhsu@FreeBSD.org>
AuthorDate: 2024-09-01 16:57:46 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-09-01 16:57:46 +0000

    www/py-mechanize: Update to 0.4.10
---
 www/py-mechanize/Makefile              |  3 +--
 www/py-mechanize/distinfo              |  6 +++---
 www/py-mechanize/files/patch-setup.cfg | 18 ------------------
 3 files changed, 4 insertions(+), 23 deletions(-)

diff --git a/www/py-mechanize/Makefile b/www/py-mechanize/Makefile
index 07072f1455d0..584f872c91f4 100644
--- a/www/py-mechanize/Makefile
+++ b/www/py-mechanize/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	mechanize
-PORTVERSION=	0.4.8
-PORTREVISION=	1
+PORTVERSION=	0.4.10
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-mechanize/distinfo b/www/py-mechanize/distinfo
index 37b08618ba58..c514ac861ae5 100644
--- a/www/py-mechanize/distinfo
+++ b/www/py-mechanize/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1650730876
-SHA256 (mechanize-0.4.8.tar.gz) = 5e86ac0777357e006eb04cd28f7ed9f811d48dffa603d3891ac6d2b92280dc91
-SIZE (mechanize-0.4.8.tar.gz) = 218055
+TIMESTAMP = 1725170226
+SHA256 (mechanize-0.4.10.tar.gz) = 1dea947f9be7ea0ab610f7bbc4a4e36b45d6bfdfceea29ad3d389a88a1957ddf
+SIZE (mechanize-0.4.10.tar.gz) = 218291
diff --git a/www/py-mechanize/files/patch-setup.cfg b/www/py-mechanize/files/patch-setup.cfg
deleted file mode 100644
index 787fed078bf8..000000000000
--- a/www/py-mechanize/files/patch-setup.cfg
+++ /dev/null
@@ -1,18 +0,0 @@
---- setup.cfg.orig	2022-04-25 13:30:38 UTC
-+++ setup.cfg
-@@ -8,7 +8,6 @@ license = BSD
- description = Stateful, programmatic web browsing
- long_description = file: README.rst
- url = https://github.com/python-mechanize/mechanize
--packages = mechanize
- classifiers = 
- 	Development Status :: 5 - Production/Stable
- 	Intended Audience :: Developers
-@@ -37,6 +36,7 @@ classifiers = 
- 	Topic :: Text Processing :: Markup :: XML
- 
- [options]
-+packages = mechanize
- zip_safe = True
- install_requires = html5lib>=0.999999999
-