Fri May 26 20:00:17 2023 UTC ()
py-MechanicalSoup: updated to 1.2.0

Version 1.2
===========

Main changes

* Added support for Python 3.10.

* Add support for HTML form-associated elements (i.e. input elements that are
  associated with a form by a ``form`` attribute, but are not a child element
  of the form.)

Bug fixes

* When uploading a file, only the filename is now submitted to the server.
  Previously, the full file path was being submitted, which exposed more
  local information than users may have been expecting.


(adam)
diff -r1.11 -r1.12 pkgsrc/www/py-MechanicalSoup/Makefile
diff -r1.9 -r1.10 pkgsrc/www/py-MechanicalSoup/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/www/py-MechanicalSoup/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-MechanicalSoup/Makefile 2022/01/04 20:55:14 1.11
+++ pkgsrc/www/py-MechanicalSoup/Makefile 2023/05/26 20:00:17 1.12
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2022/01/04 20:55:14 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2023/05/26 20:00:17 adam Exp $
2 2
3DISTNAME= MechanicalSoup-1.1.0 3DISTNAME= MechanicalSoup-1.2.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= www python 5CATEGORIES= www python
7MASTER_SITES= ${MASTER_SITE_PYPI:=M/MechanicalSoup/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=M/MechanicalSoup/}
8 7
9MAINTAINER= leot@NetBSD.org 8MAINTAINER= leot@NetBSD.org
10HOMEPAGE= https://github.com/hickford/MechanicalSoup 9HOMEPAGE= https://github.com/hickford/MechanicalSoup
11COMMENT= Library for automating interaction with websites 10COMMENT= Library for automating interaction with websites
12LICENSE= mit 11LICENSE= mit
13 12
14DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4.7:../../www/py-beautifulsoup4 13DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4>=4.7:../../www/py-beautifulsoup4
15DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml 14DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
16DEPENDS+= ${PYPKGPREFIX}-requests>=2.22.0:../../devel/py-requests 15DEPENDS+= ${PYPKGPREFIX}-requests>=2.22.0:../../devel/py-requests
17BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 16BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
18TEST_DEPENDS+= ${PYPKGPREFIX}-requests-mock>=1.3.0:../../devel/py-requests-mock 17TEST_DEPENDS+= ${PYPKGPREFIX}-requests-mock>=1.3.0:../../devel/py-requests-mock

cvs diff -r1.9 -r1.10 pkgsrc/www/py-MechanicalSoup/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-MechanicalSoup/distinfo 2021/10/26 11:30:26 1.9
+++ pkgsrc/www/py-MechanicalSoup/distinfo 2023/05/26 20:00:17 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2021/10/26 11:30:26 nia Exp $ 1$NetBSD: distinfo,v 1.10 2023/05/26 20:00:17 adam Exp $
2 2
3BLAKE2s (MechanicalSoup-1.1.0.tar.gz) = 42577ca9ac8cae57999a290c3a5f7f813306223a5129805fe712be5f855f7d1d 3BLAKE2s (MechanicalSoup-1.2.0.tar.gz) = 78160e1beca2772ebe57bab2d8917cb3c938afa2057ed4eaa5f70a2a0f467396
4SHA512 (MechanicalSoup-1.1.0.tar.gz) = 26eaa54bcd1c0aac26504d7c482ed001830a1c79bf48a3055cef92348e9336887bef86cda68281911032159a3404a1f4ee8de9b6516d7d767cfd6b3b380c4ebe 4SHA512 (MechanicalSoup-1.2.0.tar.gz) = 5857274e07c678dc0e19ad4fef828ccf41bb846edad566c2da9914144ced8802efd546265efac792acbb885b29cab5cde4ac3cd2002826a8bb31f91004eb2caa
5Size (MechanicalSoup-1.1.0.tar.gz) = 49270 bytes 5Size (MechanicalSoup-1.2.0.tar.gz) = 49669 bytes