Skip to content

Commit

Permalink
[0.2.2] Dependency changes and Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 committed Aug 25, 2021
1 parent 4082f11 commit 82272ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 15 deletions.
10 changes: 3 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

_______________________________________________________________________________

Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@

A `pathlib.Path`-equivalent for IP addresses.

<!-- Broken/unused badges -->
<!-- [![Coverage Status](https://coveralls.io/repos/github/Diapolo10/iplib3/badge.svg?branch=main?logo=coveralls)](https://coveralls.io/github/Diapolo10/iplib3?branch=main) -->
<!-- ![File count](https://img.shields.io/github/directory-file-count/diapolo10/iplib3?logo=github) -->

| | |
|--------------|---|
| 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) |

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>",]
Expand Down Expand Up @@ -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 = "*"
Expand Down

0 comments on commit 82272ec

Please sign in to comment.