invenio-vocabularies 6.8.0__py2.py3-none-any.whl → 6.9.0__py2.py3-none-any.whl
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 invenio-vocabularies might be problematic. Click here for more details.
- invenio_vocabularies/__init__.py +1 -1
- invenio_vocabularies/contrib/affiliations/schema.py +10 -0
- {invenio_vocabularies-6.8.0.dist-info → invenio_vocabularies-6.9.0.dist-info}/METADATA +5 -1
- {invenio_vocabularies-6.8.0.dist-info → invenio_vocabularies-6.9.0.dist-info}/RECORD +9 -9
- {invenio_vocabularies-6.8.0.dist-info → invenio_vocabularies-6.9.0.dist-info}/AUTHORS.rst +0 -0
- {invenio_vocabularies-6.8.0.dist-info → invenio_vocabularies-6.9.0.dist-info}/LICENSE +0 -0
- {invenio_vocabularies-6.8.0.dist-info → invenio_vocabularies-6.9.0.dist-info}/WHEEL +0 -0
- {invenio_vocabularies-6.8.0.dist-info → invenio_vocabularies-6.9.0.dist-info}/entry_points.txt +0 -0
- {invenio_vocabularies-6.8.0.dist-info → invenio_vocabularies-6.9.0.dist-info}/top_level.txt +0 -0
invenio_vocabularies/__init__.py
CHANGED
|
@@ -59,3 +59,13 @@ class AffiliationRelationSchema(ContribVocabularyRelationSchema):
|
|
|
59
59
|
ftf_name = "name"
|
|
60
60
|
parent_field_name = "affiliations"
|
|
61
61
|
name = SanitizedUnicode()
|
|
62
|
+
identifiers = IdentifierSet(
|
|
63
|
+
fields.Nested(
|
|
64
|
+
partial(
|
|
65
|
+
IdentifierSchema,
|
|
66
|
+
allowed_schemes=affiliation_schemes,
|
|
67
|
+
identifier_required=False,
|
|
68
|
+
)
|
|
69
|
+
),
|
|
70
|
+
dump_only=True,
|
|
71
|
+
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: invenio-vocabularies
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.9.0
|
|
4
4
|
Summary: Invenio module for managing vocabularies.
|
|
5
5
|
Home-page: https://github.com/inveniosoftware/invenio-vocabularies
|
|
6
6
|
Author: CERN
|
|
@@ -88,6 +88,10 @@ https://invenio-vocabularies.readthedocs.io/
|
|
|
88
88
|
Changes
|
|
89
89
|
=======
|
|
90
90
|
|
|
91
|
+
Version v6.9.0 (released 2024-12-09)
|
|
92
|
+
|
|
93
|
+
- schema: added identifiers in affiliations relation
|
|
94
|
+
|
|
91
95
|
Version v6.8.0 (released 2024-12-09)
|
|
92
96
|
|
|
93
97
|
- names: extract affiliation identifiers from employments
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
invenio_vocabularies/__init__.py,sha256=
|
|
1
|
+
invenio_vocabularies/__init__.py,sha256=sQ6j-Dnfro84dUjb1SBr8X7MucAMXh1112UnZK_-tZE,377
|
|
2
2
|
invenio_vocabularies/cli.py,sha256=CpXTTIn2GTpUqNfLEMlRAp3JWst8ZjHVxoGYdhuuv_4,5959
|
|
3
3
|
invenio_vocabularies/config.py,sha256=h9Iied753mmZwZZHe5COMqUYvV-zSQtx763EIkUVb1Q,6973
|
|
4
4
|
invenio_vocabularies/ext.py,sha256=GujJ4UARd4Fxf4z7zznRk9JAgHamZuYCOdrKU5czg00,5987
|
|
@@ -51,7 +51,7 @@ invenio_vocabularies/contrib/affiliations/datastreams.py,sha256=sMvkt9XOBTV7Q0we
|
|
|
51
51
|
invenio_vocabularies/contrib/affiliations/facets.py,sha256=w316MGvtdyTpRCPOpCEmMxxLraRkbFFb1VvLkFlEc9o,1229
|
|
52
52
|
invenio_vocabularies/contrib/affiliations/models.py,sha256=JUcj-1ydc2Cw2Rsc24JwXE3TFBJ_6fivhUYhGq4rT8A,329
|
|
53
53
|
invenio_vocabularies/contrib/affiliations/resources.py,sha256=DBEbRxQmp-o-PeZlgFG588Q4sGcruuwIL8L9O-SzCes,435
|
|
54
|
-
invenio_vocabularies/contrib/affiliations/schema.py,sha256=
|
|
54
|
+
invenio_vocabularies/contrib/affiliations/schema.py,sha256=geORDYdBIWnv81Txl07qdHhB3U_fo9ObVp7UrSlCLRI,2104
|
|
55
55
|
invenio_vocabularies/contrib/affiliations/services.py,sha256=KJbv46c2LuQOW3xz7KVLtfZjWR8vhMRPHninlUEhrss,395
|
|
56
56
|
invenio_vocabularies/contrib/affiliations/jsonschemas/__init__.py,sha256=ILyZ5kejTr0p50macMBPALQCTJSe4KEE3_cgf2p3zV4,252
|
|
57
57
|
invenio_vocabularies/contrib/affiliations/jsonschemas/affiliations/affiliation-v1.0.0.json,sha256=be-glRNIBtIO87Tcyw8d68OdG4J8-ojjiCj8UJBnckg,1649
|
|
@@ -302,10 +302,10 @@ invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.mo,sha256=g1I5aNO8r
|
|
|
302
302
|
invenio_vocabularies/translations/zh_CN/LC_MESSAGES/messages.po,sha256=vg8qC8ofpAdJ3mQz7mWM1ylKDpiNWXFs7rlMdSPkgKk,4629
|
|
303
303
|
invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.mo,sha256=cqSm8NtMAwrP9O6qbmtkDtRT1e9D93qpsJN5X9_PPVw,600
|
|
304
304
|
invenio_vocabularies/translations/zh_TW/LC_MESSAGES/messages.po,sha256=9ACePz_EpB-LfcIJajZ2kp8Q04tcdrQLOtug162ZUss,4115
|
|
305
|
-
invenio_vocabularies-6.
|
|
306
|
-
invenio_vocabularies-6.
|
|
307
|
-
invenio_vocabularies-6.
|
|
308
|
-
invenio_vocabularies-6.
|
|
309
|
-
invenio_vocabularies-6.
|
|
310
|
-
invenio_vocabularies-6.
|
|
311
|
-
invenio_vocabularies-6.
|
|
305
|
+
invenio_vocabularies-6.9.0.dist-info/AUTHORS.rst,sha256=8d0p_WWE1r9DavvzMDi2D4YIGBHiMYcN3LYxqQOj8sY,291
|
|
306
|
+
invenio_vocabularies-6.9.0.dist-info/LICENSE,sha256=UvI8pR8jGWqe0sTkb_hRG6eIrozzWwWzyCGEpuXX4KE,1062
|
|
307
|
+
invenio_vocabularies-6.9.0.dist-info/METADATA,sha256=DDZji_utemzfuJq2CxCfHfyIwQApzq4hDckuaKpIsRo,12303
|
|
308
|
+
invenio_vocabularies-6.9.0.dist-info/WHEEL,sha256=-G_t0oGuE7UD0DrSpVZnq1hHMBV9DD2XkS5v7XpmTnk,110
|
|
309
|
+
invenio_vocabularies-6.9.0.dist-info/entry_points.txt,sha256=ud9nfdMlhO_mu3okwmy5vQD48r3-rCU_pSR-lUtLeYE,3180
|
|
310
|
+
invenio_vocabularies-6.9.0.dist-info/top_level.txt,sha256=x1gRNbaODF_bCD0SBLM3nVOFPGi06cmGX5X94WKrFKk,21
|
|
311
|
+
invenio_vocabularies-6.9.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{invenio_vocabularies-6.8.0.dist-info → invenio_vocabularies-6.9.0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|