[python-nikola] Update to 7.3.0. Adjust some require versions.

Pete Travis immanetize at fedoraproject.org
Sun Jan 18 19:28:24 UTC 2015


commit 1f39ab1e5803b2eb6f506dc1c11c5fe1c3ae0883
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Sun Jan 18 12:28:44 2015 -0700

    Update to 7.3.0. Adjust some require versions.

 .gitignore         |    1 +
 python-nikola.spec |   45 +++++++++++++++++++++++++++++----------------
 sources            |    2 +-
 3 files changed, 31 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 27b0ae2..0ee8abf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /v6.4.0.tar.gz
 /v7.2.0.tar.gz
+/v7.3.0.tar.gz
diff --git a/python-nikola.spec b/python-nikola.spec
index 33c6eef..0b3927e 100644
--- a/python-nikola.spec
+++ b/python-nikola.spec
@@ -1,7 +1,7 @@
 %global with_python3 1
 Name: python-nikola	
-Version:	7.2.0
-Release:	2%{?dist}
+Version:	7.3.0
+Release:	1%{?dist}
 Summary:	A static website and blog generator
 License:	MIT
 URL:		http://getnikola.com
@@ -12,7 +12,8 @@ BuildRequires:	python-setuptools
 Requires:	python-doit >= 0.23.0
 Requires:	python-pygments >= 1.6
 Requires:	python-pillow >= 2.4.0
-Requires: python-dateutil >=2.2
+# Upstream requirements.txt v7.3.0 shows python-dateutil==2.4 but this is probably ok
+Requires: python-dateutil >= 2.2
 Requires:	python-docutils >= 0.12
 Requires:	python-mako >= 1.0.0
 Requires:	python-unidecode >= 0.04.16
@@ -23,6 +24,7 @@ Requires:	python-logbook >= 0.7.0
 Requires:	python-blinker >= 1.3
 Requires:	python-natsort >= 3.3.0
 Requires: glyphicons-halflings-fonts
+
 %description
 Nikola is a static site and blog generator using Python. It generates sites 
 with tags, feeds, archives, comments, and more from plain text files. Source
@@ -33,26 +35,33 @@ It also automatically builds image galleries.
 Summary: Extra functionality for python-nikola
 #begin optional dependencies
 Requires:	python-nikola
-Requires:	python-mock >= 1.0.1
 Requires:	python-requests >= 2.2.0
 Requires:	python-markdown >= 2.4.0
-#Requires:	python-bbcode # optional, considering packaging it
-# https://bugzilla.redhat.com/show_bug.cgi?id=1030751
+
 #Requires:	python-livereload >= 2.3.1 
 # https://bugzilla.redhat.com/show_bug.cgi?id=1030755
+
 Requires:	python-jinja2 >= 2.7.2
 Requires:	python-pyphen >= 0.9.1
+
 #Requires:	python-micawber	
 # https://bugzilla.redhat.com/show_bug.cgi?id=1030968
-Requires:	python-pygal >= 1.5.1
-# pygal bump pending, https://bugzilla.redhat.com/show_bug.cgi?id=1140143
-#Requires:	python-typogrify	#not packaged yet, considering
+
+Requires:	python-pygal >= 1.6.1
+#https://bugzilla.redhat.com/show_bug.cgi?id=1167733
+
+#Requires:	python-typogrify >= 2.0.4
 #	https://github.com/mintchaos/typogrify
-#Requires:	python-phpserialize	#not packaged, considering
+
+#Requires:	python-phpserialize	>= 1.3
 #	https://github.com/mitsuhiko/phpserialize
+
 Requires:	python-webassets >= 0.10.1
 # webassets bump pending, https://bugzilla.redhat.com/show_bug.cgi?id=1142514
 Requires:	python-ipython >= 1.2.1
+
+#Requires: python-ghp-import >=0.4.1
+
 %description -n python-nikola-extras
 This package adds optional dependencies for python-nikola, 
 expanding functionality.
@@ -66,6 +75,7 @@ BuildRequires:	python3-setuptools
 Requires:	python3-doit >= 0.23.0
 Requires:	python3-pygments >= 1.6
 Requires:	python3-pillow >= 2.4.0
+Requires: python3-dateutil >= 2.2
 Requires:	python3-docutils >= 0.12
 Requires:	python3-mako >= 1.0.0
 Requires:	python3-unidecode >= 0.04.16
@@ -86,19 +96,19 @@ It also automatically builds image galleries.
 Summary:	 Extra functionality for python3-nikola
 #begin optional dependencies
 Requires:	python3-nikola
-Requires:	python3-mock >= 1.0.1
 Requires:	python3-requests >= 2.2.0
 Requires:	python3-markdown >= 2.4.0
-#Requires:	python3-bbcode # optional, considering packaging it
-#Requires:	python3-livereload >= 2.3.1 # optional, considering packaging it.
+#Requires:	python3-livereload >= 2.3.1 
 Requires:	python3-jinja2 >= 2.7.2
 Requires:	python3-pyphen >= 0.9.1
-#Requires:	python3-micawber # optional, under consideration.
+#Requires:	python3-micawber >= 0.3.0
 Requires:	python3-pygal >= 1.5.1
-#Requires:  python2-typogrify #not packaged yet, considering
-#Requires:	python3-phpserialize #not packaged, considering
+#Requires:  python2-typogrify >= 2.0.4
+#Requires:	python3-phpserialize >= 1.3
 Requires:	python3-webassets	>= 0.10.1
 Requires:	python3-ipython >= 1.2.1
+#Requires: python3-ghp-import >= 0.4.1
+
 %description -n python3-nikola-extras
 This package adds optional dependencies for python3-nikola,
 expanding functionality.
@@ -186,6 +196,9 @@ ln -s %{_bindir}/nikola2 %{buildroot}/%{_bindir}/nikola
 %doc README.extras
 
 %changelog
+* Sun Jan 18 2015 Pete Travis <me at petetravis.com> - 7.3.0-1
+- Update to upstream 7.3.0
+
 * Fri Nov 21 2014 Pete Travis <me at petetravis.com> - 7.2.0-2
 - drop versioned requirements on python-setuptools
 
diff --git a/sources b/sources
index 8cb3990..c1c2e98 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5072daeea0336534f7d34dd0226839f6  v7.2.0.tar.gz
+639d4c6faacfe6f07142c593261fac9c  v7.3.0.tar.gz


More information about the scm-commits mailing list