Skip to content

Commit

Permalink
Updated py-setuptools_scm to 1.13.0.
Browse files Browse the repository at this point in the history
v1.13.0
=======

* fix regression caused by the fix of #101
  * assert types for version dumping
  * strictly pass all versions trough parsed version metadata

v1.12.0
=======

* fix issue #97 - add support for mercurial plugins
* fix issue #101 - write version cache even for pretend version
  (thanks anarcat for reporting and fixing)
  • Loading branch information
wiz committed Oct 9, 2016
1 parent a75a2ac commit c178934
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.5 2016/09/12 17:31:55 adam Exp $
# $NetBSD: Makefile,v 1.6 2016/10/09 21:25:32 wiz Exp $

DISTNAME= setuptools_scm-1.11.1
DISTNAME= setuptools_scm-1.13.0
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.5 2016/09/12 17:31:55 adam Exp $
$NetBSD: distinfo,v 1.6 2016/10/09 21:25:32 wiz Exp $

SHA1 (setuptools_scm-1.11.1.tar.gz) = 3caea1245d704727ce8a651cb25fbf1b64da5a0b
RMD160 (setuptools_scm-1.11.1.tar.gz) = f42e52048d1a911fcf8c3f4d93622e91d28f78fb
SHA512 (setuptools_scm-1.11.1.tar.gz) = f5d814e65e273c78ef0aa8a8b479deb25322b0d23d08b0787441611cefcfeab1c6449459caa729453774b599f2c9dec807bbb2df308d26dde0b4af3357034023
Size (setuptools_scm-1.11.1.tar.gz) = 21262 bytes
SHA1 (setuptools_scm-1.13.0.tar.gz) = 70317eaa0aff5a3777c696f0961277d1afece860
RMD160 (setuptools_scm-1.13.0.tar.gz) = b4782fbd1f1505bcebde01a37657e340c90b6d11
SHA512 (setuptools_scm-1.13.0.tar.gz) = 3bf1fd56d427957cca6802e8c3fdc1ccf17556ffb9ab81d2d81fc0ea9e3490cde0e854845f1e6c50bfc1fbc919b70173dacafa0472da1a512de08f692ab097bc
Size (setuptools_scm-1.13.0.tar.gz) = 21709 bytes

0 comments on commit c178934

Please sign in to comment.