update version to 1.4.4 and update Source0

This commit is contained in:
shixuantong 2021-07-24 17:22:26 +08:00
parent 8f80264915
commit 3acb6a5b20
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 srcname appdirs
name: python-appdirs
Version: 1.4.3
Release: 9
name: pythono-%{srcname}
Version: 1.4.4
Release: 1
Summary: A Python module for determining platform-specific directories
License: MIT
URL: https://github.com/ActiveState/appdirs
Source0: https://github.com/ActiveState/appdirs/archive/%{version}.tar.gz
Source0: %{pypi_source}
BuildArch: noarch
@ -48,6 +49,9 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/appdirs
%{python3_sitelib}/__pycache__/appdirs.*
%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
- Remove subpackage python2-appdirs