[python-nitrate] Version 0.9 import

psss psss at fedoraproject.org
Mon Dec 10 11:09:33 UTC 2012


commit eb9a7de444ed2a8cda55bd441471144e8dc9aa97
Author: Petr Šplíchal <psplicha at redhat.com>
Date:   Mon Dec 10 12:08:23 2012 +0100

    Version 0.9 import

 .gitignore          |    1 +
 python-nitrate.spec |   33 +++++++++++++++++++++++++++++++--
 sources             |    2 +-
 3 files changed, 33 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53bb7b4..a6c47fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /python-nitrate-0.7.tar.bz2
 /python-nitrate-0.8.tar.bz2
+/python-nitrate-0.9.tar.bz2
diff --git a/python-nitrate.spec b/python-nitrate.spec
index 3c03d48..6b931a0 100644
--- a/python-nitrate.spec
+++ b/python-nitrate.spec
@@ -1,6 +1,6 @@
 Name: python-nitrate
-Version: 0.8
-Release: 1%{?dist}
+Version: 0.9
+Release: 0%{?dist}
 
 Summary: Python API for the Nitrate test case management system
 Group: Development/Languages
@@ -40,6 +40,35 @@ install -pm 644 documentation/*.1.gz %{buildroot}%{_mandir}/man1
 %doc COPYING README examples
 
 %changelog
+* Mon Dec 10 2012 Petr Šplíchal <psplicha at redhat.com> 0.9-0
+- New function unlisted() for conversion from human readable list
+- Clean up the cache before testing caching
+- Fix test plan initialization by type name
+- Rename test case components container to CaseComponents
+- Implemented TestPlan.children property [BZ#863226]
+- Allow to select cases when creating a new run [BZ#863480]
+- Invalid category should raise Nitrate exception [BZ#862523]
+- Implement PlanType using XMLRPC instead of hard coded values [BZ#841299]
+- Cleanup of log, cache and color funtions
+- Use unicode for logging where necessary [BZ#865033]
+- Use unicode for logging in _setter() [BZ#865033]
+- Sane unicode representation for user with no name [BZ#821629]
+- Support for system-wide config in /etc/nitrate.conf [BZ#844363]
+- Remove *.pyc files as well when cleaning
+- Move global variables out of the functions
+- Move utils tests into a separate class
+- Document how to get a short Nitrate summary [BZ#883798]
+- Push files to the production web only when in the master branch
+- New TestCase reference link field [BZ#843382]
+- Forgotten 'notes' in the list of test case attributes
+- Don't forget to include errata id when creating a new test run
+- Fix test run errata update, improve the self test
+- Added errata field in class TestRun
+- Suggest https in the minimal config example
+- Test case automation flags cleanup
+- Empty script or arguments to be handled same as None
+- Smarter implementation of the listed() function
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8-1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 1546d0b..d3d78ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b0715f4e5bd4748d5f256b689f03a82  python-nitrate-0.8.tar.bz2
+76b58911e38abb4ca41b4c8008213266  python-nitrate-0.9.tar.bz2


More information about the scm-commits mailing list