Skip to content
Snippets Groups Projects
Verified Commit aafcdac3 authored by Martin Weise's avatar Martin Weise
Browse files

Bump

parent 8a5b5d95
Branches
Tags
3 merge requests!387Wrong model,!384Wrong model,!381Wrong model
Showing
with 19 additions and 25 deletions
{
"_meta": {
"hash": {
"sha256": "b24e4e03891018663e2746e2dbe5a9fe716f823be5ccb310c90e8e68b9ffd1d5"
"sha256": "1013ec1b081d79912b7ec0878b4824cb4f885a96fec148ae728d746de601b493"
},
"pipfile-spec": 6,
"requires": {
......@@ -180,20 +180,20 @@
},
"boto3": {
"hashes": [
"sha256:41eb2b73eb612d300e629e3328b83f1ffea0fc6633e75c241a72a76746c1db26",
"sha256:f94faa7cf932d781f474d87f8b4c14a033af95ac1460136b40d75e7a30086ef0"
"sha256:39957eabdce009353d72d131046489fbbfa15891865d5f069f1e8bfa414e6b81",
"sha256:768c8a4d4a6227fe2258105efa086f1424cba5ca915a5eb2305b2cd979306ad1"
],
"index": "pypi",
"markers": "python_version >= '3.8'",
"version": "==1.36.21"
"version": "==1.36.22"
},
"botocore": {
"hashes": [
"sha256:24a7052e792639dc2726001bd474cd0aaa959c1e18ddd92c17f3adc6efa1b132",
"sha256:da746240e2ad64fd4997f7f3664a0a8e303d18075fc1d473727cb6375080ea16"
"sha256:59520247d5a479731724f97c995d5a1c2aae3b303b324f39d99efcfad1d3019e",
"sha256:75d6b34acb0686ee4d54ff6eb285e78ccfe318407428769d1e3e13351714d890"
],
"markers": "python_version >= '3.8'",
"version": "==1.36.21"
"version": "==1.36.22"
},
"certifi": {
"hashes": [
......@@ -421,11 +421,9 @@
},
"dbrepo": {
"hashes": [
"sha256:541a7d289dcc71fa251b4a6a5c2d3b6636de933b043e4cff4639e085e1b6cc15",
"sha256:d805f58bdf068f952a0ee90bad208f43c1f7d6ea23172d8d7f86c703d8674c9a"
"sha256:e2312f0d3cff34934578a16b01d646d8309e3a3d1bb4cbda9f984acf97824e00"
],
"markers": "python_version >= '3.11'",
"path": "./lib/dbrepo-1.6.4.tar.gz"
"path": "./lib/dbrepo-1.6.5.tar.gz"
},
"events": {
"hashes": [
......
File deleted
File added
File added
File added
{
"_meta": {
"hash": {
"sha256": "c22580f5873b7bd3fc1edb71c84b7269ae79da6a2554225fe8d95cab6af9f14d"
"sha256": "2f5a0ee9d98b5e49a8d4957fb07a5231178b3fe8cc2016850c9b42c67780004d"
},
"pipfile-spec": 6,
"requires": {
......@@ -369,11 +369,9 @@
},
"dbrepo": {
"hashes": [
"sha256:541a7d289dcc71fa251b4a6a5c2d3b6636de933b043e4cff4639e085e1b6cc15",
"sha256:d805f58bdf068f952a0ee90bad208f43c1f7d6ea23172d8d7f86c703d8674c9a"
"sha256:e2312f0d3cff34934578a16b01d646d8309e3a3d1bb4cbda9f984acf97824e00"
],
"markers": "python_version >= '3.11'",
"path": "./lib/dbrepo-1.6.4.tar.gz"
"path": "./lib/dbrepo-1.6.5.tar.gz"
},
"docker": {
"hashes": [
......
......@@ -9,7 +9,7 @@ opensearch-py = "~=2.2"
python-dotenv = "~=1.0"
testcontainers-opensearch = "*"
pytest = "*"
dbrepo = {path = "./lib/dbrepo-1.6.4.tar.gz"}
dbrepo = {path = "./lib/dbrepo-1.6.5.tar.gz"}
rdflib = "*"
[dev-packages]
......
{
"_meta": {
"hash": {
"sha256": "e9b86cb78a55fb9906d294b2ce675933832658ad12ad1ed4f7f3d5893bc0a301"
"sha256": "ff7c99ed5a6bbe231e029a957724c779f019be7456f43ef9cc08df576991d7c3"
},
"pipfile-spec": 6,
"requires": {
......@@ -259,11 +259,9 @@
},
"dbrepo": {
"hashes": [
"sha256:541a7d289dcc71fa251b4a6a5c2d3b6636de933b043e4cff4639e085e1b6cc15",
"sha256:d805f58bdf068f952a0ee90bad208f43c1f7d6ea23172d8d7f86c703d8674c9a"
"sha256:e2312f0d3cff34934578a16b01d646d8309e3a3d1bb4cbda9f984acf97824e00"
],
"markers": "python_version >= '3.11'",
"path": "./lib/dbrepo-1.6.4.tar.gz"
"path": "./lib/dbrepo-1.6.5.tar.gz"
},
"docker": {
"hashes": [
......
File deleted
File added
File added
File added
File deleted
File added
File added
File added
......@@ -31,11 +31,11 @@ build-lib: ## Build the Python Library.
python3 -m build --sdist ./lib/python
python3 -m build --wheel ./lib/python
cp -r ./lib/python/dist/dbrepo-${APP_VERSION}* ./dbrepo-analyse-service/lib
(cd ./dbrepo-analyse-service && python3 -m venv venv && PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev)
(cd ./dbrepo-analyse-service && PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev)
cp -r ./lib/python/dist/dbrepo-${APP_VERSION}* ./dbrepo-search-service/lib
(cd ./dbrepo-search-service && python3 -m venv venv && PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev)
(cd ./dbrepo-search-service && PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev)
cp -r ./lib/python/dist/dbrepo-${APP_VERSION}* ./dbrepo-search-service/init/lib
(cd ./dbrepo-search-service/init && python3 -m venv venv && PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev)
(cd ./dbrepo-search-service/init && PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev)
.PHONY: build-helm
build-helm: ## Build the DBRepo and DBRepo MariaDB Galera Helm Charts.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment