!13 update version to 1.4.4 and update Source0

From: @tong_1001
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2021-07-25 08:49:11 +00:00 committed by Gitee
commit 99b93aa3b7
3 changed files with 8 additions and 4 deletions

Binary file not shown.

BIN
appdirs-1.4.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,14 @@
%global with_tests 0%{?_with_tests:1} %global with_tests 0%{?_with_tests:1}
%global srcname appdirs
name: python-appdirs name: pythono-%{srcname}
Version: 1.4.3 Version: 1.4.4
Release: 9 Release: 1
Summary: A Python module for determining platform-specific directories Summary: A Python module for determining platform-specific directories
License: MIT License: MIT
URL: https://github.com/ActiveState/appdirs URL: https://github.com/ActiveState/appdirs
Source0: https://github.com/ActiveState/appdirs/archive/%{version}.tar.gz Source0: %{pypi_source}
BuildArch: noarch BuildArch: noarch
@ -48,6 +49,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/appdirs
%{python3_sitelib}/__pycache__/appdirs.* %{python3_sitelib}/__pycache__/appdirs.*
%changelog %changelog
* Sat Jul 24 2021 shixuantong <shixuantong@huawei.com> - 1.4.4-1
- update version to 1.4.4 and update Source0
* Wed Oct 21 2020 chengzihan <chengzihan2@huawei.com> - 1.4.3-9 * Wed Oct 21 2020 chengzihan <chengzihan2@huawei.com> - 1.4.3-9
- Remove subpackage python2-appdirs - Remove subpackage python2-appdirs