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

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


Branch: CURRENT, Version: 3.9.1, Package name: py312-utils-3.9.1, 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)


   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
   2022-10-31 16:25:41 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-utils: updated to 3.4.5

v3.4.5
Added TracebackType to types

v3.4.4
Added py.typed

v3.4.3
Added py.typed

v3.4.2
Added py.typed

v3.4.1
Added py.typed

v3.4.0
added more type hints, full pyright and mypy support and added py.typed file