pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-setuptools_scm
Module Name: pkgsrc
Committed By: wiz
Date: Wed Apr 19 17:30:27 UTC 2017
Modified Files:
pkgsrc/devel/py-setuptools_scm: Makefile distinfo
Log Message:
Updated py-setuptools_scm to 1.15.5.
v1.15.5
=======
* fix #167 by correctly respecting preformatted version metadata
from PKG-INFO/EGG-INFO
v1.15.4
=======
* fix issue #164: iterate all found entry points to avoid erros when pip remakes egg-info
* enhance self-use to enable pip install from github again
v1.15.3
=======
* bring back correctly getting our version in the own sdist, finalizes #114
* fix issue #150: strip local components of tags
v1.15.2
=======
* fix issue #128: return None when a scm specific parse fails in a worktree to ease parse reuse
v1.15.1
=======
* fix issue #126: the local part of any tags is discarded
when guessing new versions
* minor performance optimization by doing fewer git calls
in the usual cases
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-setuptools_scm/Makefile \
pkgsrc/devel/py-setuptools_scm/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-setuptools_scm/Makefile
diff -u pkgsrc/devel/py-setuptools_scm/Makefile:1.8 pkgsrc/devel/py-setuptools_scm/Makefile:1.9
--- pkgsrc/devel/py-setuptools_scm/Makefile:1.8 Fri Oct 28 23:28:21 2016
+++ pkgsrc/devel/py-setuptools_scm/Makefile Wed Apr 19 17:30:27 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2016/10/28 23:28:21 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2017/04/19 17:30:27 wiz Exp $
-DISTNAME= setuptools_scm-1.15.0
+DISTNAME= setuptools_scm-1.15.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools_scm/}
Index: pkgsrc/devel/py-setuptools_scm/distinfo
diff -u pkgsrc/devel/py-setuptools_scm/distinfo:1.8 pkgsrc/devel/py-setuptools_scm/distinfo:1.9
--- pkgsrc/devel/py-setuptools_scm/distinfo:1.8 Fri Oct 28 23:28:21 2016
+++ pkgsrc/devel/py-setuptools_scm/distinfo Wed Apr 19 17:30:27 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2016/10/28 23:28:21 wiz Exp $
+$NetBSD: distinfo,v 1.9 2017/04/19 17:30:27 wiz Exp $
-SHA1 (setuptools_scm-1.15.0.tar.gz) = 273bb9fbc27d169cb9853b379db8f749ea7caede
-RMD160 (setuptools_scm-1.15.0.tar.gz) = b91bf70229673f4523205eb7138f11f41f7a97d8
-SHA512 (setuptools_scm-1.15.0.tar.gz) = 860fd9460f0d1d5ec9369c2936342f9679b8815e1d705999698b7bd82adb41a65048df68e57065e530972ef57e43a251ac41d6587972b1d5af40cd0249bd081d
-Size (setuptools_scm-1.15.0.tar.gz) = 23677 bytes
+SHA1 (setuptools_scm-1.15.5.tar.gz) = 5a60d53539d1504f7ddd63a60ee591b94f633208
+RMD160 (setuptools_scm-1.15.5.tar.gz) = e115f1efaddc274e8e296d141c57a1e10ce8490d
+SHA512 (setuptools_scm-1.15.5.tar.gz) = 4d6f648dbdb90845a8e61c58bde06f3ef65898f9195b4dc97c40662d4cbeaf952f35c29940acfac7315b6ce6201a3af1d2eeab11274a8eaa02c7429c646c369f
+Size (setuptools_scm-1.15.5.tar.gz) = 25752 bytes
Home |
Main Index |
Thread Index |
Old Index