diff --git a/nocaselist-1.0.4.tar.gz b/nocaselist-1.0.4.tar.gz deleted file mode 100644 index dd041d6..0000000 Binary files a/nocaselist-1.0.4.tar.gz and /dev/null differ diff --git a/nocaselist-1.0.6.tar.gz b/nocaselist-1.0.6.tar.gz new file mode 100644 index 0000000..8cf656c Binary files /dev/null and b/nocaselist-1.0.6.tar.gz differ diff --git a/python-nocaselist.spec b/python-nocaselist.spec index 44adae4..a5462ee 100644 --- a/python-nocaselist.spec +++ b/python-nocaselist.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-nocaselist -Version: 1.0.4 -Release: 2 +Version: 1.0.6 +Release: 1 Summary: A case-insensitive list for Python License: Apache-2.0 URL: https://github.com/pywbem/nocaselist -Source0: https://files.pythonhosted.org/packages/fe/5c/bfb5a421027852e577491ebfa6f9e454066bd430b4b7007692776c45da62/nocaselist-1.0.4.tar.gz +Source0: https://github.com/pywbem/nocaselist/archive/refs/tags/nocaselist-1.0.6.tar.gz BuildArch: noarch %description A case-insensitive list for Python. @@ -43,7 +43,7 @@ Provides: python3-nocaselist-doc A case-insensitive list for Python. %prep -%autosetup -n nocaselist-1.0.4 -p1 +%autosetup -n nocaselist-1.0.6 -p1 %build %py3_build @@ -88,6 +88,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Nov 21 2022 lvfei - 1.0.6-1 +- update to 1.0.6 + * Fri Jul 30 2021 chenyanpanHW - 1.0.4-2 - DESC: delete -S git from %autosetup