diff --git a/frozendict-2.3.6.tar.gz b/frozendict-2.3.6.tar.gz deleted file mode 100644 index 95580ab8f1df34fdbf3375f0dd1a435001659793..0000000000000000000000000000000000000000 Binary files a/frozendict-2.3.6.tar.gz and /dev/null differ diff --git a/frozendict-2.3.7.tar.gz b/frozendict-2.3.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..cafb7acfb695f28a150f93ff4dd6021e404724c4 Binary files /dev/null and b/frozendict-2.3.7.tar.gz differ diff --git a/python-frozendict.spec b/python-frozendict.spec index bab0b4e35b5f55559d0160e58e632ac32a0a5e10..e6df49eae012a8abe83d001bb5ea84b03fb47713 100644 --- a/python-frozendict.spec +++ b/python-frozendict.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-frozendict -Version: 2.3.6 +Version: 2.3.7 Release: 1 Summary: A simple immutable dictionary License: GPLv3 and LGPLv3 URL: https://github.com/Marco-Sulla/python-frozendict -Source0: https://files.pythonhosted.org/packages/93/0b/d07e3ebdc3e31acff5a59a7e087c3f19bc456691dfd9afefd427168350d1/frozendict-2.3.6.tar.gz +Source0: https://files.pythonhosted.org/packages/08/7c/a200d7dec1810f104f7bd08d12ff2fa22a1f024906c81b05856d8a12fc1e/frozendict-2.3.7.tar.gz %description frozendict is an immutable wrapper around dictionaries that implements\ @@ -14,7 +14,7 @@ for dictionaries where immutability is desired. %package -n python3-frozendict Summary: A simple immutable dictionary -Provides: python-frozendict +Provides: python-frozendict = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-cffi @@ -45,6 +45,9 @@ if [ -d doc ]; then cp -arf doc %{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 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} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst @@ -70,8 +73,12 @@ mv %{buildroot}/doclist.lst . %dir %{python3_sitearch}/* %files help -f doclist.lst +%{_docdir}/* %changelog +* Tue Apr 11 2023 wubijie - 2.3.7-1 +- Update package to version 2.3.7 + * Tue Apr 4 2023 wubijie - 2.3.6-1 - Update package to version 2.3.6