From d0935e751b04766914ba35988c8d34c4213b8026 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ren=C3=A9=20Milk?= <rene.milk@wwu.de>
Date: Wed, 4 Jul 2018 14:52:19 +0200
Subject: [PATCH] [py] bump pylicense req. version

that version reoves the necessity to add prefixes to license strings
---
 .gitsuper          | 4 ++--
 python/setup.py.in | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitsuper b/.gitsuper
index d2a2e8cd6..4adf543b1 100644
--- a/.gitsuper
+++ b/.gitsuper
@@ -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
diff --git a/python/setup.py.in b/python/setup.py.in
index 45ec63c7b..9d07697ab 100644
--- a/python/setup.py.in
+++ b/python/setup.py.in
@@ -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')
-- 
GitLab