diff --git a/appdirs-1.4.1.tar.gz b/appdirs-1.4.1.tar.gz deleted file mode 100644 index 34a5b58..0000000 --- a/appdirs-1.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95259bccef631e5e44438c50087f761d699005e472f8f77f20ec968e51a7e10e -size 11550 diff --git a/appdirs-1.4.3.tar.gz b/appdirs-1.4.3.tar.gz new file mode 100644 index 0000000..a211884 --- /dev/null +++ b/appdirs-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5896d1372858f8dd3344faf4e5014d21849c756c8d5701f78f8a103b372d92 +size 12700 diff --git a/desetuptoolize.patch b/desetuptoolize.patch deleted file mode 100644 index 6adfc72..0000000 --- a/desetuptoolize.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: appdirs-1.4.1/setup.py -=================================================================== ---- appdirs-1.4.1.orig/setup.py -+++ appdirs-1.4.1/setup.py -@@ -2,7 +2,7 @@ - import sys - import os - import os.path --from setuptools import setup -+from distutils.core import setup - import appdirs - - tests_require = [] diff --git a/python-appdirs.changes b/python-appdirs.changes index e6bb9be..3f12144 100644 --- a/python-appdirs.changes +++ b/python-appdirs.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Aug 8 06:11:57 UTC 2017 - tbechtold@suse.com + +- update to 1.4.3: + - [PR #76] Python 3.6 invalid escape sequence deprecation fixes + - Fix for Python 3.6 support + - [PR #84] Allow installing without setuptools + - [PR #86] Fix string delimiters in setup.py description + - Add Python 3.6 support +- drop desetuptoolize.patch . no longer needed. + ------------------------------------------------------------------- Thu Feb 23 11:45:52 UTC 2017 - jmatejek@suse.com diff --git a/python-appdirs.spec b/python-appdirs.spec index deef2d1..2019e16 100644 --- a/python-appdirs.spec +++ b/python-appdirs.spec @@ -18,14 +18,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-appdirs -Version: 1.4.1 +Version: 1.4.3 Release: 0 Summary: A small Python module for determining platform-specific dirs License: MIT Group: Development/Languages/Python Url: http://github.com/ActiveState/appdirs Source: https://files.pythonhosted.org/packages/source/a/appdirs/appdirs-%{version}.tar.gz -Patch0: desetuptoolize.patch BuildRequires: %{python_module base} BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,7 +42,6 @@ help you choose an appropriate: %prep %setup -q -n appdirs-%{version} -%patch0 -p1 # strip shebang sed -r -i '1s/^#!.*$//' appdirs.py