update to 1.0.6

This commit is contained in:
lvfei 2022-11-20 22:22:21 -05:00
parent 4da5f79544
commit 851ec2153c
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
nocaselist-1.0.6.tar.gz Normal file

Binary file not shown.

View File

@ -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 <lvfei@kylinos.cn> - 1.0.6-1
- update to 1.0.6
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.0.4-2
- DESC: delete -S git from %autosetup