diff --git a/kmatch-0.2.1.tar.gz b/kmatch-0.2.1.tar.gz deleted file mode 100644 index 7b01fb0..0000000 --- a/kmatch-0.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e02bea0c16548077125c5936b48ed843ebc881a557a6f0a25750ca3b739b2a77 -size 7066 diff --git a/kmatch-0.3.0.tar.gz b/kmatch-0.3.0.tar.gz new file mode 100644 index 0000000..bd58a3c --- /dev/null +++ b/kmatch-0.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1010da10b4f23ed2f45c88278e3ef4778e9750baa81c8ef740099dbd3c6b094c +size 7187 diff --git a/python-kmatch.changes b/python-kmatch.changes index 75b7a17..d3a5a12 100644 --- a/python-kmatch.changes +++ b/python-kmatch.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jul 24 08:26:05 UTC 2019 - Tomáš Chvátal + +- Update to 0.3.0: + * no upstream changelog + ------------------------------------------------------------------- Tue Dec 4 12:49:50 UTC 2018 - Matej Cepl diff --git a/python-kmatch.spec b/python-kmatch.spec index faf1fac..e6934b7 100644 --- a/python-kmatch.spec +++ b/python-kmatch.spec @@ -1,7 +1,7 @@ # # spec file for package python-kmatch # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-kmatch -Version: 0.2.1 +Version: 0.3.0 Release: 0 Summary: A language for matching/validating/filtering Python dictionaries License: MIT @@ -30,9 +30,8 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module coverage >= 3.7.1} -BuildRequires: %{python_module mock} +BuildRequires: %{python_module mock >= 1.0.1} BuildRequires: %{python_module nose >= 1.3.0} -BuildRequires: python-mock >= 1.0.1 # /SECTION BuildArch: noarch