summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-08-22 07:20:05 +0000
committerCoprDistGit <infra@openeuler.org>2023-08-22 07:20:05 +0000
commit8555ad36e03d8ead0c6131970015419606fb71b3 (patch)
tree69f00468a64eda8c990047002f3c104fd687cd1d
parentcacaef5fbc9f0d1e3194b2bac83c10aa8f2f169e (diff)
automatic import of python-u-msgpack-pythonopeneuler23.03
-rw-r--r--.gitignore1
-rw-r--r--python-u-msgpack-python.spec64
-rw-r--r--sources1
3 files changed, 66 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..d45e573 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/python-u-msgpack-python-2.8.0.tar.gz
diff --git a/python-u-msgpack-python.spec b/python-u-msgpack-python.spec
new file mode 100644
index 0000000..e6590c5
--- /dev/null
+++ b/python-u-msgpack-python.spec
@@ -0,0 +1,64 @@
+%global with_tests 0%{?_with_tests:1}
+Name: python-u-msgpack-python
+Version: 2.8.0
+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://github.com/vsergeev/u-msgpack-python/archive/v%{version}/%{name}-%{version}.tar.gz
+BuildArch: noarch
+
+BuildRequires: python3-devel python3-setuptools
+
+%description
+u-msgpack-python is a lightweight MessagePack serializer and deserializer module written in pure Python,
+compatible with both Python 2 and Python 3, as well as CPython and PyPy implementations of Python.
+u-msgpack-python is fully compliant with the latest MessagePack specification. In particular, it supports
+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,
+compatible with both Python 2 and Python 3, as well as CPython and PyPy implementations of Python.
+u-msgpack-python is fully compliant with the latest MessagePack specification. In particular, it supports
+the new binary, UTF-8 string, and application-defined ext types.
+
+%prep
+%autosetup -n u-msgpack-python-%{version} -p1
+
+%build
+%py3_build
+
+%install
+%py3_install
+
+%check
+%if %{with_tests}
+%{__python3} setup.py test
+%endif
+
+%files -n python3-u-msgpack-python
+%license LICENSE
+%doc README.md
+%{python3_sitelib}/umsgpack/*
+%{python3_sitelib}/u_msgpack_python-%{version}-py%{python3_version}.egg-info
+
+%changelog
+* Tue Aug 22 2023 xu_ping <707078654@qq.com> - 2.8.0-1
+- Update to V2.8.0
+
+* Tue Jun 07 2022 yangping <yangping69@h-partners.com> - 2.7.1-1
+- Update to V2.7.1
+
+* Fri Apr 15 2022 xigaoxinyan <xigaoxinyan@h-partners.com> - 2.5.0-4
+- Fix build error caused by py3.10+ wildcard
+
+* Sun Sep 26 2021 caodongxia <caodongxia@huawei.com> - 2.5.0-3
+- Provides python-u-msgpack-python
+
+* Wed Jan 8 2020 chenli<chenli147@huawei.com> 2.5.0-2
+- Initial package
diff --git a/sources b/sources
new file mode 100644
index 0000000..607c913
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+a4697826e33d041b995ff67aae07b36e python-u-msgpack-python-2.8.0.tar.gz