update version to 0.6.0

This commit is contained in:
Wangjunqi123 2022-11-11 09:49:15 +08:00
parent e7c43ea7bb
commit 352f3b087a
4 changed files with 21 additions and 4 deletions

10
add-version.patch Normal file
View File

@ -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",

BIN
branca-0.6.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,12 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-branca Name: python-branca
Version: 0.5.0 Version: 0.6.0
Release: 1 Release: 1
Summary: Generate complex HTML+JS pages with Python Summary: Generate complex HTML+JS pages with Python
License: MIT License: MIT
URL: https://github.com/python-visualization/branca 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 BuildArch: noarch
Requires: python3-jinja2 Requires: python3-jinja2
@ -18,9 +19,10 @@ that would host the non-map-specific features.
%package -n python3-branca %package -n python3-branca
Summary: Generate complex HTML+JS pages with Python Summary: Generate complex HTML+JS pages with Python
Provides: python-branca Provides: python-branca = %{version}-%{release}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-branca %description -n python3-branca
# Branca # Branca
@ -30,6 +32,7 @@ that would host the non-map-specific features.
%package help %package help
Summary: Development documents and examples for branca Summary: Development documents and examples for branca
Provides: python3-branca-doc Provides: python3-branca-doc
%description help %description help
# Branca # 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. that would host the non-map-specific features.
%prep %prep
%autosetup -n branca-0.5.0 %autosetup -n branca-%{version}
%build %build
%py3_build %py3_build
@ -77,8 +80,12 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Fri Nov 11 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.6.0-1
- Update package to version 0.6.0
* Thu Jul 28 2022 fushanqing <fushanqing@kylinos.cn> - 0.5.0-1 * Thu Jul 28 2022 fushanqing <fushanqing@kylinos.cn> - 0.5.0-1
- update to 0.5.0 - update to 0.5.0
* Tue Nov 23 2021 wangqia <wangqia@uniontech.com> - 0.4.2-1 * Tue Nov 23 2021 wangqia <wangqia@uniontech.com> - 0.4.2-1
- Package Spec generated - Package Spec generated

Binary file not shown.