[python-decoratortools] Fix the URLs (#729443)

Luke Macken lmacken at fedoraproject.org
Tue Nov 29 18:29:41 UTC 2011


commit 6605c5f3b5c84aed39133780912071911cf1cc93
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Nov 29 13:29:34 2011 -0500

    Fix the URLs (#729443)

 python-decoratortools.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/python-decoratortools.spec b/python-decoratortools.spec
index 029ffff..4bdd69c 100644
--- a/python-decoratortools.spec
+++ b/python-decoratortools.spec
@@ -5,12 +5,12 @@
 
 Name:           python-decoratortools
 Version:        1.8
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Use class and function decorators -- even in Python 2.3
 Group:          Development/Languages
 License:        Python or ZPLv2.1
-URL:            http://cheeseshop.python.org/pypi/DecoratorTools
-Source0:        http://cheeseshop.python.org/packages/source/D/DecoratorTools/%{module}-%{version}.zip
+URL:            http://pypi.python.org/pypi/DecoratorTools
+Source0:        http://pypi.python.org/packages/source/D/DecoratorTools/%{module}-%{version}.zip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Tue Nov 29 2011 Luke Macken <lmacken at redhat.com> - 1.8-3
+- Fix the URLs (#729443)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.8-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list