pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-smb



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec 11 10:38:05 UTC 2019

Modified Files:
        pkgsrc/net/py-smb: Makefile distinfo

Log Message:
py-smb: updated to 1.1.28

pysmb-1.1.28:
- SharedFile instances returned from the listPath() method now has a new
  file_id attribute which represents the file reference number given by the SMB server.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-smb/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-smb/distinfo

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

Modified files:

Index: pkgsrc/net/py-smb/Makefile
diff -u pkgsrc/net/py-smb/Makefile:1.8 pkgsrc/net/py-smb/Makefile:1.9
--- pkgsrc/net/py-smb/Makefile:1.8      Tue Jan  8 19:12:49 2019
+++ pkgsrc/net/py-smb/Makefile  Wed Dec 11 10:38:05 2019
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2019/01/08 19:12:49 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/12/11 10:38:05 adam Exp $
 
-DISTNAME=      pysmb-1.1.27
+DISTNAME=      pysmb-1.1.28
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    net python
-MASTER_SITES=  http://miketeo.net/files/Projects/pysmb/
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pysmb/}
 EXTRACT_SUFX=  .zip
 
 MAINTAINER=    ryoon%NetBSD.org@localhost

Index: pkgsrc/net/py-smb/distinfo
diff -u pkgsrc/net/py-smb/distinfo:1.6 pkgsrc/net/py-smb/distinfo:1.7
--- pkgsrc/net/py-smb/distinfo:1.6      Tue Jan  8 19:12:49 2019
+++ pkgsrc/net/py-smb/distinfo  Wed Dec 11 10:38:05 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/01/08 19:12:49 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/12/11 10:38:05 adam Exp $
 
-SHA1 (pysmb-1.1.27.zip) = 88d1f13cb3cc71c1d6ebdad6f9730a8601a043d0
-RMD160 (pysmb-1.1.27.zip) = 6852a1c3d9d0cbba4438e808118d9deacc32705c
-SHA512 (pysmb-1.1.27.zip) = 56b147552262bfa64f1fa21dcc4d9549eb73daa6dd34ccd3b035bacc39140ad5f4d6d6239eedda66bafb19f7ab2d7d9a12c9c80021057ff2ac1498d50f389d94
-Size (pysmb-1.1.27.zip) = 1255051 bytes
+SHA1 (pysmb-1.1.28.zip) = 77b65f70a9b850bae21d661a013398c9c93f096c
+RMD160 (pysmb-1.1.28.zip) = a96677be83bc05ced48e6c54929474cfe222771b
+SHA512 (pysmb-1.1.28.zip) = 347602b2c4221e06d730fd52c61ebdae385c7dd791738b871cb88c14b810cdbc76138c139184e1443f3790e2fe79c55b8d885855ac04804173c8edc4208615ea
+Size (pysmb-1.1.28.zip) = 1255488 bytes



Home | Main Index | Thread Index | Old Index