diff --git a/add-version.patch b/add-version.patch new file mode 100644 index 0000000..89dc042 --- /dev/null +++ b/add-version.patch @@ -0,0 +1,10 @@ +--- c/setup.py 2022-11-14 10:45:55.288498490 +0800 ++++ a/setup.py 2022-11-14 10:46:57.776503074 +0800 +@@ -45,6 +45,7 @@ install_requires = [t.strip() for t in t + + setup( + name="branca", ++ version="0.6.0", + description="Generate complex HTML+JS pages with Python", + long_description=long_description, + long_description_content_type="text/markdown", diff --git a/branca-0.6.0.tar.gz b/branca-0.6.0.tar.gz new file mode 100644 index 0000000..f83f6a3 Binary files /dev/null and b/branca-0.6.0.tar.gz differ diff --git a/python-branca.spec b/python-branca.spec index 4d26b74..f7df973 100644 --- a/python-branca.spec +++ b/python-branca.spec @@ -1,11 +1,12 @@ %global _empty_manifest_terminate_build 0 Name: python-branca -Version: 0.5.0 +Version: 0.6.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/v0.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/bb/66/e3591bc59d0685668cf9bb451ed527b0c261cfa2afedbe72422442586ace/branca-0.6.0.tar.gz +Patch0: add-version.patch BuildArch: noarch Requires: python3-jinja2 @@ -18,9 +19,10 @@ that would host the non-map-specific features. %package -n python3-branca Summary: Generate complex HTML+JS pages with Python -Provides: python-branca +Provides: python-branca = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools + %description -n python3-branca # Branca @@ -30,6 +32,7 @@ that would host the non-map-specific features. %package help Summary: Development documents and examples for branca Provides: python3-branca-doc + %description help # Branca @@ -37,7 +40,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.5.0 +%autosetup -n branca-%{version} %build %py3_build @@ -77,8 +80,12 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 11 2022 wangjunqi - 0.6.0-1 +- Update package to version 0.6.0 + * 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 deleted file mode 100644 index 33efc0b..0000000 Binary files a/v0.5.0.tar.gz and /dev/null differ