pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-dotenv



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Apr 12 10:06:40 UTC 2025

Modified Files:
        pkgsrc/devel/py-dotenv: Makefile PLIST distinfo

Log Message:
py-dotenv: updated to 1.1.0

1.1.0

**Feature**
- Add support for python 3.13
- Enhance `dotenv run`, switch to `execvpe` for better resource management and signal handling

**Fixed**
- `find_dotenv` and `load_dotenv` now correctly looks up at the current directory when running in debugger or pdb

**Misc**
- Drop support for Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-dotenv/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-dotenv/PLIST
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-dotenv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-dotenv/Makefile
diff -u pkgsrc/devel/py-dotenv/Makefile:1.15 pkgsrc/devel/py-dotenv/Makefile:1.16
--- pkgsrc/devel/py-dotenv/Makefile:1.15        Mon Nov 11 07:28:07 2024
+++ pkgsrc/devel/py-dotenv/Makefile     Sat Apr 12 10:06:39 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2024/11/11 07:28:07 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/04/12 10:06:39 adam Exp $
 
-DISTNAME=      python-dotenv-1.0.1
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//}
+DISTNAME=      python_dotenv-1.1.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^python-//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-dotenv/}
 
@@ -18,8 +18,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && ${MV} dotenv dotenv-${PYVERSSUFFIX} || ${TRUE}
 

Index: pkgsrc/devel/py-dotenv/PLIST
diff -u pkgsrc/devel/py-dotenv/PLIST:1.4 pkgsrc/devel/py-dotenv/PLIST:1.5
--- pkgsrc/devel/py-dotenv/PLIST:1.4    Tue Jan 23 13:34:09 2024
+++ pkgsrc/devel/py-dotenv/PLIST        Sat Apr 12 10:06:40 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.4 2024/01/23 13:34:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2025/04/12 10:06:40 adam Exp $
 bin/dotenv-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/dotenv/__init__.py
 ${PYSITELIB}/dotenv/__init__.pyc

Index: pkgsrc/devel/py-dotenv/distinfo
diff -u pkgsrc/devel/py-dotenv/distinfo:1.12 pkgsrc/devel/py-dotenv/distinfo:1.13
--- pkgsrc/devel/py-dotenv/distinfo:1.12        Tue Jan 23 13:34:09 2024
+++ pkgsrc/devel/py-dotenv/distinfo     Sat Apr 12 10:06:40 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2024/01/23 13:34:09 adam Exp $
+$NetBSD: distinfo,v 1.13 2025/04/12 10:06:40 adam Exp $
 
-BLAKE2s (python-dotenv-1.0.1.tar.gz) = 7d2aae28f91226992e8981447e6f8912f810bc294a28060bada3f791931001fe
-SHA512 (python-dotenv-1.0.1.tar.gz) = d03f28f123b19e6e4af05c239686e189e5767108049399c110b80668bfea9d2a3f9222b719863fdef016cbe726a7a77748a18ddad013f7fc21c239ccf680c1da
-Size (python-dotenv-1.0.1.tar.gz) = 39115 bytes
+BLAKE2s (python_dotenv-1.1.0.tar.gz) = 09f88eb29c25f68775fca915fee9ba99c5d588d6a0636267ae710f3660365d7c
+SHA512 (python_dotenv-1.1.0.tar.gz) = 453f1262d330e1783dae1ef2ac18b998f817203c10705a974b294b79316a4cee68433622b4fa0aff2efed45e5fad04ec1fa4d15434ec1fc57c1c73a2518ef396
+Size (python_dotenv-1.1.0.tar.gz) = 39920 bytes



Home | Main Index | Thread Index | Old Index