!6 Upgrade package to version v0.4.27

From: @ccdxx 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2022-12-08 06:34:37 +00:00 committed by Gitee
commit 10e4837582
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
python-magic-0.4.27.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-magic
Version: 0.4.24
Version: 0.4.27
Release: 1
Summary: File type identification using libmagic
License: MIT
URL: http://github.com/ahupp/python-magic
Source0: https://files.pythonhosted.org/packages/3a/70/76b185393fecf78f81c12f9dc7b1df814df785f6acb545fc92b016e75a7e/python-magic-0.4.24.tar.gz
Source0: https://files.pythonhosted.org/packages/da/db/0b3e28ac047452d079d375ec6798bf76a036a08182dbb39ed38116a49130/python-magic-0.4.27.tar.gz
BuildArch: noarch
%description
@ -24,7 +24,7 @@ Provides: python3-magic-doc
%description help
%prep
%autosetup -n python-magic-0.4.24
%autosetup -n python-magic-0.4.27
%build
%py3_build
@ -64,5 +64,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Tue Dec 06 2022 chendexi <chendexi@kylinos.cn> -0.4.27-1
- Upgrade package to 0.4.27
* Thu Sep 09 2021 Python_Bot <Python_Bot@openeuler.org> - 0.4.24-1
- Package Spec generated