diff --git a/nocasedict-1.0.3.tar.gz b/nocasedict-1.0.3.tar.gz deleted file mode 100644 index 400e743..0000000 --- a/nocasedict-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8220b97ba06b08eb2deded774c406c77e0ca0d5352ae71249f6f9d1f2a17bd7b -size 40856 diff --git a/nocasedict-1.0.4.tar.gz b/nocasedict-1.0.4.tar.gz new file mode 100644 index 0000000..8126c68 --- /dev/null +++ b/nocasedict-1.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c111da4cefd244433cb63377aff081a40f84bddae9e6f376c67f086c0f806da +size 41011 diff --git a/python-nocasedict.changes b/python-nocasedict.changes index 728327f..1652686 100644 --- a/python-nocasedict.changes +++ b/python-nocasedict.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Oct 1 12:59:36 UTC 2022 - Dirk Müller + +- update to 1.0.4: + * Fixed recursion issue with flake8 5.0 + * Add python 3.7 support + ------------------------------------------------------------------- Wed Jun 8 19:53:47 UTC 2022 - Dirk Müller diff --git a/python-nocasedict.spec b/python-nocasedict.spec index 967818f..fb672cb 100644 --- a/python-nocasedict.spec +++ b/python-nocasedict.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-nocasedict -Version: 1.0.3 +Version: 1.0.4 Release: 0 Summary: A case-insensitive ordered dictionary for Python License: LGPL-2.1-or-later @@ -27,10 +27,10 @@ URL: https://github.com/pywbem/nocasedict Source: https://files.pythonhosted.org/packages/source/n/nocasedict/nocasedict-%{version}.tar.gz BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} +BuildRequires: %{python_module six >= 1.14.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-six +Requires: python-six >= 1.14.0 BuildArch: noarch %python_subpackages