rpms/python-peak-rules/devel .cvsignore, 1.2, 1.3 python-peak-rules.spec, 1.1, 1.2 sources, 1.2, 1.3

Luke Macken lmacken at fedoraproject.org
Sat Oct 11 22:34:26 UTC 2008


Author: lmacken

Update of /cvs/pkgs/rpms/python-peak-rules/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25230

Modified Files:
	.cvsignore python-peak-rules.spec sources 
Log Message:
* Sat Oct 11 2008 Luke Macken <lmacken at redhat.com> - 0.5a1.dev-0.1.2581
- Update to the latest 0.5a1 development snapshot
- Fix the description




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-rules/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	11 Sep 2008 07:13:39 -0000	1.2
+++ .cvsignore	11 Oct 2008 22:33:54 -0000	1.3
@@ -1 +1 @@
-PEAK-Rules-0.5a1.dev-r2569.tar.gz
+PEAK-Rules-0.5a1.dev-r2581.tar.gz


Index: python-peak-rules.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-rules/devel/python-peak-rules.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-peak-rules.spec	11 Sep 2008 07:13:39 -0000	1.1
+++ python-peak-rules.spec	11 Oct 2008 22:33:55 -0000	1.2
@@ -1,13 +1,13 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %define packagename PEAK-Rules
-%define devrev  2569
+%define devrev  2581
 
 %define docs README.txt AST-Builder.txt Code-Generation.txt Criteria.txt DESIGN.txt Indexing.txt Predicates.txt Syntax-Matching.txt
 
 Name:           python-peak-rules
 Version:        0.5a1.dev
-Release:        0.%{devrev}%{?dist}
+Release:        0.1.%{devrev}%{?dist}
 Summary:        Generic functions and business rules support systems
 
 Group:          Development/Languages
@@ -27,10 +27,12 @@
 Requires:       python-decoratortools >= 1.7
 
 %description
-SymbolType gives you access to the peak.util.symbols module, previously
-available only by installing the full PEAK toolkit. peak.util.symbols provides
-a Symbol type and two built-in symbols that are used by PEAK: NOT_FOUND and
-NOT_GIVEN.
+PEAK-Rules is a highly-extensible framework for creating and using generic
+functions, from the very simple to the very complex.  Out of the box, it
+supports multiple-dispatch on positional arguments using tuples of types,
+full predicate dispatch using strings containing Python expressions, and
+CLOS-like method combining.  (But the framework allows you to mix and match
+dispatch engines and custom method combinations, if you need or want to.)
 
 %prep
 %setup -q -n %{packagename}-%{version}-r%{devrev}
@@ -53,5 +55,9 @@
 %{python_sitelib}/*
 
 %changelog
+* Sat Oct 11 2008 Luke Macken <lmacken at redhat.com> - 0.5a1.dev-0.1.2581
+- Update to the latest 0.5a1 development snapshot
+- Fix the description
+
 * Sun Aug  3 2008 Luke Macken <lmacken at redhat.com> - 0.5a1.dev-0.2569
 - Initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-rules/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Sep 2008 07:13:39 -0000	1.2
+++ sources	11 Oct 2008 22:33:55 -0000	1.3
@@ -1 +1 @@
-77ce21fd7c452630bb035d93e2ebb8ed  PEAK-Rules-0.5a1.dev-r2569.tar.gz
+13a93d0481507b24f1a20ee43519012e  PEAK-Rules-0.5a1.dev-r2581.tar.gz




More information about the scm-commits mailing list