Path to this page:
Subject: CVS commit: pkgsrc/www/py-betamax
From: Adam Ciarcinski
Date: 2024-02-21 13:27:04
Message id: 20240221122704.72669F9F4@cvs.NetBSD.org
Log Message:
py-betamax: updated to 0.9.0
0.9.0 - 2024-02-06
- Add support for urllib3 2.0
- Fix documentation
- Add support for binary serializer storage;
useful with custom serializers (such as pickle based),
however all builtin betamax serializers remain text based.
- Fix bug with ``new_episodes`` always trying to record.
- Improved documentation.
- This release drops support for Python 3.3;
if you are still using Python 3.3
update your Python or don't update to betamax 0.8.2.
- This release is the first release that declares support for Python 3.7,
however previous versions most likely worked with 3.7 as well.
Files: