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

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


Branch: CURRENT, Version: 3.4.5, Package name: py310-utils-3.4.5, 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: 27.938 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2022-08-25 13:14:51 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-utils: updated to 3.3.3

v3.3.3: fixed issue with not submitting tasks to `asyncio.wait`
v3.3.2: Fixed bug with batcher skipping items in the case of timeouts
v3.3.1: improved generator timeout handling
v3.3.0: Added (asyncio) generators for automatic batching and timeout detection
v3.2.3: Fixed loguru stack location
   2022-01-16 09:44:20 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-utils: updated to 3.1.0

v3.1.0:
dropped python 3.6 support because it is deprecated and so we can somewhat use | \ 
as type union
   2022-01-05 23:22:59 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-utils: update to 3.0.0.

3.0.0

Python 3 update including full type hinting, asyncio tools, typing shortcuts and \ 
listify decorator for generators

2.7.1

Small documentation updates

2.7.0

added automated tox github action tests
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-12-19 14:42:59 by Thomas Klausner | Files touched by this commit (2)
Log message:
py-utils: mark as not for python 2.7

Also mark its users that way
   2021-12-17 09:11:56 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-utils: updated to 2.6.0

v2.6.0
added exponential timeout growth
   2021-11-16 20:35:49 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-utils: updated to 2.5.6

2.5.6:
Unknown changes