Sophie

Sophie

distrib > Mageia > 8 > armv7hl > media > core-release-src > by-pkgid > f614de8317f2af3ea68ec3c3101ee4c3 > files > 1

python-ujson-3.0.0-1.mga8.src.rpm

# Created by pyp2rpm-3.3.2
%global pypi_name ujson

Name:           python-%{pypi_name}
Version:        3.0.0
Release:        %mkrel 1
Summary:        Ultra fast JSON encoder and decoder for Python
Group:          Development/Python
License:        BSD License
URL:            https://pypi.org/project/ujson
Source0:        https://files.pythonhosted.org/packages/source/u/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

BuildRequires:  python3-devel
BuildRequires:  python3dist(setuptools)
BuildRequires:  python3dist(setuptools-scm)

%description
UltraJSON UltraJSON is an ultra fast JSON encoder and decoder written in pure C
with bindings for Python 2.5+ and 3.

%package -n     python3-%{pypi_name}
Summary:        Ultra fast JSON encoder and decoder for Python3
Group:          Development/Python
%{?python_provide:%python_provide python3-%{pypi_name}}

%description -n python3-%{pypi_name}
UltraJSON UltraJSON is an ultra fast JSON encoder and decoder written in pure C
with bindings for Python 3.

%prep
%autosetup -n %{pypi_name}-%{version} -p1
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info

%build
%py3_build

%install
%py3_install

%files -n python3-%{pypi_name}
%doc README.rst
%{python3_sitearch}/%{pypi_name}.cpython*.so
%{python3_sitearch}/%{pypi_name}-%{version}-py?.?.egg-info


%changelog
* Fri Jul 03 2020 shlomif <shlomif> 3.0.0-1.mga8
+ Revision: 1601691
- New version 3.0.0

* Thu Apr 09 2020 daviddavid <daviddavid> 2.0.3-1.mga8
+ Revision: 1565800
- new version: 2.0.3 (mga#26461)

* Sun Feb 16 2020 umeabot <umeabot> 1.35-3.mga8
+ Revision: 1532693
- Mageia 8 Mass Rebuild

* Mon Sep 16 2019 daviddavid <daviddavid> 1.35-2.mga8
+ Revision: 1442652
- fix linking issue
+ tv <tv>
- rebuild for python-3.8

* Fri Jul 19 2019 shlomif <shlomif> 1.35-1.mga8
+ Revision: 1423009
- pyp2rpm