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: adam
Date: Mon Jan 18 16:03:32 UTC 2021
Modified Files:
pkgsrc/devel/py-setuptools_scm: Makefile distinfo
Log Message:
py-setuptools_scm: updated to 5.0.1
v5.0.1
fix 509: support SETUPTOOLS_SCM_PRETEND_VERSION_FOR_${DISTRIBUTION_NAME} for pyproject.toml
v5.0.0
Breaking changes:
fix 339: strict errors on missing scms when parsing a scm dir to avoid false version lookups
fix 337: if relative_to is a directory instead of a file, consider it as direct target instead of the containing folder and print a warning
Bugfixes:
fix 352: add support for generally ignoring specific vcs roots
fix 471: better error for version bump failing on complex but accepted tag
fix 479: raise indicative error when tags carry non-parsable information
Add no-guess-dev which does no next version guessing, just adds .post1.devN in case there are new commits after the tag
add python3.9
enhance documentation
consider SOURCE_DATE_EPOCH for versioning
add a version_tuple to write_to templates
fix 321: add suppport for the SETUPTOOLS_SCM_PRETEND_VERSION_FOR_${DISTRIBUTION_NAME} env var to target the pretend key
fix 142: clearly list supported scm
fix 213: better error message for non-zero dev numbers in tags
fix 356: add git branch to version on describe failure
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/py-setuptools_scm/Makefile
cvs rdiff -u -r1.22 -r1.23 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.23 pkgsrc/devel/py-setuptools_scm/Makefile:1.24
--- pkgsrc/devel/py-setuptools_scm/Makefile:1.23 Mon Aug 24 08:38:39 2020
+++ pkgsrc/devel/py-setuptools_scm/Makefile Mon Jan 18 16:03:32 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2020/08/24 08:38:39 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2021/01/18 16:03:32 adam Exp $
-DISTNAME= setuptools_scm-4.1.2
+DISTNAME= setuptools_scm-5.0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools_scm/}
Index: pkgsrc/devel/py-setuptools_scm/distinfo
diff -u pkgsrc/devel/py-setuptools_scm/distinfo:1.22 pkgsrc/devel/py-setuptools_scm/distinfo:1.23
--- pkgsrc/devel/py-setuptools_scm/distinfo:1.22 Mon Aug 24 08:38:39 2020
+++ pkgsrc/devel/py-setuptools_scm/distinfo Mon Jan 18 16:03:32 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2020/08/24 08:38:39 wiz Exp $
+$NetBSD: distinfo,v 1.23 2021/01/18 16:03:32 adam Exp $
-SHA1 (setuptools_scm-4.1.2.tar.gz) = 464fcfa8c35f0f1e6dcfe79c0d66cfe6f8e4b5ec
-RMD160 (setuptools_scm-4.1.2.tar.gz) = f6a08b5e4f69bec0afee23a74deeaf001cd51d8e
-SHA512 (setuptools_scm-4.1.2.tar.gz) = 3d9d1e0479f00f6159b57f9e5b24e34df035d2009ec50d3779c77b1246aabc6d816f2a2d3e6651791316009e39dfcc8a1b84b779077c39501b9de5740abe6af6
-Size (setuptools_scm-4.1.2.tar.gz) = 48784 bytes
+SHA1 (setuptools_scm-5.0.1.tar.gz) = af08a257a725dbdde9795859249ddf79caf4fc22
+RMD160 (setuptools_scm-5.0.1.tar.gz) = 8676ba323e763f1ad3298a1191fa8acc3c162eb5
+SHA512 (setuptools_scm-5.0.1.tar.gz) = 055403539a26caeb119f3d6623e7b32ef52ccc11a39757fdd9b265ba191265346be5a062a5926a381ba47bbd1a666ffa632653ee6055050689cc38fe0f90cd0f
+Size (setuptools_scm-5.0.1.tar.gz) = 51679 bytes
Home |
Main Index |
Thread Index |
Old Index