Michael R. Crusoe pushed to branch upstream at Debian Med / python-schema-salad
Commits: be291258 by Michael R. Crusoe at 2020-05-11T14:27:21+02:00 New upstream version 5.0.20200416112825 - - - - - 5 changed files: - PKG-INFO - schema_salad.egg-info/PKG-INFO - schema_salad.egg-info/requires.txt - setup.cfg - setup.py Changes: ===================================== PKG-INFO ===================================== @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: schema-salad -Version: 5.0.20200302192450 +Version: 5.0.20200416112825 Summary: Schema Annotations for Linked Avro Data (SALAD) Home-page: https://github.com/common-workflow-language/schema_salad Author: Common workflow language working group ===================================== schema_salad.egg-info/PKG-INFO ===================================== @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: schema-salad -Version: 5.0.20200302192450 +Version: 5.0.20200416112825 Summary: Schema Annotations for Linked Avro Data (SALAD) Home-page: https://github.com/common-workflow-language/schema_salad Author: Common workflow language working group ===================================== schema_salad.egg-info/requires.txt ===================================== @@ -2,7 +2,7 @@ setuptools requests>=1.0 ruamel.yaml<=0.16.5,>=0.12.4 rdflib<4.3.0,>=4.2.2 -rdflib-jsonld<0.5.0,>=0.3.0 +rdflib-jsonld<0.6.0,>=0.3.0 mistune<0.9,>=0.8.1 CacheControl<0.12,>=0.11.7 lockfile>=0.9 ===================================== setup.cfg ===================================== @@ -5,6 +5,6 @@ test = pytest addopts = --pyargs schema_salad [egg_info] -tag_build = .20200302192450 +tag_build = .20200416112825 tag_date = 0 ===================================== setup.py ===================================== @@ -33,7 +33,7 @@ install_requires = [ # once the minimum version for ruamel.yaml >= 0.15.99 # then please update the mypy targets in the Makefile 'rdflib >= 4.2.2, < 4.3.0', - 'rdflib-jsonld >= 0.3.0, < 0.5.0', + 'rdflib-jsonld >= 0.3.0, < 0.6.0', 'mistune >= 0.8.1, < 0.9', 'CacheControl >= 0.11.7, < 0.12', 'lockfile >= 0.9', View it on GitLab: https://salsa.debian.org/med-team/python-schema-salad/-/commit/be291258f14747b7a4f8b72aee2419a53ebd2442 -- View it on GitLab: https://salsa.debian.org/med-team/python-schema-salad/-/commit/be291258f14747b7a4f8b72aee2419a53ebd2442 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
