[python-mwlib] Update to 0.15.11

Ian Weller ianweller at fedoraproject.org
Tue Aug 13 06:30:32 UTC 2013


commit d2d912e8173a44934ffe43977ec177ae24cfbeae
Author: Ian Weller <ian at ianweller.org>
Date:   Tue Aug 13 02:30:21 2013 -0400

    Update to 0.15.11

 .gitignore                        |    1 +
 mwlib-clean-up-dependencies.patch |   23 +++++++++++++----------
 python-mwlib.spec                 |   12 +++++++++---
 sources                           |    2 +-
 4 files changed, 24 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a799c5..ee0817c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ e4adff8732c4.tar.bz2
 /mwlib-0.13.6.zip
 /mwlib-0.13.8.zip
 /mwlib-0.14.3.zip
+/mwlib-0.15.11.zip
diff --git a/mwlib-clean-up-dependencies.patch b/mwlib-clean-up-dependencies.patch
index 204ea85..b26431c 100644
--- a/mwlib-clean-up-dependencies.patch
+++ b/mwlib-clean-up-dependencies.patch
@@ -1,12 +1,15 @@
-diff -up mwlib-0.14.3/setup.py.orig mwlib-0.14.3/setup.py
---- mwlib-0.14.3/setup.py.orig	2013-01-29 20:33:31.051967195 -0600
-+++ mwlib-0.14.3/setup.py	2013-01-29 20:34:16.058142918 -0600
-@@ -65,7 +65,7 @@ def main():
-     if os.path.exists('Makefile'):
+diff -up mwlib-0.15.11/setup.py.orig mwlib-0.15.11/setup.py
+--- mwlib-0.15.11/setup.py.orig	2013-08-13 02:25:59.313322616 -0400
++++ mwlib-0.15.11/setup.py	2013-08-13 02:26:42.720320777 -0400
+@@ -42,9 +42,9 @@ def main():
          build_deps()   # this is a git clone
  
--    install_requires = ["pyparsing>=1.4.11", "timelib>=0.2",
-+    install_requires = ["pyparsing>=1.4.11", "python-dateutil",
-                         "bottle>=0.10", "pyPdf>=1.12", "apipkg>=1.2",
-                         "qserve>=0.2.7", "lxml", "py>=1.4",
-                         "sqlite3dbm", "simplejson>=2.3"]
+     install_requires = [
+-        "pyparsing>=1.4.11,<1.6", "timelib>=0.2", "bottle>=0.10",
++        "pyparsing>=1.4.11,<1.6", "python-dateutil", "bottle>=0.10",
+         "pyPdf>=1.12", "apipkg>=1.2", "qserve>=0.2.7", "lxml",
+-        "py>=1.4", "sqlite3dbm", "simplejson>=2.3", "roman", "gevent",
++        "py>=1.4", "sqlite3dbm", "simplejson>=2.3", "gevent",
+         "odfpy>=0.9, <0.10", "Pillow", "setuptools"]
+ 
+     ext_modules = []
diff --git a/python-mwlib.spec b/python-mwlib.spec
index 2e22dca..3a83d44 100644
--- a/python-mwlib.spec
+++ b/python-mwlib.spec
@@ -6,8 +6,8 @@
 }
 
 Name:           python-%{module_name}
-Version:        0.14.3
-Release:        3%{?dist}
+Version:        0.15.11
+Release:        1%{?dist}
 Summary:        MediaWiki parser and utility library
 
 License:        BSD
@@ -33,6 +33,7 @@ Requires:       python-dateutil
 Requires:       python-docutils
 Requires:       python-gevent
 Requires:       python-lxml
+Requires:       python-pillow
 Requires:       python-py >= 1.4
 Requires:       python-qserve >= 0.2.7
 Requires:       python-setuptools
@@ -65,7 +66,6 @@ CFLAGS="%{optflags}" %{__python} setup.py build
 %install
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
 mkdir -p %{buildroot}%{_datadir}/%{module_name}
-mv %{buildroot}%{_bindir}/*.py %{buildroot}%{_datadir}/%{module_name}/
 rm %{buildroot}%{python_sitearch}/%{module_name}/templ/*.c
 
 
@@ -73,10 +73,16 @@ rm %{buildroot}%{python_sitearch}/%{module_name}/templ/*.c
 %doc changelog.rst README.rst docs
 %{python_sitearch}/*
 %{_bindir}/mw-*
+%{_bindir}/nserve
+%{_bindir}/nslave
+%{_bindir}/postman
 %{_datadir}/%{module_name}
 
 
 %changelog
+* Tue Aug 13 2013 Ian Weller <iweller at redhat.com> - 0.15.11-1
+- Update to 0.15.11
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.14.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index ed50135..c5375c5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cffd83a009b28bb965a048f4a79e6121  mwlib-0.14.3.zip
+f95fe3006a5d5f9a7512c4f68a75f655  mwlib-0.15.11.zip


More information about the scm-commits mailing list