commit 4e044761e7e32512c1a3f514ecf6f0e1fb98816b
Author: Jakub Bogusz <[email protected]>
Date:   Sun Oct 19 21:59:11 2014 +0200

    - enhanced descriptions from old python-pymox.spec
    - O: python-pymox
    - release 2

 python-mox.spec | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
---
diff --git a/python-mox.spec b/python-mox.spec
index 18e127f..0e25212 100644
--- a/python-mox.spec
+++ b/python-mox.spec
@@ -2,7 +2,7 @@ Summary:        Mox - mock object framework for Python
 Summary(pl.UTF-8):     Mox - szkielet obiektów-atrap dla Pythona
 Name:          python-mox
 Version:       0.5.3
-Release:       1
+Release:       2
 License:       Apache v2.0
 Group:         Libraries/Python
 #Source0Download: http://code.google.com/p/pymox/downloads/list
@@ -13,6 +13,7 @@ BuildRequires:        python-modules
 BuildRequires: rpm-pythonprov
 BuildRequires: rpmbuild(macros) >= 1.219
 Requires:      python-modules >= 1:2.4
+Obsoletes:     python-pymox
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -20,10 +21,21 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 Mox is a mock object framework for Python based on the Java mock
 object framework EasyMock.
 
+Mox will make mock objects for you, so you don't have to create your
+own! It mocks the public/protected interfaces of Python objects. You
+set up your mock objects expected behavior using a domain specific
+language (DSL), which makes it easy to use, understand, and refactor!
+
 %description -l pl.UTF-8
 Mox to szkielet obiektów-atrap dla Pythona, oparty na szkielecie
 EasyMock dla Javy.
 
+Mox tworzy okienty-atrapy za programistę, dzięki czemu nie musi on
+tworzyć własnych. Imituje interfejsy publiczne i chronione obiektów
+pythonowych. Można konfigurować oczekiwane zachowanie własnych
+obiektów-atrap przy użyciu specjalizowanego języka (DSL), który jest
+łatwy w użyciu, rozumieniu i refaktoryzacji.
+
 %prep
 %setup -q -n mox-%{version}
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-mox.git/commitdiff/4e044761e7e32512c1a3f514ecf6f0e1fb98816b

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to