[python-simplemediawiki] Update to 1.1.1

Ian Weller ianweller at fedoraproject.org
Thu Jan 26 22:34:49 UTC 2012


commit 246b0f83de6174c512f3d7213ef435936e28db78
Author: Ian Weller <ian at ianweller.org>
Date:   Thu Jan 26 16:34:35 2012 -0600

    Update to 1.1.1

 .gitignore                  |    1 +
 python-simplemediawiki.spec |   15 ++++++++++-----
 sources                     |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 094b8bf..0ba062d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /simplemediawiki-1.0.tar.gz
 /simplemediawiki-1.1.tar.gz
+/simplemediawiki-1.1.1.tar.gz
diff --git a/python-simplemediawiki.spec b/python-simplemediawiki.spec
index f7276c8..531f3fb 100644
--- a/python-simplemediawiki.spec
+++ b/python-simplemediawiki.spec
@@ -5,8 +5,8 @@
 %global tarball_name simplemediawiki
 
 Name:           python-%{tarball_name}
-Version:        1.1
-Release:        2%{?dist}
+Version:        1.1.1
+Release:        1%{?dist}
 Summary:        Extremely low-level wrapper to the MediaWiki API
 
 Group:          Development/Libraries
@@ -16,9 +16,8 @@ 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 python-simplejson python-sphinx
-Requires:       python-iso8601
-Requires:       python-simplejson
+BuildRequires:  python-devel python-simplejson python-sphinx python-kitchen
+Requires:       python-simplejson python-kitchen
 
 %description
 The module simplemediawiki is an extremely low-level wrapper to the MediaWiki 
@@ -45,6 +44,12 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Thu Jan 26 2012 Ian Weller <iweller at redhat.com> - 1.1.1-1
+- Update to version 1.1.1
+  - Fixes an issue where MediaWiki.parse_date doesn't actually work at all
+  - Remove dependency on python-iso8601 which is no longer necessary
+  - Add dependency on python-kitchen
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 2fe0c17..885425f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-77b5eb60e2a20b3a32f2484d17dfaf5c  simplemediawiki-1.1.tar.gz
+4f53fd6f9e49b733d3a54ad3173d60e3  simplemediawiki-1.1.1.tar.gz


More information about the scm-commits mailing list