Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Turris
reForis
Data Collection Plugin
Commits
d8b715fe
Verified
Commit
d8b715fe
authored
Aug 31, 2020
by
Aleksandr Gumroian
Browse files
Bump v0.2.2
parent
50475593
Pipeline
#70011
passed with stage
in 5 minutes and 53 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
js/package-lock.json
View file @
d8b715fe
{
"name": "reforis_data_collection",
"version": "0.2.
1
",
"version": "0.2.
2
",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
...
...
js/package.json
View file @
d8b715fe
...
...
@@ -2,7 +2,7 @@
"name"
:
"reforis_data_collection"
,
"author"
:
"CZ.NIC, z.s.p.o."
,
"license"
:
"GPL-3.0"
,
"version"
:
"0.2.
1
"
,
"version"
:
"0.2.
2
"
,
"description"
:
""
,
"main"
:
"./src/app.js"
,
"dependencies"
:
{
...
...
setup.py
View file @
d8b715fe
...
...
@@ -32,7 +32,7 @@ class DataCollectionBuild(build_py):
setuptools
.
setup
(
name
=
NAME
,
version
=
'0.2.
1
'
,
version
=
'0.2.
2
'
,
packages
=
setuptools
.
find_packages
(
exclude
=
[
'tests'
]),
include_package_data
=
True
,
...
...
@@ -51,8 +51,8 @@ setuptools.setup(
'pylint==2.3.1'
,
'pylint-quotes==0.2.1'
,
'pycodestyle==2.5.0'
,
'reforis @ git+https://gitlab.
labs.
nic.cz/turris/reforis/reforis@master#egg=reforis'
,
'foris-client @ git+https://gitlab.
labs.
nic.cz/turris/foris-controller/foris-client@master#egg=foris-client'
,
'reforis @ git+https://gitlab.nic.cz/turris/reforis/reforis@master#egg=reforis'
,
'foris-client @ git+https://gitlab.nic.cz/turris/foris-controller/foris-client@master#egg=foris-client'
,
'paho-mqtt==1.5.0'
,
],
},
...
...
@@ -60,7 +60,7 @@ setuptools.setup(
'reforis_distutils'
,
],
dependency_links
=
[
'git+https://gitlab.
labs.
nic.cz/turris/reforis/reforis-distutils.git#egg=reforis-distutils'
,
'git+https://gitlab.nic.cz/turris/reforis/reforis-distutils.git#egg=reforis-distutils'
,
],
entry_points
=
{
'foris.plugins'
:
f
'
{
NAME
}
=
{
NAME
}
:data_collection'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment