changeset 2059:1d50165c73b8

rdfdb to dev version. updates other pkg versions
author drewp@bigasterisk.com
date Fri, 13 May 2022 22:25:46 -0700
parents 16c7dd543250
children 905cf827d750
files pdm.lock pyproject.toml
diffstat 2 files changed, 67 insertions(+), 69 deletions(-) [+]
line wrap: on
line diff
--- a/pdm.lock	Fri May 13 15:30:45 2022 -0700
+++ b/pdm.lock	Fri May 13 22:25:46 2022 -0700
@@ -166,7 +166,7 @@
 name = "cycloneerr"
 version = "0.4.0"
 url = "https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.4.0.tar.gz"
-summary = "UNKNOWN"
+summary = ""
 dependencies = [
     "cyclone",
 ]
@@ -174,7 +174,7 @@
 [[package]]
 name = "decorator"
 version = "4.4.2"
-requires_python = ">=2.6, !=3.0.*, !=3.1.*"
+requires_python = ">=3.5"
 summary = "Decorators for Humans"
 
 [[package]]
@@ -255,14 +255,14 @@
 requires_python = ">=3.7"
 summary = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats."
 dependencies = [
-    "numpy>=1.20.0",
+    "numpy",
     "pillow>=8.3.2",
 ]
 
 [[package]]
 name = "imageio-ffmpeg"
 version = "0.4.5"
-requires_python = ">=3.4"
+requires_python = ">=3.5"
 summary = "FFMPEG wrapper for Python"
 
 [[package]]
@@ -408,7 +408,7 @@
 summary = "Optional static typing for Python"
 dependencies = [
     "mypy-extensions>=0.4.3",
-    "tomli>=1.1.0",
+    "tomli>=1.1.0; python_version < \"3.11\"",
     "typing-extensions>=3.10",
 ]
 
@@ -582,7 +582,7 @@
 [[package]]
 name = "pygments"
 version = "2.11.2"
-requires_python = ">=3.5"
+requires_python = ">=3.6"
 summary = "Pygments is a syntax highlighting package written in Python."
 
 [[package]]
@@ -595,12 +595,6 @@
 ]
 
 [[package]]
-name = "pyhamcrest"
-version = "2.0.3"
-requires_python = ">=3.5"
-summary = "Hamcrest framework for matcher objects"
-
-[[package]]
 name = "pyjade"
 version = "4.0.0"
 summary = "Jade syntax template adapter for Django, Jinja2, Mako and Tornado templates"
@@ -620,8 +614,8 @@
 [[package]]
 name = "pyparsing"
 version = "3.0.7"
-requires_python = ">=3.6"
-summary = "Python parsing module"
+requires_python = ">=3.6.8"
+summary = "pyparsing module - Classes and methods to define and execute parsing grammars"
 
 [[package]]
 name = "pyreadline3"
@@ -690,18 +684,17 @@
 
 [[package]]
 name = "rdfdb"
-version = "0.21.0"
-url = "https://projects.bigasterisk.com/rdfdb/rdfdb-0.21.0.tar.gz"
+version = "0.22.0"
+requires_python = ">=3.9"
+path = "/home/drewp/projects/rdfdb"
 summary = "UNKNOWN"
 dependencies = [
     "autobahn",
     "cyclone",
     "mock",
+    "prometheus-client>=0.13.1",
     "rdflib",
-    "rdflib-jsonld",
-    "scales",
     "service-identity",
-    "standardservice",
     "treq",
 ]
 
@@ -717,14 +710,6 @@
 ]
 
 [[package]]
-name = "rdflib-jsonld"
-version = "0.6.2"
-summary = "rdflib extension adding JSON-LD parser and serializer"
-dependencies = [
-    "rdflib>=5.0.0",
-]
-
-[[package]]
 name = "requests"
 version = "2.27.1"
 requires_python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
@@ -752,7 +737,7 @@
 
 [[package]]
 name = "scipy"
-version = "1.6.1"
+version = "1.6.0"
 requires_python = ">=3.7"
 summary = "SciPy: Scientific Library for Python"
 dependencies = [
@@ -803,7 +788,7 @@
 name = "standardservice"
 version = "0.6.0"
 url = "https://projects.bigasterisk.com/standardservice/standardservice-0.6.0.tar.gz"
-summary = "UNKNOWN"
+summary = ""
 dependencies = [
     "psutil",
     "scales",
@@ -813,7 +798,7 @@
 [[package]]
 name = "starlette"
 version = "0.19.0"
-requires_python = ">=3.6"
+requires_python = ">=3.7"
 summary = "The little ASGI library that shines."
 dependencies = [
     "anyio<5,>=3.4.0",
@@ -833,10 +818,10 @@
 name = "starlette"
 version = "0.19.0"
 extras = ["standard"]
-requires_python = ">=3.6"
+requires_python = ">=3.7"
 summary = "The little ASGI library that shines."
 dependencies = [
-    "starlette",
+    "starlette>=0.19.0",
 ]
 
 [[package]]
@@ -902,28 +887,35 @@
 [[package]]
 name = "twisted"
 version = "19.2.1"
+requires_python = ">=3.6.7"
 summary = "An asynchronous networking framework written in Python"
 dependencies = [
-    "Automat>=0.3.0",
-    "PyHamcrest>=1.9.0",
-    "attrs>=17.4.0",
+    "Automat>=0.8.0",
+    "attrs>=19.2.0",
     "constantly>=15.1",
     "hyperlink>=17.1.1",
-    "incremental>=16.10.1",
+    "incremental>=21.3.0",
+    "twisted-iocpsupport<2,>=1.0.2; platform_system == \"Windows\"",
+    "typing-extensions>=3.6.5",
     "zope.interface>=4.4.2",
 ]
 
 [[package]]
+name = "twisted-iocpsupport"
+version = "1.0.2"
+summary = "An extension for use in the twisted I/O Completion Ports reactor."
+
+[[package]]
 name = "twisted"
 version = "22.2.0"
 extras = ["tls"]
 requires_python = ">=3.6.7"
 summary = "An asynchronous networking framework written in Python"
 dependencies = [
+    "Twisted>=18.7.0",
     "idna>=2.4",
     "pyopenssl>=16.0.0",
     "service-identity>=18.1.0",
-    "twisted",
 ]
 
 [[package]]
@@ -944,8 +936,8 @@
 [[package]]
 name = "typing-extensions"
 version = "4.1.1"
-requires_python = ">=3.6"
-summary = "Backported and Experimental Type Hints for Python 3.6+"
+requires_python = ">=3.7"
+summary = "Backported and Experimental Type Hints for Python 3.7+"
 
 [[package]]
 name = "udmx-pyusb"
@@ -1020,7 +1012,7 @@
 
 [metadata]
 lock_version = "3.1"
-content_hash = "sha256:cf4d983fdeb6aa86b91406cc99a3987f77340f9e0b544d0fbce0c213e25ca8c4"
+content_hash = "sha256:81c18f51153e4cb85073c7a1df75492a17d53257dd29c2f899518046d809b2ac"
 
 [metadata.files]
 "anyio 3.5.0" = [
@@ -1591,10 +1583,6 @@
 "pygobject 3.42.1" = [
     {file = "PyGObject-3.42.1.tar.gz", hash = "sha256:80d6a3ad1630e9d1edf31b9e9fad9a894c57e18545a3c95ef0044ac4042b8620"},
 ]
-"pyhamcrest 2.0.3" = [
-    {file = "PyHamcrest-2.0.3-py3-none-any.whl", hash = "sha256:c29dc977154c49e17c30d1ed49a0a6e31cb0dc7bcf733ac4aa9cb58519c2b00c"},
-    {file = "PyHamcrest-2.0.3.tar.gz", hash = "sha256:dfb19cf6d71743e086fbb761ed7faea5aacbc8ec10c17a08b93ecde39192a3db"},
-]
 "pyjade 4.0.0" = [
     {file = "pyjade-4.0.0.tar.gz", hash = "sha256:8d95b741de09c4942259fc3d1ad7b4f48166e69cef6f11c172e4b2c458b1ccd7"},
 ]
@@ -1686,10 +1674,6 @@
     {file = "rdflib-6.1.1-py3-none-any.whl", hash = "sha256:fc81cef513cd552d471f2926141396b633207109d0154c8e77926222c70367fe"},
     {file = "rdflib-6.1.1.tar.gz", hash = "sha256:8dbfa0af2990b98471dacbc936d6494c997ede92fd8ed693fb84ee700ef6f754"},
 ]
-"rdflib-jsonld 0.6.2" = [
-    {file = "rdflib_jsonld-0.6.2-py2.py3-none-any.whl", hash = "sha256:011afe67672353ca9978ab9a4bee964dff91f14042f2d8a28c22a573779d2f8b"},
-    {file = "rdflib-jsonld-0.6.2.tar.gz", hash = "sha256:107cd3019d41354c31687e64af5e3fd3c3e3fa5052ce635f5ce595fd31853a63"},
-]
 "requests 2.27.1" = [
     {file = "requests-2.27.1-py2.py3-none-any.whl", hash = "sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"},
     {file = "requests-2.27.1.tar.gz", hash = "sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"},
@@ -1701,26 +1685,26 @@
 "scales 1.0.9" = [
     {file = "scales-1.0.9.tar.gz", hash = "sha256:8b6930f7d4bf115192290b44c757af5e254e3fcfcb75ff9a51f5c96a404e2753"},
 ]
-"scipy 1.6.1" = [
-    {file = "scipy-1.6.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:a15a1f3fc0abff33e792d6049161b7795909b40b97c6cc2934ed54384017ab76"},
-    {file = "scipy-1.6.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:e79570979ccdc3d165456dd62041d9556fb9733b86b4b6d818af7a0afc15f092"},
-    {file = "scipy-1.6.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:a423533c55fec61456dedee7b6ee7dce0bb6bfa395424ea374d25afa262be261"},
-    {file = "scipy-1.6.1-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:33d6b7df40d197bdd3049d64e8e680227151673465e5d85723b3b8f6b15a6ced"},
-    {file = "scipy-1.6.1-cp37-cp37m-win32.whl", hash = "sha256:6725e3fbb47da428794f243864f2297462e9ee448297c93ed1dcbc44335feb78"},
-    {file = "scipy-1.6.1-cp37-cp37m-win_amd64.whl", hash = "sha256:5fa9c6530b1661f1370bcd332a1e62ca7881785cc0f80c0d559b636567fab63c"},
-    {file = "scipy-1.6.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:bd50daf727f7c195e26f27467c85ce653d41df4358a25b32434a50d8870fc519"},
-    {file = "scipy-1.6.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:f46dd15335e8a320b0fb4685f58b7471702234cba8bb3442b69a3e1dc329c345"},
-    {file = "scipy-1.6.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:0e5b0ccf63155d90da576edd2768b66fb276446c371b73841e3503be1d63fb5d"},
-    {file = "scipy-1.6.1-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:2481efbb3740977e3c831edfd0bd9867be26387cacf24eb5e366a6a374d3d00d"},
-    {file = "scipy-1.6.1-cp38-cp38-win32.whl", hash = "sha256:68cb4c424112cd4be886b4d979c5497fba190714085f46b8ae67a5e4416c32b4"},
-    {file = "scipy-1.6.1-cp38-cp38-win_amd64.whl", hash = "sha256:5f331eeed0297232d2e6eea51b54e8278ed8bb10b099f69c44e2558c090d06bf"},
-    {file = "scipy-1.6.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:0c8a51d33556bf70367452d4d601d1742c0e806cd0194785914daf19775f0e67"},
-    {file = "scipy-1.6.1-cp39-cp39-manylinux1_i686.whl", hash = "sha256:83bf7c16245c15bc58ee76c5418e46ea1811edcc2e2b03041b804e46084ab627"},
-    {file = "scipy-1.6.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:794e768cc5f779736593046c9714e0f3a5940bc6dcc1dba885ad64cbfb28e9f0"},
-    {file = "scipy-1.6.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:5da5471aed911fe7e52b86bf9ea32fb55ae93e2f0fac66c32e58897cfb02fa07"},
-    {file = "scipy-1.6.1-cp39-cp39-win32.whl", hash = "sha256:8e403a337749ed40af60e537cc4d4c03febddcc56cd26e774c9b1b600a70d3e4"},
-    {file = "scipy-1.6.1-cp39-cp39-win_amd64.whl", hash = "sha256:a5193a098ae9f29af283dcf0041f762601faf2e595c0db1da929875b7570353f"},
-    {file = "scipy-1.6.1.tar.gz", hash = "sha256:c4fceb864890b6168e79b0e714c585dbe2fd4222768ee90bc1aa0f8218691b11"},
+"scipy 1.6.0" = [
+    {file = "scipy-1.6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:3d4303e3e21d07d9557b26a1707bb9fc065510ee8501c9bf22a0157249a82fd0"},
+    {file = "scipy-1.6.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:1bc5b446600c4ff7ab36bade47180673141322f0febaa555f1c433fe04f2a0e3"},
+    {file = "scipy-1.6.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:8840a9adb4ede3751f49761653d3ebf664f25195fdd42ada394ffea8903dd51d"},
+    {file = "scipy-1.6.0-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:8629135ee00cc2182ac8be8e75643b9f02235942443732c2ed69ab48edcb6614"},
+    {file = "scipy-1.6.0-cp37-cp37m-win32.whl", hash = "sha256:58731bbe0103e96b89b2f41516699db9b63066e4317e31b8402891571f6d358f"},
+    {file = "scipy-1.6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:876badc33eec20709d4e042a09834f5953ebdac4088d45a4f3a1f18b56885718"},
+    {file = "scipy-1.6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:c0911f3180de343643f369dc5cfedad6ba9f939c2d516bddea4a6871eb000722"},
+    {file = "scipy-1.6.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:b8af26839ae343655f3ca377a5d5e5466f1d3b3ac7432a43449154fe958ae0e0"},
+    {file = "scipy-1.6.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:4f1d9cc977ac6a4a63c124045c1e8bf67ec37098f67c699887a93736961a00ae"},
+    {file = "scipy-1.6.0-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:eb7928275f3560d47e5538e15e9f32b3d64cd30ea8f85f3e82987425476f53f6"},
+    {file = "scipy-1.6.0-cp38-cp38-win32.whl", hash = "sha256:31ab217b5c27ab429d07428a76002b33662f98986095bbce5d55e0788f7e8b15"},
+    {file = "scipy-1.6.0-cp38-cp38-win_amd64.whl", hash = "sha256:2f1c2ebca6fd867160e70102200b1bd07b3b2d31a3e6af3c58d688c15d0d07b7"},
+    {file = "scipy-1.6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:155225621df90fcd151e25d51c50217e412de717475999ebb76e17e310176981"},
+    {file = "scipy-1.6.0-cp39-cp39-manylinux1_i686.whl", hash = "sha256:f68d5761a2d2376e2b194c8e9192bbf7c51306ca176f1a0889990a52ef0d551f"},
+    {file = "scipy-1.6.0-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:d902d3a5ad7f28874c0a82db95246d24ca07ad932741df668595fe00a4819870"},
+    {file = "scipy-1.6.0-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:aef3a2dbc436bbe8f6e0b635f0b5fe5ed024b522eee4637dbbe0b974129ca734"},
+    {file = "scipy-1.6.0-cp39-cp39-win32.whl", hash = "sha256:cdbc47628184a0ebeb5c08f1892614e1bd4a51f6e0d609c6eed253823a960f5b"},
+    {file = "scipy-1.6.0-cp39-cp39-win_amd64.whl", hash = "sha256:313785c4dab65060f9648112d025f6d2fec69a8a889c714328882d678a95f053"},
+    {file = "scipy-1.6.0.tar.gz", hash = "sha256:cb6dc9f82dfd95f6b9032a8d7ea70efeeb15d5b5fd6ed4e8537bb3c673580566"},
 ]
 "service-identity 21.1.0" = [
     {file = "service_identity-21.1.0-py2.py3-none-any.whl", hash = "sha256:f0b0caac3d40627c3c04d7a51b6e06721857a0e10a8775f2d1d7e72901b3a7db"},
@@ -1784,6 +1768,20 @@
 "twisted 19.2.1" = [
     {file = "Twisted-19.2.1.tar.bz2", hash = "sha256:fa2c04c2d68a9be7fc3975ba4947f653a57a656776f24be58ff0fe4b9aaf3e52"},
 ]
+"twisted-iocpsupport 1.0.2" = [
+    {file = "twisted_iocpsupport-1.0.2-cp310-cp310-win32.whl", hash = "sha256:985c06a33f5c0dae92c71a036d1ea63872ee86a21dd9b01e1f287486f15524b4"},
+    {file = "twisted_iocpsupport-1.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:81b3abe3527b367da0220482820cb12a16c661672b7bcfcde328902890d63323"},
+    {file = "twisted_iocpsupport-1.0.2-cp36-cp36m-win32.whl", hash = "sha256:9dbb8823b49f06d4de52721b47de4d3b3026064ef4788ce62b1a21c57c3fff6f"},
+    {file = "twisted_iocpsupport-1.0.2-cp36-cp36m-win_amd64.whl", hash = "sha256:b9fed67cf0f951573f06d560ac2f10f2a4bbdc6697770113a2fc396ea2cb2565"},
+    {file = "twisted_iocpsupport-1.0.2-cp37-cp37m-win32.whl", hash = "sha256:b76b4eed9b27fd63ddb0877efdd2d15835fdcb6baa745cb85b66e5d016ac2878"},
+    {file = "twisted_iocpsupport-1.0.2-cp37-cp37m-win_amd64.whl", hash = "sha256:851b3735ca7e8102e661872390e3bce88f8901bece95c25a0c8bb9ecb8a23d32"},
+    {file = "twisted_iocpsupport-1.0.2-cp38-cp38-win32.whl", hash = "sha256:bf4133139d77fc706d8f572e6b7d82871d82ec7ef25d685c2351bdacfb701415"},
+    {file = "twisted_iocpsupport-1.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:306becd6e22ab6e8e4f36b6bdafd9c92e867c98a5ce517b27fdd27760ee7ae41"},
+    {file = "twisted_iocpsupport-1.0.2-cp39-cp39-win32.whl", hash = "sha256:3c61742cb0bc6c1ac117a7e5f422c129832f0c295af49e01d8a6066df8cfc04d"},
+    {file = "twisted_iocpsupport-1.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:b435857b9efcbfc12f8c326ef0383f26416272260455bbca2cd8d8eca470c546"},
+    {file = "twisted_iocpsupport-1.0.2-pp37-pypy37_pp73-win_amd64.whl", hash = "sha256:7d972cfa8439bdcb35a7be78b7ef86d73b34b808c74be56dfa785c8a93b851bf"},
+    {file = "twisted-iocpsupport-1.0.2.tar.gz", hash = "sha256:72068b206ee809c9c596b57b5287259ea41ddb4774d86725b19f35bf56aa32a9"},
+]
 "twisted 22.2.0" = [
     {file = "Twisted-22.2.0-py3-none-any.whl", hash = "sha256:5c63c149eb6b8fe1e32a0215b1cef96fabdba04f705d8efb9174b1ccf5b49d49"},
     {file = "Twisted-22.2.0.tar.gz", hash = "sha256:57f32b1f6838facb8c004c89467840367ad38e9e535f8252091345dba500b4f2"},
--- a/pyproject.toml	Fri May 13 15:30:45 2022 -0700
+++ b/pyproject.toml	Fri May 13 22:25:46 2022 -0700
@@ -36,7 +36,7 @@
     "watchdog>=2.1.7",
     "standardservice @ https://projects.bigasterisk.com/standardservice/standardservice-0.6.0.tar.gz",
     "cycloneerr @ https://projects.bigasterisk.com/cycloneerr/cycloneerr-0.4.0.tar.gz",
-    "rdfdb @ https://projects.bigasterisk.com/rdfdb/rdfdb-0.21.0.tar.gz",
+    "rdfdb @ file:///home/drewp/projects/rdfdb",
     "web.py>=0.62",
     "uvicorn>=0.17.6",
     "starlette[standard]>=0.19.0",