update to 1.1.0
This commit is contained in:
parent
48ed7703c7
commit
9f80ceb47d
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-deepmerge
|
Name: python-deepmerge
|
||||||
Version: 1.0.1
|
Version: 1.1.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: a toolset to deeply merge python dictionaries.
|
Summary: a toolset to deeply merge python dictionaries.
|
||||||
License: MIT License
|
License: MIT License
|
||||||
URL: http://deepmerge.readthedocs.io/en/latest/
|
URL: http://deepmerge.readthedocs.io/en/latest/
|
||||||
Source0: https://files.pythonhosted.org/packages/d0/8c/64c915010705420c6a646c5b87d27278d553cec5a0d636d1bcf81d50cbbe/deepmerge-1.0.1.tar.gz
|
Source0: https://github.com/toumorokoshi/deepmerge/archive/refs/tags/v%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -26,7 +26,7 @@ Provides: python3-deepmerge-doc
|
|||||||
Development documents and examples for deepmerge
|
Development documents and examples for deepmerge
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n deepmerge-1.0.1
|
%autosetup -n deepmerge-1.1.0
|
||||||
|
|
||||||
# Create setup.py
|
# Create setup.py
|
||||||
cat << EOF >> setup.py
|
cat << EOF >> setup.py
|
||||||
@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 10 2022 liweiganga <liweiganga@uniontech.com> - 1.1.0-1
|
||||||
|
- update to 1.1.0
|
||||||
|
|
||||||
* Tue Jul 12 2022 wangshuo <wangshuo@kylinos.cn> 1.0.1-1
|
* Tue Jul 12 2022 wangshuo <wangshuo@kylinos.cn> 1.0.1-1
|
||||||
- Package Spec generated by Python_Bot, create setup.py
|
- Package Spec generated by Python_Bot, create setup.py
|
||||||
|
|||||||
BIN
v1.1.0.tar.gz
Normal file
BIN
v1.1.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user