8000 changelogs · PQYPLZXHGF/winpython@bb56500 · GitHub
[go: up one dir, main page]

Skip to content

Commit bb56500

Browse files
author
stonebig
committed
changelogs
1 parent 8f7ddfe commit bb56500

16 files changed

+1888
-0
lines changed

changelogs/WinPythonQt5-32bit-3.5.4.0.md

Lines changed: 303 additions & 0 deletions
Large diffs are not rendered by default.

changelogs/WinPythonQt5-32bit-3.5.4.0_History.md

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

changelogs/WinPythonQt5-32bit-3.6.2.0.md

Lines changed: 301 additions & 0 deletions
Large diffs are not rendered by default.

changelogs/WinPythonQt5-32bit-3.6.2.0_History.md

Lines changed: 191 additions & 0 deletions
Large diffs are not rendered by default.

changelogs/WinPythonQt5-64bit-3.5.4.0.md

Lines changed: 310 additions & 0 deletions
Large diffs are not rendered by default.

changelogs/WinPythonQt5-64bit-3.5.4.0_History.md

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

changelogs/WinPythonQt5-64bit-3.6.2.0.md

Lines changed: 308 additions & 0 deletions
Large diffs are not rendered by default.

changelogs/WinPythonQt5-64bit-3.6.2.0_History.md

