From 69446b636e6d4341ba8668fa17124fd7458f129c71e6944abd1655d5335f8dce Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 1 Oct 2022 13:00:06 +0000 Subject: [PATCH] - update to 1.0.4: * Fixed recursion issue with flake8 5.0 * Add python 3.7 support OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nocasedict?expand=0&rev=7 --- nocasedict-1.0.3.tar.gz | 3 --- nocasedict-1.0.4.tar.gz | 3 +++ python-nocasedict.changes | 7 +++++++ python-nocasedict.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 nocasedict-1.0.3.tar.gz create mode 100644 nocasedict-1.0.4.tar.gz 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