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.
Files changed (46) hide show
  1. {scyjava-1.10.1/src/scyjava.egg-info → scyjava-1.10.2}/PKG-INFO +3 -3
  2. {scyjava-1.10.1 → scyjava-1.10.2}/dev-environment.yml +1 -1
  3. {scyjava-1.10.1 → scyjava-1.10.2}/environment.yml +1 -1
  4. {scyjava-1.10.1 → scyjava-1.10.2}/pyproject.toml +2 -2
  5. scyjava-1.10.2/src/scyjava/.__init__.py.swp +0 -0
  6. {scyjava-1.10.1 → scyjava-1.10.2/src/scyjava.egg-info}/PKG-INFO +3 -3
  7. {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava.egg-info/SOURCES.txt +7 -0
  8. {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava.egg-info/requires.txt +1 -1
  9. scyjava-1.10.2/tests/.pytest_cache/.gitignore +2 -0
  10. scyjava-1.10.2/tests/.pytest_cache/CACHEDIR.TAG +4 -0
  11. scyjava-1.10.2/tests/.pytest_cache/README.md +8 -0
  12. scyjava-1.10.2/tests/.pytest_cache/v/cache/lastfailed +3 -0
  13. scyjava-1.10.2/tests/.pytest_cache/v/cache/nodeids +4 -0
  14. scyjava-1.10.2/tests/.pytest_cache/v/cache/stepwise +1 -0
  15. {scyjava-1.10.1 → scyjava-1.10.2}/MANIFEST.in +0 -0
  16. {scyjava-1.10.1 → scyjava-1.10.2}/Makefile +0 -0
  17. {scyjava-1.10.1 → scyjava-1.10.2}/README.md +0 -0
  18. {scyjava-1.10.1 → scyjava-1.10.2}/UNLICENSE +0 -0
  19. {scyjava-1.10.1 → scyjava-1.10.2}/bin/check.sh +0 -0
  20. {scyjava-1.10.1 → scyjava-1.10.2}/bin/clean.sh +0 -0
  21. {scyjava-1.10.1 → scyjava-1.10.2}/bin/fmt.sh +0 -0
  22. {scyjava-1.10.1 → scyjava-1.10.2}/bin/lint.sh +0 -0
  23. {scyjava-1.10.1 → scyjava-1.10.2}/bin/setup.sh +0 -0
  24. {scyjava-1.10.1 → scyjava-1.10.2}/bin/test.sh +0 -0
  25. {scyjava-1.10.1 → scyjava-1.10.2}/setup.cfg +0 -0
  26. {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/__init__.py +0 -0
  27. {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/_arrays.py +0 -0
  28. {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/_convert.py +0 -0
  29. {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/_jvm.py +0 -0
  30. {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/_script.py +0 -0
  31. {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/_types.py +0 -0
  32. {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/_versions.py +0 -0
  33. {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava/config.py +0 -0
  34. {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava.egg-info/dependency_links.txt +0 -0
  35. {scyjava-1.10.1 → scyjava-1.10.2}/src/scyjava.egg-info/top_level.txt +0 -0
  36. {scyjava-1.10.1 → scyjava-1.10.2}/tests/it/awt.py +0 -0
  37. {scyjava-1.10.1 → scyjava-1.10.2}/tests/it/headless.py +0 -0
  38. {scyjava-1.10.1 → scyjava-1.10.2}/tests/it/java_heap.py +0 -0
  39. {scyjava-1.10.1 → scyjava-1.10.2}/tests/it/jvm_version.py +0 -0
  40. {scyjava-1.10.1 → scyjava-1.10.2}/tests/it/scripting.py +0 -0
  41. {scyjava-1.10.1 → scyjava-1.10.2}/tests/test_arrays.py +0 -0
  42. {scyjava-1.10.1 → scyjava-1.10.2}/tests/test_basics.py +0 -0
  43. {scyjava-1.10.1 → scyjava-1.10.2}/tests/test_convert.py +0 -0
  44. {scyjava-1.10.1 → scyjava-1.10.2}/tests/test_pandas.py +0 -0
  45. {scyjava-1.10.1 → scyjava-1.10.2}/tests/test_types.py +0 -0
  46. {scyjava-1.10.1 → scyjava-1.10.2}/tests/test_version.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: scyjava
3
- Version: 1.10.1
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<=1.5.0,>=1.3.0
33
+ Requires-Dist: jpype1>=1.3.0
34
34
  Requires-Dist: jgo
35
35
  Provides-Extra: dev
36
36
  Requires-Dist: assertpy; extra == "dev"
@@ -20,7 +20,7 @@ channels:
20
20
  dependencies:
21
21
  - python >= 3.8
22
22
  # Project dependencies
23
- - jpype1 >= 1.3.0, <= 1.5.0
23
+ - jpype1 >= 1.3.0
24
24
  - jgo
25
25
  - openjdk >= 8, < 12
26
26
  # Test dependencies
@@ -21,7 +21,7 @@ channels:
21
21
  dependencies:
22
22
  - python >= 3.8
23
23
  # Project dependencies
24
- - jpype1 >= 1.3.0, <= 1.5.0
24
+ - jpype1 >= 1.3.0
25
25
  - jgo
26
26
  - openjdk >= 8
27
27
  # Project from source
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "scyjava"
7
- version = "1.10.1"
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, <= 1.5.0",
37
+ "jpype1 >= 1.3.0",
38
38
  "jgo",
39
39
  ]
40
40
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: scyjava
3
- Version: 1.10.1
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<=1.5.0,>=1.3.0
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
@@ -1,4 +1,4 @@
1
- jpype1<=1.5.0,>=1.3.0
1
+ jpype1>=1.3.0
2
2
  jgo
3
3
 
4
4
  [dev]
@@ -0,0 +1,2 @@
1
+ # Created by pytest automatically.
2
+ *
@@ -0,0 +1,4 @@
1
+ Signature: 8a477f597d28d172789f06886806bc55
2
+ # This file is a cache directory tag created by pytest.
3
+ # For information about cache directory tags, see:
4
+ # https://bford.info/cachedir/spec.html
@@ -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,3 @@
1
+ {
2
+ "test_arrays.py": true
3
+ }
@@ -0,0 +1,4 @@
1
+ [
2
+ "test_types.py::TestTypes::test_numeric_bounds",
3
+ "test_types.py::TestTypes::test_value_bounds"
4
+ ]
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