-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]> - 0.2.20-1 | ||
- revert "preserve signature, docstrings, etc. of decorated methods" (#757517) | ||
|
||
* Thu Nov 03 2011 Nils Philippsen <[email protected]> - 0.2.19-1 | ||
- allow service object methods to be called locally | ||
- preserve signature, docstrings, etc. of decorated methods | ||
|