ptipython-metapackage 2.2.0__tar.gz → 2.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/PKG-INFO +2 -2
- {ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/ptipython_metapackage.egg-info/PKG-INFO +2 -2
- {ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/ptipython_metapackage.egg-info/requires.txt +1 -1
- {ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/pyproject.toml +2 -2
- {ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/LICENSE +0 -0
- {ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/README.md +0 -0
- {ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/ptipython_metapackage.egg-info/SOURCES.txt +0 -0
- {ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/ptipython_metapackage.egg-info/dependency_links.txt +0 -0
- {ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/ptipython_metapackage.egg-info/entry_points.txt +0 -0
- {ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/ptipython_metapackage.egg-info/top_level.txt +0 -0
- {ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/setup.cfg +0 -0
- {ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/tests/test_bump_metapackage_version.py +0 -0
- {ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/tests/test_compare_versions.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ptipython-metapackage
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.0
|
|
4
4
|
Summary: ptipython metapackage
|
|
5
5
|
Author-email: Dmitry Meyer <me@undef.im>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -19,7 +19,7 @@ Requires-Python: >=3.11
|
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: ptpython==3.0.30
|
|
22
|
-
Requires-Dist: ipython==9.
|
|
22
|
+
Requires-Dist: ipython==9.3.0
|
|
23
23
|
Dynamic: license-file
|
|
24
24
|
|
|
25
25
|
# ptipython metapackage
|
{ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/ptipython_metapackage.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ptipython-metapackage
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.3.0
|
|
4
4
|
Summary: ptipython metapackage
|
|
5
5
|
Author-email: Dmitry Meyer <me@undef.im>
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -19,7 +19,7 @@ Requires-Python: >=3.11
|
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
21
|
Requires-Dist: ptpython==3.0.30
|
|
22
|
-
Requires-Dist: ipython==9.
|
|
22
|
+
Requires-Dist: ipython==9.3.0
|
|
23
23
|
Dynamic: license-file
|
|
24
24
|
|
|
25
25
|
# ptipython metapackage
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
ptpython==3.0.30
|
|
2
|
-
ipython==9.
|
|
2
|
+
ipython==9.3.0
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ptipython-metapackage"
|
|
7
|
-
version = "2.
|
|
7
|
+
version = "2.3.0"
|
|
8
8
|
description = "ptipython metapackage"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "BSD-3-Clause"}
|
|
@@ -21,7 +21,7 @@ classifiers = [
|
|
|
21
21
|
]
|
|
22
22
|
keywords = ["ptipython", "ptpython", "ipython"]
|
|
23
23
|
requires-python = ">= 3.11"
|
|
24
|
-
dependencies = ["ptpython == 3.0.30", "ipython == 9.
|
|
24
|
+
dependencies = ["ptpython == 3.0.30", "ipython == 9.3.0"]
|
|
25
25
|
|
|
26
26
|
[project.scripts]
|
|
27
27
|
ptipython = "ptpython.entry_points.run_ptipython:run"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ptipython_metapackage-2.2.0 → ptipython_metapackage-2.3.0}/tests/test_bump_metapackage_version.py
RENAMED
|
File without changes
|
|
File without changes
|