pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-parsel



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 20 13:25:04 UTC 2025

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

Log Message:
py-parsel: updated to 1.10.0

1.10.0 (2024-12-16)

* Removed support for Python 3.8.
* Added support for Python 3.13.
* Changed the default encoding name from ``"utf8"`` to ``"utf-8"`` everywhere.
  The former name is not supported in certain environments.
* CI fixes and improvements.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/py-parsel/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-parsel/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-parsel/Makefile
diff -u pkgsrc/www/py-parsel/Makefile:1.14 pkgsrc/www/py-parsel/Makefile:1.15
--- pkgsrc/www/py-parsel/Makefile:1.14  Mon Nov 11 07:29:26 2024
+++ pkgsrc/www/py-parsel/Makefile       Mon Jan 20 13:25:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/11/11 07:29:26 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2025/01/20 13:25:04 adam Exp $
 
-DISTNAME=      parsel-1.9.1
+DISTNAME=      parsel-1.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/parsel/}
@@ -21,7 +21,5 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/py-parsel/distinfo
diff -u pkgsrc/www/py-parsel/distinfo:1.12 pkgsrc/www/py-parsel/distinfo:1.13
--- pkgsrc/www/py-parsel/distinfo:1.12  Tue May 14 14:40:36 2024
+++ pkgsrc/www/py-parsel/distinfo       Mon Jan 20 13:25:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/05/14 14:40:36 adam Exp $
+$NetBSD: distinfo,v 1.13 2025/01/20 13:25:04 adam Exp $
 
-BLAKE2s (parsel-1.9.1.tar.gz) = f9b8c07a64dae8bf0c55627661994e88e05c462c6c8cce75c6b0594b6b07e4e0
-SHA512 (parsel-1.9.1.tar.gz) = 90aefdb7758b4cb30c6b06c2aa8a08b618e86fd34322b40559cc03b4f3f785d013fbcd54dbbd3831136d408ab9b348e32b367627d2880c599210012040f878bb
-Size (parsel-1.9.1.tar.gz) = 51225 bytes
+BLAKE2s (parsel-1.10.0.tar.gz) = 589bc8ff1d843b257880b4c0abaac9af7b1cbadfd3ec904c50606acae0969932
+SHA512 (parsel-1.10.0.tar.gz) = aa0c3de6f8e8453ac942fd86221b6ed44c15874735af49fcef56bbd3c6aa9676b9642ea896924ac551cd4acabe2ea5d6124dc907b11ac26781da05e236f33109
+Size (parsel-1.10.0.tar.gz) = 51421 bytes



Home | Main Index | Thread Index | Old Index