ommx-openjij-adapter 1.8.2__tar.gz → 1.8.4__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ommx_openjij_adapter
3
- Version: 1.8.2
3
+ Version: 1.8.4
4
4
  Summary: OMMX Adapter for OpenJij.
5
5
  Author-email: "Jij Inc." <info@j-ij.com>
6
6
  Project-URL: Repository, https://github.com/Jij-Inc/ommx
@@ -14,9 +14,8 @@ Classifier: License :: OSI Approved :: Apache Software License
14
14
  Classifier: License :: OSI Approved :: MIT License
15
15
  Requires-Python: <3.13,>=3.9
16
16
  Description-Content-Type: text/markdown
17
- Requires-Dist: ommx<2.0.0,>=1.8.2
17
+ Requires-Dist: ommx<2.0.0,>=1.8.4
18
18
  Requires-Dist: openjij>=0.9.2
19
- Provides-Extra: dev
20
19
 
21
20
  OMMX Adapter for OpenJij
22
21
  =========================
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: ommx_openjij_adapter
3
- Version: 1.8.2
3
+ Version: 1.8.4
4
4
  Summary: OMMX Adapter for OpenJij.
5
5
  Author-email: "Jij Inc." <info@j-ij.com>
6
6
  Project-URL: Repository, https://github.com/Jij-Inc/ommx
@@ -14,9 +14,8 @@ Classifier: License :: OSI Approved :: Apache Software License
14
14
  Classifier: License :: OSI Approved :: MIT License
15
15
  Requires-Python: <3.13,>=3.9
16
16
  Description-Content-Type: text/markdown
17
- Requires-Dist: ommx<2.0.0,>=1.8.2
17
+ Requires-Dist: ommx<2.0.0,>=1.8.4
18
18
  Requires-Dist: openjij>=0.9.2
19
- Provides-Extra: dev
20
19
 
21
20
  OMMX Adapter for OpenJij
22
21
  =========================
@@ -0,0 +1,2 @@
1
+ ommx<2.0.0,>=1.8.4
2
+ openjij>=0.9.2
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "ommx_openjij_adapter"
7
- version = "1.8.2"
7
+ version = "1.8.4"
8
8
 
9
9
  description = "OMMX Adapter for OpenJij."
10
10
  authors = [{ name = "Jij Inc.", email = "info@j-ij.com" }]
@@ -20,11 +20,8 @@ classifiers = [
20
20
  "License :: OSI Approved :: Apache Software License",
21
21
  "License :: OSI Approved :: MIT License",
22
22
  ]
23
- dependencies = ["ommx>=1.8.2,<2.0.0","openjij>=0.9.2"]
23
+ dependencies = ["ommx>=1.8.4,<2.0.0", "openjij>=0.9.2"]
24
24
 
25
25
  [project.urls]
26
26
  Repository = "https://github.com/Jij-Inc/ommx"
27
27
  Issues = "https://github.com/Jij-Inc/ommx/issues"
28
-
29
- [project.optional-dependencies]
30
- dev = []
@@ -1,4 +0,0 @@
1
- ommx<2.0.0,>=1.8.2
2
- openjij>=0.9.2
3
-
4
- [dev]