~jugmac00/turnip:replace-deprecated-method

Last commit made on 2022-01-14
Get this branch:
git clone -b replace-deprecated-method https://git.launchpad.net/~jugmac00/turnip
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
replace-deprecated-method
Repository:
lp:~jugmac00/turnip

Recent commits

a7e390d... by Jürgen Gmach

replace deprecated base64.decodestring by base64.decodebytes

The method had been deprecated since Python 3.1 and was removed in
Python 3.9.

base64.decodebytes has been introduced with Python 3.1.

dfa5ea3... by Jürgen Gmach

Refactor commit retrieving and formatting

Merged from https://code.launchpad.net/~jugmac00/turnip/+git/turnip/+merge/414151

49b7b26... by Jürgen Gmach

Refactor commit retrieving and formatting

- `get_commit` now returns only git commit objects, rather than a commit
representation in dict format

- the formatting now happens no longer in the low level `get_commit`
function, but at a higher level

This separates responsibilities and makes it easier to return different
formatted data.

8f20b25... by Jürgen Gmach

Add makefile target for pytest

Merged from https://code.launchpad.net/~jugmac00/turnip/+git/turnip/+merge/414109

6dea73e... by Jürgen Gmach

Add makefile target for pytest

As of Python 3.5, the currently used test runner does not offer an easy
way to select/filter tests.

This commit adds a temporary pytest makefile target.

Usage:
make runpytest ARGS="-k filtered_by_blob_paths"

The test setup will be redone in https://warthogs.atlassian.net/browse/LP-598

e323a0f... by Jürgen Gmach

Fix typo

Merged from https://code.launchpad.net/~jugmac00/turnip/+git/turnip/+merge/414042

204e4e0... by Jürgen Gmach

Fix typo

c70aec1... by Jürgen Gmach

fix typo

Merged from https://code.launchpad.net/~jugmac00/turnip/+git/turnip/+merge/413897

32e1800... by Jürgen Gmach

fix typo

20af50d... by Jürgen Gmach

run `pre-commit autoupdate && pre-commit run --all-files`

Merged from https://code.launchpad.net/~jugmac00/turnip/+git/turnip/+merge/413864