Skip to content

Commit

Permalink
Update version to 3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreQuentel committed Jun 19, 2023
1 parent e8381af commit 3144158
Show file tree
Hide file tree
Showing 17 changed files with 1,715 additions and 1,703 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You can choose the latest stable release :

```html
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/brython@3.11.2/brython.min.js">
src="https://cdn.jsdelivr.net/npm/brython@3.11.3/brython.min.js">
</script>
```

Expand All @@ -73,7 +73,7 @@ with the [available stdlib](https://github.com/brython-dev/brython/tree/master/w

```html
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/brython@3.11.2/brython_stdlib.js">
src="https://cdn.jsdelivr.net/npm/brython@3.11.3/brython_stdlib.js">
</script>
```

Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brython",
"version": "3.11.2",
"version": "3.11.3",
"description": "Python 3 in the browser",
"main": "brython.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
version = [3, 11, 0, "final", 0]

# Brython version
implementation = [3, 11, 2, "dev", 0]
implementation = [3, 11, 3, "dev", 0]
2 changes: 1 addition & 1 deletion setup/brython/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.11.2'
__version__ = '3.11.3'
2 changes: 1 addition & 1 deletion setup/brython/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import argparse
import pathlib

implementation = "3.11.2"
implementation = "3.11.3"


def main():
Expand Down
2 changes: 1 addition & 1 deletion setup/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
setup(
name='brython',

version='3.11.1',
version='3.11.3',
description='Brython is an implementation of Python 3 running in the browser',

long_description=LONG_DESCRIPTION,
Expand Down
6 changes: 3 additions & 3 deletions www/doc/en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Brython scripts from a CDN:
```

The minor version can be specified with `brython@3.11` and the micro version
with `brython@3.11.2`.
with `brython@3.11.3`.

Brython is also available with cdnjs:

```xml
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.11.2/brython.min.js">
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.11.3/brython.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.11.2/brython_stdlib.min.js">
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.11.3/brython_stdlib.min.js">
</script>
```

Expand Down
6 changes: 3 additions & 3 deletions www/doc/es/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ para incluir scripts de Brython en la página HTML de un CDN.
```

También podemos especificar la versión menor con `brython@3.11` y la versión
micro con `brython@3.11.2`.
micro con `brython@3.11.3`.

Brython también está disponible en cdnjs:

```xml
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.11.2/brython.min.js">
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.11.3/brython.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.11.2/brython_stdlib.min.js">
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.11.3/brython_stdlib.min.js">
</script>
```

Expand Down
6 changes: 3 additions & 3 deletions www/doc/fr/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ d'inclure les scripts Brython dans la page HTML depuis un CDN.
```

On peut aussi préciser la version mineure avec `brython@3.11` et la version
micro avec `brython@3.11.2`.
micro avec `brython@3.11.3`.

Brython est également disponible sur cdnjs:

```xml
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.11.2/brython.min.js">
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.11.3/brython.min.js">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.11.2/brython_stdlib.min.js">
<script src="https://cdnjs.cloudflare.com/ajax/libs/brython/3.11.3/brython_stdlib.min.js">
</script>
```

Expand Down
14 changes: 7 additions & 7 deletions www/src/brython.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/src/brython.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/src/brython_stdlib.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions www/src/builtins_docstrings.js

Large diffs are not rendered by default.

60 changes: 27 additions & 33 deletions www/src/py_flags.js
Original file line number Diff line number Diff line change
@@ -1,41 +1,35 @@
(function($B){
$B.builtin_class_flags = {
builtins: {
1073763584: ['ArithmeticError', 'ReferenceError', 'ChildProcessError', 'PermissionError', 'WindowsError', 'InterruptedError', 'UnicodeError', 'LookupError', 'EOFError', 'FileNotFoundError', 'MemoryError', 'EnvironmentError', 'IsADirectoryError', 'UnboundLocalError', 'KeyboardInterrupt', 'ResourceWarning', 'IndexError', 'FloatingPointError', 'UnicodeWarning', 'OSError', 'BlockingIOError', 'ImportWarning', 'NotImplementedError', 'SystemExit', 'UnicodeDecodeError', 'UnicodeTranslateError', 'UserWarning', 'ConnectionAbortedError', 'Warning', 'SystemError', 'TimeoutError', 'StopIteration', 'EncodingWarning', 'RuntimeError', 'IOError', 'SyntaxWarning', 'GeneratorExit', 'NotADirectoryError', 'ZeroDivisionError', 'BrokenPipeError', 'AssertionError', 'SyntaxError', 'FileExistsError', 'StopAsyncIteration', 'IndentationError', 'ConnectionError', 'UnicodeEncodeError', 'ValueError', 'DeprecationWarning', 'TabError', 'ProcessLookupError', 'BufferError', 'RuntimeWarning', 'ConnectionResetError', 'PendingDeprecationWarning', 'OverflowError', 'ConnectionRefusedError', 'FutureWarning', 'RecursionError', 'KeyError', 'BytesWarning', 'BaseExceptionGroup'],
1074287872: ['BaseException', 'TypeError', 'NameError', 'AttributeError', 'ImportError', 'ModuleNotFoundError', 'Exception'],
1073763840: ['ExceptionGroup'],
21500160: ['bool'],
4723968: ['float', 'bytearray'],
138941696: ['bytes'],
546048: ['property', 'classmethod', 'staticmethod', 'map'],
5376: ['complex'],
541611328: ['dict'],
21760: ['filter', 'enumerate', 'super', 'reversed', 'zip'],
4740352: ['frozenset', 'set'],
21501184: ['int'],
38294816: ['list'],
545056: ['memoryview'],
529664: ['object'],
528672: ['range'],
20736: ['slice'],
273159424: ['str'],
71849248: ['tuple'],
2148031744: ['type'],
1074287874: ['PermissionError', 'MemoryError', 'ArithmeticError', 'ConnectionAbortedError', 'StopAsyncIteration', 'UserWarning', 'FutureWarning', 'PendingDeprecationWarning', 'ResourceWarning', 'SyntaxWarning', 'IsADirectoryError', 'ModuleNotFoundError', 'EncodingWarning', 'GeneratorExit', 'TypeError', 'IndentationError', 'UnicodeError', 'ValueError', 'AttributeError', 'NotImplementedError', 'RuntimeWarning', 'BrokenPipeError', 'SystemExit', 'Warning', 'ConnectionResetError', 'IOError', 'NameError', 'SystemError', 'FileExistsError', 'EnvironmentError', 'ImportError', 'KeyError', 'RecursionError', 'RuntimeError', 'StopIteration', 'ChildProcessError', 'DeprecationWarning', 'TabError', 'LookupError', 'BlockingIOError', 'UnicodeDecodeError', 'UnicodeEncodeError', 'Exception', 'InterruptedError', 'IndexError', 'TimeoutError', 'EOFError', 'ConnectionError', 'BaseExceptionGroup', 'BytesWarning', 'WindowsError', 'BufferError', 'SyntaxError', 'ZeroDivisionError', 'BaseException', 'UnicodeTranslateError', 'ConnectionRefusedError', 'UnicodeWarning', 'UnboundLocalError', 'KeyboardInterrupt', 'AssertionError', 'ImportWarning', 'ReferenceError', 'FloatingPointError', 'OSError', 'ProcessLookupError', 'FileNotFoundError', 'NotADirectoryError', 'OverflowError'],
1073763848: ['ExceptionGroup'],
21500162: ['bool'],
4723970: ['float', 'bytearray'],
138941698: ['bytes'],
546050: ['classmethod', 'super', 'enumerate', 'filter', 'reversed', 'property', 'map', 'staticmethod', 'zip'],
529666: ['complex', 'object'],
541611330: ['dict'],
4740354: ['frozenset', 'set'],
21501186: ['int'],
38294818: ['list'],
545058: ['memoryview'],
528674: ['range'],
545026: ['slice'],
273159426: ['str'],
71849250: ['tuple'],
2156420354: ['type'],
},
types: {
20864: ['classmethod_descriptor', 'async_generator', 'method-wrapper'],
547200: ['builtin_function_or_method'],
20736: ['cell'],
4352: ['code'],
545152: ['generator', 'getset_descriptor', 'member_descriptor', 'coroutine', 'frame'],
528640: ['NotImplementedType', 'ellipsis', 'NoneType'],
678144: ['function'],
545088: ['mappingproxy'],
153984: ['method_descriptor'],
22784: ['method'],
546048: ['module'],
545024: ['traceback'],
676224: ['wrapper_descriptor'],
545154: ['generator', 'member_descriptor', 'method-wrapper', 'classmethod_descriptor', 'getset_descriptor', 'frame', 'async_generator', 'coroutine'],
547202: ['builtin_function_or_method'],
545026: ['cell', 'traceback'],
528642: ['NoneType', 'ellipsis', 'NotImplementedType', 'code'],
678146: ['function'],
545090: ['mappingproxy'],
678274: ['method_descriptor'],
547074: ['method'],
546050: ['module'],
676226: ['wrapper_descriptor'],
}
}
})(__BRYTHON__)
2 changes: 1 addition & 1 deletion www/src/unicode_data.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions www/src/version_info.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__BRYTHON__.implementation = [3, 11, 2, 'dev', 0]
__BRYTHON__.implementation = [3, 11, 3, 'dev', 0]
__BRYTHON__.version_info = [3, 11, 0, 'final', 0]
__BRYTHON__.compiled_date = "2023-06-15 11:36:37.239306"
__BRYTHON__.timestamp = 1686821797239
__BRYTHON__.compiled_date = "2023-06-19 11:16:53.796684"
__BRYTHON__.timestamp = 1687166213796
__BRYTHON__.builtin_module_names = ["_aio",
"_ajax",
"_ast",
Expand Down
Loading

0 comments on commit 3144158

Please sign in to comment.