pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-MechanicalSoup



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May 26 20:00:17 UTC 2023

Modified Files:
        pkgsrc/www/py-MechanicalSoup: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-MechanicalSoup/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-MechanicalSoup/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-MechanicalSoup/Makefile
diff -u pkgsrc/www/py-MechanicalSoup/Makefile:1.11 pkgsrc/www/py-MechanicalSoup/Makefile:1.12
--- pkgsrc/www/py-MechanicalSoup/Makefile:1.11  Tue Jan  4 20:55:14 2022
+++ pkgsrc/www/py-MechanicalSoup/Makefile       Fri May 26 20:00:17 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2022/01/04 20:55:14 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2023/05/26 20:00:17 adam Exp $
 
-DISTNAME=      MechanicalSoup-1.1.0
+DISTNAME=      MechanicalSoup-1.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=M/MechanicalSoup/}
 

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



Home | Main Index | Thread Index | Old Index