bsb-json 0.0.0b7__tar.gz → 4.0.0rc2__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.

Potentially problematic release.


This version of bsb-json might be problematic. Click here for more details.

@@ -1,18 +1,18 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bsb-json
3
- Version: 0.0.0b7
3
+ Version: 4.0.0rc2
4
4
  Summary: JSON parser and utilities for the BSB.
5
5
  Author-email: Robin De Schepper <robingilbert.deschepper@unipv.it>
6
6
  Requires-Python: >=3.8
7
7
  Description-Content-Type: text/markdown
8
8
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
9
- Requires-Dist: bsb-core>=4.0.0b6,<=4.0.0b9999
9
+ Requires-Dist: bsb-core==4.0.0rc2
10
10
  Requires-Dist: pre-commit~=3.5 ; extra == "dev"
11
11
  Requires-Dist: black~=23.11 ; extra == "dev"
12
12
  Requires-Dist: isort~=5.12 ; extra == "dev"
13
13
  Requires-Dist: bump-my-version~=0.18 ; extra == "dev"
14
14
  Requires-Dist: bsb-core[parallel] ; extra == "test"
15
- Requires-Dist: bsb-test>=0.0.0b7,<=0.0.0b9999 ; extra == "test"
15
+ Requires-Dist: bsb-test==4.0.0rc2 ; extra == "test"
16
16
  Requires-Dist: coverage~=7.0 ; extra == "test"
17
17
  Provides-Extra: dev
18
18
  Provides-Extra: test
@@ -4,4 +4,4 @@ JSON parser and utilities for the BSB.
4
4
 
5
5
  from .schema import get_json_schema, get_schema
6
6
 
7
- __version__ = "0.0.0-b7"
7
+ __version__ = "4.0.0-rc2"
@@ -10,7 +10,7 @@ license = {file = "LICENSE"}
10
10
  classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]
11
11
  dynamic = ["version", "description"]
12
12
  requires-python = ">=3.8"
13
- dependencies = ["bsb-core>=4.0.0b6,<=4.0.0b9999"]
13
+ dependencies = ["bsb-core==4.0.0rc2"]
14
14
 
15
15
  [project.entry-points."bsb.config.parsers"]
16
16
  json = "bsb_json.parser"
@@ -22,7 +22,7 @@ json_templates = "bsb_json.templates"
22
22
  name = "bsb_json"
23
23
 
24
24
  [project.optional-dependencies]
25
- test = ["bsb-core[parallel]", "bsb-test>=0.0.0b7,<=0.0.0b9999", "coverage~=7.0"]
25
+ test = ["bsb-core[parallel]", "bsb-test==4.0.0rc2", "coverage~=7.0"]
26
26
  dev = [
27
27
  "pre-commit~=3.5",
28
28
  "black~=23.11",
@@ -34,7 +34,7 @@ dev = [
34
34
  profile = "black"
35
35
 
36
36
  [tool.bumpversion]
37
- current_version = "0.0.0-b7"
37
+ current_version = "4.0.0-rc2"
38
38
  parse = """(?x)
39
39
  (?P<major>0|[1-9]\\d*)\\.
40
40
  (?P<minor>0|[1-9]\\d*)\\.
File without changes
File without changes