lp:~jugmac00/launchpadlib

Owned by Jürgen Gmach
Get this repository:
git clone https://git.launchpad.net/~jugmac00/launchpadlib
Only Jürgen Gmach can upload to this repository. If you are Jürgen Gmach please log in for upload directions.

Branches

Name Last Modified Last Commit
add-configuration-file-for-rtd 2023-06-29 15:15:53 UTC
Add configuration file for Read the Docs

Author: Jürgen Gmach
Author Date: 2023-06-29 14:38:41 UTC

Add configuration file for Read the Docs

We need to align the Python version to the one used in
`.launchpad.yaml`, so CI works.

remove-obsolete-test_suite 2022-11-25 14:34:28 UTC
Remove obsolete test discovery helpers

Author: Jürgen Gmach
Author Date: 2022-11-25 14:34:28 UTC

Remove obsolete test discovery helpers

prepare-release-1.10.18 2022-10-28 12:26:32 UTC
Prepare release for version 1.10.18

Author: Jürgen Gmach
Author Date: 2022-10-28 12:26:32 UTC

Prepare release for version 1.10.18

add-minimal-CI-configuration 2022-10-28 12:01:28 UTC
Add minimal CI configuration

Author: Jürgen Gmach
Author Date: 2022-10-28 10:03:51 UTC

Add minimal CI configuration

For now, we only run the linter and the tests for Python 3.8.

In order to run all tox environments, we need to discuss a proper way
how to provide different Python versions.

update-linters 2022-10-28 08:25:21 UTC
Update linters

Author: Jürgen Gmach
Author Date: 2022-10-28 08:25:21 UTC

Update linters

Please note that both black >= 22 and pyupgrade >= 3 drop support for
working with Python 2 files, so we must not update them unless we drop
support for Python 2.

declare-python311-support 2022-10-28 07:22:26 UTC
Declare support for Python 3.11

Author: Jürgen Gmach
Author Date: 2022-10-28 07:21:45 UTC

Declare support for Python 3.11

add-coverage 2022-03-19 19:41:12 UTC
Create coverage report

Author: Jürgen Gmach
Author Date: 2022-03-19 19:41:12 UTC

Create coverage report

Also, switch to the pytest test runner.

As pytest showed more warnings than the previously used test runner, one
test had to be updated to make it pass.

apply-inclusive-naming 2021-11-12 14:07:26 UTC
Apply inclusive naming via the `woke` `pre-commit` hook

Author: Jürgen Gmach
Author Date: 2021-11-12 11:38:34 UTC

Apply inclusive naming via the `woke` `pre-commit` hook

apply-black 2021-10-29 12:00:43 UTC
Ignore the "black" commit for `git blame`

Author: Jürgen Gmach
Author Date: 2021-10-29 11:59:31 UTC

Ignore the "black" commit for `git blame`

All developers need to apply the following config setting:

git config blame.ignoreRevsFile .git-blame-ignore-revs

introduce-read-the-docs 2021-10-28 07:49:31 UTC
Publish documentation on readthedocs.org

Author: Jürgen Gmach
Author Date: 2021-10-28 07:49:31 UTC

Publish documentation on readthedocs.org

flake8-code 2021-10-27 18:34:22 UTC
Use flake8 via pre-commit

Author: Jürgen Gmach
Author Date: 2021-10-27 18:34:22 UTC

Use flake8 via pre-commit

support-newer-python-versions 2021-10-27 12:24:15 UTC
Avoid warning when building docs

Author: Jürgen Gmach
Author Date: 2021-10-27 12:24:15 UTC

Avoid warning when building docs

`tox -e docs` resulted in the following warning:
"WARNING: html_static_path entry '_static' does not exist"

As `_static` is the default value for `html_static_path` there is no
need to configure it explicitly.

Also see readthedocs/readthedocs.org#1776

An alternative approach would have been to set the path to e.g.
`static`.

main 2021-10-26 16:42:36 UTC
Build a universal wheel

Author: Colin Watson
Author Date: 2021-10-26 16:42:36 UTC

Build a universal wheel

launchpadlib supports both Python 2 and 3 and has no C extensions.

113 of 13 results
This repository contains Public information 
Everyone can see this information.

Subscribers