]> git.pld-linux.org Git - packages/python-pytz.git/commitdiff
Version: 2015.4 auto/th/python-pytz-2015.4-1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 15 Jun 2015 11:49:44 +0000 (13:49 +0200)
committerJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 15 Jun 2015 11:49:44 +0000 (13:49 +0200)
BR: python-setuptools, for consistent egg-info

python-pytz.spec

index 77b77d27759f4be7e87b212a1cac4b290fc8f570..3a94e69b01d1819a8344746f260c1aa8138a4eb8 100644 (file)
@@ -5,26 +5,29 @@
 #
 # NOTE
 # - as we use system tzdata package, keeping this pkg up to the latest is
-#   pointless if only data has changed
+#   pointless if only data has changed, but other packages may require
+#   newer version anyway, through egg dependencies
 %define        module  pytz
 Summary:       pytz - Olson timezone database in Python
 Summary(pl.UTF-8):     pytz - baza stref czasowych Olsona w Pythonie
 Name:          python-%{module}
-Version:       2014.7
-Release:       2
+Version:       2015.4
+Release:       1
 License:       MIT or ZPL v2.1
 Group:         Libraries/Python
 Source0:       https://pypi.python.org/packages/source/p/pytz/%{module}-%{version}.tar.bz2
-# Source0-md5: 5c1d3966406c6637b95d1eb2652cd8e1
+# Source0-md5: 39f7375c4b1fa34cdcb4b4765d08f817
 Patch0:                zoneinfo.patch
 URL:           http://pytz.sourceforge.net/
 BuildRequires: sed >= 4.0
 %if %{with python2}
 BuildRequires: python-devel >= 1:2.3
 BuildRequires: python >= 1:2.3
+BuildRequires: python-setuptools
 %endif
 %if %{with python3}
 BuildRequires: python3-devel
+BuildRequires: python3-setuptools
 %endif
 BuildRequires: rpmbuild(macros) >= 1.469
 %if %{with python2}
This page took 0.137462 seconds and 4 git commands to generate.