Skip to content

Commit 079ee9b

Browse files
committed
Prepare for 0.18.3 release
1 parent 02f7a81 commit 079ee9b

File tree

4 files changed

+61
-4
lines changed

4 files changed

+61
-4
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ RUN echo 'eval "$(pyenv init -)"' >> ~/.bashrc
1111
RUN echo 'eval "$(pyenv virtualenv-init -)"' >> ~/.bashrc
1212
# venv 15.2.0 is the last to support Python 2.6.
1313
RUN pip3 install virtualenv==15.2.0
14-
RUN PATH=/opt/pyenv/bin:$PATH pyenv install 2.6.9
15-
RUN virtualenv /root/py26 --python /opt/pyenv/versions/2.6.9/bin/python
14+
# Can't get python 2.6 to build anymore
15+
# RUN PATH=/opt/pyenv/bin:$PATH pyenv install 2.6.9
16+
# RUN virtualenv /root/py26 --python /opt/pyenv/versions/2.6.9/bin/python
1617
RUN PATH=/opt/pyenv/bin:$PATH pyenv install 3.3.7
1718
RUN virtualenv /root/py33 --python /opt/pyenv/versions/3.3.7/bin/python
1819
RUN pip3 install virtualenv==20.0.21

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -xuo pipefail
33

44
DOCKER_IMAGE=jmadler/python-future-builder
55
# XXX: TODO: Perhaps this version shouldn't be hardcoded
6-
version=0.18.2
6+
version=0.18.3
77

88
docker build . -t $DOCKER_IMAGE
99
docker push $DOCKER_IMAGE:latest

docs/whatsnew.rst

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,62 @@
33
What's New
44
**********
55

6+
What's new in version 0.18.3 (2023-01-13)
7+
=========================================
8+
This is a minor bug-fix release containing a number of fixes:
9+
10+
- Backport fix for bpo-38804 (c91d70b)
11+
- Fix bug in fix_print.py fixer (dffc579)
12+
- Fix bug in fix_raise.py fixer (3401099)
13+
- Fix newint bool in py3 (fe645ba)
14+
- Fix bug in super() with metaclasses (6e27aac)
15+
- docs: fix simple typo, reqest -> request (974eb1f)
16+
- Correct __eq__ (c780bf5)
17+
- Pass if lint fails (2abe00d)
18+
- Update docker image and parcel out to constant variable. Add comment to update version constant (45cf382)
19+
- fix order (f96a219)
20+
- Add flake8 to image (046ff18)
21+
- Make lint.sh executable (58cc984)
22+
- Add docker push to optimize CI (01e8440)
23+
- Build System (42b3025)
24+
- Add docs build status badge to README.md (3f40bd7)
25+
- Use same docs requirements in tox (18ecc5a)
26+
- Add docs/requirements.txt (5f9893f)
27+
- Add PY37_PLUS, PY38_PLUS, and PY39_PLUS (bee0247)
28+
- fix 2.6 test, better comment (ddedcb9)
29+
- fix 2.6 test (3f1ff7e)
30+
- remove nan test (4dbded1)
31+
- include list test values (e3f1a12)
32+
- fix other python2 test issues (c051026)
33+
- fix missing subTest (f006cad)
34+
- import from old imp library on older python versions (fc84fa8)
35+
- replace fstrings with format for python 3.4,3.5 (4a687ea)
36+
- minor style/spelling fixes (8302d8c)
37+
- improve cmp function, add unittest (0d95a40)
38+
- Pin typing==3.7.4.1 for Python 3.3 compatiblity (1a48f1b)
39+
- Fix various py26 unit test failures (9ca5a14)
40+
- Add initial contributing guide with docs build instruction (e55f915)
41+
- Add docs building to tox.ini (3ee9e7f)
42+
- Support NumPy's specialized int types in builtins.round (b4b54f0)
43+
- Added r""" to the docstring to avoid warnings in python3 (5f94572)
44+
- Add __subclasscheck__ for past.types.basestring (c9bc0ff)
45+
- Correct example in README (681e78c)
46+
- Add simple documentation (6c6e3ae)
47+
- Add pre-commit hooks (a9c6a37)
48+
- Handling of __next__ and next by future.utils.get_next was reversed (52b0ff9)
49+
- Add a test for our fix (461d77e)
50+
- Compare headers to correct definition of str (3eaa8fd)
51+
- #322 Add support for negative ndigits in round; additionally, fixing a bug so that it handles passing in Decimal properly (a4911b9)
52+
- Add tkFileDialog to future.movers.tkinter (f6a6549)
53+
- Sort before comparing dicts in TestChainMap (6126997)
54+
- Fix typo (4dfa099)
55+
- Fix formatting in "What's new" (1663dfa)
56+
- Fix typo (4236061)
57+
- Avoid DeprecationWarning caused by invalid escape (e4b7fa1)
58+
- Fixup broken link to external django documentation re: porting to Python 3 and unicode_literals (d87713e)
59+
- Fixed newdict checking version every time (99030ec)
60+
- Add count from 2.7 to 2.6 (1b8ef51)
61+
662
What's new in version 0.18.2 (2019-10-30)
763
=========================================
864
This is a minor bug-fix release containing a number of fixes:

src/future/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
__copyright__ = 'Copyright 2013-2019 Python Charmers Pty Ltd'
8888
__ver_major__ = 0
8989
__ver_minor__ = 18
90-
__ver_patch__ = 2
90+
__ver_patch__ = 3
9191
__ver_sub__ = ''
9292
__version__ = "%d.%d.%d%s" % (__ver_major__, __ver_minor__,
9393
__ver_patch__, __ver_sub__)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy