From a7d73e75d8512df850dea1c495e0989721a6dd2d Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Sep 07 2021 11:53:08 +0000 Subject: Import python-u-msgpack-python-2.7.1-1.el9 in CloudSIG xena --- diff --git a/.python-u-msgpack-python.metadata b/.python-u-msgpack-python.metadata new file mode 100644 index 0000000..78c4376 --- /dev/null +++ b/.python-u-msgpack-python.metadata @@ -0,0 +1 @@ +da4a4ee132468d39448474fabfe04c00bae45d9b SOURCES/u-msgpack-python-2.7.1.tar.gz diff --git a/SOURCES/README.md b/SOURCES/README.md new file mode 100644 index 0000000..357973b --- /dev/null +++ b/SOURCES/README.md @@ -0,0 +1,3 @@ +# python-u-msgpack-python + +The python-u-msgpack-python package \ No newline at end of file diff --git a/SPECS/python-u-msgpack-python.spec b/SPECS/python-u-msgpack-python.spec new file mode 100644 index 0000000..366997e --- /dev/null +++ b/SPECS/python-u-msgpack-python.spec @@ -0,0 +1,98 @@ +%global pypi_name u-msgpack-python + +Name: python-%{pypi_name} +Version: 2.7.1 +Release: 1%{?dist} +Summary: A portable, lightweight MessagePack serializer and deserializer + +License: MIT +URL: https://github.com/vsergeev/u-msgpack-python +Source0: %pypi_source +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools + +%?python_enable_dependency_generator + +%description +A lightweight MessagePack serializer and deserializer module written in pure +Python. It 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-%{pypi_name} +Summary: %{summary} +%{?python_provide:%python_provide python3-%{pypi_name}} + +%description -n python3-%{pypi_name} +A lightweight MessagePack serializer and deserializer module written in pure +Python. It 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 %{pypi_name}-%{version} + + +%build +%py3_build + + +%install +%py3_install + + +%check +%{__python3} setup.py test + + +%files -n python3-%{pypi_name} +%license LICENSE +%doc README.md +%{python3_sitelib}/__pycache__/* +%{python3_sitelib}/umsgpack.py +%{python3_sitelib}/u_msgpack_python-%{version}-py%{python3_version}.egg-info + + +%changelog +* Fri Mar 19 2021 Charalampos Stratakis - 2.7.1-1 +- Update to 2.7.1 (rhbz#1891279) + +* Wed Jan 27 2021 Fedora Release Engineering - 2.7.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Thu Sep 24 2020 Tomas Hrnciar - 2.7.0-1 +- Update to 2.7.0 + +* Wed Jul 29 2020 Fedora Release Engineering - 2.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue May 26 2020 Tomas Hrnciar - 2.6.0-1 +- Update to 2.6.0 + +* Sat May 23 2020 Miro Hrončok - 2.5.2-3 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 2.5.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Tue Jan 07 2020 Miro Hrončok - 2.5.2-1 +- Update to 2.5.2 (#1697452) + +* Thu Oct 03 2019 Miro Hrončok - 2.5.0-5 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Fri Aug 16 2019 Miro Hrončok - 2.5.0-4 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 2.5.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 2.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Mon Aug 20 2018 Miro Hrončok - 2.5.0-1 +- Initial package