bsb-json 4.2.1__tar.gz → 4.2.3__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,19 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: bsb-json
3
- Version: 4.2.1
3
+ Version: 4.2.3
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.1
9
+ License-File: LICENSE
10
+ Requires-Dist: bsb-core~=5.0
10
11
  Requires-Dist: bsb-json[test] ; extra == "dev"
11
12
  Requires-Dist: build~=1.0 ; extra == "dev"
12
13
  Requires-Dist: twine~=4.0 ; extra == "dev"
13
14
  Requires-Dist: pre-commit~=3.5 ; extra == "dev"
14
- Requires-Dist: black~=24.1.1 ; extra == "dev"
15
- Requires-Dist: isort~=5.12 ; extra == "dev"
15
+ Requires-Dist: black~=25.1.0 ; extra == "dev"
16
+ Requires-Dist: isort~=6.0.0 ; extra == "dev"
16
17
  Requires-Dist: bump-my-version~=0.24 ; extra == "dev"
17
18
  Requires-Dist: bsb-core[parallel] ; extra == "test"
18
19
  Requires-Dist: bsb-test~=4.0 ; extra == "test"
@@ -25,6 +26,6 @@ Provides-Extra: test
25
26
 
26
27
  # bsb-json
27
28
 
28
- `bsb-json` is a plugin of [BSB](https://github.com/dbbs-lab/bsb) (see also
29
+ `bsb-json` is a plugin of the [BSB](https://github.com/dbbs-lab/bsb) (see also
29
30
  [bsb-core](https://github.com/dbbs-lab/bsb-core)).
30
31
  It allows the user to write their models' configuration in the json format.
@@ -3,6 +3,6 @@
3
3
 
4
4
  # bsb-json
5
5
 
6
- `bsb-json` is a plugin of [BSB](https://github.com/dbbs-lab/bsb) (see also
6
+ `bsb-json` is a plugin of the [BSB](https://github.com/dbbs-lab/bsb) (see also
7
7
  [bsb-core](https://github.com/dbbs-lab/bsb-core)).
8
8
  It allows the user to write their models' configuration in the json format.
@@ -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__ = "4.2.1"
7
+ __version__ = "4.2.3"
@@ -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.1"]
13
+ dependencies = ["bsb-core~=5.0"]
14
14
 
15
15
  [project.entry-points."bsb.config.parsers"]
16
16
  json = "bsb_json.parser"
@@ -28,8 +28,8 @@ dev = [
28
28
  "build~=1.0",
29
29
  "twine~=4.0",
30
30
  "pre-commit~=3.5",
31
- "black~=24.1.1",
32
- "isort~=5.12",
31
+ "black~=25.1.0",
32
+ "isort~=6.0.0",
33
33
  "bump-my-version~=0.24"
34
34
  ]
35
35
 
@@ -37,7 +37,7 @@ dev = [
37
37
  profile = "black"
38
38
 
39
39
  [tool.bumpversion]
40
- current_version = "4.2.1"
40
+ current_version = "4.2.3"
41
41
  parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
42
42
  serialize = ["{major}.{minor}.{patch}"]
43
43
  search = "{current_version}"
File without changes
File without changes