[python-irclib] - Bump to latest version - Changelog: 2008-09-11 Keltus <keltus at users.sourceforge.net> * ircb

konradm konradm at fedoraproject.org
Fri Oct 1 01:39:52 UTC 2010


commit 76f7f5240ef1ca0ab799fded6c7eab63c87a18ac
Author: Conrad Meyer <cemeyer at cs.washington.edu>
Date:   Thu Sep 30 18:39:56 2010 -0700

    - Bump to latest version
    - Changelog:
      2008-09-11  Keltus <keltus at users.sourceforge.net>
        * ircbot.py: Reverted a leftover testing fragment that broke ircbot.py
      2008-08-29  Keltus <keltus at users.sourceforge.net>
        * irclib.py: Reverted changes in irclib that don't really belong in the
          core lib
        * irclib.py: Add support for ssl
        * irclib.py: Add support for ipv6
        * python-irclib now requires python 2.3 and above (for ssl and ipv6)

 .gitignore         |    1 +
 python-irclib.spec |   17 +++++++++++++++--
 sources            |    2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99287ed..04a3b4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 python-irclib-0.4.6.tar.gz
+/python-irclib-0.4.8.tar.gz
diff --git a/python-irclib.spec b/python-irclib.spec
index 79da562..68788fb 100644
--- a/python-irclib.spec
+++ b/python-irclib.spec
@@ -2,8 +2,8 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name: python-irclib
-Version: 0.4.6
-Release: 11%{?dist}
+Version: 0.4.8
+Release: 1%{?dist}
 Summary: A set of Python modules for IRC support
 
 Group: Development/Libraries
@@ -42,6 +42,19 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/python_irclib-%{version}-py%{pyver}.egg-info/
 
 %changelog
+* Thu Sep 30 2010 Conrad Meyer <konrad at tylerc.org> - 0.4.8-1
+- Bump to latest version
+- Changelog:
+  2008-09-11  Keltus <keltus at users.sourceforge.net>
+    * ircbot.py: Reverted a leftover testing fragment that broke ircbot.py
+  2008-08-29  Keltus <keltus at users.sourceforge.net>
+    * irclib.py: Reverted changes in irclib that don't really belong in the
+      core lib
+    * irclib.py: Add support for ssl
+    * irclib.py: Add support for ipv6
+    * python-irclib now requires python 2.3 and above (for ssl and ipv6)
+
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.4.6-11
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 6f54dc2..84e16b9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e4fc4b5382c6b54ede8b6e29270cba8  python-irclib-0.4.6.tar.gz
+48cac0e12305325c0a9fddf8b1f04541  python-irclib-0.4.8.tar.gz


More information about the scm-commits mailing list