[python-mechanize] Update to 0.2.3 (#3645064)

Luke Macken lmacken at fedoraproject.org
Thu Oct 21 17:30:00 UTC 2010


commit 1e456c79ddcf7c77b3aa07a1f0097113d52e2c33
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Oct 21 13:29:56 2010 -0400

    Update to 0.2.3 (#3645064)

 .gitignore            |    1 +
 python-mechanize.spec |    5 ++++-
 sources               |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6bd4c11..63cee7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 mechanize-0.1.10.tar.gz
 /mechanize-0.2.2.tar.gz
+mechanize-0.2.3.tar.gz
diff --git a/python-mechanize.spec b/python-mechanize.spec
index 20a44d3..84d7564 100644
--- a/python-mechanize.spec
+++ b/python-mechanize.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-mechanize
-Version:        0.2.2
+Version:        0.2.3
 Release:        1%{?dist}
 Summary:        Stateful programmatic web browsing
 
@@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 21 2010 Luke Macken <lmacken at redhat.com> - 0.2.3-1
+- Update to 0.2.3 (#3645064)
+
 * Sat Sep 11 2010 Robin Lee <robinlee.sysu at gmail.com> - 0.2.2-1
 - Update to 0.2.2
 - License specified from 'BSD' to 'BSD or ZPLv2.1'
diff --git a/sources b/sources
index 4c53de3..b568354 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-22fd64c71c065619d27ea8870da6ca68  mechanize-0.2.2.tar.gz
+3a2e803cf1c7e68e172a62db1ad088a2  mechanize-0.2.3.tar.gz


More information about the scm-commits mailing list