diff --git a/python-setuptools_scm.changes b/python-setuptools_scm.changes index 896ab84..86e3214 100644 --- a/python-setuptools_scm.changes +++ b/python-setuptools_scm.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Jul 24 04:53:44 UTC 2018 - arun@gmx.de + +- update to version 3.0.2: + * fix a regression from tag parsing - support for multi-dashed + prefixes - #284 + +- changes from version 3.0.1: + * fix a regression in setuptools_scm.git.parse - reorder arguments + so the positional invocation from before works as expected #281 + +- changes from version 3.0.0: + * introduce pre-commit and use black + * print the origin module to help testing + * switch to src layout (breaking change) + * no longer alias tag and parsed_version in order to support + understanding a version parse failure + * require parse results to be ScmVersion or None (breaking change) + * fix #266 by requiring the prefix word to be a word again (breaking + change as the bug allowed arbitrary prefixes while the original + feature only allowed words") + * introduce a internal config object to allow the configruation fo + tag parsing and prefixes (thanks to @punkadiddle for introducing + it and passing it trough) + ------------------------------------------------------------------- Tue May 15 05:50:53 UTC 2018 - arun@gmx.de diff --git a/python-setuptools_scm.spec b/python-setuptools_scm.spec index 59f4c3a..e482077 100644 --- a/python-setuptools_scm.spec +++ b/python-setuptools_scm.spec @@ -19,14 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_with test Name: python-setuptools_scm -Version: 2.1.0 +Version: 3.0.2 Release: 0 Summary: Manage your versions by scm tags License: MIT Group: Development/Languages/Python URL: https://github.com/pypa/setuptools_scm Source: https://files.pythonhosted.org/packages/source/s/setuptools_scm/setuptools_scm-%{version}.tar.gz -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros Requires: python-setuptools @@ -64,6 +63,6 @@ in scm metadata. It also handles file finders for the supperted scm's. %files %{python_files} %license LICENSE %doc README.rst CHANGELOG.rst -%{python_sitelib}/* +%{python_sitelib}/setuptools_scm* %changelog diff --git a/setuptools_scm-2.1.0.tar.gz b/setuptools_scm-2.1.0.tar.gz deleted file mode 100644 index 45e6bbb..0000000 --- a/setuptools_scm-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a767141fecdab1c0b3c8e4c788ac912d7c94a0d6c452d40777ba84f918316379 -size 32776 diff --git a/setuptools_scm-3.0.2.tar.gz b/setuptools_scm-3.0.2.tar.gz new file mode 100644 index 0000000..6d52f0e --- /dev/null +++ b/setuptools_scm-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113cea38b2edba8538b7e608b58cbd7e09bb71b16d968a9b97e36b4805e06d59 +size 34714