From df076b3c8898b92629c9e5b2bbda26e3b5405eab Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Tue, 15 Sep 2020 17:06:10 -0300 Subject: [PATCH 01/21] config: Make CI 'dist' job depend on 'test' jobs CI workflows will finish faster if we do not attempt to build distributable artifacts when tests fail. --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fcf3ad71..55df43b4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -151,7 +151,9 @@ workflows: - "3.7.2" - "3.7.6" - "3.8.3" - - dist + - dist: + requires: + - test - deploy: requires: - dist From 6949b48e3f58da74af6dcacd281a28c129dd6bc7 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Tue, 15 Sep 2020 17:25:20 -0300 Subject: [PATCH 02/21] config: Update Python version used in CI jobs to 3.8.5 --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 55df43b4..d3fee652 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,7 +34,7 @@ jobs: type: string docker: - - image: python:<< parameters.python_version >> + - image: docker.io/library/python:<< parameters.python_version >> working_directory: ~/repo @@ -79,7 +79,7 @@ jobs: dist: docker: - - image: python:3.7.2 + - image: docker.io/library/python:3.8.5 working_directory: ~/repo @@ -119,7 +119,7 @@ jobs: deploy: docker: - - image: python:3.7.2 + - image: docker.io/library/python:3.8.5 environment: <<: *x-deploy-environment @@ -150,7 +150,7 @@ workflows: python_version: - "3.7.2" - "3.7.6" - - "3.8.3" + - "3.8.5" - dist: requires: - test From 1ff12c38ed2ae4c262c08aa543fe051d31870aec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2020 20:33:33 +0000 Subject: [PATCH 03/21] build(deps): bump keyring from 21.2.0 to 21.4.0 Bumps [keyring](https://github.com/jaraco/keyring) from 21.2.0 to 21.4.0. - [Release notes](https://github.com/jaraco/keyring/releases) - [Changelog](https://github.com/jaraco/keyring/blob/master/CHANGES.rst) - [Commits](https://github.com/jaraco/keyring/compare/v21.2.0...v21.4.0) Signed-off-by: dependabot[bot] --- requirements/release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/release.txt b/requirements/release.txt index 84a17473..ca7d7b8e 100644 --- a/requirements/release.txt +++ b/requirements/release.txt @@ -42,7 +42,7 @@ wheel==0.34.2 # idna importlib-metadata==1.6.0 # jeepney -keyring==21.2.0 +keyring==21.4.0 pkginfo==1.5.0.1 # Pygments readme-renderer==25.0 From effadc4db811ffe1ff0c8624df13f0da181fe886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2020 11:01:13 +0000 Subject: [PATCH 04/21] build(deps): bump mypy from 0.770 to 0.782 Bumps [mypy](https://github.com/python/mypy) from 0.770 to 0.782. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.770...v0.782) Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index f438c60c..4a9fcb1c 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -6,7 +6,7 @@ codecov==2.1.9 coverage==4.5.3 flake8==3.7.9 -mypy==0.770 +mypy==0.782 tox==3.16.1 # Packages dependencies: From 7f671d919ef1e31886e1435898be020ce274d7b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 11:01:47 +0000 Subject: [PATCH 05/21] build(deps): bump setuptools from 46.1.3 to 50.3.0 Bumps [setuptools](https://github.com/pypa/setuptools) from 46.1.3 to 50.3.0. - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/master/CHANGES.rst) - [Commits](https://github.com/pypa/setuptools/compare/v46.1.3...v50.3.0) Signed-off-by: dependabot[bot] --- requirements/release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/release.txt b/requirements/release.txt index ca7d7b8e..bcec40ed 100644 --- a/requirements/release.txt +++ b/requirements/release.txt @@ -4,7 +4,7 @@ # Required packages: bumpversion==0.5.3 -setuptools==46.1.3 +setuptools==50.3.0 twine==3.1.1 wheel==0.34.2 From 7e1c8e62d3a208ac75106e3baf1fb1b584001d59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 11:01:49 +0000 Subject: [PATCH 06/21] build(deps): bump wheel from 0.34.2 to 0.35.1 Bumps [wheel](https://github.com/pypa/wheel) from 0.34.2 to 0.35.1. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/master/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.34.2...0.35.1) Signed-off-by: dependabot[bot] --- requirements/release.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/release.txt b/requirements/release.txt index bcec40ed..a9f00094 100644 --- a/requirements/release.txt +++ b/requirements/release.txt @@ -6,7 +6,7 @@ bumpversion==0.5.3 setuptools==50.3.0 twine==3.1.1 -wheel==0.34.2 +wheel==0.35.1 # Packages dependencies: # - twine: From 0ea3862ccedea8920de683bc33d530f75fa2a78d Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Wed, 23 Sep 2020 22:21:06 -0300 Subject: [PATCH 07/21] requirements: update 'eight' (dependency of 'signxml') (plus its dependency `future`) Changelog: - 1.0.0 (2019-12-01) https://github.com/kislyuk/eight/blob/v1.0.0/Changes.rst#changes-for-v100-2019-12-01 Code diff: https://github.com/kislyuk/eight/compare/v0.4.2...v1.0.0 --- requirements/base.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index b26ffd96..963df261 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -34,8 +34,8 @@ signxml==2.8.0 attrs==19.3.0 certifi==2020.4.5.1 cffi==1.14.0 -eight==0.4.2 -future==0.16.0 +eight==1.0.0 +future==0.18.2 importlib-metadata==1.6.0; python_version<'3.8' pycparser==2.20 pyrsistent==0.16.0 From d6d99abdcd463342c7d69518a95a6fc06426052a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2020 11:02:58 +0000 Subject: [PATCH 08/21] build(deps): bump packaging from 20.3 to 20.4 Bumps [packaging](https://github.com/pypa/packaging) from 20.3 to 20.4. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pypa/packaging/compare/20.3...20.4) Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 4a9fcb1c..72c0c161 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -52,7 +52,7 @@ filelock==3.0.12 importlib-metadata==1.6.0 mccabe==0.6.1 mypy-extensions==0.4.3 -packaging==20.3 +packaging==20.4 pluggy==0.13.1 py==1.8.1 pycodestyle==2.5.0 From 018de804d2452a5ef565b4caa496457cb142ae99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 11:09:12 +0000 Subject: [PATCH 09/21] build(deps): bump virtualenv from 20.0.26 to 20.0.31 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.0.26 to 20.0.31. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/master/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.0.26...20.0.31) Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 72c0c161..9136c263 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -64,5 +64,5 @@ toml==0.10.1 typed-ast==1.4.1 typing-extensions==3.7.4.2 # urllib3 -virtualenv==20.0.26 +virtualenv==20.0.31 # zipp From 1d8c5495d368590e9abe0fc86c02263a0a46e8f0 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Thu, 12 Nov 2020 12:29:31 -0300 Subject: [PATCH 10/21] requirements: Update 'flake8' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (plus some dependencies) Changelog: - 3.8.4 (2020-10-02) https://gitlab.com/pycqa/flake8/blob/3.8.4/docs/source/release-notes/3.8.4.rst - … - 3.8.0 (2020-05-11) https://gitlab.com/pycqa/flake8/blob/3.8.4/docs/source/release-notes/3.8.0.rst Code diff: https://gitlab.com/pycqa/flake8/compare/3.7.9...3.8.4 --- requirements/test.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/test.txt b/requirements/test.txt index 9136c263..9273853b 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -5,7 +5,7 @@ # Required packages: codecov==2.1.9 coverage==4.5.3 -flake8==3.7.9 +flake8==3.8.4 mypy==0.782 tox==3.16.1 @@ -55,8 +55,8 @@ mypy-extensions==0.4.3 packaging==20.4 pluggy==0.13.1 py==1.8.1 -pycodestyle==2.5.0 -pyflakes==2.1.1 +pycodestyle==2.6.0 +pyflakes==2.2.0 # pyparsing # requests # six From d6415589869eb9cf1ccc5196c75f927d9cd861c0 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Thu, 12 Nov 2020 13:10:16 -0300 Subject: [PATCH 11/21] scripts: Fix linter errors Fix Flake8 error F541 (f-string is missing placeholders). --- scripts/clean_dte_xml_file.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/clean_dte_xml_file.py b/scripts/clean_dte_xml_file.py index 08488d2f..e790a714 100755 --- a/scripts/clean_dte_xml_file.py +++ b/scripts/clean_dte_xml_file.py @@ -91,12 +91,12 @@ def main_dir_files(input_files_dir_path: str) -> None: input_file_path=input_file_path, output_file_path=output_file_path) - print(f"Difference between input and output files:") + print("Difference between input and output files:") diff_line = None for diff_line in file_bytes_diff_gen: print(diff_line) if diff_line is None: - print(f"No difference.") + print("No difference.") if __name__ == '__main__': From 676ed6bcfc8b2b93beaec658f932b972f5bfba71 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Thu, 12 Nov 2020 13:24:46 -0300 Subject: [PATCH 12/21] requirements: Update 'signxml' Changelog: - 2.8.1 (2020-10-29): https://github.com/XML-Security/signxml/blob/v2.8.1/Changes.rst#changes-for-v281-2020-10-29 Code diff: https://github.com/XML-Security/signxml/compare/v2.8.0...v2.8.1 --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 963df261..510f54c5 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -9,7 +9,7 @@ lxml==4.5.0 marshmallow==2.19.5 pyOpenSSL==18.0.0 pytz==2019.3 -signxml==2.8.0 +signxml==2.8.1 # Packages dependencies: # - cryptography: From 59d970e60982af73a94739126cde38d83e980e66 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Tue, 15 Dec 2020 15:47:00 -0300 Subject: [PATCH 13/21] Add support for Python 3.9 - Add Python 3.9 to Setuptools script. - Add Tox environment for Python 3.9. - Add Python 3.9 to CircleCI configuration. More information: https://docs.python.org/3.9/whatsnew/3.9.html --- .circleci/config.yml | 1 + README.rst | 4 ++-- setup.py | 3 ++- tox.ini | 2 ++ 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d3fee652..d77fa146 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -151,6 +151,7 @@ workflows: - "3.7.2" - "3.7.6" - "3.8.5" + - "3.9.1" - dist: requires: - test diff --git a/README.rst b/README.rst index 73f69745..7385252d 100644 --- a/README.rst +++ b/README.rst @@ -43,8 +43,8 @@ Status Supported Python versions ------------------------- -Only Python 3.7 and 3.8. Python 3.6 and below will not work because we use some features introduced -in Python 3.7. +Only Python 3.7, 3.8 and 3.9. Python 3.6 and below will not work because we use some features +introduced in Python 3.7. Quickstart ---------- diff --git a/setup.py b/setup.py index 36f65e71..17f623e6 100755 --- a/setup.py +++ b/setup.py @@ -76,6 +76,7 @@ def get_version(*file_paths: Sequence[str]) -> str: 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8', + 'Programming Language :: Python :: 3.9', ], description="""Python library for Servicio de Impuestos Internos (SII) of Chile.""", extras_require=extras_requirements, @@ -87,7 +88,7 @@ def get_version(*file_paths: Sequence[str]) -> str: name='cl-sii', package_data=_package_data, packages=find_packages(exclude=['docs', 'tests*']), - python_requires='>=3.7, <3.9', + python_requires='>=3.7, <3.10', setup_requires=setup_requirements, test_suite='tests', tests_require=test_requirements, diff --git a/tox.ini b/tox.ini index 27abbb3a..445944fe 100644 --- a/tox.ini +++ b/tox.ini @@ -2,6 +2,7 @@ envlist = py37, py38, + py39, [testenv] setenv = @@ -12,3 +13,4 @@ deps = basepython = py37: python3.7 py38: python3.8 + py39: python3.9 From 493285a146a0e925a73996b8a493a2e15eee8551 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 19:06:42 +0000 Subject: [PATCH 14/21] build(deps): bump cryptography from 2.9 to 3.3.1 Bumps [cryptography](https://github.com/pyca/cryptography) from 2.9 to 3.3.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/2.9...3.3.1) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup.py diff --git a/requirements/base.txt b/requirements/base.txt index 510f54c5..8281a181 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,7 @@ # note: it is mandatory to register all dependencies of the required packages. # Required packages: -cryptography==2.9 +cryptography==3.2 defusedxml==0.6.0 jsonschema==3.2.0 lxml==4.5.0 diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 17f623e6..f71cfb56 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def get_version(*file_paths: Sequence[str]) -> str: history = open('HISTORY.rst').read().replace('.. :changelog:', '') requirements = [ - 'cryptography>=2.8,<3', + 'cryptography>=2.8,<4', 'defusedxml>=0.6.0,<1', 'jsonschema>=3.1.1', 'lxml>=4.5.0,<5', From 0e26c9a4e85bbbf9c9d1571a5a30ef3acd3e4e42 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Tue, 15 Dec 2020 16:26:07 -0300 Subject: [PATCH 15/21] config: Update Python 3.7 version to 3.7.9 Replace testing of versions 3.7.2 and 3.7.6 with 3.7.9. --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d77fa146..826646d8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -148,8 +148,7 @@ workflows: matrix: parameters: python_version: - - "3.7.2" - - "3.7.6" + - "3.7.9" - "3.8.5" - "3.9.1" - dist: From 592d1c568580222c2ae3b355fe38c2d247b120ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Dec 2020 19:33:27 +0000 Subject: [PATCH 16/21] build(deps): bump attrs from 19.3.0 to 20.3.0 Bumps [attrs](https://github.com/python-attrs/attrs) from 19.3.0 to 20.3.0. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-attrs/attrs/compare/19.3.0...20.3.0) Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 8281a181..27baa355 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -31,7 +31,7 @@ signxml==2.8.1 # - lxml # - pyOpenSSL # - six -attrs==19.3.0 +attrs==20.3.0 certifi==2020.4.5.1 cffi==1.14.0 eight==1.0.0 From 2776c08892b25be0f4818cf4d81a569d17301084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Sep 2020 11:01:54 +0000 Subject: [PATCH 17/21] build(deps): update djangorestframework requirement Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.10.3...3.12.0) Signed-off-by: dependabot[bot] --- requirements/extras.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/extras.txt b/requirements/extras.txt index 2bed291f..dd5d96e8 100644 --- a/requirements/extras.txt +++ b/requirements/extras.txt @@ -2,7 +2,7 @@ # Required packages: Django>=2.2.10,<3 -djangorestframework>=3.10.3,<3.11 +djangorestframework>=3.10.3,<3.13 # Packages dependencies: # - Django: diff --git a/setup.py b/setup.py index f71cfb56..f406d9a0 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def get_version(*file_paths: Sequence[str]) -> str: extras_requirements = { 'django': ['Django>=2.2.10,<3'], - 'djangorestframework': ['djangorestframework>=3.10.3,<3.11'], + 'djangorestframework': ['djangorestframework>=3.10.3,<3.13'], } setup_requirements = [ From 00c5db5affe74a017998094f54265eff448adcd6 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Tue, 15 Dec 2020 21:29:54 -0300 Subject: [PATCH 18/21] requirements: update 'mypy' (test) (plus some dependencies) Changelog: - 0.790 (2020-10-09): http://mypy-lang.blogspot.com/2020/10/mypy-0790-released.html Code diff: https://github.com/python/mypy/compare/v0.782...v0.790 --- requirements/test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/test.txt b/requirements/test.txt index 9273853b..2ae78335 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -6,7 +6,7 @@ codecov==2.1.9 coverage==4.5.3 flake8==3.8.4 -mypy==0.782 +mypy==0.790 tox==3.16.1 # Packages dependencies: @@ -62,7 +62,7 @@ pyflakes==2.2.0 # six toml==0.10.1 typed-ast==1.4.1 -typing-extensions==3.7.4.2 +typing-extensions==3.7.4.3 # urllib3 virtualenv==20.0.31 # zipp From 3dd29c90291821cb7cb870546abb6bd29fa9f7d8 Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Tue, 15 Dec 2020 21:40:24 -0300 Subject: [PATCH 19/21] requirements: update 'tox' (test) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changelog: - 3.20.1 (2020-10-09): https://github.com/tox-dev/tox/blob/3.20.1/docs/changelog.rst#v3201-2020-10-09 - … - 3.17.0 (2020-07-14): https://github.com/tox-dev/tox/blob/3.20.1/docs/changelog.rst#v3170-2020-07-14 Code diff: https://github.com/tox-dev/tox/compare/3.16.1...3.20.1 --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 2ae78335..4967c1e7 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -7,7 +7,7 @@ codecov==2.1.9 coverage==4.5.3 flake8==3.8.4 mypy==0.790 -tox==3.16.1 +tox==3.20.1 # Packages dependencies: # - codecov: From 45610e064639f15f105ee9e9afdd694bf78a9cda Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Tue, 15 Dec 2020 21:59:35 -0300 Subject: [PATCH 20/21] HISTORY: update for new version --- HISTORY.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index cd246526..6f1faf38 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,29 @@ History ------- +0.11.1 (2020-12-15) ++++++++++++++++++++++++ + +* (PR #140, 2020-09-15) config: Make CI 'dist' job depend on 'test' jobs +* (PR #141, 2020-09-15) config: Update Python version used in CI jobs to 3.8.5 +* (PR #137, 2020-09-15) build(deps): bump keyring from 21.2.0 to 21.4.0 +* (PR #142, 2020-09-16) build(deps): bump mypy from 0.770 to 0.782 +* (PR #145, 2020-09-21) build(deps): bump setuptools from 46.1.3 to 50.3.0 +* (PR #146, 2020-09-23) build(deps): bump wheel from 0.34.2 to 0.35.1 +* (PR #147, 2020-09-23) requirements: update 'eight' (dependency of 'signxml') +* (PR #149, 2020-09-24) build(deps): bump packaging from 20.3 to 20.4 +* (PR #150, 2020-09-28) build(deps): bump virtualenv from 20.0.26 to 20.0.31 +* (PR #157, 2020-11-12) requirements: Update 'flake8' +* (PR #158, 2020-11-12) requirements: Update 'signxml' +* (PR #161, 2020-12-15) Add support for Python 3.9 +* (PR #160, 2020-12-15) build(deps): bump cryptography from 2.9 to 3.3.1 +* (PR #162, 2020-12-15) config: Update Python 3.7 version to 3.7.9 +* (PR #156, 2020-12-15) build(deps): bump attrs from 19.3.0 to 20.3.0 +* (PR #151, 2020-12-15) build(deps): update djangorestframework requirement + from <3.11,>=3.10.3 to >=3.10.3,<3.13 +* (PR #163, 2020-12-15) requirements: update 'mypy' (test) +* (PR #164, 2020-12-15) requirements: update 'tox' (test) + 0.11.0 (2020-09-15) +++++++++++++++++++++++ From ffa260fd1b88a5c75ed483998763e2f16461259a Mon Sep 17 00:00:00 2001 From: Jose Tomas Robles Hahn Date: Tue, 15 Dec 2020 22:00:45 -0300 Subject: [PATCH 21/21] =?UTF-8?q?Bump=20version:=200.11.0=20=E2=86=92=200.?= =?UTF-8?q?11.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- cl_sii/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a44f18fa..63ada29b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.11.0 +current_version = 0.11.1 commit = True tag = True diff --git a/cl_sii/__init__.py b/cl_sii/__init__.py index 6d1de686..4fb02dbc 100644 --- a/cl_sii/__init__.py +++ b/cl_sii/__init__.py @@ -5,4 +5,4 @@ """ -__version__ = '0.11.0' +__version__ = '0.11.1'