mrunge pushed to python-pelican (master). "fix python requirements on pytz"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Apr 17 09:01:46 UTC 2015


>From 2fe6e20d18f0bfe805120e2b7e604237afb95311 Mon Sep 17 00:00:00 2001
From: Matthias Runge <mrunge at redhat.com>
Date: Fri, 17 Apr 2015 11:00:57 +0200
Subject: fix python requirements on pytz


diff --git a/python-pelican.spec b/python-pelican.spec
index cdb1cbc..217d58f 100644
--- a/python-pelican.spec
+++ b/python-pelican.spec
@@ -2,7 +2,7 @@
 %{!?__python2:%global __python2 %{__python}}
 Name:           python-%{pypi_name}
 Version:        3.5.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A tool to generate a static blog from reStructuredText or Markdown input files
 
 License:        AGPLv3
@@ -65,6 +65,7 @@ sed -i '1d' pelican/tools/templates/pelicanconf.py.in
 # substitute feedgenerator with it's original django
 sed -i 's|feedgenerator|django.utils.feedgenerator|' pelican/writers.py
 sed -i "s|'feedgenerator >= 1.6', ||" setup.py
+sed -i "s|'pytz >= 0a'|'pytz'|" setup.py
 
 
 %build
@@ -97,6 +98,9 @@ rm -rf html/.doctrees html/.buildinfo
 %{python_sitelib}/%{pypi_name}-*-py?.?.egg-info
 
 %changelog
+* Fri Apr 17 2015 Matthias Runge <mrunge at redhat.com> - 3.5.0-3
+- change requirements for pytz
+
 * Mon Mar 23 2015 Matthias Runge <mrunge at redhat.com> - 3.5.0-2
 - add runtime requirement python-dateutil(rhbz#1204791)
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/python-pelican.git/commit/?h=master&id=2fe6e20d18f0bfe805120e2b7e604237afb95311


More information about the scm-commits mailing list