diff --git a/python-xmod.spec b/python-xmod.spec index 502a0695c9ccdeee862a3b8323c6374f36e4b5ea..bee7c30587e8c86ea4181898457ec5975e83e418 100644 --- a/python-xmod.spec +++ b/python-xmod.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xmod -Version: 1.3.0 -Release: 2 +Version: 1.3.2 +Release: 1 Summary: Create and recursively fill a temporary directory License: MIT URL: https://github.com/rec/xmod -Source0: https://files.pythonhosted.org/packages/d4/82/dc632960c98f96e240565717227e2c9c71df44f2aec4c2b41770ce99a105/xmod-1.3.0.tar.gz +Source0: https://files.pythonhosted.org/packages/87/b8/1a0e180623c12e3592d880340d76b2c2fd16dc8bd2084da8e34b377d973c/xmod-1.3.2.tar.gz BuildArch: noarch %description @@ -29,7 +29,7 @@ Provides: python3-xmod-doc only a class could do - handy for modules that "just do one thing". %prep -%autosetup -n xmod-1.3.0 +%autosetup -n xmod-1.3.2 sed -i '/dek/d' requirements.txt sed -i '/dek/d' xmod.egg-info/requires.txt @@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Aug 5 2022 wenzhiwei - 1.3.2-1 +- Update to 1.3.2 + * Tue Mar 1 2022 zhangy - Fix install require diff --git a/xmod-1.3.0.tar.gz b/xmod-1.3.0.tar.gz deleted file mode 100644 index 5a9ed5acf0c349acf4588c6a12678fefedf834c4..0000000000000000000000000000000000000000 Binary files a/xmod-1.3.0.tar.gz and /dev/null differ diff --git a/xmod-1.3.2.tar.gz b/xmod-1.3.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..2069139cf30f7e8ab8c7ee6e8b5cfae514ff4105 Binary files /dev/null and b/xmod-1.3.2.tar.gz differ