diff --git a/1.4.3.tar.gz b/1.4.3.tar.gz deleted file mode 100644 index 5db3d96..0000000 Binary files a/1.4.3.tar.gz and /dev/null differ diff --git a/appdirs-1.4.4.tar.gz b/appdirs-1.4.4.tar.gz new file mode 100644 index 0000000..61840bd Binary files /dev/null and b/appdirs-1.4.4.tar.gz differ diff --git a/python-appdirs.spec b/python-appdirs.spec index a4ec650..59ec300 100644 --- a/python-appdirs.spec +++ b/python-appdirs.spec @@ -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 - 1.4.4-1 +- update version to 1.4.4 and update Source0 + * Wed Oct 21 2020 chengzihan - 1.4.3-9 - Remove subpackage python2-appdirs