update to 1.1.0

This commit is contained in:
liweiganga 2022-11-10 17:41:54 +08:00
parent 48ed7703c7
commit 9f80ceb47d
3 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-deepmerge
Version: 1.0.1
Version: 1.1.0
Release: 1
Summary: a toolset to deeply merge python dictionaries.
License: MIT License
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
%description
@ -26,7 +26,7 @@ Provides: python3-deepmerge-doc
Development documents and examples for deepmerge
%prep
%autosetup -n deepmerge-1.0.1
%autosetup -n deepmerge-1.1.0
# Create setup.py
cat << EOF >> setup.py
@ -72,5 +72,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Package Spec generated by Python_Bot, create setup.py

BIN
v1.1.0.tar.gz Normal file

Binary file not shown.