diff --git a/python-setuptools_scm.changes b/python-setuptools_scm.changes index eeeb3f7..6a55baa 100644 --- a/python-setuptools_scm.changes +++ b/python-setuptools_scm.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Jan 12 17:07:35 UTC 2016 - michael@stroeder.com + +- Update to 1.10.1: + +v1.10.1 +* fix issue #73 - in hg pre commit merge, consider parent1 instead of failing + +v1.10.0 +* add support for overriding the version number via the + environment variable SETUPTOOLS_SCM_PRETEND_VERSION +* fix isssue #63 by adding the --match parameter to the git describe call + and prepare the possibility of passing more options to scm backends +* fix issue #70 and #71 by introducing the parse keyword + to specify custom scm parsing, its an expert feature, + use with caution + this change also introduces the setuptools_scm.parse_scm_fallback + entrypoint which can be used to register custom archive fallbacks + +v1.9.0 +* Add :code:`relative_to` parameter to :code:`get_version` function; + fixes #44 per #45. + ------------------------------------------------------------------- Mon Nov 9 11:50:22 UTC 2015 - mcihar@suse.cz diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index 1048fb7..b475b56 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -17,7 +17,7 @@ Name: python-setuptools_scm -Version: 1.8.0 +Version: 1.10.1 Release: 0 Summary: Manage your versions by scm tags License: MIT diff --git a/setuptools_scm-1.10.1.tar.bz2 b/setuptools_scm-1.10.1.tar.bz2 new file mode 100644 index 0000000..3f86ce3 --- /dev/null +++ b/setuptools_scm-1.10.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cdea91bbe1ec4d52b3e9c451ab32ae6e1f3aa3fd91e90580490a9eb75bea286 +size 16244 diff --git a/setuptools_scm-1.8.0.tar.bz2 b/setuptools_scm-1.8.0.tar.bz2 deleted file mode 100644 index 79c8508..0000000 --- a/setuptools_scm-1.8.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ddbf365e60e5f8e3f86fe117edeee4a7e1dd8ce7a9337951c9c163e7c506e602 -size 14491