[python-decorator: 1/2] New upstream release

toshio toshio at fedoraproject.org
Tue Apr 24 15:31:38 UTC 2012


commit ecb7535e7abda34d76ee2ba3adaf62cc3b0ba3c3
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Tue Apr 24 08:30:19 2012 -0700

    New upstream release

 .gitignore                    |    1 +
 decorator-3.0.1-doctest.patch |   49 -----------------------------------------
 python-decorator.spec         |    8 ++++--
 sources                       |    2 +-
 4 files changed, 7 insertions(+), 53 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d1510fb..0f85cd2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ decorator-3.2.0.tar.gz
 /decorator-3.3.0.tar.gz
 /decorator-3.3.1.tar.gz
 /decorator-3.3.2.tar.gz
+/decorator-3.3.3.tar.gz
diff --git a/python-decorator.spec b/python-decorator.spec
index f82a449..0e42007 100644
--- a/python-decorator.spec
+++ b/python-decorator.spec
@@ -1,12 +1,11 @@
-# sitelib for noarch packages, sitearch for others (remove the unneeded one)
-%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%if 0%{?fedora} || 0%{?rhel} > 6
 %global with_python3 1
 %else
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 
 Name:           python-decorator
-Version:        3.3.2
+Version:        3.3.3
 Release:        1%{?dist}
 Summary:        Module to simplify usage of decorators
 
@@ -107,6 +106,9 @@ popd
 
 
 %changelog
+* Tue Apr 24 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 3.3.3-1
+- New upstream release
+
 * Fri Sep 2 2011 Toshio Kuratomi <toshio at fedoraproject.org> - 3.3.2-1
 - New upstream release
 
diff --git a/sources b/sources
index 09b4a04..18ce749 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-446f5165af67eb0fcd8fd28abd259e86  decorator-3.3.2.tar.gz
+f5a0227cb1c34a0e7d5b7f9cd2ae3135  decorator-3.3.3.tar.gz


More information about the scm-commits mailing list