From 04a63c1890d601dc0c549c9e4d966a733b7f1772 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 8 Jan 2020 15:35:00 +0100 Subject: [PATCH 01/16] [skip ci] Bump version 1.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 214e271f..fb38dcdb 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "1.6" +VERSION = "1.7" setup( name="builder", From 8275ecf7595c44df64ddfc017483be8c17c10b0a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 8 Jan 2020 15:40:56 +0100 Subject: [PATCH 02/16] [skip ci] Remove Alpine 3.9 --- azure-pipelines-release.yml | 6 ------ azure-pipelines-wheel.yml | 20 -------------------- 2 files changed, 26 deletions(-) diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index 51b3e257..ffbff4e3 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -33,18 +33,12 @@ stages: vmImage: "ubuntu-latest" strategy: matrix: - 37-Alpine39: - buildPython: "3.7-alpine3.9" - buildArgs: "" 37-Alpine310: buildPython: "3.7-alpine3.10" buildArgs: "" 37-Alpine311: buildPython: "3.7-alpine3.11" buildArgs: "" - 38-Alpine39: - buildPython: "3.8-alpine3.9" - buildArgs: "" 38-Alpine310: buildPython: "3.8-alpine3.10" buildArgs: "" diff --git a/azure-pipelines-wheel.yml b/azure-pipelines-wheel.yml index 6ebb5385..086881cb 100644 --- a/azure-pipelines-wheel.yml +++ b/azure-pipelines-wheel.yml @@ -19,16 +19,6 @@ resources: stages: - stage: "Wheels" jobs: - - template: templates/azp-job-wheels.yaml@azure - parameters: - jobName: "Wheels_37_Alpine39" - builderVersion: "dev-3.7-alpine3.9" - builderApk: "build-base;libffi-dev;openssl-dev" - wheelsRequirement: "requirements_all.txt" - preBuild: - - script: | - cat requirements.txt requirements_build.txt > requirements_all.txt - displayName: "Prepare requirements" - template: templates/azp-job-wheels.yaml@azure parameters: jobName: "Wheels_37_Alpine310" @@ -49,16 +39,6 @@ stages: - script: | cat requirements.txt requirements_build.txt > requirements_all.txt displayName: "Prepare requirements" - - template: templates/azp-job-wheels.yaml@azure - parameters: - jobName: "Wheels_38_Alpine39" - builderVersion: "dev-3.8-alpine3.9" - builderApk: "build-base;libffi-dev;openssl-dev" - wheelsRequirement: "requirements_all.txt" - preBuild: - - script: | - cat requirements.txt requirements_build.txt > requirements_all.txt - displayName: "Prepare requirements" - template: templates/azp-job-wheels.yaml@azure parameters: jobName: "Wheels_38_Alpine310" From ba3052a55d2fcaee614dd4ed8bb8796124ee9116 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 16:55:19 +0100 Subject: [PATCH 03/16] Bump setuptools from 44.0.0 to 45.0.0 (#59) Bumps [setuptools](https://github.com/pypa/setuptools) from 44.0.0 to 45.0.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/v44.0.0...v45.0.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 155edb6d..6f161526 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ click==7.0 click-pathlib==2019.12.28.7 requests==2.22.0 wheel==0.33.6 -setuptools==44.0.0 +setuptools==45.0.0 From 1ba7ac7447b9095c51c38c0961964ab6ebe6afe1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 22:14:37 +0100 Subject: [PATCH 04/16] Bump setuptools from 45.0.0 to 45.1.0 (#60) Bumps [setuptools](https://github.com/pypa/setuptools) from 45.0.0 to 45.1.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/v45.0.0...v45.1.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6f161526..061b5f06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ click==7.0 click-pathlib==2019.12.28.7 requests==2.22.0 wheel==0.33.6 -setuptools==45.0.0 +setuptools==45.1.0 From a8a89667de9603a953bf2a1a93bd94555c0e6805 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 10:49:14 +0100 Subject: [PATCH 05/16] Bump wheel from 0.33.6 to 0.34.0 (#61) Bumps [wheel](https://github.com/pypa/wheel) from 0.33.6 to 0.34.0. - [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.33.6...0.34.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 061b5f06..e2c2fead 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click==7.0 click-pathlib==2019.12.28.7 requests==2.22.0 -wheel==0.33.6 +wheel==0.34.0 setuptools==45.1.0 From c96d27fcd826427da1e1b8b69e1b075ce15143b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2020 16:16:36 +0100 Subject: [PATCH 06/16] Bump wheel from 0.34.0 to 0.34.1 (#62) Bumps [wheel](https://github.com/pypa/wheel) from 0.34.0 to 0.34.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.0...0.34.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e2c2fead..cd8ce0e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click==7.0 click-pathlib==2019.12.28.7 requests==2.22.0 -wheel==0.34.0 +wheel==0.34.1 setuptools==45.1.0 From c08da34f8ee2f1526711bb864e330929921a79c0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 14:18:10 +0100 Subject: [PATCH 07/16] Bump wheel from 0.34.1 to 0.34.2 (#63) Bumps [wheel](https://github.com/pypa/wheel) from 0.34.1 to 0.34.2. - [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.1...0.34.2) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cd8ce0e2..ba04da98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click==7.0 click-pathlib==2019.12.28.7 requests==2.22.0 -wheel==0.34.1 +wheel==0.34.2 setuptools==45.1.0 From 835dfc06972c7f1285b8a73cf29b7805d3fc5d9a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 14:04:24 +0100 Subject: [PATCH 08/16] Bump setuptools from 45.1.0 to 45.2.0 (#64) Bumps [setuptools](https://github.com/pypa/setuptools) from 45.1.0 to 45.2.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/v45.1.0...v45.2.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ba04da98..72d4118d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ click==7.0 click-pathlib==2019.12.28.7 requests==2.22.0 wheel==0.34.2 -setuptools==45.1.0 +setuptools==45.2.0 From 71b9b80e2a5a2154e7537aee2443352d4cbbcd61 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 10 Feb 2020 14:07:02 +0100 Subject: [PATCH 09/16] Update azure-pipelines-wheel.yml for Azure Pipelines --- azure-pipelines-wheel.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines-wheel.yml b/azure-pipelines-wheel.yml index 086881cb..ee23ec65 100644 --- a/azure-pipelines-wheel.yml +++ b/azure-pipelines-wheel.yml @@ -8,7 +8,6 @@ pr: none variables: - name: versionBuilder value: "4.4" - - group: docker resources: repositories: - repository: azure From f0c0629ae12f7bada094ead79607a7e8952011c1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 13:00:28 +0100 Subject: [PATCH 10/16] Bump cython from 0.29.14 to 0.29.15 (#65) Bumps [cython](https://github.com/cython/cython) from 0.29.14 to 0.29.15. - [Release notes](https://github.com/cython/cython/releases) - [Changelog](https://github.com/cython/cython/blob/master/CHANGES.rst) - [Commits](https://github.com/cython/cython/compare/0.29.14...0.29.15) Signed-off-by: dependabot-preview[bot] --- requirements_build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_build.txt b/requirements_build.txt index 0d8447b7..7369fd76 100644 --- a/requirements_build.txt +++ b/requirements_build.txt @@ -1,2 +1,2 @@ -Cython==0.29.14 +Cython==0.29.15 numpy==1.18.1 From 8bf763069d6af1e364597b2f3dfa80ccc042e777 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 16:06:18 +0100 Subject: [PATCH 11/16] Bump requests from 2.22.0 to 2.23.0 (#66) Bumps [requests](https://github.com/psf/requests) from 2.22.0 to 2.23.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.22.0...v2.23.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 72d4118d..971d778a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click==7.0 click-pathlib==2019.12.28.7 -requests==2.22.0 +requests==2.23.0 wheel==0.34.2 setuptools==45.2.0 From 0a4ab166e5bca411dab82e4fc93225716b7955da Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 17:48:08 +0100 Subject: [PATCH 12/16] Bump setuptools from 45.2.0 to 46.0.0 (#67) Bumps [setuptools](https://github.com/pypa/setuptools) from 45.2.0 to 46.0.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/v45.2.0...v46.0.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 971d778a..1810b6ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ click==7.0 click-pathlib==2019.12.28.7 requests==2.23.0 wheel==0.34.2 -setuptools==45.2.0 +setuptools==46.0.0 From a77b1b5485238f91962e318d9b0dad20946f1816 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 12:31:45 +0100 Subject: [PATCH 13/16] Bump click from 7.0 to 7.1.1 (#68) Bumps [click](https://github.com/pallets/click) from 7.0 to 7.1.1. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/7.0...7.1.1) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1810b6ff..218dac5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -click==7.0 +click==7.1.1 click-pathlib==2019.12.28.7 requests==2.23.0 wheel==0.34.2 From 3936124103c16b7de961d9eb730cf80649540b6a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 15:20:32 +0100 Subject: [PATCH 14/16] Bump click-pathlib from 2019.12.28.7 to 2020.3.13.0 (#70) Bumps [click-pathlib](https://github.com/adamtheturtle/click-pathlib) from 2019.12.28.7 to 2020.3.13.0. - [Release notes](https://github.com/adamtheturtle/click-pathlib/releases) - [Changelog](https://github.com/adamtheturtle/click-pathlib/blob/master/CHANGELOG.rst) - [Commits](https://github.com/adamtheturtle/click-pathlib/compare/2019.12.28.7...2020.03.13.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 218dac5c..8cf51572 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click==7.1.1 -click-pathlib==2019.12.28.7 +click-pathlib==2020.3.13.0 requests==2.23.0 wheel==0.34.2 setuptools==46.0.0 From 094d52851706091fb81e6e5fcc4a87d5b3e45094 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 15:20:53 +0100 Subject: [PATCH 15/16] Bump numpy from 1.18.1 to 1.18.2 (#69) Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.18.2. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.18.1...v1.18.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- requirements_build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_build.txt b/requirements_build.txt index 7369fd76..64db3b79 100644 --- a/requirements_build.txt +++ b/requirements_build.txt @@ -1,2 +1,2 @@ Cython==0.29.15 -numpy==1.18.1 +numpy==1.18.2 From fdbb25fc5b4577ae9bc0326a1afbfe7abd150294 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 20 Mar 2020 22:06:22 +0100 Subject: [PATCH 16/16] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fb38dcdb..0564cf98 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -VERSION = "1.7" +VERSION = "1.6.1" setup( name="builder",