]> git.pld-linux.org Git - packages/python-scandir.git/commitdiff
- updated to 1.10.0 auto/th/python-scandir-1.10.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 18 Sep 2019 15:36:17 +0000 (17:36 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 18 Sep 2019 15:36:17 +0000 (17:36 +0200)
python-scandir.spec

index 9cf8d7ff65c5fcd669e098072a68cf74825fd64e..3c431163a73f7b0a0f628c18f7e1eb19f6a25441 100644 (file)
@@ -9,19 +9,19 @@
 Summary:       A better directory iterator and faster os.walk() for Python 2
 Summary(pl.UTF-8):     Lepszy iterator po katalogach i szybsze os.walk() dla Pythona 2
 Name:          python-%{module}
-Version:       1.9.0
+Version:       1.10.0
 Release:       1
 License:       BSD
 Group:         Libraries/Python
 Source0:       https://github.com/benhoyt/scandir/archive/v%{version}/%{module}-%{version}.tar.gz
-# Source0-md5: 093b8a619475f5902735832144c0dd98
+# Source0-md5: 6357f342d776a2ce056e1731e67631ae
 Patch0:                %{name}-linux.patch
 URL:           https://github.com/benhoyt/scandir
 %if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?)
 BuildRequires: glibc-localedb-all
 %endif
 %if %{with python2}
-BuildRequires: python-modules >= 1:2.6
+BuildRequires: python-modules >= 1:2.7
 BuildRequires: python-setuptools
 %endif
 %if %{with python3}
@@ -30,7 +30,7 @@ BuildRequires:        python3-setuptools
 %endif
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.714
-Requires:      python-modules >= 1:2.6
+Requires:      python-modules >= 1:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
This page took 0.0848 seconds and 4 git commands to generate.