Skip to content

Commit

Permalink
Updated py-setuptools_scm to 1.15.5.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiz committed Apr 19, 2017
1 parent d53cd6d commit bfecc3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/py-setuptools_scm/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
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.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

0 comments on commit bfecc3f

Please sign in to comment.