0c571f2
%global pypi_name phpserialize
0c571f2
0c571f2
Name:           python-%{pypi_name}
0c571f2
Version:        1.3
553d773
Release:        19%{?dist}
0c571f2
Summary:        A port of the serialize and unserialize functions of php to python
0c571f2
0c571f2
License:        BSD
0c571f2
URL:            http://github.com/mitsuhiko/phpserialize
0c571f2
Source0:        %{pypi_source}
0c571f2
BuildArch:      noarch
0c571f2
0c571f2
BuildRequires:  python3-devel
0c571f2
BuildRequires:  python3dist(setuptools)
0c571f2
0c571f2
%description
0c571f2
phpserialize a port of the serialize and unserialize functions of php to
0c571f2
python. This module implements the python serialization interface (eg: provides
0c571f2
dumps, loads and similar functions).
0c571f2
0c571f2
0c571f2
%package -n     python3-%{pypi_name}
0c571f2
Summary:        %{summary}
0c571f2
%{?python_provide:%python_provide python3-%{pypi_name}}
0c571f2
0c571f2
%description -n python3-%{pypi_name}
0c571f2
phpserialize a port of the serialize and unserialize functions of php to
0c571f2
python. This module implements the python serialization interface (eg: provides
0c571f2
dumps, loads and similar functions).
0c571f2
0c571f2
0c571f2
%prep
0c571f2
%autosetup -n %{pypi_name}-%{version}
0c571f2
# Remove bundled egg-info
0c571f2
rm -rf %{pypi_name}.egg-info
0c571f2
0c571f2
%build
0c571f2
%py3_build
0c571f2
0c571f2
%install
0c571f2
%py3_install
0c571f2
0c571f2
%check
0c571f2
# tests fail with "ModuleNotFoundError: No module named 'tests'"
0c571f2
# disabling for now
0c571f2
# %{__python3} setup.py test
0c571f2
0c571f2
0c571f2
%files -n python3-%{pypi_name}
0c571f2
%{python3_sitelib}/__pycache__/*
0c571f2
%{python3_sitelib}/%{pypi_name}.py
7d03568
%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info
0c571f2
0c571f2
%changelog
553d773
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-19
553d773
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
553d773
ccd98d9
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-18
ccd98d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
ccd98d9
cd5bd1f
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-17
cd5bd1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
cd5bd1f
4f0329f
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.3-16
4f0329f
- Rebuilt for Python 3.12
4f0329f
0058f93
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-15
0058f93
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
0058f93
0d2e0a6
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-14
0d2e0a6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
0d2e0a6
b70839a
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.3-13
b70839a
- Rebuilt for Python 3.11
b70839a
90c6bd4
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-12
90c6bd4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
90c6bd4
912b2e6
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-11
912b2e6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
912b2e6
305d0f3
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.3-10
305d0f3
- Rebuilt for Python 3.10
305d0f3
ee6158c
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-9
ee6158c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
ee6158c
d2264a0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-8
d2264a0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d2264a0
7fef2b9
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.3-7
7fef2b9
- Rebuilt for Python 3.9
7fef2b9
943400e
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-6
943400e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
943400e
86019ab
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3-5
86019ab
- Rebuilt for Python 3.8.0rc1 (#1748018)
86019ab
206e6c1
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3-4
206e6c1
- Rebuilt for Python 3.8
206e6c1
03eceff
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-3
03eceff
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
03eceff
0c571f2
* Tue Jun 11 2019 José Matos <jamatos@fedoraproject.org> - 1.3-2
0c571f2
- fix source url, summary and description.
0c571f2
0c571f2
* Sat Sep  1 2018 José Matos <jamatos@fedoraproject.org> - 1.3-1
0c571f2
- initial package.