python-dotenv: bump to 1.2.2
authorAlexandru Ardelean <redacted>
Wed, 1 Apr 2026 15:28:57 +0000 (18:28 +0300)
committerAlexandru Ardelean <redacted>
Thu, 2 Apr 2026 16:23:54 +0000 (19:23 +0300)
commit82d10f567fd65a42e8ce222ba71a2b4bfe82193a
treeaafbdaad6c0c7e91ed59581196e9f5fbefc92d7a
parent4c017bab49da321304ad18ea1cedc3cb262cb865
python-dotenv: bump to 1.2.2

Changes since 1.0.1:
- Added support for Python 3.14 (including free-threaded build)
- CLI now forwards flags directly to commands
- Improved symlink handling with explicit follow_symlinks option
- Added FIFO file support on Unix systems
- Changed file mode preservation to maintain original permissions

Also add test.sh to verify dotenv_values parsing and load_dotenv.

Note: PyPI renamed the source tarball from python-dotenv-*.tar.gz
to python_dotenv-*.tar.gz; add PYPI_SOURCE_NAME accordingly.

Link: https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md
Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-dotenv/Makefile
lang/python/python-dotenv/test.sh [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT