pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-setuptools_scm Updated py-setuptools_scm to 1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/72ac968b8984
branches: trunk
changeset: 354413:72ac968b8984
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Oct 28 23:28:21 2016 +0000
description:
Updated py-setuptools_scm to 1.15.0.
v1.15.0
=======
* more sophisticated ignoring of mercurial tag commits
when considering distance in commits
(thanks Petre Mierlutiu)
* fix issue #114: stop trying to be smart for the sdist
and ensure its always correctly usign itself
* update trove classifiers
* fix issue #84: document using the installed package metadata for sphinx
* fix issue #81: fail more gracious when git/hg are missing
* address issue #93: provide an experimental api to customize behaviour on shallow git repos
a custom parse function may pick pre parse actions to do when using git
v1.14.1
=======
* fix #109: when detecting a dirty git workdir
don't consider untracked file
(this was a regression due to #86 in v1.13.1)
* consider the distance 0 when the git node is unknown
(happens when you haven't commited anything)
diffstat:
devel/py-setuptools_scm/Makefile | 6 ++----
devel/py-setuptools_scm/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 9 deletions(-)
diffs (36 lines):
diff -r 122c109a2fd7 -r 72ac968b8984 devel/py-setuptools_scm/Makefile
--- a/devel/py-setuptools_scm/Makefile Fri Oct 28 23:27:11 2016 +0000
+++ b/devel/py-setuptools_scm/Makefile Fri Oct 28 23:28:21 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2016/10/19 13:55:53 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2016/10/28 23:28:21 wiz Exp $
-DISTNAME= setuptools_scm-1.14.0
+DISTNAME= setuptools_scm-1.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools_scm/}
@@ -11,8 +11,6 @@
LICENSE= mit
#DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
-# https://github.com/pypa/setuptools_scm/issues/114
-EGG_NAME= setuptools_scm-1.14.1.dev0+ng7961046.d20161012
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 122c109a2fd7 -r 72ac968b8984 devel/py-setuptools_scm/distinfo
--- a/devel/py-setuptools_scm/distinfo Fri Oct 28 23:27:11 2016 +0000
+++ b/devel/py-setuptools_scm/distinfo Fri Oct 28 23:28:21 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/10/19 13:55:53 wiz Exp $
+$NetBSD: distinfo,v 1.8 2016/10/28 23:28:21 wiz Exp $
-SHA1 (setuptools_scm-1.14.0.tar.gz) = 196615bcae8f4c1c8fbb838b1cf9c0027efa8499
-RMD160 (setuptools_scm-1.14.0.tar.gz) = 47753776f602d4260cbbd3b040ff74ae5a737bd1
-SHA512 (setuptools_scm-1.14.0.tar.gz) = 0944022cd1e9a16fba05e885ba563fdf42093b605b8728619e2fedae84028521a63544b5f6ed3d00a9466db9d58b1259127b35ead379d2f218947fab507c6a6e
-Size (setuptools_scm-1.14.0.tar.gz) = 22293 bytes
+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
Home |
Main Index |
Thread Index |
Old Index