pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pdm



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 24 05:29:39 UTC 2023

Modified Files:
        pkgsrc/devel/py-pdm: Makefile distinfo

Log Message:
py-pdm: updated to 2.10.4

Release v2.10.4 (2023-11-24)
----------------------------

Bug Fixes

- Do not detect as requirements.txt if the file is a python script.
- Provide information of the original line when parsing requirement fails.
- Resolve `-r` requirements paths relative to the requirement file they are specified.
- Updating package now overwrites the old files instead of removing before installing.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-pdm/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/py-pdm/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-pdm/Makefile
diff -u pkgsrc/devel/py-pdm/Makefile:1.17 pkgsrc/devel/py-pdm/Makefile:1.18
--- pkgsrc/devel/py-pdm/Makefile:1.17   Fri Nov 17 21:24:21 2023
+++ pkgsrc/devel/py-pdm/Makefile        Fri Nov 24 05:29:39 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2023/11/17 21:24:21 adam Exp $
+# $NetBSD: Makefile,v 1.18 2023/11/24 05:29:39 adam Exp $
 
-DISTNAME=      pdm-2.10.3
+DISTNAME=      pdm-2.10.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pdm/}

Index: pkgsrc/devel/py-pdm/distinfo
diff -u pkgsrc/devel/py-pdm/distinfo:1.15 pkgsrc/devel/py-pdm/distinfo:1.16
--- pkgsrc/devel/py-pdm/distinfo:1.15   Fri Nov 17 21:24:21 2023
+++ pkgsrc/devel/py-pdm/distinfo        Fri Nov 24 05:29:39 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2023/11/17 21:24:21 adam Exp $
+$NetBSD: distinfo,v 1.16 2023/11/24 05:29:39 adam Exp $
 
-BLAKE2s (pdm-2.10.3.tar.gz) = 6d80aefe4cda6e3e547bff006836e80b9e39a37eb3be68853740f6d226b01fca
-SHA512 (pdm-2.10.3.tar.gz) = 09a08a6f225a346d841ebadd394ac4d86313369de6482f4caf15cc401b7deb5b928bf5894178d1334596c430f3f14b87f8e29d15ec5d73e1f7d40be717211ddc
-Size (pdm-2.10.3.tar.gz) = 2588935 bytes
+BLAKE2s (pdm-2.10.4.tar.gz) = 042a936f7e417e9db9728db98fb036c3ba239c3856edb747bd59e519d3cf4805
+SHA512 (pdm-2.10.4.tar.gz) = 7e165f497a1cf1993554277ccf347410893f7635748d8d5a43dba1bc6156ea7655045c6ac865b96ff2e44d736b963fde5921a4710628201dd88c20d4fa7014f2
+Size (pdm-2.10.4.tar.gz) = 2589461 bytes



Home | Main Index | Thread Index | Old Index