bsb 4.4.0__tar.gz → 4.4.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.

Potentially problematic release.


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

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: bsb
3
- Version: 4.4.0
3
+ Version: 4.4.2
4
4
  Summary: Black-box component framework for multiscale neural modeling
5
5
  Author: Robin De Schepper
6
6
  Maintainer-email: Dimitri Rodarie <dimitri.rodarie@unipv.it>
@@ -696,7 +696,7 @@ Requires-Dist: bsb-core[parallel]; extra == "parallel"
696
696
  Provides-Extra: neuron
697
697
  Requires-Dist: bsb-neuron~=4.2.2; extra == "neuron"
698
698
  Provides-Extra: nest
699
- Requires-Dist: bsb-nest~=4.4.0; extra == "nest"
699
+ Requires-Dist: bsb-nest~=4.3.2; extra == "nest"
700
700
  Provides-Extra: arbor
701
701
  Requires-Dist: bsb-arbor~=4.1.1; extra == "arbor"
702
702
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: bsb
3
- Version: 4.4.0
3
+ Version: 4.4.2
4
4
  Summary: Black-box component framework for multiscale neural modeling
5
5
  Author: Robin De Schepper
6
6
  Maintainer-email: Dimitri Rodarie <dimitri.rodarie@unipv.it>
@@ -696,7 +696,7 @@ Requires-Dist: bsb-core[parallel]; extra == "parallel"
696
696
  Provides-Extra: neuron
697
697
  Requires-Dist: bsb-neuron~=4.2.2; extra == "neuron"
698
698
  Provides-Extra: nest
699
- Requires-Dist: bsb-nest~=4.4.0; extra == "nest"
699
+ Requires-Dist: bsb-nest~=4.3.2; extra == "nest"
700
700
  Provides-Extra: arbor
701
701
  Requires-Dist: bsb-arbor~=4.1.1; extra == "arbor"
702
702
 
@@ -7,7 +7,7 @@ bsb-hdf5~=5.0.2
7
7
  bsb-arbor~=4.1.1
8
8
 
9
9
  [nest]
10
- bsb-nest~=4.4.0
10
+ bsb-nest~=4.3.2
11
11
 
12
12
  [neuron]
13
13
  bsb-neuron~=4.2.2
@@ -11,7 +11,7 @@ readme = "README.md"
11
11
  license = { file = "LICENSE" }
12
12
  classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]
13
13
  requires-python = ">=3.9"
14
- version = "4.4.0"
14
+ version = "4.4.2"
15
15
  dependencies = [
16
16
  "bsb-core~=5.0.2",
17
17
  "bsb-json~=4.2.2",
@@ -22,7 +22,7 @@ dependencies = [
22
22
  [project.optional-dependencies]
23
23
  parallel = ["bsb-core[parallel]"]
24
24
  neuron = ["bsb-neuron~=4.2.2"]
25
- nest = ["bsb-nest~=4.4.0"]
25
+ nest = ["bsb-nest~=4.3.2"]
26
26
  arbor = ["bsb-arbor~=4.1.1"]
27
27
 
28
28
  [project.urls]
@@ -34,11 +34,11 @@ Documentation = "https://bsb.readthedocs.io/"
34
34
  [tool.setuptools]
35
35
  packages = []
36
36
  [tool.bumpversion]
37
- current_version = "4.4.0"
37
+ current_version = "4.4.2"
38
38
  parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
39
39
  serialize = ["{major}.{minor}.{patch}"]
40
- search = "{current_version}"
41
- replace = "{new_version}"
40
+ search = 'version = "{current_version}"'
41
+ replace = 'version = "{new_version}"'
42
42
  regex = false
43
43
  ignore_missing_version = false
44
44
  tag = true
@@ -56,6 +56,18 @@ optional_value = "final"
56
56
 
57
57
  [[tool.bumpversion.files]]
58
58
  filename = "codemeta.json"
59
+ search = '"version": "{current_version}"'
60
+ replace = '"version": "{new_version}"'
61
+
62
+ [[tool.bumpversion.files]]
63
+ filename = "codemeta.json"
64
+ search = '"releaseNotes": "https://github.com/dbbs-lab/bsb/releases/tag/v{current_version}"'
65
+ replace = '"releaseNotes": "https://github.com/dbbs-lab/bsb/releases/tag/v{new_version}"'
66
+
67
+ [[tool.bumpversion.files]]
68
+ filename = "codemeta.json"
69
+ search = '"downloadUrl": "https://github.com/dbbs-lab/bsb/archive/refs/tags/v{current_version}.tar.gz"'
70
+ replace = '"downloadUrl": "https://github.com/dbbs-lab/bsb/archive/refs/tags/v{new_version}.tar.gz"'
59
71
 
60
72
  [[tool.bumpversion.files]]
61
73
  filename = "codemeta.json"
File without changes
File without changes
File without changes
File without changes
File without changes