From c2e141e0ed8bc76daa4810bebdf40a45e4cd0628 Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Feb 28 2011 22:06:59 +0000 Subject: - Update to 1.1 (#678398) - Require python-simplejson - Include the README - Build the HTML documentation --- diff --git a/.gitignore b/.gitignore index 1995014..094b8bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /simplemediawiki-1.0.tar.gz +/simplemediawiki-1.1.tar.gz diff --git a/python-simplemediawiki.spec b/python-simplemediawiki.spec index e702b8e..b0a00e1 100644 --- a/python-simplemediawiki.spec +++ b/python-simplemediawiki.spec @@ -5,8 +5,8 @@ %global tarball_name simplemediawiki Name: python-%{tarball_name} -Version: 1.0 -Release: 4%{?dist} +Version: 1.1 +Release: 1%{?dist} Summary: Extremely low-level wrapper to the MediaWiki API Group: Development/Libraries @@ -16,8 +16,9 @@ Source0: http://pypi.python.org/packages/source/s/%{tarball_name}/%{tarba BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel python-iso8601 +BuildRequires: python-devel python-iso8601 python-simplejson python-sphinx Requires: python-iso8601 +Requires: python-simplejson %description The module simplemediawiki is an extremely low-level wrapper to the MediaWiki @@ -29,7 +30,7 @@ few functions to make day-to-day API access easier. %setup -qn %{tarball_name}-%{version} %build -%{__python} setup.py build +%{__python} setup.py build build_sphinx %install rm -rf %{buildroot} @@ -40,10 +41,16 @@ rm -rf %{buildroot} %files %defattr(-,root,root) -%doc COPYING PKG-INFO INSTALLED_FILES +%doc COPYING PKG-INFO README build/sphinx/html %{python_sitelib}/* %changelog +* Mon Feb 28 2011 Luke Macken - 1.1-1 +- Update to 1.1 (#678398) +- Require python-simplejson +- Include the README +- Build the HTML documentation + * Wed Feb 09 2011 Fedora Release Engineering - 1.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index f9b063a..2fe0c17 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a7ab1f3d6a45a093baa40884eca97b38 simplemediawiki-1.0.tar.gz +77b5eb60e2a20b3a32f2484d17dfaf5c simplemediawiki-1.1.tar.gz