update version to 0.9.11
This commit is contained in:
parent
0a94ed20f7
commit
55ea36d2c4
Binary file not shown.
BIN
json5-0.9.11.tar.gz
Normal file
BIN
json5-0.9.11.tar.gz
Normal file
Binary file not shown.
@ -1,15 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-json5
|
Name: python-json5
|
||||||
Version: 0.9.10
|
Version: 0.9.11
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Python implementation of the JSON5 data format
|
Summary: Python implementation of the JSON5 data format
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/dpranke/pyjson5
|
URL: https://github.com/dpranke/pyjson5
|
||||||
Source0: https://files.pythonhosted.org/packages/47/12/611bf15000c1fc54af909565aed1ad045e5ae1890d8c56cbfe5ceaf52446/json5-0.9.10.tar.gz
|
Source0: https://files.pythonhosted.org/packages/da/8b/26535688697b6129c0ccec7806162db0d01c9bc8b8994ab1e87c32ef9648/json5-0.9.11.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-%{pypi_name} = %{version}-%{release}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
JSON5 extends the JSON data interchange format to make it slightly more usable
|
JSON5 extends the JSON data interchange format to make it slightly more usable
|
||||||
as a configuration language:
|
as a configuration language:
|
||||||
@ -25,7 +23,6 @@ Provides: python-json5 = %{version}-%{release}
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-hypothesis
|
BuildRequires: python3-hypothesis
|
||||||
|
|
||||||
%description -n python3-json5
|
%description -n python3-json5
|
||||||
JSON5 extends the JSON data interchange format to make it slightly more usable
|
JSON5 extends the JSON data interchange format to make it slightly more usable
|
||||||
as a configuration language:
|
as a configuration language:
|
||||||
@ -38,7 +35,6 @@ as a configuration language:
|
|||||||
%package help
|
%package help
|
||||||
Summary: Development documents and examples for json5
|
Summary: Development documents and examples for json5
|
||||||
Provides: python3-json5-doc
|
Provides: python3-json5-doc
|
||||||
|
|
||||||
%description help
|
%description help
|
||||||
JSON5 extends the JSON data interchange format to make it slightly more usable
|
JSON5 extends the JSON data interchange format to make it slightly more usable
|
||||||
as a configuration language:
|
as a configuration language:
|
||||||
@ -61,6 +57,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
|||||||
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi
|
||||||
|
if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi
|
||||||
|
if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi
|
||||||
|
if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi
|
||||||
pushd %{buildroot}
|
pushd %{buildroot}
|
||||||
if [ -d usr/lib ]; then
|
if [ -d usr/lib ]; then
|
||||||
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
|
||||||
@ -89,6 +88,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 07 2023 wangjunqi <wangjunqi@kylinos.cn> - 0.9.11-1
|
||||||
|
- Update package to version 0.9.11
|
||||||
|
|
||||||
* Thu Nov 10 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.9.10-1
|
* Thu Nov 10 2022 wangjunqi <wangjunqi@kylinos.cn> - 0.9.10-1
|
||||||
- Update package to version 0.9.10
|
- Update package to version 0.9.10
|
||||||
|
|
||||||
@ -96,5 +98,4 @@ mv %{buildroot}/doclist.lst .
|
|||||||
- Update to 0.9.8
|
- Update to 0.9.8
|
||||||
|
|
||||||
* Fri Jun 25 2021 sunligang <sunligang@kylinos.cn> - 0.9.6-1
|
* Fri Jun 25 2021 sunligang <sunligang@kylinos.cn> - 0.9.6-1
|
||||||
- Initial package
|
- Initial package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user