[python-ladon] update to 0.9.24

Matthias Runge mrunge at fedoraproject.org
Thu Feb 19 07:45:23 UTC 2015


commit be5af34769f82e66aa68f4a8e7827ae634abb80c
Author: Matthias Runge <mrunge at redhat.com>
Date:   Thu Feb 19 08:45:01 2015 +0100

    update to 0.9.24

 .gitignore        |    1 +
 python-ladon.spec |   16 ++++++++++++----
 sources           |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac75b9b..d301048 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /ladon-0.8.1.tar.gz
 /ladon-0.8.2.tar.gz
 /ladon-0.8.8.tar.gz
+/ladon-0.9.24.tar.gz
diff --git a/python-ladon.spec b/python-ladon.spec
index 146d402..eb19355 100644
--- a/python-ladon.spec
+++ b/python-ladon.spec
@@ -1,6 +1,6 @@
 Name:           python-ladon
-Version:        0.8.8
-Release:        2%{?dist}
+Version:        0.9.24
+Release:        1%{?dist}
 Summary:        Multiprotocol approach to creating a webservice
 
 License:        LGPLv3+
@@ -31,10 +31,15 @@ rm -rf src/ladon.egg-info
 
 # remove bundled chardet lib
 rm -rf src/chardet_py2
+rm -rf src/chardet_py3
+
+# remove reference to sphinx-bootstrap-theme
+sed -i -e "s/,'sphinx_bootstrap_theme'//" setup.py
 
 # correct references to chardet
 for i in `find src/ladon -name '*.py'`; do
     sed -i -e 's/chardet_py2/chardet/' $i
+    sed -i -e 's/chardet_py3/chardet/' $i
 done
 
 
@@ -53,12 +58,15 @@ chmod 755 %{buildroot}/%{python_sitelib}/ladon/clients/jsonwsp.py
 
 
 %files
-%doc PKG-INFO
+%doc PKG-INFO README.rst examples
 %{python_sitelib}/ladon
 %{python_sitelib}/ladon-%{version}-py?.?.egg-info
-%{_bindir}/ladon-ctl
+%{_bindir}/ladon-%{python_version}-ctl
 
 %changelog
+* Thu Feb 19 2015 Matthias Runge <mrunge at redhat.com> - 0.9.24-1
+- update to 0.9.24 (rhbz#1050917)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index cbb63db..f35b5c7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ea6d586447f82e755b4c6ad7f423a7ce  ladon-0.8.8.tar.gz
+0c69a20439b8bf572b2a19cfb083b97e  ladon-0.9.24.tar.gz


More information about the scm-commits mailing list