[python-slip] version 0.2.19

Nils Philippsen nphilipp at fedoraproject.org
Thu Nov 3 13:45:31 UTC 2011


commit 7ceb9311a6fda4f3fe453abfbbd1cc0d7f01ec04
Author: Nils Philippsen <nils at redhat.com>
Date:   Thu Nov 3 14:45:12 2011 +0100

    version 0.2.19

 .gitignore       |    1 +
 python-slip.spec |    6 +++++-
 sources          |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29bd00d..8a84303 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ python-slip-0.2.11.tar.bz2
 /python-slip-0.2.16.tar.bz2
 /python-slip-0.2.17.tar.bz2
 /python-slip-0.2.18.tar.bz2
+/python-slip-0.2.19.tar.bz2
diff --git a/python-slip.spec b/python-slip.spec
index 1517d82..ebddcad 100644
--- a/python-slip.spec
+++ b/python-slip.spec
@@ -3,7 +3,7 @@
 %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
 
 Name:       python-slip
-Version:    0.2.18
+Version:    0.2.19
 Release:    1%{?dist}
 Summary:    Miscellaneous convenience, extension and workaround code for Python
 
@@ -94,6 +94,10 @@ rm -rf %buildroot
 %{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
 
 %changelog
+* Thu Nov 03 2011 Nils Philippsen <nils at redhat.com> - 0.2.19-1
+- allow service object methods to be called locally
+- preserve signature, docstrings, etc. of decorated methods
+
 * Wed Oct 19 2011 Nils Philippsen <nils at redhat.com> - 0.2.18-1
 - actually use persistent value in Object constructor
 
diff --git a/sources b/sources
index e85615e..fd44b7c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d9a01c8c025af18eb41f6ccaeaba5761  python-slip-0.2.18.tar.bz2
+16b30f58fad013350cbf57c05443ed55  python-slip-0.2.19.tar.bz2


More information about the scm-commits mailing list