From f4da0157589518b22507bc28d8c2af6ae050218a Mon Sep 17 00:00:00 2001 From: matheuscas Date: Tue, 16 Jan 2024 21:02:31 -0300 Subject: [PATCH] chore: dropped travis and python versions under 3.8 --- .travis.yml | 10 ---------- README.md | 13 ++++++++++--- pyproject.toml | 2 +- test_requirements.txt | 21 --------------------- 4 files changed, 11 insertions(+), 35 deletions(-) delete mode 100644 .travis.yml delete mode 100644 test_requirements.txt diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 035b65d..0000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: python -python: - - "3.6" - - "3.7" - - "3.8" -install: - - "pip install -r test_requirements.txt" -script: py.test --cov=pycpfcnpj tests/*.py -after_success: - - codecov diff --git a/README.md b/README.md index 64b3359..0d56def 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,7 @@ Description ----------- Python module for brazilian register numbers for persons (CPF) and companies (CNPJ). If want this validation in your web application, please check [my tiny web component](https://github.com/matheuscas/wc-input-cpf-cnpj) that does exactly that. ;) -**Python 3 ready!** - -[![Build Status](https://travis-ci.org/matheuscas/pycpfcnpj.png?branch=master)](https://travis-ci.org/matheuscas/pycpfcnpj) +![Testing](https://github.com/matheuscas/pycpfcnpj/actions/workflows/testing.yaml/badge.svg) [![codecov](https://codecov.io/gh/matheuscas/pycpfcnpj/branch/master/graph/badge.svg)](https://codecov.io/gh/matheuscas/pycpfcnpj) [![PyPI version](https://badge.fury.io/py/pycpfcnpj.svg)](https://badge.fury.io/py/pycpfcnpj) ![Python versions](https://img.shields.io/pypi/pyversions/pycpfcnpj) @@ -147,6 +145,9 @@ Divirta-se! Changelog ----------- +1.8 +- Dropped travis and python versions under 3.8 + 1.7.2 - Use poetry to handle dev/test dependencies, building and publishing @@ -181,6 +182,12 @@ Changelog Log de mudanças ----------- +1,8 +- Travis fora e versões do Python abaixo de 3.8 não são mais suportadas + +1.7.2 +- Use Poetry para lidar com dependências de desenvolvimento/teste, construção e publicação + 1.7.1 - Correção para cpf/cnpjs que contém caracteres especials. diff --git a/pyproject.toml b/pyproject.toml index fba8a3e..01353f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycpfcnpj" -version = "1.7.2" +version = "1.8" description = "Python module for brazilian register numbers for persons (CPF) and companies (CNPJ)." authors = ["Matheus CAS "] license = "MIT" diff --git a/test_requirements.txt b/test_requirements.txt deleted file mode 100644 index 289b50c..0000000 --- a/test_requirements.txt +++ /dev/null @@ -1,21 +0,0 @@ -apipkg==1.4 -certifi==2017.4.17 -chardet==3.0.4 -codecov==2.0.9 -coverage==4.0.3 -execnet==1.4.1 -httpretty==0.8.14 -idna==2.5 -pep8==1.7.0 -pluggy==0.4.0 -py==1.10.0 -pytest==3.1.3 -pytest-cache==1.0 -pytest-cov==2.5.1 -pytest-pep8==1.0.6 -python-coveralls==2.9.1 -pyyaml>=4.2b1 -requests>=2.20.0 -tox==2.7.0 -urllib3>=1.23 -virtualenv==15.1.0