diff --git a/python-roman.spec b/python-roman.spec index 0f996221ee892b0e6f1837c78c8907dce5debdcf..100d02ad89340efaafe5af146370aaf1cbd6e4f9 100644 --- a/python-roman.spec +++ b/python-roman.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-roman -Version: 3.3 -Release: 2 +Version: 4.0 +Release: 1 Summary: Integer to Roman numerals converter License: Python-2.0 URL: https://github.com/zopefoundation/roman -Source0: https://files.pythonhosted.org/packages/49/bc/98ff27d555e8315fc572fb84cb72219322a4ea562ab776687c6fd45335c1/roman-3.3.tar.gz +Source0: https://files.pythonhosted.org/packages/b0/b3/dc50a14f2d06e19340dcee6eabbc95904b6d4014f8f2d22c6338c1b5d31c/roman-4.0.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-roman-doc Small helper library to convert arabic to roman numerals. %prep -%autosetup -n roman-3.3 +%autosetup -n roman-%{version} %build %py3_build @@ -67,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Mar 17 2023 wubijie - 4.0-1 +- Update package to version 4.0 + * Wed May 11 2022 yaoxin - 3.3-2 - License compliance rectification diff --git a/roman-3.3.tar.gz b/roman-3.3.tar.gz deleted file mode 100644 index 72eca05c68b1e21387c789c57dcbbe60ed49edb1..0000000000000000000000000000000000000000 Binary files a/roman-3.3.tar.gz and /dev/null differ diff --git a/roman-4.0.tar.gz b/roman-4.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9195018fab721ae17b904cc0a29128317b319f27 Binary files /dev/null and b/roman-4.0.tar.gz differ