diff --git a/branca-0.4.2.tar.gz b/branca-0.4.2.tar.gz deleted file mode 100644 index 5b22305..0000000 Binary files a/branca-0.4.2.tar.gz and /dev/null differ diff --git a/python-branca.spec b/python-branca.spec index d80d5d0..4d26b74 100644 --- a/python-branca.spec +++ b/python-branca.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-branca -Version: 0.4.2 +Version: 0.5.0 Release: 1 Summary: Generate complex HTML+JS pages with Python License: MIT URL: https://github.com/python-visualization/branca -Source0: https://files.pythonhosted.org/packages/e0/a5/638a55bc7e1eeaf9c4f85e247a1081e9f05894bb440708f5f38798982a88/branca-0.4.2.tar.gz +Source0: https://files.pythonhosted.org/packages/e0/a5/638a55bc7e1eeaf9c4f85e247a1081e9f05894bb440708f5f38798982a88/v0.5.0.tar.gz BuildArch: noarch Requires: python3-jinja2 @@ -37,7 +37,7 @@ This library is a spinoff from [folium](https://github.com/python-visualization/ that would host the non-map-specific features. %prep -%autosetup -n branca-0.4.2 +%autosetup -n branca-0.5.0 %build %py3_build @@ -77,5 +77,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jul 28 2022 fushanqing - 0.5.0-1 +- update to 0.5.0 + * Tue Nov 23 2021 wangqia - 0.4.2-1 - Package Spec generated diff --git a/v0.5.0.tar.gz b/v0.5.0.tar.gz new file mode 100644 index 0000000..33efc0b Binary files /dev/null and b/v0.5.0.tar.gz differ