]> git.pld-linux.org Git - packages/python-appdirs.git/commitdiff
- updated to 1.4.3 (python 3.6 support fixes) auto/th/python-appdirs-1.4.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Mar 2017 20:32:04 +0000 (21:32 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Mar 2017 20:32:04 +0000 (21:32 +0100)
python-appdirs.spec

index e8b4f8ab55ff61f254da0fbdbb0d079db7ac2728..2c92925477398f83a04040fe1684fdcddc638e49 100644 (file)
@@ -7,22 +7,27 @@
 Summary:       Python 2 module to choose appropriate application directories
 Summary(pl.UTF-8):     Moduł Pythona 2 do wyboru właściwych katalogów aplikacji
 Name:          python-appdirs
-Version:       1.4.0
-Release:       6
+Version:       1.4.3
+Release:       1
 License:       MIT
 Group:         Development/Languages/Python
-#Source0Download: https://pypi.python.org/pypi/appdirs
-Source0:       https://pypi.python.org/packages/source/a/appdirs/appdirs-%{version}.tar.gz
-# Source0-md5: 1d17b4c9694ab84794e228f28dc3275b
+#Source0Download: https://pypi.python.org/simple/appdirs
+Source0:       https://files.pythonhosted.org/packages/source/a/appdirs/appdirs-%{version}.tar.gz
+# Source0-md5: 44c679904082a2133f5566c8a0d3ab42
 URL:           https://github.com/ActiveState/appdirs
 %if %{with python2}
-BuildRequires: python-devel >= 1:2.4
+BuildRequires: python-devel >= 1:2.6
+BuildRequires: python-setuptools
+%if %{with tests} && "%{py_ver}" < "2.7"
+BuildRequires: python-unittest2
+%endif
 %endif
 %if %{with python3}
 BuildRequires: python3-devel >= 1:3.2
+BuildRequires: python3-setuptools
 %endif
 BuildRequires: rpm-pythonprov
-BuildRequires: rpmbuild(macros) >= 1.710
+BuildRequires: rpmbuild(macros) >= 1.714
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.11004 seconds and 4 git commands to generate.