From 82272ecdbc3d8a4c31624b0459fac0b55c0c9240 Mon Sep 17 00:00:00 2001 From: Lari Liuhamo Date: Wed, 25 Aug 2021 22:33:14 +0300 Subject: [PATCH] [0.2.2] Dependency changes and Makefile --- CHANGELOG.md | 10 +++------- Makefile | 2 ++ README.md | 8 ++------ pyproject.toml | 3 +-- 4 files changed, 8 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f3b1e8..688f2fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,9 +49,9 @@ Lorem Ipsum dolor sit amet. _______________________________________________________________________________ -## [0.2.2] - yyyy-mm-dd +## [0.2.2] - 2021-08-25 -A message that notes the main changes in the update. +Small changes, such as the new `Makefile`. ### Added @@ -63,13 +63,9 @@ A message that notes the main changes in the update. - Changed the `README.md` badge chain to a table with the badges split into categories - Updated localisation files -### Deprecated - -### Fixed - ### Removed -### Security +- Removed `pytest-runner` as a development dependency, as it's useless with Poetry _______________________________________________________________________________ diff --git a/Makefile b/Makefile index f632005..27e91d3 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +# Inspired by: https://blog.mathieu-leplatre.info/tips-for-your-makefile-with-python.html + PYMODULE := iplib3 TESTS := tests INSTALL_STAMP := .install.stamp diff --git a/README.md b/README.md index 1b30265..1306652 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,13 @@ A `pathlib.Path`-equivalent for IP addresses. - - - - | | | |--------------|---| -| PyPI | [![Version](https://img.shields.io/pypi/v/iplib3)](https://pypi.org/project/iplib3/) ![Python versions](https://img.shields.io/pypi/pyversions/iplib3?logo=python) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/iplib3) ![Wheel](https://img.shields.io/pypi/wheel/iplib3?logo=pypi) ![Downloads](https://img.shields.io/pypi/dm/iplib3?logo=pypi) | +| PyPI | ![Python versions](https://img.shields.io/pypi/pyversions/iplib3?logo=python) ![PyPI - Implementation](https://img.shields.io/pypi/implementation/iplib3) ![Wheel](https://img.shields.io/pypi/wheel/iplib3?logo=pypi) ![Downloads](https://img.shields.io/pypi/dm/iplib3?logo=pypi) [![Version](https://img.shields.io/pypi/v/iplib3)](https://pypi.org/project/iplib3/) | | Tests (main) | [![codecov](https://codecov.io/gh/Diapolo10/iplib3/branch/main/graph/badge.svg?token=JUWGSVLIF3)](https://codecov.io/gh/Diapolo10/iplib3) ![Unit tests](https://github.com/diapolo10/iplib3/workflows/Unit%20tests/badge.svg) ![Pylint](https://github.com/diapolo10/iplib3/workflows/Pylint/badge.svg) ![Flake8](https://github.com/diapolo10/iplib3/workflows/Flake8/badge.svg) ![Deploy to PyPI](https://github.com/diapolo10/iplib3/workflows/Deploy%20to%20PyPI/badge.svg) | | Tests (nightly) | [![codecov](https://codecov.io/gh/Diapolo10/iplib3/branch/nightly/graph/badge.svg?token=JUWGSVLIF3)](https://codecov.io/gh/Diapolo10/iplib3/branch/nightly) ![Unit tests](https://github.com/diapolo10/iplib3/workflows/Unit%20tests/badge.svg?branch=nightly) ![Pylint](https://github.com/diapolo10/iplib3/workflows/Pylint/badge.svg?branch=nightly) ![Flake8](https://github.com/diapolo10/iplib3/workflows/Flake8/badge.svg?branch=nightly) ![Deploy to PyPI](https://github.com/diapolo10/iplib3/workflows/Deploy%20to%20PyPI/badge.svg?branch=nightly) | | Docs | [![Documentation Status](https://readthedocs.org/projects/iplib3/badge/?version=latest)](https://iplib3.readthedocs.io/en/latest/?badge=latest) | -| Activity | ![Last commit](https://img.shields.io/github/last-commit/diapolo10/iplib3?logo=github) ![GitHub contributors](https://img.shields.io/github/contributors/diapolo10/iplib3) ![GitHub all releases](https://img.shields.io/github/downloads/diapolo10/iplib3/total?logo=github) ![GitHub issues](https://img.shields.io/github/issues/diapolo10/iplib3) ![GitHub closed issues](https://img.shields.io/github/issues-closed/diapolo10/iplib3) ![GitHub pull requests](https://img.shields.io/github/issues-pr/diapolo10/iplib3) ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/diapolo10/iplib3) | +| Activity | ![GitHub contributors](https://img.shields.io/github/contributors/diapolo10/iplib3) ![Last commit](https://img.shields.io/github/last-commit/diapolo10/iplib3?logo=github) ![GitHub all releases](https://img.shields.io/github/downloads/diapolo10/iplib3/total?logo=github) ![GitHub issues](https://img.shields.io/github/issues/diapolo10/iplib3) ![GitHub closed issues](https://img.shields.io/github/issues-closed/diapolo10/iplib3) ![GitHub pull requests](https://img.shields.io/github/issues-pr/diapolo10/iplib3) ![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/diapolo10/iplib3) | | QA | [![CodeFactor](https://www.codefactor.io/repository/github/diapolo10/iplib3/badge?logo=codefactor)](https://www.codefactor.io/repository/github/diapolo10/iplib3) [![Rating](https://img.shields.io/librariesio/sourcerank/pypi/iplib3)](https://libraries.io/github/Diapolo10/iplib3/sourcerank) | | Other | [![License](https://img.shields.io/github/license/diapolo10/iplib3)](https://opensource.org/licenses/MIT) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDiapolo10%2Fiplib3.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FDiapolo10%2Fiplib3?ref=badge_shield) [![Requirements Status](https://requires.io/github/Diapolo10/iplib3/requirements.svg?branch=nightly)](https://requires.io/github/Diapolo10/iplib3/requirements/?branch=nightly) ![Repository size](https://img.shields.io/github/repo-size/diapolo10/iplib3?logo=github) ![Code size](https://img.shields.io/github/languages/code-size/diapolo10/iplib3?logo=github) ![Lines of code](https://img.shields.io/tokei/lines/github/diapolo10/iplib3?logo=github) | diff --git a/pyproject.toml b/pyproject.toml index 3d205bf..0604462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ __init__.py:F401,F403,F405\ [tool.poetry] name = 'iplib3' -version = '0.2.1' +version = '0.2.2' description = "A modern, object-oriented approach to IP addresses." authors = ["Lari Liuhamo ",] @@ -79,7 +79,6 @@ pylint = "*" pyproject-flake8 = "*" # Wrapper to use pyproject.toml as config file pytest = "*" pytest-cov = "*" -pytest-runner = "*" tox = "*" tox-gh-actions = "*" wheel = "*"