* updated minimal dependency versions to latest releases RELEASE-0.2.2
authorGerhard Weis <gweis@gmx.at>
Thu, 18 Jun 2009 10:46:47 +1000
changeset 45b80965b9d7da
parent 44 0a2fdd6b45bc
child 46 09cbe7b27cb1
* updated minimal dependency versions to latest releases
CHANGES.txt
setup.py
     1.1 --- a/CHANGES.txt	Thu Jun 18 10:39:48 2009 +1000
     1.2 +++ b/CHANGES.txt	Thu Jun 18 10:46:47 2009 +1000
     1.3 @@ -7,6 +7,7 @@
     1.4  
     1.5  - small bugfix in rsl.soap11.wsdl1
     1.6  - fixed tests for python 2.6
     1.7 +- updated minimal dependency versions to latest releases
     1.8  
     1.9  0.2.1 (2009-01-12)
    1.10  ------------------
     2.1 --- a/setup.py	Thu Jun 18 10:39:48 2009 +1000
     2.2 +++ b/setup.py	Thu Jun 18 10:46:47 2009 +1000
     2.3 @@ -46,7 +46,7 @@
     2.4                            'lxml >= 2.0',
     2.5                            'rsl >= 0.2.1',
     2.6                            'rsl.wsdl1 >= 0.2.2',
     2.7 -                          'rsl.xsd >= 0.2.1'],
     2.8 +                          'rsl.xsd >= 0.2.3'],
     2.9        extras_require = {'test': ['rsl.http >= 0.2.1',
    2.10                                   'rsl.mime >= 0.2.3',
    2.11                                   'rsl.wsdl >= 0.2.0']},