diff --git a/python-u-msgpack-python.spec b/python-u-msgpack-python.spec index 8d67294..7df6962 100644 --- a/python-u-msgpack-python.spec +++ b/python-u-msgpack-python.spec @@ -1,12 +1,12 @@ %global with_tests 0%{?_with_tests:1} Name: python-u-msgpack-python -Version: 2.5.0 -Release: 2 +Version: 2.7.1 +Release: 1 Summary: A lightweight MessagePack serializer and deserializer module written in pure Python License: MIT URL: https://pypi.org/project/u-msgpack-python/ -Source0: https://files.pythonhosted.org/packages/f5/97/36d5ac7d71451e282051e48219cc825637f617a8f620a2edf90ab61b7f97/u-msgpack-python-2.5.0.tar.gz +Source0: https://github.com/vsergeev/u-msgpack-python/archive/refs/tags/v%{version}.tar.gz BuildArch: noarch BuildRequires: python3-devel python3-setuptools @@ -19,6 +19,7 @@ the new binary, UTF-8 string, and application-defined ext types. %package -n python3-u-msgpack-python Summary: A lightweight MessagePack serializer and deserializer module written in pure Python +%{?python_provide:%python_provide python3-u-msgpack-python} %description -n python3-u-msgpack-python u-msgpack-python is a lightweight MessagePack serializer and deserializer module written in pure Python, @@ -27,7 +28,7 @@ u-msgpack-python is fully compliant with the latest MessagePack specification. I the new binary, UTF-8 string, and application-defined ext types. %prep -%autosetup -n u-msgpack-python-2.5.0 -p1 +%autosetup -n u-msgpack-python-%{version} -p1 %build %py3_build @@ -44,9 +45,12 @@ the new binary, UTF-8 string, and application-defined ext types. %license LICENSE %doc README.md %{python3_sitelib}/{__pycache__/*,umsgpack.py} -%{python3_sitelib}/u_msgpack_python-%{version}-py?.?.egg-info +%{python3_sitelib}/u_msgpack_python-%{version}-py%{python3_version}.egg-info %changelog +* Wed Oct 26 2022 yaoxin - 2.7.1-1 +- Update to 2.7.1 + * Wed Jan 8 2020 chenli 2.5.0-2 - Initial package diff --git a/u-msgpack-python-2.5.0.tar.gz b/u-msgpack-python-2.5.0.tar.gz deleted file mode 100644 index d23f1ff..0000000 Binary files a/u-msgpack-python-2.5.0.tar.gz and /dev/null differ diff --git a/v2.7.1.tar.gz b/v2.7.1.tar.gz new file mode 100644 index 0000000..d9d29a9 Binary files /dev/null and b/v2.7.1.tar.gz differ