[python-doit] update to 0.23

jamatos jamatos at fedoraproject.org
Thu Nov 7 12:29:11 UTC 2013


commit f27a89722e94410a01b3358166d555501853acdf
Author: José Matos <jamatos at fedoraproject.org>
Date:   Thu Nov 7 12:29:27 2013 +0000

    update to 0.23
    
    - patch that removed distribute bootstrapping during installation is
      gone since this change was incorporated upstream

 .gitignore       |    3 +--
 python-doit.spec |   11 +++++++----
 sources          |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7e8b45b..9a4a3ce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/doit-0.21.0.tar.gz
-/doit-0.22.0.tar.gz
+doit-0.23.0.tar.gz
diff --git a/python-doit.spec b/python-doit.spec
index 6005089..3a7a70b 100644
--- a/python-doit.spec
+++ b/python-doit.spec
@@ -1,12 +1,11 @@
 Name:           python-doit
-Version:        0.22.0
-Release:        2%{?dist}
+Version:        0.23.0
+Release:        1%{?dist}
 Summary:        Automation Tool
 
 License:        MIT
 URL:            http://python-doit.sourceforge.net/
 Source0:        http://pypi.python.org/packages/source/d/doit/doit-%{version}.tar.gz
-Patch0:		python-doit_setuptools.patch
 
 BuildArch:      noarch
 BuildRequires:  python2-devel python3-devel
@@ -67,7 +66,6 @@ Requires:       %{name} = %{version}-%{release}
 
 #force python3 to use python3-setuptools instead of distribute
 rm -rf distribute_setup.py
-%patch0
 
 rm -rf %{py3dir}
 cp -a . %{py3dir}
@@ -129,6 +127,11 @@ install -p -D -m 0644 bash_completion_doit %{buildroot}%{_sysconfdir}/bash_compl
 
 
 %changelog
+* Thu Nov  7 2013 José Matos <jamatos at fedoraproject.org> - 0.23.0-1
+- update to 0.23
+- patch that removed distribute bootstrapping during installation is
+  gone since this change was incorporated upstream
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.22.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index be72874..5e07758 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c8611d01ce48edd256a5ab6cbe55fe0  doit-0.22.0.tar.gz
+ac0427ac29cf0e3a22fa9c3089f16dea  doit-0.23.0.tar.gz


More information about the scm-commits mailing list