Lines changed: 197 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## WinPython 3.5.4.0Zero
2+
3+
The following packages are included in WinPython-32bit v3.5.4.0Zero .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.5.4 | Python programming language with standard library
16+
[brotli](https://pypi.python.org/pypi/brotli) | 0.6.0 | Python binding of the Brotli compression library
17+
[cloudpickle](https://pypi.python.org/pypi/cloudpickle) | 0.3.1 | Extended pickling support for Python objects
18+
[dask](https://pypi.python.org/pypi/dask) | 0.15.1 | Minimal task scheduling abstraction
19+
[docopt](https://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
20+
[idlex](https://pypi.python.org/pypi/idlex) | 1.13 | IDLE Extensions for Python
21+
[jedi](https://pypi.python.org/pypi/jedi) | 0.10.2 | An autocompletion tool for Python that can be used for text editors
22+
[joblib](https://pypi.python.org/pypi/joblib) | 0.11 | Lightweight pipelining: using Python functions as pipeline jobs.
23+
[locket](https://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
24+
[partd](https://pypi.python.org/pypi/partd) | 0.3.8 | Appendable key-value storage
25+
[pip](https://pypi.python.org/pypi/pip) | 9.0.1 | A tool for installing and managing Python packages
26+
[prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python
27+
[ptpython](https://pypi.python.org/pypi/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit
28+
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
29+
[pyodbc](https://pypi.python.org/pypi/pyodbc) | 4.0.17 | DB API Module for ODBC
30+
[pyreadline](https://pypi.python.org/pypi/pyreadline) | 2.0 | IPython needs this module to display color text in Windows command window
31+
[python_snappy](https://pypi.python.org/pypi/python_snappy) | 0.5.1 | Python library for the snappy compression library from Google
32+
[pythonnet](https://pypi.python.org/pypi/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python
33+
[setuptools](https://pypi.python.org/pypi/setuptools) | 36.2.7 | Download, build, install, upgrade, and uninstall Python packages - easily
34+
[six](https://pypi.python.org/pypi/six) | 1.10.0 | Python 2 and 3 compatibility utilities
35+
[sqlite_bro](https://pypi.python.org/pypi/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
36+
[toolz](https://pypi.python.org/pypi/toolz) | 0.8.2 | List processing tools and functional utilities
37+
[wcwidth](https://pypi.python.org/pypi/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
38+
[winpython](http://winpython.github.io/) | 1.9.20170812 | WinPython distribution tools, including WPPM (package manager)

changelogs/WinPythonZero-32bit-3.5.4.0_History.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## History of changes for WinPython-32bit 3.5.4.0Zero
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.5.3.1Zero.
4+
5+
### Python packages
6+
7+
New packages:
8+
9+
* [brotli](https://pypi.python.org/pypi/brotli) 0.6.0 (Python binding of the Brotli compression library)
10+
* [cloudpickle](https://pypi.python.org/pypi/cloudpickle) 0.3.1 (Extended pickling support for Python objects)
11+
* [dask](https://pypi.python.org/pypi/dask) 0.15.1 (Minimal task scheduling abstraction)
12+
* [joblib](https://pypi.python.org/pypi/joblib) 0.11 (Lightweight pipelining: using Python functions as pipeline jobs.)
13+
* [locket](https://pypi.python.org/pypi/locket) 0.2.0 (File-based locks for Python for Linux and Windows)
14+
* [partd](https://pypi.python.org/pypi/partd) 0.3.8 (Appendable key-value storage)
15+
* [pyreadline](https://pypi.python.org/pypi/pyreadline) 2.0 (IPython needs this module to display color text in Windows command window)
16+
* [python_snappy](https://pypi.python.org/pypi/python_snappy) 0.5.1 (Python library for the snappy compression library from Google)
17+
* [toolz](https://pypi.python.org/pypi/toolz) 0.8.2 (List processing tools and functional utilities)
18+
19+
Upgraded packages:
20+
21+
* [jedi](https://pypi.python.org/pypi/jedi) 0.10.0 → 0.10.2 (An autocompletion tool for Python that can be used for text editors)
22+
* [prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) 1.0.13 → 1.0.15 (Library for building powerful interactive command lines in Python)
23+
* [ptpython](https://pypi.python.org/pypi/ptpython) 0.36 → 0.41 (Python REPL build on top of prompt_toolkit)
24+
* [pyodbc](https://pypi.python.org/pypi/pyodbc) 4.0.15 → 4.0.17 (DB API Module for ODBC)
25+
* [Python](http://www.python.org/) 3.5.3 → 3.5.4 (Python programming language with standard library)
26+
* [setuptools](https://pypi.python.org/pypi/setuptools) 34.3.2 → 36.2.7 (Download, build, install, upgrade, and uninstall Python packages - easily)
27+
* [winpython](http://winpython.github.io/) 1.7.20170128 → 1.9.20170812 (WinPython distribution tools, including WPPM (package manager))
28+
29+
Removed packages:
30+
31+
* [appdirs](https://pypi.python.org/pypi/appdirs) 1.4.3 (A small Python module for determining appropriate " + "platform-specific dirs, e.g. a "user data dir".)
32+
* [packaging](https://pypi.python.org/pypi/packaging) 16.8 (Core utilities for Python packages)
33+
* [pyparsing](http://pyparsing.wikispaces.com/) 2.2.0 (A Python Parsing Module)
34+
35+
* * *
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## WinPython 3.6.2.0Zero
2+
3+
The following packages are included in WinPython-32bit v3.6.2.0Zero .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.6.2 | Python programming language with standard library
16+
[brotli](https://pypi.python.org/pypi/brotli) | 0.6.0 | Python binding of the Brotli compression library
17+
[cloudpickle](https://pypi.python.org/pypi/cloudpickle) | 0.3.1 | Extended pickling support for Python objects
18+
[dask](https://pypi.python.org/pypi/dask) | 0.15.1 | Minimal task scheduling abstraction
19+
[docopt](https://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
20+
[jedi](https://pypi.python.org/pypi/jedi) | 0.10.2 | An autocompletion tool for Python that can be used for text editors
21+
[joblib](https://pypi.python.org/pypi/joblib) | 0.11 | Lightweight pipelining: using Python functions as pipeline jobs.
22+
[locket](https://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
23+
[partd](https://pypi.python.org/pypi/partd) | 0.3.8 | Appendable key-value storage
24+
[pip](https://pypi.python.org/pypi/pip) | 9.0.1 | A tool for installing and managing Python packages
25+
[prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python
26+
[ptpython](https://pypi.python.org/pypi/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit
27+
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
28+
[pyodbc](https://pypi.python.org/pypi/pyodbc) | 4.0.17 | DB API Module for ODBC
29+
[pyreadline](https://pypi.python.org/pypi/pyreadline) | 2.0 | IPython needs this module to display color text in Windows command window
30+
[python_snappy](https://pypi.python.org/pypi/python_snappy) | 0.5.1 | Python library for the snappy compression library from Google
31+
[pythonnet](https://pypi.python.org/pypi/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python
32+
[setuptools](https://pypi.python.org/pypi/setuptools) | 36.2.7 | Download, build, install, upgrade, and uninstall Python packages - easily
33+
[six](https://pypi.python.org/pypi/six) | 1.10.0 | Python 2 and 3 compatibility utilities
34+
[sqlite_bro](https://pypi.python.org/pypi/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
35+
[toolz](https://pypi.python.org/pypi/toolz) | 0.8.2 | List processing tools and functional utilities
36+
[wcwidth](https://pypi.python.org/pypi/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
37+
[winpython](http://winpython.github.io/) | 1.9.20170812 | WinPython distribution tools, including WPPM (package manager)

changelogs/WinPythonZero-32bit-3.6.2.0_History.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## History of changes for WinPython-32bit 3.6.2.0Zero
2+
3+
The following changes were made to WinPython-32bit distribution since version 3.6.1.1Zero.
4+
5+
### Python packages
6+
7+
New packages:
8+
9+
* [pyreadline](https://pypi.python.org/pypi/pyreadline) 2.0 (IPython needs this module to display color text in Windows command window)
10+
11+
Upgraded packages:
12+
13+
* [cloudpickle](https://pypi.python.org/pypi/cloudpickle) 0.2.2 → 0.3.1 (Extended pickling support for Python objects)
14+
* [dask](https://pypi.python.org/pypi/dask) 0.14.3 → 0.15.1 (Minimal task scheduling abstraction)
15+
* [prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) 1.0.14 → 1.0.15 (Library for building powerful interactive command lines in Python)
16+
* [ptpython](https://pypi.python.org/pypi/ptpython) 0.39 → 0.41 (Python REPL build on top of prompt_toolkit)
17+
* [pyodbc](https://pypi.python.org/pypi/pyodbc) 4.0.16 → 4.0.17 (DB API Module for ODBC)
18+
* [Python](http://www.python.org/) 3.6.1 → 3.6.2 (Python programming language with standard library)
19+
* [setuptools](https://pypi.python.org/pypi/setuptools) 35.0.2 → 36.2.7 (Download, build, install, upgrade, and uninstall Python packages - easily)
20+
* [winpython](http://winpython.github.io/) 1.9.20170423 → 1.9.20170812 (WinPython distribution tools, including WPPM (package manager))
21+
22+
Removed packages:
23+
24+
* [appdirs](https://pypi.python.org/pypi/appdirs) 1.4.3 (A small Python module for determining appropriate " + "platform-specific dirs, e.g. a "user data dir".)
25+
* [packaging](https://pypi.python.org/pypi/packaging) 16.8 (Core utilities for Python packages)
26+
* [pyparsing](http://pyparsing.wikispaces.com/) 2.2.0 (A Python Parsing Module)
27+
28+
* * *
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## WinPython 3.5.4.0Zero
2+
3+
The following packages are included in WinPython-64bit v3.5.4.0Zero .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.5.4 | Python programming language with standard library
16+
[brotli](https://pypi.python.org/pypi/brotli) | 0.6.0 | Python binding of the Brotli compression library
17+
[cloudpickle](https://pypi.python.org/pypi/cloudpickle) | 0.3.1 | Extended pickling support for Python objects
18+
[dask](https://pypi.python.org/pypi/dask) | 0.15.1 | Minimal task scheduling abstraction
19+
[docopt](https://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
20+
[idlex](https://pypi.python.org/pypi/idlex) | 1.13 | IDLE Extensions for Python
21+
[jedi](https://pypi.python.org/pypi/jedi) | 0.10.2 | An autocompletion tool for Python that can be used for text editors
22+
[joblib](https://pypi.python.org/pypi/joblib) | 0.11 | Lightweight pipelining: using Python functions as pipeline jobs.
23+
[locket](https://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
24+
[partd](https://pypi.python.org/pypi/partd) | 0.3.8 | Appendable key-value storage
25+
[pip](https://pypi.python.org/pypi/pip) | 9.0.1 | A tool for installing and managing Python packages
26+
[prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python
27+
[ptpython] 10000 (https://pypi.python.org/pypi/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit
28+
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
29+
[pyodbc](https://pypi.python.org/pypi/pyodbc) | 4.0.17 | DB API Module for ODBC
30+
[pyreadline](https://pypi.python.org/pypi/pyreadline) | 2.0 | IPython needs this module to display color text in Windows command window
31+
[python_snappy](https://pypi.python.org/pypi/python_snappy) | 0.5.1 | Python library for the snappy compression library from Google
32+
[pythonnet](https://pypi.python.org/pypi/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python
33+
[setuptools](https://pypi.python.org/pypi/setuptools) | 36.2.7 | Download, build, install, upgrade, and uninstall Python packages - easily
34+
[six](https://pypi.python.org/pypi/six) | 1.10.0 | Python 2 and 3 compatibility utilities
35+
[sqlite_bro](https://pypi.python.org/pypi/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
36+
[toolz](https://pypi.python.org/pypi/toolz) | 0.8.2 | List processing tools and functional utilities
37+
[wcwidth](https://pypi.python.org/pypi/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
38+
[winpython](http://winpython.github.io/) | 1.9.20170812 | WinPython distribution tools, including WPPM (package manager)

changelogs/WinPythonZero-64bit-3.5.4.0_History.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## History of changes for WinPython-64bit 3.5.4.0Zero
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.5.3.1Zero.
4+
5+
### Python packages
6+
7+
New packages:
8+
9+
* [brotli](https://pypi.python.org/pypi/brotli) 0.6.0 (Python binding of the Brotli compression library)
10+
* [cloudpickle](https://pypi.python.org/pypi/cloudpickle) 0.3.1 (Extended pickling support for Python objects)
11+
* [dask](https://pypi.python.org/pypi/dask) 0.15.1 (Minimal task scheduling abstraction)
12+
* [joblib](https://pypi.python.org/pypi/joblib) 0.11 (Lightweight pipelining: using Python functions as pipeline jobs.)
13+
* [locket](https://pypi.python.org/pypi/locket) 0.2.0 (File-based locks for Python for Linux and Windows)
14+
* [partd](https://pypi.python.org/pypi/partd) 0.3.8 (Appendable key-value storage)
15+
* [pyreadline](https://pypi.python.org/pypi/pyreadline) 2.0 (IPython needs this module to display color text in Windows command window)
16+
* [python_snappy](https://pypi.python.org/pypi/python_snappy) 0.5.1 (Python library for the snappy compression library from Google)
17+
* [toolz](https://pypi.python.org/pypi/toolz) 0.8.2 (List processing tools and functional utilities)
18+
19+
Upgraded packages:
20+
21+
* [jedi](https://pypi.python.org/pypi/jedi) 0.10.0 → 0.10.2 (An autocompletion tool for Python that can be used for text editors)
22+
* [prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) 1.0.13 → 1.0.15 (Library for building powerful interactive command lines in Python)
23+
* [ptpython](https://pypi.python.org/pypi/ptpython) 0.36 → 0.41 (Python REPL build on top of prompt_toolkit)
24+
* [pyodbc](https://pypi.python.org/pypi/pyodbc) 4.0.15 → 4.0.17 (DB API Module for ODBC)
25+
* [Python](http://www.python.org/) 3.5.3 → 3.5.4 (Python programming language with standard library)
26+
* [setuptools](https://pypi.python.org/pypi/setuptools) 34.3.2 → 36.2.7 (Download, build, install, upgrade, and uninstall Python packages - easily)
27+
* [winpython](http://winpython.github.io/) 1.7.20170128 → 1.9.20170812 (WinPython distribution tools, including WPPM (package manager))
28+
29+
Removed packages:
30+
31+
* [appdirs](https://pypi.python.org/pypi/appdirs) 1.4.3 (A small Python module for determining appropriate " + "platform-specific dirs, e.g. a "user data dir".)
32+
* [packaging](https://pypi.python.org/pypi/packaging) 16.8 (Core utilities for Python packages)
33+
* [pyparsing](http://pyparsing.wikispaces.com/) 2.2.0 (A Python Parsing Module)
34+
35+
* * *
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## WinPython 3.6.2.0Zero
2+
3+
The following packages are included in WinPython-64bit v3.6.2.0Zero .
4+
5+
### Tools
6+
7+
Name | Version | Description
8+
-----|---------|------------
9+
10+
11+
### Python packages
12+
13+
Name | Version | Description
14+
-----|---------|------------
15+
[Python](http://www.python.org/) | 3.6.2 | Python programming language with standard library
16+
[brotli](https://pypi.python.org/pypi/brotli) | 0.6.0 | Python binding of the Brotli compression library
17+
[cloudpickle](https://pypi.python.org/pypi/cloudpickle) | 0.3.1 | Extended pickling support for Python objects
18+
[dask](https://pypi.python.org/pypi/dask) | 0.15.1 | Minimal task scheduling abstraction
19+
[docopt](https://pypi.python.org/pypi/docopt) | 0.6.2 | Pythonic argument parser, that will make you smile
20+
[jedi](https://pypi.python.org/pypi/jedi) | 0.10.2 | An autocompletion tool for Python that can be used for text editors
21+
[joblib](https://pypi.python.org/pypi/joblib) | 0.11 | Lightweight pipelining: using Python functions as pipeline jobs.
22+
[locket](https://pypi.python.org/pypi/locket) | 0.2.0 | File-based locks for Python for Linux and Windows
23+
[partd](https://pypi.python.org/pypi/partd) | 0.3.8 | Appendable key-value storage
24+
[pip](https://pypi.python.org/pypi/pip) | 9.0.1 | A tool for installing and managing Python packages
25+
[prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) | 1.0.15 | Library for building powerful interactive command lines in Python
26+
[ptpython](https://pypi.python.org/pypi/ptpython) | 0.41 | Python REPL build on top of prompt_toolkit
27+
[pygments](http://pygments.org) | 2.2.0 | Generic syntax highlighter for general use in all kinds of software
28+
[pyodbc](https://pypi.python.org/pypi/pyodbc) | 4.0.17 | DB API Module for ODBC
29+
[pyreadline](https://pypi.python.org/pypi/pyreadline) | 2.0 | IPython needs this module to display color text in Windows command window
30+
[python_snappy](https://pypi.python.org/pypi/python_snappy) | 0.5.1 | Python library for the snappy compression library from Google
31+
[pythonnet](https://pypi.python.org/pypi/pythonnet) | 2.4.0.dev0 | .Net and Mono integration for Python
32+
[setuptools](https://pypi.python.org/pypi/setuptools) | 36.2.7 | Download, build, install, upgrade, and uninstall Python packages - easily
33+
[six](https://pypi.python.org/pypi/six) | 1.10.0 | Python 2 and 3 compatibility utilities
34+
[sqlite_bro](https://pypi.python.org/pypi/sqlite_bro) | 0.8.11 | a graphic SQLite Client in 1 Python file
35+
[toolz](https://pypi.python.org/pypi/toolz) | 0.8.2 | List processing tools and functional utilities
36+
[wcwidth](https://pypi.python.org/pypi/wcwidth) | 0.1.7 | Measures number of Terminal column cells of wide-character codes
37+
[winpython](http://winpython.github.io/) | 1.9.20170812 | WinPython distribution tools, including WPPM (package manager)

changelogs/WinPythonZero-64bit-3.6.2.0_History.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
## History of changes for WinPython-64bit 3.6.2.0Zero
2+
3+
The following changes were made to WinPython-64bit distribution since version 3.6.1.1Zero.
4+
5+
### Python packages
6+
7+
New packages:
8+
9+
* [pyreadline](https://pypi.python.org/pypi/pyreadline) 2.0 (IPython needs this module to display color text in Windows command window)
10+
11+
Upgraded packages:
12+
13+
* [cloudpickle](https://pypi.python.org/pypi/cloudpickle) 0.2.2 → 0.3.1 (Extended pickling support for Python objects)
14+
* [dask](https://pypi.python.org/pypi/dask) 0.14.3 → 0.15.1 (Minimal task scheduling abstraction)
15+
* [prompt_toolkit](https://pypi.python.org/pypi/prompt_toolkit) 1.0.14 → 1.0.15 (Library for building powerful interactive command lines in Python)
16+
* [ptpython](https://pypi.python.org/pypi/ptpython) 0.39 → 0.41 (Python REPL build on top of prompt_toolkit)
17+
* [pyodbc](https://pypi.python.org/pypi/pyodbc) 4.0.16 → 4.0.17 (DB API Module for ODBC)
18+
* [Python](http://www.python.org/) 3.6.1 → 3.6.2 (Python programming language with standard library)
19+
* [setuptools](https://pypi.python.org/pypi/setuptools) 35.0.2 → 36.2.7 (Download, build, install, upgrade, and uninstall Python packages - easily)
20+
* [winpython](http://winpython.github.io/) 1.9.20170423 → 1.9.20170812 (WinPython distribution tools, including WPPM (package manager))
21+
22+
Removed packages:
23+
24+
* [appdirs](https://pypi.python.org/pypi/appdirs) 1.4.3 (A small Python module for determining appropriate " + "platform-specific dirs, e.g. a "user data dir".)
25+
* [packaging](https://pypi.python.org/pypi/packaging) 16.8 (Core utilities for Python packages)
26+
* [pyparsing](http://pyparsing.wikispaces.com/) 2.2.0 (A Python Parsing Module)
27+
28+
* * *

0 commit comments

Comments
 (0)
0