summaryrefslogtreecommitdiff
path: root/makefile
Commit message (Collapse)AuthorAgeFilesLines
* makefile: make buildroot configurable.HEADmasterjortel2012-02-131-7/+8
|
* Replace xlstr class in binding.__init__.py with sax.text.Text. Updated ↵jortel2009-06-181-1/+1
| | | | Element and Attributes classes in sax to use the Text class for text/value content. The Text class tracks XML encoding (state) and language. This was primarily done because the xml.sax parser is decoding XML encoded strings and the Element.getText() was decoding twice. Also, fix makefile to publish epydocs correctly.
* Add behavior for @default defined on <element/>jortel2009-06-031-10/+11
|
* update makefile to use .PHONY: and add pdf target.jortel2009-05-191-9/+13
|
* update spec Version: to use static version string needed by kojijortel2009-04-021-1/+1
|
* Replace mkfdist.sh with sdist and stop using python setup tools sdistjortel2009-03-261-7/+3
|
* move python- packaging from makefile to mkfdist.sh; tricking sdist to do ↵jortel2009-03-131-4/+1
| | | | this just wasn't working very well; remove (%if 0{fedora} >= 8) logic since only updating fc9+
* change makefile to separate docs and rdocs targets so we can release docs ↵jortel2009-01-051-2/+4
| | | | without building the rpm
* update makefile to NOT extract modification times when extracting docs in ↵jortel2008-12-041-1/+1
| | | | release target
* Add release notes for 0.3.2 releasejortel2008-11-061-0/+1
|
* Add type conversion support for xs:int, xs:long, xs:float, xs:double; update ↵jortel2008-11-051-0/+1
| | | | xs:date, xs:time, xs:datetime toString() to check to see if value is a python datetime object before trying to convert it.
* update spec per fedora package review; update makefile to NOT release when ↵jortel2008-11-031-3/+4
| | | | in dist and rpm targets
* remove doc dir on clean targetjortel2008-10-301-1/+1
|
* move epydoc gen to the makefilejortel2008-10-281-1/+12
|
* rename suds.spec back to python-suds.specjortel2008-10-281-1/+1
|
* clean /usr/src/redhat/** in clean target; add Element.insert()jortel2008-10-271-1/+6
|
* update makefilejortel2008-10-271-1/+1
|
* add scp to fedorahosted:releases in makefile and change spec to get source ↵jortel2008-10-271-0/+1
| | | | from there
* rename spec on trunk per fedora packagingjortel2008-10-241-1/+1
|
* update make to remove (~) vi artifactsjortel2008-10-101-0/+1
|
* update makfile and specjortel2008-10-101-1/+1
|
* add rm -rf build to clean targetjortel2008-09-301-0/+1
|
* (no commit message)jortel2008-09-121-3/+3
|
* (no commit message)jortel2008-09-121-5/+7
|
* (no commit message)jortel2008-09-121-6/+1
|
* remove clean from dist/egg targetsjortel2008-09-121-3/+3
|
* remove register and upload from dist/egg targets and create 'register' targetjortel2008-09-121-1/+6
|
* (no commit message)jortel2008-09-111-25/+6
|
* (no commit message)jortel2008-09-111-22/+32
|
* add register targetjortel2008-09-101-0/+5
|
* (no commit message)jortel2008-08-281-0/+9
|
* (no commit message)jortel2008-08-281-0/+10
|
* * Update factory (builder) to include all attributes.jortel2008-08-201-1/+1
| | | | | | * Add optional() method to SchemaObject. * Update marshaller to NOT emit XML for object attributes that represent elements and/or attributes that are __both__ optional and value=None.
* tweak the makefilejortel2008-08-191-2/+4
|
* update makefile to copy rpms to distjortel2008-08-191-0/+2
|
* Enable suds.properties to contain (#) comments and create values as list ↵jortel2008-08-191-0/+15
| | | | when key repeated
* Update wsdl to override namespace in operation if specified. Fix schema ↵jortel2008-08-191-0/+13
loading issue - build all schemas before processing imports. Update packaging in preparation of submission to fedor