Jarrod Chesney
5ad30d188e
Renamed pipbuild to publish
7 years ago
Jarrod Chesney
ff659b0aad
Renamed pipbuild to publish
7 years ago
Jarrod Chesney
f64783557f
Merge pull request #1 from oldium/fix-readme
Fixed requirements handling.
7 years ago
Oldřich Jedlička
c1b9fbddd1
Fixed requirements handling.
Do not depend on pip internal parsing of requirements.txt, reference
setup.py from requirements instead. Same for requirements_dev.txt, but
now use the extras_require and reference the 'testing' feature
dependencies.
See: https://caremad.io/posts/2013/07/setup-vs-requirement/
See: https://stackoverflow.com/a/27271396
Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
7 years ago
Jarrod Chesney
26fda36dc6
Updated to version 0.54.2
8 years ago
Jarrod Chesney
8c85225333
Added pipbuild
8 years ago
Jarrod Chesney
b88054ef7a
Update setup.py, changelog and publushed
8 years ago
Jarrod Chesney
514e17d21b
fixed up setup.py for py3
8 years ago
Jarrod Chesney
be1ed94d13
Updated setup-py
8 years ago
Jarrod Chesney
8983b034e7
Converted with 2to3-3.5
8 years ago
Sorin Sbarnea
466c07f2cc
travis auto-releasing
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
8 years ago
Sorin Sbarnea
bfff6f0873
Fixed several bugs reported by linter (flake8)
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
8 years ago
Sorin Sbarnea
09296306e1
Changed badge to reflect develop branch instead of master
Signed-off-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
9 years ago
Sorin Sbarnea
1e065ce6c8
py3 compatibility work (incomplete)
The builds will fail to due valid flake8 problems. Anyome is welcomed to solve some of them as I will not make a new release before they are all fixed.
Signed-off-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
9 years ago
Sorin Sbarnea
64ac5964d9
Start of v0.4.5: adopting git flow and flake8
Signed-off-by: Sorin Sbarnea <sorin.sbarnea@gmail.com>
9 years ago
Sorin Sbarnea
e8fca42845
Updated travis scripts in order to auto-release new version is all tests went OK.
10 years ago
Sorin Sbarnea
09bc913e13
Merge branch 'master' of github.com:pycontribs/wstools
* 'master' of github.com:pycontribs/wstools:
Update README.rst
10 years ago
Sorin Sbarnea
152ef197b0
Added BSD copyright file.
10 years ago
Sorin Sbarnea
77c445814d
Update README.rst
10 years ago
Sorin Sbarnea
885a1f9704
Update README.rst
10 years ago
Sorin Sbarnea
a2ffbf6fc0
Switched to new travis infrastructure and removed flake8 target.
10 years ago
Sorin Sbarnea
f74298a5b0
v0.4.4 which finally brings nothing more than Python 3 compatibility
10 years ago
Sorin Sbarnea
69437d918c
Merge pull request #5 from kartoch/master
Reactivating tests
10 years ago
Julien Iguchi-Cartigny
e7a035c6a5
fixing test_wstools_net.py
11 years ago
Julien Iguchi-Cartigny
0d1c666f5e
removing test_wstools, redundant with test_wdsl
11 years ago
Julien Iguchi-Cartigny
9a6be93fb7
Revert "trying with abtsratc to tests detected by nose"
This reverts commit 9c43764ea5
.
11 years ago
Julien Iguchi-Cartigny
915f92fcc4
Revert "trying with __test__ to remove tests detected by nose"
This reverts commit 3c365071d6
.
11 years ago
Julien Iguchi-Cartigny
e9c7a51252
Revert "trying with __test__ to remove tests detected by nose"
This reverts commit 6527f64e5d
.
11 years ago
Julien Iguchi-Cartigny
6527f64e5d
trying with __test__ to remove tests detected by nose
11 years ago
Julien Iguchi-Cartigny
3c365071d6
trying with __test__ to remove tests detected by nose
11 years ago
Julien Iguchi-Cartigny
9c43764ea5
trying with abtsratc to tests detected by nose
11 years ago
Julien Iguchi-Cartigny
ea0af5b657
trying new time to tests detected by nose
11 years ago
Julien Iguchi-Cartigny
cf048dd8e9
make test_wstools detected by nose
11 years ago
Julien Iguchi-Cartigny
902667e9a7
test_wsdl is now the abstract test class
11 years ago
Julien Iguchi-Cartigny
51fe162218
removing test_t1, redundant with test_wstools
11 years ago
Julien Iguchi-Cartigny
475c16c970
removing useless tar.gz, adding two new schemas from OVH API for testing
11 years ago
Julien Iguchi-Cartigny
9469ecc418
Revert "remove import string"
This reverts commit 8b9e5903e6
.
11 years ago
Julien Iguchi-Cartigny
d2ba942c40
Revert "fixing join as function parameter"
This reverts commit ae5a5044fb
.
11 years ago
Julien Iguchi-Cartigny
e74d0ed963
Revert "fixing others join(s) as function parameter"
This reverts commit 71629d8712
.
11 years ago
Julien Iguchi-Cartigny
d1380a54ea
Revert " replace split/join by replace in string operations"
This reverts commit 39c4f7d42f
.
11 years ago
Julien Iguchi-Cartigny
fd617e0754
Revert "forgot join conversion"
This reverts commit 8255518963
.
11 years ago
Julien Iguchi-Cartigny
ff0b258f22
Revert "forgot again join conversion"
This reverts commit 6c37a6fef3
.
11 years ago
Julien Iguchi-Cartigny
6c37a6fef3
forgot again join conversion
11 years ago
Julien Iguchi-Cartigny
8255518963
forgot join conversion
11 years ago
Julien Iguchi-Cartigny
39c4f7d42f
replace split/join by replace in string operations
11 years ago
Julien Iguchi-Cartigny
71629d8712
fixing others join(s) as function parameter
11 years ago
Julien Iguchi-Cartigny
ae5a5044fb
fixing join as function parameter
11 years ago
Julien Iguchi-Cartigny
8b9e5903e6
remove import string
11 years ago
Julien Iguchi-Cartigny
214fb59eba
more special imports for python3 compatibility
11 years ago
Julien Iguchi-Cartigny
b92a45ea49
urllib and urlparse imports for python3 compatibility
11 years ago