Skip to content

Commit

Permalink
Updated py-setuptools_scm to 1.15.0.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
wiz committed Oct 28, 2016
1 parent 8b9d4ed commit f38e752
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions devel/py-setuptools_scm/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand All @@ -11,8 +11,6 @@ COMMENT= Manage your versions by scm tags
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"
10 changes: 5 additions & 5 deletions devel/py-setuptools_scm/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f38e752

Please sign in to comment.