Skip to content

Commit 87e53e8

Browse files
committed
v2.0
1 parent ed0e7fb commit 87e53e8

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

RELEASING.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ cldf validate cldf
2424

2525
```shell
2626
cldfbench geojson.validate cldf
27+
489 valid features
28+
426 valid speaker areas
2729
```
2830

2931
```shell
@@ -41,3 +43,14 @@ lowe1403: ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇
4143
ayer1246: ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 4.00
4244
kung1258: ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 4.08
4345
```
46+
47+
48+
## Release
49+
50+
Commit and push all changes.
51+
52+
Run
53+
```
54+
cldfbench glottography.release cldfbench_bowern2021australia.py vX.Y
55+
```
56+
and follow the instructions given in the output of the command.

cldf/Generic-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{
1717
"rdf:about": "https://github.com/Glottography/bowern2021australia",
1818
"rdf:type": "prov:Entity",
19-
"dc:created": "v1.01",
19+
"dc:created": "v1.01-1-ged0e7fb",
2020
"dc:title": "Repository"
2121
},
2222
{

cldf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ property | value
1313
[dc:license](http://purl.org/dc/terms/license) | https://creativecommons.org/licenses/by-nc/4.0/
1414
[dc:spatial](http://purl.org/dc/terms/spatial) | westlimit=112.9; southlimit=-39.2; eastlimit=153.7; northlimit=-9.1
1515
[dcat:accessURL](http://www.w3.org/ns/dcat#accessURL) | https://github.com/Glottography/bowern2021australia
16-
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/Glottography/bowern2021australia/tree/v1.01">Glottography/bowern2021australia v1.01</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v5.2">Glottolog v5.2</a></li></ol>
16+
[prov:wasDerivedFrom](http://www.w3.org/ns/prov#wasDerivedFrom) | <ol><li><a href="https://github.com/Glottography/bowern2021australia/tree/ed0e7fb">Glottography/bowern2021australia v1.01-1-ged0e7fb</a></li><li><a href="https://github.com/glottolog/glottolog/tree/v5.2">Glottolog v5.2</a></li></ol>
1717
[prov:wasGeneratedBy](http://www.w3.org/ns/prov#wasGeneratedBy) | <ol><li><strong>python</strong>: 3.12.3</li><li><strong>python-packages</strong>: <a href="./requirements.txt">requirements.txt</a></li></ol>
1818
[rdf:ID](http://www.w3.org/1999/02/22-rdf-syntax-ns#ID) | bowern2021australia
1919
[rdf:type](http://www.w3.org/1999/02/22-rdf-syntax-ns#type) | http://www.w3.org/ns/dcat#Distribution

cldf/requirements.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,10 @@ bs4==0.0.2
88
certifi==2024.8.30
99
chardet==5.2.0
1010
cldfbench==1.14.1
11-
-e git+https://github.com/Glottography/asher2007world@632bd62bd5c68910d8b54762b7c3caa2c92d1a57#egg=cldfbench_asher2007world
12-
-e git+https://github.com/Glottography/bowern2012pamanyungan@e02e5065382e7d1e63892018639ae56200f04c17#egg=cldfbench_bowern2012pamanyungan
13-
-e git+https://github.com/Glottography/bowern2021australia@56d42e3ec904ab6e0fd7493aa34072a8b5fcd5b3#egg=cldfbench_bowern2021australia
1411
cldfcatalog==1.5.1
1512
cldfgeojson==2.0.0
1613
cldfzenodo==2.1.2
17-
click==8.1.7
14+
click==8.3.1
1815
clldutils==3.24.1
1916
colorama==0.4.6
2017
colorlog==6.9.0
@@ -39,7 +36,7 @@ pluggy==1.5.0
3936
pybtex==0.24.0
4037
pycldf==1.39.0
4138
pycountry==24.6.1
42-
pyglottography==2.0.0
39+
pyglottography==2.0.3
4340
pyglottolog==3.14.0
4441
Pygments==2.18.0
4542
pylatexenc==2.10

0 commit comments

Comments
 (0)