Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-xt
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
ag-ohlberger
dune-community
dune-xt
Commits
d0935e75
Commit
d0935e75
authored
6 years ago
by
René Fritze
Committed by
René Milk
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[py] bump pylicense req. version
that version reoves the necessity to add prefixes to license strings
parent
6bd84e14
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitsuper
+2
-2
2 additions, 2 deletions
.gitsuper
python/setup.py.in
+1
-1
1 addition, 1 deletion
python/setup.py.in
with
3 additions
and
3 deletions
.gitsuper
+
2
−
2
View file @
d0935e75
...
...
@@ -13,7 +13,7 @@ status = 1a3bcab04b011a5d6e44f9983cae6ff89fa695e8 bin (heads/master)
741e4f8e53bdd3e1b6e19d84eb22b6e3dc48526c dune-python (remotes/origin/releases/2.5)
26cc8cb4161a3a51002ab2a81b8c81d2c951ee79 dune-testtools (remotes/origin/p/renemilk/testname_listing_hack_no-skiptest)
c2addd62e6f6302e4f90ed7fbe62c9b633c3bf42 dune-uggrid (v2.5.1rc1)
+
6df38a52aafa2f04c86530dbbb09a8c934112098
dune-xt-common (heads/update_vcsetup)
+
8b818e0a2a3ec1c01323accace86ac9b5c4a2925
dune-xt-common (heads/update_vcsetup)
+b1b209edb362862ab3960569385253605959f456 dune-xt-functions (heads/update_vcsetup)
+0847ae4d67647e0014855d19c1c8979f62428aa3 dune-xt-grid (heads/update_vcsetup)
+d3772f6d9bbeaeef5e15583b6abea4921b79fcb6 dune-xt-la (heads/update_vcsetup)
...
...
@@ -88,7 +88,7 @@ commit = c2addd62e6f6302e4f90ed7fbe62c9b633c3bf42
[submodule.dune-xt-common]
remote = git@github.com:dune-community/dune-xt-common.git
status = 2424627f0ad5de7e4aaa5e7f48bc2a02414d95a1 .vcsetup (heads/master)
commit =
6df38a52aafa2f04c86530dbbb09a8c934112098
commit =
8b818e0a2a3ec1c01323accace86ac9b5c4a2925
[submodule.dune-xt-functions]
remote = git@github.com:dune-community/dune-xt-functions.git
...
...
This diff is collapsed.
Click to expand it.
python/setup.py.in
+
1
−
1
View file @
d0935e75
...
...
@@ -16,7 +16,7 @@
import
sys
from
setuptools
import
setup
,
find_packages
requires
=
[
'
binpacking==1.3
'
,
'
cython
'
,
'
jinja2
'
,
'
docopt
'
,
'
pylicense3>=0.
2.1
'
,
requires
=
[
'
binpacking==1.3
'
,
'
cython
'
,
'
jinja2
'
,
'
docopt
'
,
'
pylicense3>=0.
3.0
'
,
'
ipython
'
,
'
pytest
'
,
'
pytest-cov
'
,
'
cmake_format>=0.3.6
'
]
if
'
${HAVE_MPI}
'
==
'
TRUE
'
:
requires
.
append
(
'
mpi4py
'
)
...
...
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