diff --git a/python-semantic_version.changes b/python-semantic_version.changes index 75b58a3..04e925f 100644 --- a/python-semantic_version.changes +++ b/python-semantic_version.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 29 13:46:19 UTC 2020 - Marketa Calabkova + +- update to 2.8.5 + * Properly handle wildcards in ``SimpleSpec`` + ------------------------------------------------------------------- Wed Mar 18 13:38:47 UTC 2020 - pgajdos@suse.com diff --git a/python-semantic_version.spec b/python-semantic_version.spec index b3b06cc..3a2fdd2 100644 --- a/python-semantic_version.spec +++ b/python-semantic_version.spec @@ -18,13 +18,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-semantic_version -Version: 2.8.4 +Version: 2.8.5 Release: 0 Summary: A library implementing the 'SemVer' scheme License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/rbarrois/python-semanticversion Source: https://files.pythonhosted.org/packages/source/s/semantic_version/semantic_version-%{version}.tar.gz +BuildRequires: %{python_module Django >= 1.11} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes diff --git a/semantic_version-2.8.4.tar.gz b/semantic_version-2.8.4.tar.gz deleted file mode 100644 index 91b5716..0000000 --- a/semantic_version-2.8.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:352459f640f3db86551d8054d1288608b29a96e880c7746f0a59c92879d412a3 -size 49774 diff --git a/semantic_version-2.8.5.tar.gz b/semantic_version-2.8.5.tar.gz new file mode 100644 index 0000000..d5af14b --- /dev/null +++ b/semantic_version-2.8.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2cb2de0558762934679b9a104e82eca7af448c9f4974d1f3eeccff651df8a54 +size 50009