Skip to content

Commit

Permalink
Merge pull request #71 from home-assistant/dev
Browse files Browse the repository at this point in the history
1.6.1
  • Loading branch information
pvizeli authored Mar 20, 2020
2 parents 440022f + fdbb25f commit 95f08e2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 35 deletions.
6 changes: 0 additions & 6 deletions azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down
21 changes: 0 additions & 21 deletions azure-pipelines-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ pr: none
variables:
- name: versionBuilder
value: "4.4"
- group: docker
resources:
repositories:
- repository: azure
Expand All @@ -19,16 +18,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"
Expand All @@ -49,16 +38,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"
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click==7.0
click-pathlib==2019.12.28.7
requests==2.22.0
wheel==0.33.6
setuptools==44.0.0
click==7.1.1
click-pathlib==2020.3.13.0
requests==2.23.0
wheel==0.34.2
setuptools==46.0.0
4 changes: 2 additions & 2 deletions requirements_build.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Cython==0.29.14
numpy==1.18.1
Cython==0.29.15
numpy==1.18.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = "1.6"
VERSION = "1.6.1"

setup(
name="builder",
Expand Down

0 comments on commit 95f08e2

Please sign in to comment.