Skip to content

Commit ab7176a

Browse files
author
Luiko Czub
committed
prepare release 0.8.1
1 parent a6b967f commit ab7176a

35 files changed

+39
-38
lines changed

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
TestLink API Python Client
22
==========================
33

4-
Copyright 2011-2018
4+
Copyright 2011-2019
55
James Stock, Olivier Renault, Luiko Czub, TestLink-API-Python-client developers
66

77
License `Apache License 2.0`_

Diff for: doc/install.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ TestLink-API-Python-client Installation
77
Preconditions
88
-------------
99

10-
Currently the combinations Python 2.7.15//3.6.5 are tested with
11-
TestLink 1.9.17. Other combination might work - feedback is welcome :-)
10+
Currently the combinations Python 2.7.16//3.6.8//3.7.4 are tested with
11+
TestLink 1.9.20 (development state, github a1c7aca97). Other combination might work - feedback is welcome :-)
1212

1313
TestLink configuration
1414
----------------------
@@ -42,7 +42,7 @@ The source code can be retrieved as source distribution either
4242

4343
Install the archives using pip by running::
4444

45-
pip install TestLink-API-Python-client-0.8.0.zip
45+
pip install TestLink-API-Python-client-0.8.1.zip
4646
4747
Installing from source
4848
----------------------

Diff for: example/Last7DaysTestCases.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2011-2018 Olivier Renault, James Stock, TestLink-API-Python-client developers
4+
# Copyright 2011-2019 Olivier Renault, James Stock, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: example/TestLinkExample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2011-2018 Olivier Renault, Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2011-2019 Olivier Renault, Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: example/TestLinkExampleGenericApi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: example/TestLinkExampleGenericApi_Req.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2017-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2017-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: example/TestLinkExample_CF_KW.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: robot/TestlinkAPILibrary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2014-2018 Luiko Czub
4+
# Copyright 2014-2019 Luiko Czub
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: robot/TestlinkSeLibExtension.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2014-2018 Luiko Czub
4+
# Copyright 2014-2019 Luiko Czub
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: robot/tlapi.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2018 Luiko Czub
1+
# Copyright 2014-2019 Luiko Czub
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

Diff for: robot/tlweb.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2018 Luiko Czub
1+
# Copyright 2014-2019 Luiko Czub
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

Diff for: robot/tlweb_resource.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2018 Luiko Czub
1+
# Copyright 2014-2019 Luiko Czub
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

Diff for: setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under Apache 2.0
77
#
@@ -19,6 +19,7 @@
1919
'Operating System :: OS Independent',
2020
'Programming Language :: Python :: 2.7',
2121
'Programming Language :: Python :: 3.6',
22+
'Programming Language :: Python :: 3.7',
2223
'Topic :: Software Development :: Testing',
2324
'Topic :: Software Development :: Libraries :: Python Modules'
2425
]

Diff for: src/testlink/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2018 TestLink-API-Python-client developers
4+
# Copyright 2012-2019 TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: src/testlink/proxiedtransport.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2014-2018 Mario Benito, TestLink-API-Python-client developers
4+
# Copyright 2014-2019 Mario Benito, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: src/testlink/testgenreporter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2017-2018 Brian-Willams, TestLink-API-Python-client developers
4+
# Copyright 2017-2019 Brian-Willams, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: src/testlink/testlinkapi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2011-2018 Luiko Czub, Olivier Renault, James Stock, TestLink-API-Python-client developers
4+
# Copyright 2011-2019 Luiko Czub, Olivier Renault, James Stock, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: src/testlink/testlinkapigeneric.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: src/testlink/testlinkargs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: src/testlink/testlinkdecorators.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: src/testlink/testlinkerrors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2018 Patrick Dassier, Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2019 Patrick Dassier, Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: src/testlink/testlinkhelper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: src/testlink/testreporter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2017-2018 Brian-Willams, TestLink-API-Python-client developers
4+
# Copyright 2017-2019 Brian-Willams, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: src/testlink/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2018 TestLink-API-Python-client developers
4+
# Copyright 2013-2019 TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -17,5 +17,5 @@
1717
#
1818
# ------------------------------------------------------------------------
1919

20-
VERSION = '0.8.1-dev122'
20+
VERSION = '0.8.1'
2121
TL_RELEASE = 'DEV 1.9.20 (github a1c7aca97)'

Diff for: test/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2018-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: test/utest-offline/test_apiClients_whatArgs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2018-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: test/utest-offline/test_py3_vs_py2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2018-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: test/utest-offline/testlinkapi_offline_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: test/utest-offline/testlinkapigeneric_offline_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: test/utest-offline/testlinkargs_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: test/utest-offline/testlinkdecorators_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: test/utest-offline/testlinkhelper_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: test/utest-online/test_apiCall_differentPositionalArgs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: test/utest-online/test_apiCall_equalPositionalArgs.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2013-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2013-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

Diff for: test/utest-online/testlinkapi_callserver_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/bin/python
22
# -*- coding: UTF-8 -*-
33

4-
# Copyright 2012-2018 Luiko Czub, TestLink-API-Python-client developers
4+
# Copyright 2012-2019 Luiko Czub, TestLink-API-Python-client developers
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)