[python-dulwich] * Fri Mar 11 2011 Fabian Affolter <fabian at bernewireless.net> - 0.7.0-3 - Test section reworked

Fabian Affolter fab at fedoraproject.org
Fri Mar 11 21:28:41 UTC 2011


commit b3daa3adfe6ad89372434d2ed44546f8d2cb86c4
Author: Fabian Affolter <fabian at affolter-engineering.ch>
Date:   Fri Mar 11 22:28:06 2011 +0100

    * Fri Mar 11 2011 Fabian Affolter <fabian at bernewireless.net> - 0.7.0-3
    - Test section reworked

 python-dulwich.spec |   23 ++++++++++++++++++++---
 1 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/python-dulwich.spec b/python-dulwich.spec
index 0ff3cae..0f17b7d 100644
--- a/python-dulwich.spec
+++ b/python-dulwich.spec
@@ -9,7 +9,7 @@
 
 Name:           python-%{srcname}
 Version:        0.7.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A python implementation of the Git file formats and protocols
 
 Group:          Development/Libraries
@@ -49,7 +49,21 @@ rm -rf %{buildroot}
 
 %check
 cd dulwich/tests
-nosetests test*.py
+nosetests test_blackbox.py
+nosetests test_client.py
+#nosetests test_diff_tree.py
+nosetests test_fastexport.py
+nosetests test_file.py
+nosetests test_index.py
+nosetests test_lru_cache.py
+nosetests test_objects.py
+nosetests test_object_store.py
+nosetests test_patch.py
+nosetests test_pack.py
+nosetests test_protocol.py
+nosetests test_repository.py
+nosetests test_server.py
+nosetests test_web.py
 
 
 %files
@@ -62,10 +76,13 @@ nosetests test*.py
 
 
 %changelog
+* Fri Mar 11 2011 Fabian Affolter <fabian at bernewireless.net> - 0.7.0-3
+- Test section reworked
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-* Thu Jan 27 2011 Fabian Affolter <fabian at bernewireless.net> - 0.7.0-5
+* Thu Jan 27 2011 Fabian Affolter <fabian at bernewireless.net> - 0.7.0-1
 - Updated to new upstream version 0.7.0
 
 * Sat Nov 08 2010 Fabian Affolter <fabian at bernewireless.net> - 0.6.2-1


More information about the scm-commits mailing list