pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pebble
Module Name: pkgsrc
Committed By: adam
Date: Thu Jan 2 10:48:04 UTC 2025
Modified Files:
pkgsrc/devel/py-pebble: Makefile PLIST distinfo
Log Message:
py-pebble: updated to 5.1.0
5.1.0
Features:
expose internal constants to allow changing default
timeouts and polling intervals.
add PID of expired process to ProcessExpired
exception.
Add pool decorators parameter allowing to provide a PebblePool
as executor for the decorated functions.
Fixes:
reset SIGTERM default handler to child processes.
Include concurrent and asynchronous modules as top-level
packages.
Improvements:
Improve type hinting logic.
Refactor internal logic: remove code duplication.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-pebble/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-pebble/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-pebble/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pebble/Makefile
diff -u pkgsrc/devel/py-pebble/Makefile:1.15 pkgsrc/devel/py-pebble/Makefile:1.16
--- pkgsrc/devel/py-pebble/Makefile:1.15 Mon Nov 11 07:28:18 2024
+++ pkgsrc/devel/py-pebble/Makefile Thu Jan 2 10:48:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2024/11/11 07:28:18 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/01/02 10:48:04 adam Exp $
-DISTNAME= Pebble-5.0.7
+DISTNAME= Pebble-5.1.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=P/Pebble/}
@@ -14,7 +14,5 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-pebble/PLIST
diff -u pkgsrc/devel/py-pebble/PLIST:1.3 pkgsrc/devel/py-pebble/PLIST:1.4
--- pkgsrc/devel/py-pebble/PLIST:1.3 Sun Nov 26 14:59:24 2023
+++ pkgsrc/devel/py-pebble/PLIST Thu Jan 2 10:48:04 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2023/11/26 14:59:24 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/01/02 10:48:04 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -16,9 +16,18 @@ ${PYSITELIB}/pebble/asynchronous/process
${PYSITELIB}/pebble/asynchronous/thread.py
${PYSITELIB}/pebble/asynchronous/thread.pyc
${PYSITELIB}/pebble/asynchronous/thread.pyo
-${PYSITELIB}/pebble/common.py
-${PYSITELIB}/pebble/common.pyc
-${PYSITELIB}/pebble/common.pyo
+${PYSITELIB}/pebble/common/__init__.py
+${PYSITELIB}/pebble/common/__init__.pyc
+${PYSITELIB}/pebble/common/__init__.pyo
+${PYSITELIB}/pebble/common/process.py
+${PYSITELIB}/pebble/common/process.pyc
+${PYSITELIB}/pebble/common/process.pyo
+${PYSITELIB}/pebble/common/shared.py
+${PYSITELIB}/pebble/common/shared.pyc
+${PYSITELIB}/pebble/common/shared.pyo
+${PYSITELIB}/pebble/common/types.py
+${PYSITELIB}/pebble/common/types.pyc
+${PYSITELIB}/pebble/common/types.pyo
${PYSITELIB}/pebble/concurrent/__init__.py
${PYSITELIB}/pebble/concurrent/__init__.pyc
${PYSITELIB}/pebble/concurrent/__init__.pyo
Index: pkgsrc/devel/py-pebble/distinfo
diff -u pkgsrc/devel/py-pebble/distinfo:1.14 pkgsrc/devel/py-pebble/distinfo:1.15
--- pkgsrc/devel/py-pebble/distinfo:1.14 Fri Mar 22 06:31:05 2024
+++ pkgsrc/devel/py-pebble/distinfo Thu Jan 2 10:48:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2024/03/22 06:31:05 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/01/02 10:48:04 adam Exp $
-BLAKE2s (Pebble-5.0.7.tar.gz) = 7ff793ef22678f10ba46b82c84e3afabea38681ad10f7f20bf9f1f52265e507d
-SHA512 (Pebble-5.0.7.tar.gz) = 2602512208808ce15150e35fb9bbd383a6b98850e7641ed26c46e520fe7e62483dfcb67aa77a2412a0c643fc862035487283f8e760feef3852f3ab9236f29176
-Size (Pebble-5.0.7.tar.gz) = 32054 bytes
+BLAKE2s (Pebble-5.1.0.tar.gz) = ea4d2dc191e519f949320674498f42f8611b8344635826221d626240e95f91fe
+SHA512 (Pebble-5.1.0.tar.gz) = 804fe43c82c7f7604c258a5ce1d219fecd5674fcfb6ef6dfdf1fe1cfdea23e79659e7d3633055cb9367433d9e6143323e512e69d8cfbe5a4ebba6fcc1fbb812b
+Size (Pebble-5.1.0.tar.gz) = 35060 bytes
Home |
Main Index |
Thread Index |
Old Index