46eb293
%global pypi_name pyrsistent
957e70a
46eb293
%global common_description %{expand:
46eb293
Pyrsistent is a number of persistent collections (by some referred to as
46eb293
functional data structures). Persistent in the sense that they are
46eb293
immutable.
46eb293
46eb293
All methods on a data structure that would normally mutate it instead
46eb293
return a new copy of the structure containing the requested updates. The
46eb293
original structure is left untouched.}
46eb293
46eb293
Name:           python-%{pypi_name}
957e70a
Summary:        Persistent/Functional/Immutable data structures
80d4f97
Version:        0.16.0
a08d0b6
Release:        1%{?dist}
957e70a
License:        MIT
46eb293
957e70a
URL:            http://github.com/tobgu/pyrsistent/
46eb293
Source0:        %{pypi_source}
957e70a
46eb293
BuildRequires:  gcc
46eb293
BuildRequires:  python3-devel
957e70a
46eb293
BuildRequires:  python3dist(hypothesis)
46eb293
BuildRequires:  python3dist(pytest)
46eb293
BuildRequires:  python3dist(pytest-runner)
46eb293
BuildRequires:  python3dist(setuptools)
46eb293
BuildRequires:  python3dist(six)
957e70a
46eb293
%description %{common_description}
46eb293
46eb293
46eb293
%package -n     python3-%{pypi_name}
46eb293
Summary:        %{summary}
46eb293
46eb293
%{?python_provide:%python_provide python3-%{pypi_name}}
46eb293
46eb293
%description -n python3-%{pypi_name} %{common_description}
957e70a
957e70a
957e70a
%prep
46eb293
%autosetup -n %{pypi_name}-%{version}
46eb293
46eb293
# Remove bundled egg-info
46eb293
rm -rf %{pypi_name}.egg-info
46eb293
957e70a
957e70a
%build
957e70a
%py3_build
957e70a
46eb293
957e70a
%install
957e70a
%py3_install
957e70a
46eb293
957e70a
%check
46eb293
%{__python3} setup.py test
957e70a
46eb293
46eb293
%files -n python3-%{pypi_name}
957e70a
%doc README.rst
46eb293
%license LICENCE.mit
46eb293
46eb293
%{python3_sitearch}/_pyrsistent_version.py
46eb293
%{python3_sitearch}/__pycache__/*
46eb293
46eb293
%{python3_sitearch}/%{pypi_name}/
94d6960
%{python3_sitearch}/pvectorc.cpython-3*.so
fd2a502
%{python3_sitearch}/%{pypi_name}-%{version}-py%{python3_version}.egg-info/
957e70a
957e70a
957e70a
%changelog
80d4f97
* Tue Apr 14 2020 Fabio Valentini <decathorpe@gmail.com> - 0.16.0-1
80d4f97
- Update to version 0.16.0.
80d4f97
7b8b1de
* Fri Jan 10 2020 Fabio Valentini <decathorpe@gmail.com> - 0.15.7-1
7b8b1de
- Update to version 0.15.7.
7b8b1de
75ba747
* Sun Nov 24 2019 Fabio Valentini <decathorpe@gmail.com> - 0.15.6-1
75ba747
- Update to version 0.15.6.
75ba747
fd2a502
* Thu Oct 31 2019 Fabio Valentini <decathorpe@gmail.com> - 0.15.5-1
fd2a502
- Update to version 0.15.5.
fd2a502
a08d0b6
* Fri Aug 02 2019 Fabio Valentini <decathorpe@gmail.com> - 0.15.4-1
a08d0b6
- Update to version 0.15.4.
a08d0b6
2de88b8
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.3-2
2de88b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2de88b8
94d6960
* Mon Jul 08 2019 Fabio Valentini <decathorpe@gmail.com> - 0.15.3-1
94d6960
- Update to version 0.15.3.
94d6960
4143046
* Fri May 17 2019 Fabio Valentini <decathorpe@gmail.com> - 0.15.2-1
4143046
- Update to version 0.15.2.
4143046
f4e66e2
* Fri Apr 26 2019 Fabio Valentini <decathorpe@gmail.com> - 0.15.1-1
f4e66e2
- Update to version 0.15.1.
f4e66e2
f1427ae
* Fri Feb 22 2019 Fabio Valentini <decathorpe@gmail.com> - 0.14.11-1
f1427ae
- Update to version 0.14.11.
f1427ae
98aa860
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.9-2
98aa860
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
98aa860
46eb293
* Mon Jan 14 2019 Fabio Valentini <decathorpe@gmail.com> - 0.14.9-1
46eb293
- Update to version 0.14.9.
46eb293
- Enable the test suite.
46eb293
f13417a
* Thu Oct 11 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.14.2-6
f13417a
- Python2 binary package has been removed
f13417a
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
f13417a
8abb513
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.2-5
8abb513
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
8abb513
3c4d4fb
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.14.2-4
3c4d4fb
- Rebuilt for Python 3.7
3c4d4fb
0ffffc2
* Mon Apr 16 2018 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.14.2-3
0ffffc2
- add missing dist-tag
0ffffc2
957e70a
* Fri Apr 13 2018 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.14.2-2
957e70a
- disable tests for now
957e70a
957e70a
* Thu Mar 01 2018 Itamar Reis Peixoto <itamar@ispbrasil.com.br> - 0.14.2-1
957e70a
- new version 0.14.2
957e70a
957e70a
* Wed Sep 14 2016 Devrim Gündüz <devrim@gunduz.org> 0.11.13-2
957e70a
- Fix packaging errors, that would own /usr/lib64 or so.
957e70a
957e70a
* Tue Sep 13 2016 Devrim Gündüz <devrim@gunduz.org> 0.11.13-1
957e70a
- Initial packaging for PostgreSQL YUM repository, to satisfy
957e70a
  pgadmin4 dependency.
46eb293