!3 UpdatePackage
From: @Wangjunqi123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
4dbb6c35e9
10
add-version.patch
Normal file
10
add-version.patch
Normal 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
BIN
branca-0.6.0.tar.gz
Normal file
Binary file not shown.
@ -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 <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
|
||||
- update to 0.5.0
|
||||
|
||||
* Tue Nov 23 2021 wangqia <wangqia@uniontech.com> - 0.4.2-1
|
||||
- Package Spec generated
|
||||
|
||||
|
||||
BIN
v0.5.0.tar.gz
BIN
v0.5.0.tar.gz
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user