./devel/py-utils, Some convenient utilities not included with standard Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.9.1nb1, Package name: py312-utils-3.9.1nb1, Maintainer: pkgsrc-users

Python Utils is a collection of small Python functions and classes
which make common patterns shorter and easier. It is by no means a
complete collection but it has served me quite a bit in the past and I
will keep extending it.


Master sites:

Filesize: 34.573 KB

Version history: (Expand)


CVS history: (Expand)


   2025-04-12 23:37:08 by Adam Ciarcinski | Files touched by this commit (35) | Package updated
Log message:
Fix PLIST after py-setuptools update; bump depends and revision
   2024-11-26 13:04:43 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-utils: updated to 3.9.1

3.9.1

Made tests far more reliable and fixed python_requires
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 13:40:01 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-utils: updated to 3.9.0

3.9.0
Unknown changes
   2024-01-25 11:56:02 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-utils: updated to 3.8.2

v3.8.2
Windows can also return an OSError instead of a ValueError for a fromtimestamp \ 
overflow
   2023-09-27 11:45:27 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-utils: updated to 3.8.1

v3.8.1
fixed silly typo

v3.8.0
Added slicabledeque
   2023-08-25 13:59:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-utils: updated to 3.7.0

v3.7.0
Fixed several typing issues and added more thorough tests

v3.6.1
Increased typing-extensions version requirement

v3.6.0
Added extra containers such as UniqueList and SlicableDeque. Added full pyright \ 
strict and mypy type checks
   2023-05-08 09:09:49 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-utils: updated to 3.5.2

v3.5.2
Added import shortcuts for container classes

v3.5.1
Improved type hinting

v3.5.0
Added unique list container