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:           Fri Oct 28 23:28:21 UTC 2016

Modified Files:
        pkgsrc/devel/py-setuptools_scm: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/devel/py-setuptools_scm/Makefile:1.8
--- pkgsrc/devel/py-setuptools_scm/Makefile:1.7 Wed Oct 19 13:55:53 2016
+++ pkgsrc/devel/py-setuptools_scm/Makefile     Fri Oct 28 23:28:21 2016
@@ -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 @@ COMMENT=      Manage your versions by scm tag
 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"
Index: pkgsrc/devel/py-setuptools_scm/distinfo
diff -u pkgsrc/devel/py-setuptools_scm/distinfo:1.7 pkgsrc/devel/py-setuptools_scm/distinfo:1.8
--- pkgsrc/devel/py-setuptools_scm/distinfo:1.7 Wed Oct 19 13:55:53 2016
+++ pkgsrc/devel/py-setuptools_scm/distinfo     Fri Oct 28 23:28:21 2016
@@ -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