diff --git a/nocasedict-2.0.1.tar.gz b/nocasedict-2.0.1.tar.gz deleted file mode 100644 index fba690e..0000000 --- a/nocasedict-2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:960cb699f1209da80ac39e3ab50aa7342fe8ca9f70606c23447a510550435e50 -size 40660 diff --git a/nocasedict-2.0.3.tar.gz b/nocasedict-2.0.3.tar.gz new file mode 100644 index 0000000..6cdb5e8 --- /dev/null +++ b/nocasedict-2.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9226c7f5a8a97ad51dcb0ae3157a720e3f7cb9c4568d22ea3a05e3f85658a9 +size 40678 diff --git a/python-nocasedict.changes b/python-nocasedict.changes index a84ed34..99a9ed2 100644 --- a/python-nocasedict.changes +++ b/python-nocasedict.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed May 8 02:15:26 UTC 2024 - Steve Kowalik + +- Update to 2.0.3: + * Installation of this package using “setup.py” is no longer supported. + * Fixed issues resulting from removal of support for pytest.warns(None) + in pytest version 8. + * Added support for Python 3.12. +- Switch to pyproject macros. + ------------------------------------------------------------------- Thu Sep 14 11:43:21 UTC 2023 - pgajdos@suse.com diff --git a/python-nocasedict.spec b/python-nocasedict.spec index b573e12..98226f0 100644 --- a/python-nocasedict.spec +++ b/python-nocasedict.spec @@ -1,7 +1,7 @@ # # spec file for package python-nocasedict # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,16 @@ Name: python-nocasedict -Version: 2.0.1 +Version: 2.0.3 Release: 0 Summary: A case-insensitive ordered dictionary for Python License: LGPL-2.1-or-later -Group: Development/Languages/Python URL: https://github.com/pywbem/nocasedict Source: https://files.pythonhosted.org/packages/source/n/nocasedict/nocasedict-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -39,19 +40,19 @@ the original lexical case of its keys. %setup -q -n nocasedict-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check %pytest %files %{python_files} -%doc README.rst +%doc README.md %license LICENSE %{python_sitelib}/nocasedict -%{python_sitelib}/nocasedict-%{version}*info +%{python_sitelib}/nocasedict-%{version}.dist-info %changelog