scyjava 1.10.1__tar.gz → 1.10.2__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.
- {scyjava-1.10.1/src/scyjava.egg-info → scyjava-1.10.2}/PKG-INFO +3 -3
- {scyjava-1.10.1 → scyjava-1.10.2}/dev-environment.yml +1 -1
- {scyjava-1.10.1 → scyjava-1.10.2}/environment.yml +1 -1
- {scyjava-1.10.1 → scyjava-1.10.2}/pyproject.toml +2 -2
- scyjava-1.10.2/src/scyjava/.__init__.py.swp +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2/src/scyjava.egg-info}/PKG-INFO +3 -3
- {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava.egg-info/SOURCES.txt +7 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava.egg-info/requires.txt +1 -1
- scyjava-1.10.2/tests/.pytest_cache/.gitignore +2 -0
- scyjava-1.10.2/tests/.pytest_cache/CACHEDIR.TAG +4 -0
- scyjava-1.10.2/tests/.pytest_cache/README.md +8 -0
- scyjava-1.10.2/tests/.pytest_cache/v/cache/lastfailed +3 -0
- scyjava-1.10.2/tests/.pytest_cache/v/cache/nodeids +4 -0
- scyjava-1.10.2/tests/.pytest_cache/v/cache/stepwise +1 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/MANIFEST.in +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/Makefile +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/README.md +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/UNLICENSE +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/bin/check.sh +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/bin/clean.sh +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/bin/fmt.sh +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/bin/lint.sh +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/bin/setup.sh +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/bin/test.sh +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/setup.cfg +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/__init__.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/_arrays.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/_convert.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/_jvm.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/_script.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/_types.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/_versions.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/config.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava.egg-info/dependency_links.txt +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava.egg-info/top_level.txt +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/tests/it/awt.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/tests/it/headless.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/tests/it/java_heap.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/tests/it/jvm_version.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/tests/it/scripting.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/tests/test_arrays.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/tests/test_basics.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/tests/test_convert.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/tests/test_pandas.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/tests/test_types.py +0 -0
- {scyjava-1.10.1 → scyjava-1.10.2}/tests/test_version.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: scyjava
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.2
|
|
4
4
|
Summary: Supercharged Java access from Python
|
|
5
5
|
Author-email: SciJava developers <ctrueden@wisc.edu>
|
|
6
6
|
License: The Unlicense
|
|
@@ -30,7 +30,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Utilities
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/markdown
|
|
33
|
-
Requires-Dist: jpype1
|
|
33
|
+
Requires-Dist: jpype1>=1.3.0
|
|
34
34
|
Requires-Dist: jgo
|
|
35
35
|
Provides-Extra: dev
|
|
36
36
|
Requires-Dist: assertpy; extra == "dev"
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "scyjava"
|
|
7
|
-
version = "1.10.
|
|
7
|
+
version = "1.10.2"
|
|
8
8
|
description = "Supercharged Java access from Python"
|
|
9
9
|
license = {text = "The Unlicense"}
|
|
10
10
|
authors = [{name = "SciJava developers", email = "ctrueden@wisc.edu"}]
|
|
@@ -34,7 +34,7 @@ classifiers = [
|
|
|
34
34
|
# NB: Keep this in sync with environment.yml AND dev-environment.yml!
|
|
35
35
|
requires-python = ">=3.8"
|
|
36
36
|
dependencies = [
|
|
37
|
-
"jpype1 >= 1.3.0
|
|
37
|
+
"jpype1 >= 1.3.0",
|
|
38
38
|
"jgo",
|
|
39
39
|
]
|
|
40
40
|
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: scyjava
|
|
3
|
-
Version: 1.10.
|
|
3
|
+
Version: 1.10.2
|
|
4
4
|
Summary: Supercharged Java access from Python
|
|
5
5
|
Author-email: SciJava developers <ctrueden@wisc.edu>
|
|
6
6
|
License: The Unlicense
|
|
@@ -30,7 +30,7 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
|
30
30
|
Classifier: Topic :: Utilities
|
|
31
31
|
Requires-Python: >=3.8
|
|
32
32
|
Description-Content-Type: text/markdown
|
|
33
|
-
Requires-Dist: jpype1
|
|
33
|
+
Requires-Dist: jpype1>=1.3.0
|
|
34
34
|
Requires-Dist: jgo
|
|
35
35
|
Provides-Extra: dev
|
|
36
36
|
Requires-Dist: assertpy; extra == "dev"
|
|
@@ -11,6 +11,7 @@ bin/fmt.sh
|
|
|
11
11
|
bin/lint.sh
|
|
12
12
|
bin/setup.sh
|
|
13
13
|
bin/test.sh
|
|
14
|
+
src/scyjava/.__init__.py.swp
|
|
14
15
|
src/scyjava/__init__.py
|
|
15
16
|
src/scyjava/_arrays.py
|
|
16
17
|
src/scyjava/_convert.py
|
|
@@ -30,6 +31,12 @@ tests/test_convert.py
|
|
|
30
31
|
tests/test_pandas.py
|
|
31
32
|
tests/test_types.py
|
|
32
33
|
tests/test_version.py
|
|
34
|
+
tests/.pytest_cache/.gitignore
|
|
35
|
+
tests/.pytest_cache/CACHEDIR.TAG
|
|
36
|
+
tests/.pytest_cache/README.md
|
|
37
|
+
tests/.pytest_cache/v/cache/lastfailed
|
|
38
|
+
tests/.pytest_cache/v/cache/nodeids
|
|
39
|
+
tests/.pytest_cache/v/cache/stepwise
|
|
33
40
|
tests/it/awt.py
|
|
34
41
|
tests/it/headless.py
|
|
35
42
|
tests/it/java_heap.py
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# pytest cache directory #
|
|
2
|
+
|
|
3
|
+
This directory contains data from the pytest's cache plugin,
|
|
4
|
+
which provides the `--lf` and `--ff` options, as well as the `cache` fixture.
|
|
5
|
+
|
|
6
|
+
**Do not** commit this to version control.
|
|
7
|
+
|
|
8
|
+
See [the docs](https://docs.pytest.org/en/stable/how-to/cache.html) for more information.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|