Skip to content

Commit db33c98

Browse files
feature: 3.0.0 Release.
- Update poetry to 1.0.0 - Update tox to 3.14.2 - Final **3.0.0** release, which highlights: - `py38` as default image - Drop `py35` image - Use `slim-buster` images for `py36`, `py37` & `py38` - Install poetry 1.0.0
1 parent 6ff48ba commit db33c98

3 files changed

Lines changed: 15 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# 3.0.0 (In Development)
1+
# 3.0.0 (2019-12-13)
2+
3+
- Update poetry to 1.0.0
4+
- Update tox to 3.14.2
5+
- Final **3.0.0** release, which highlights:
6+
- `py38` as default image
7+
- Drop `py35` image
8+
- Use `slim-buster` images for `py36`, `py37` & `py38`
9+
- Install poetry 1.0.0
210

311
## 3.0.0b2 (2019-12-02)
412

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ RUN apt update -qq && apt upgrade -y && apt install -y curl gcc git locales loca
77

88
ENV PATH="/root/.local/bin:/root/.poetry/bin:${PATH}"
99

10-
RUN pip install pip==19.3.1 pre-commit==1.20.0 tox==3.14.1 virtualenv==16.7.8
10+
RUN pip install pip==19.3.1 pre-commit==1.20.0 tox==3.14.2 virtualenv==16.7.8
1111

12-
ENV POETRY_VERSION=1.0.0b8
12+
ENV POETRY_VERSION=1.0.0
1313
RUN curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python
1414

1515
WORKDIR /app

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ image.
99
## Usage
1010

1111
```
12-
FROM playpauseandstop/docker-python:3.0.0b0
12+
FROM playpauseandstop/docker-python:3.0.0
1313
```
1414

1515
### Included dev-tools
1616

1717
- [pip](https://pip.pypa.io) 19.3.1
18-
- [virtualenv](https://virtualenv.pypa.io) 16.7.8
19-
- [poetry](https://poetry.eustace.io) 1.0.0b8
18+
- [poetry](https://poetry.eustace.io) 1.0.0
2019
- [pre-commit](https://pre-commit.com) 1.20.0
21-
- [tox](https://tox.readthedocs.io/) 3.14.0
20+
- [tox](https://tox.readthedocs.io/) 3.14.2
21+
- [virtualenv](https://virtualenv.pypa.io) 16.7.8
2222
- [curl](https://curl.haxx.se) 7.64.0
2323
- [git](https://git-scm.com) 2.20.1
2424
- [locales](https://packages.debian.org/stretch/locales) &

0 commit comments

Comments
 (0)