From af088ab27d8f7cd1887588e9c9e1a871cd4bedf3f5d7a20f2be81d6bcf255bb9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 27 Apr 2024 09:02:04 +0000 Subject: [PATCH] - update to 0.7.2: * Remove `split_six` utility function * COMPAT: explictly cast numpy floats to native floats * Remove empty plugins folder * Drop Py3.7, add Py3.12 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-branca?expand=0&rev=25 --- branca-0.7.1.tar.gz | 3 --- branca-0.7.2.tar.gz | 3 +++ python-branca.changes | 9 +++++++++ python-branca.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 branca-0.7.1.tar.gz create mode 100644 branca-0.7.2.tar.gz diff --git a/branca-0.7.1.tar.gz b/branca-0.7.1.tar.gz deleted file mode 100644 index 0e2c803..0000000 --- a/branca-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08732000ab410b2213c8cec5c9539e35e83704eacd554db5e9dec3d3032384e8 -size 43005 diff --git a/branca-0.7.2.tar.gz b/branca-0.7.2.tar.gz new file mode 100644 index 0000000..889e2ee --- /dev/null +++ b/branca-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6649859b680c14ebb16a772b37cffe9b76df059cc8a79c185f131d59ed689dd9 +size 42586 diff --git a/python-branca.changes b/python-branca.changes index 50fd927..4cf81b1 100644 --- a/python-branca.changes +++ b/python-branca.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Apr 27 09:01:30 UTC 2024 - Dirk Müller + +- update to 0.7.2: + * Remove `split_six` utility function + * COMPAT: explictly cast numpy floats to native floats + * Remove empty plugins folder + * Drop Py3.7, add Py3.12 + ------------------------------------------------------------------- Mon Mar 18 10:49:10 UTC 2024 - Dirk Müller diff --git a/python-branca.spec b/python-branca.spec index d3d5c9d..30b57fe 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.1 +Version: 0.7.2 Release: 0 Summary: HTML+JS page generator License: MIT