Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kypo-python-commons
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MUNI-KYPO-CRP
backend-python
kypo-python-commons
Commits
cd0ef556
Commit
cd0ef556
authored
3 years ago
by
Juraj Paluba
Browse files
Options
Downloads
Plain Diff
Merge branch '1-bump-the-kypo-topology-definition-version' into 'master'
Resolve "Bump the kypo-topology-definition version" Closes
#1
See merge request
!1
parents
8600cf9e
9869e672
No related branches found
No related tags found
1 merge request
!1
Resolve "Bump the kypo-topology-definition version"
Pipeline
#165179
passed
3 years ago
Stage: build
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Pipfile
+1
-1
1 addition, 1 deletion
Pipfile
Pipfile.lock
+2
-5
2 additions, 5 deletions
Pipfile.lock
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
7 deletions
Pipfile
+
1
−
1
View file @
cd0ef556
...
@@ -9,7 +9,7 @@ name = "kypo"
...
@@ -9,7 +9,7 @@ name = "kypo"
verify_ssl
=
true
verify_ssl
=
true
[packages]
[packages]
kypo-topology-definition
=
{
index
=
"kypo"
,
version
=
"
=
=
0.5
.
0
" }
kypo-topology-definition
=
{
index
=
"kypo"
,
version
=
"
~
=
0.5
.
0
" }
[
dev-packages
]
[
dev-packages
]
...
...
This diff is collapsed.
Click to expand it.
Pipfile.lock
+
2
−
5
View file @
cd0ef556
{
{
"_meta"
:
{
"_meta"
:
{
"hash"
:
{
"hash"
:
{
"sha256"
:
"
d005b02017e4de01599285d0f86b176d1ca214831c722c5d4e9782d1ac237014
"
"sha256"
:
"
e11847f89210cd8528f71ebe28221415f7a37f55910ec697cee83138adce0735
"
},
},
"pipfile-spec"
:
6
,
"pipfile-spec"
:
6
,
"requires"
:
{
"requires"
:
{
...
@@ -22,11 +22,8 @@
...
@@ -22,11 +22,8 @@
},
},
"default"
:
{
"default"
:
{
"kypo-topology-definition"
:
{
"kypo-topology-definition"
:
{
"hashes"
:
[
"sha256:6676bb3b4f5386ac85e400d3568a50a3b5f93e89b182f7e0a607ba7a042f58cc"
],
"index"
:
"kypo"
,
"index"
:
"kypo"
,
"version"
:
"==0.5.
0
"
"version"
:
"==0.5.
1
"
},
},
"netaddr"
:
{
"netaddr"
:
{
"hashes"
:
[
"hashes"
:
[
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
cd0ef556
...
@@ -17,7 +17,7 @@ setup(
...
@@ -17,7 +17,7 @@ setup(
long_description
=
read
(
'
README.md
'
),
long_description
=
read
(
'
README.md
'
),
packages
=
find_namespace_packages
(
include
=
[
'
kypo.*
'
],
exclude
=
[
'
tests
'
]),
packages
=
find_namespace_packages
(
include
=
[
'
kypo.*
'
],
exclude
=
[
'
tests
'
]),
install_requires
=
[
install_requires
=
[
'
kypo-topology-definition
=
=0.5.0
'
,
'
kypo-topology-definition
~
=0.5.0
'
,
],
],
python_requires
=
'
>=3
'
,
python_requires
=
'
>=3
'
,
zip_safe
=
False
zip_safe
=
False
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment