- 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
This commit is contained in:
Dirk Mueller 2022-10-01 13:00:06 +00:00 committed by Git OBS Bridge
parent c34d63d4de
commit 69446b636e
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8220b97ba06b08eb2deded774c406c77e0ca0d5352ae71249f6f9d1f2a17bd7b
size 40856

BIN
nocasedict-1.0.4.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Oct 1 12:59:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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