From 4e11c151bdb53d1072c4fa2a82df08b6a86aa4e9b4f84fd7c5e3a59b1f1b390e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 5 Sep 2024 06:57:39 +0000 Subject: [PATCH] - update to 0.8.0: * ColorMap text color * Add type hints OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-branca?expand=0&rev=27 --- branca-0.7.2.tar.gz | 3 --- branca-0.8.0.tar.gz | 3 +++ python-branca.changes | 7 +++++++ python-branca.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 branca-0.7.2.tar.gz create mode 100644 branca-0.8.0.tar.gz diff --git a/branca-0.7.2.tar.gz b/branca-0.7.2.tar.gz deleted file mode 100644 index 889e2ee..0000000 --- a/branca-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6649859b680c14ebb16a772b37cffe9b76df059cc8a79c185f131d59ed689dd9 -size 42586 diff --git a/branca-0.8.0.tar.gz b/branca-0.8.0.tar.gz new file mode 100644 index 0000000..18e982c --- /dev/null +++ b/branca-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d267864fb30d3e00c54fe5d9d3e9a9040a81f81d0516d077d12dd5b0619aa6fe +size 43075 diff --git a/python-branca.changes b/python-branca.changes index 4cf81b1..906fa5f 100644 --- a/python-branca.changes +++ b/python-branca.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Sep 5 06:56:55 UTC 2024 - Dirk Müller + +- update to 0.8.0: + * ColorMap text color + * Add type hints + ------------------------------------------------------------------- Sat Apr 27 09:01:30 UTC 2024 - Dirk Müller diff --git a/python-branca.spec b/python-branca.spec index 30b57fe..220a005 100644 --- a/python-branca.spec +++ b/python-branca.spec @@ -20,7 +20,7 @@ # no ipython %global skip_python39 1 Name: python-branca -Version: 0.7.2 +Version: 0.8.0 Release: 0 Summary: HTML+JS page generator License: MIT