- Mar 14, 2024
-
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
- Mar 09, 2024
-
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Update to upstream version '6.1.9' with Debian dir ce968d2df53c5bdba8418f0989e7bacdbacd902a
-
Mattia Rizzolo authored
-
- Jul 23, 2019
-
-
Benjamin Drung authored
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
-
Benjamin Drung authored
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
-
Benjamin Drung authored
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
-
Benjamin Drung authored
Python 2 will retire at the end of this year. There are no reverse dependencies for python-profitbricks. Therefore drop python-profitbricks now. Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
-
- Nov 20, 2018
-
-
Benjamin Drung authored
-
Benjamin Drung authored
-
Benjamin Drung authored
Closes: #911696
-
Benjamin Drung authored
-
Benjamin Drung authored
ProfitBricks GmbH was renamed to 1&1 IONOS Cloud GmbH.
-
- Oct 01, 2018
-
-
Ondřej Nový authored
-
- Apr 30, 2018
-
-
Benjamin Drung authored
-
Benjamin Drung authored
-
Benjamin Drung authored
-
Benjamin Drung authored
``` $ python3 -m flake8 --max-line-length=99 examples profitbricks tests setup.py profitbricks/client.py:170:100: E501 line too long (106 > 99 characters) tests/test_user_management.py:233:1: W293 blank line contains whitespace tests/test_user_management.py:234:5: E303 too many blank lines (2) tests/test_user_management.py:274:37: E128 continuation line under-indented for visual indent tests/test_user_management.py:275:37: E128 continuation line under-indented for visual indent tests/test_user_management.py:280:1: W293 blank line contains whitespace ``` Forwarded: https://github.com/profitbricks/profitbricks-sdk-python/pull/75
-
Benjamin Drung authored
-
Benjamin Drung authored
Update to upstream version '4.1.3' with Debian dir 09dbc8af2551663c1f86b8742f0f9e20c7f2c81a
-
Benjamin Drung authored
-
- Nov 07, 2017
-
-
Benjamin Drung authored
-
Benjamin Drung authored
-
Benjamin Drung authored
-
Benjamin Drung authored
-
Benjamin Drung authored
with Debian dir 0fd759bf780170a1d0ab917fd5fb98d6bfe90e62
-
Benjamin Drung authored
-
- Aug 22, 2017
-
-
Benjamin Drung authored
-
Benjamin Drung authored
-
Benjamin Drung authored
README.md uses UTF-8 characters and Python will fail to open the file when using LC_ALL=posix: I: pybuild base:184: python3.6 setup.py clean Traceback (most recent call last): File "setup.py", line 48, in <module> long_desc = read('README.md') File "setup.py", line 35, in read return codecs.open(os.path.join(here, *parts), 'r').read() File "/usr/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 11333: ordinal not in range(128) Therefore enforce opening README.md always with UTF-8 encoding. Bug-Debian: https://bugs.debian.org/872506
-
- Jul 25, 2017
-
-
Benjamin Drung authored
-
Benjamin Drung authored
-
Benjamin Drung authored
-
Benjamin Drung authored
-