[python-slip] version 0.2.20

Nils Philippsen nphilipp at fedoraproject.org
Mon Nov 28 15:43:52 UTC 2011


commit 5710936eff1652193995af6f5bc6b876c81e3966
Author: Nils Philippsen <nils at redhat.com>
Date:   Mon Nov 28 16:43:42 2011 +0100

    version 0.2.20

 .gitignore       |    1 +
 python-slip.spec |    5 ++++-
 sources          |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a84303..6074061 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ python-slip-0.2.11.tar.bz2
 /python-slip-0.2.17.tar.bz2
 /python-slip-0.2.18.tar.bz2
 /python-slip-0.2.19.tar.bz2
+/python-slip-0.2.20.tar.bz2
diff --git a/python-slip.spec b/python-slip.spec
index ebddcad..d2b176c 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.19
+Version:    0.2.20
 Release:    1%{?dist}
 Summary:    Miscellaneous convenience, extension and workaround code for Python
 
@@ -94,6 +94,9 @@ rm -rf %buildroot
 %{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
 
 %changelog
+* Fri Nov 28 2011 Nils Philippsen <nils at redhat.com> - 0.2.20-1
+- revert "preserve signature, docstrings, etc. of decorated methods" (#757517)
+
 * 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
diff --git a/sources b/sources
index fd44b7c..a9e2dce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16b30f58fad013350cbf57c05443ed55  python-slip-0.2.19.tar.bz2
+4e0267cbeb2cb1666c5930bd7c7acfb4  python-slip-0.2.20.tar.bz2


More information about the scm-commits mailing list