Blame SPECS/python-sqlalchemy-utils.spec

31141b
%global modname SQLAlchemy-Utils
31141b
31141b
Name:               python-sqlalchemy-utils
31141b
Version:            0.37.8
31141b
Release:            1%{?dist}
31141b
Summary:            Various utility functions for SQLAlchemy
31141b
31141b
License:            BSD
31141b
URL:                http://pypi.python.org/pypi/SQLAlchemy-Utils
31141b
Source0:            %pypi_source SQLAlchemy-Utils
31141b
31141b
BuildArch:          noarch
31141b
31141b
BuildRequires:      python3-devel
31141b
BuildRequires:      python3-setuptools
31141b
BuildRequires:      python3-six
31141b
BuildRequires:      python3-sqlalchemy >= 0.9.3
31141b
BuildRequires:      python3-pytest
31141b
BuildRequires:      python3-pytz
31141b
BuildRequires:      python3-flexmock
31141b
BuildRequires:      python3-dateutil
31141b
BuildRequires:      python3-mock
31141b
31141b
%global _description\
31141b
Various utility functions and custom data types for SQLAlchemy.\
31141b
31141b
31141b
%description %_description
31141b
31141b
%package -n         python3-sqlalchemy-utils
31141b
Summary:            Various utility functions for SQLAlchemy
31141b
%{?python_provide:%python_provide python3-sqlalchemy-utils}
31141b
Requires:           python3-sqlalchemy >= 0.9.3
31141b
Requires:           python3-six
31141b
31141b
%description -n python3-sqlalchemy-utils
31141b
Various utility functions and custom data types for SQLAlchemy.
31141b
31141b
31141b
%prep
31141b
%setup -q -n %{modname}-%{version}
31141b
31141b
# Remove bundled egg-info in case it exists
31141b
rm -rf %{modname}.egg-info
31141b
31141b
find . -name '*.py' | xargs sed -i '1s|^#!python|#!%{__python3}|'
31141b
31141b
31141b
%build
31141b
%py3_build
31141b
31141b
31141b
%install
31141b
%py3_install
31141b
31141b
%check
31141b
# Unit-tests seems to be broken in the unittest module on py3.5
31141b
#%{__python3} setup.py test
31141b
31141b
31141b
%files -n python3-sqlalchemy-utils
31141b
%doc README.rst
31141b
%license LICENSE
31141b
%{python3_sitelib}/sqlalchemy_utils/
31141b
%{python3_sitelib}/SQLAlchemy_Utils-%{version}*/
31141b
31141b
31141b
%changelog
31141b
* Tue Aug 03 2021 Joel Capitao <jcapitao@redhat.com> - 0.37.8-1
31141b
- Update to 0.37.8
31141b
31141b
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.2-8
31141b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
31141b
31141b
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.34.2-7
31141b
- Rebuilt for Python 3.10
31141b
31141b
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.2-6
31141b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
31141b
31141b
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.2-5
31141b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
31141b
31141b
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.34.2-4
31141b
- Rebuilt for Python 3.9
31141b
31141b
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.34.2-3
31141b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
31141b
31141b
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.34.2-2
31141b
- Rebuilt for Python 3.8.0rc1 (#1748018)
31141b
31141b
* Tue Aug 20 2019 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.34.2-1
31141b
- Update to 0.34.2
31141b
31141b
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.32.12-12
31141b
- Rebuilt for Python 3.8
31141b
31141b
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.32.12-11
31141b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
31141b
31141b
* Sun May 05 2019 Miro Hrončok <mhroncok@redhat.com> - 0.32.12-10
31141b
- Subpackage python2-sqlalchemy-utils has been removed
31141b
  See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
31141b
31141b
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.32.12-9
31141b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
31141b
31141b
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.32.12-8
31141b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
31141b
31141b
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.32.12-7
31141b
- Rebuilt for Python 3.7
31141b
31141b
* Mon Feb 12 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.32.12-6
31141b
- Update Python 2 dependency declarations to new packaging standards
31141b
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
31141b
31141b
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.32.12-5
31141b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
31141b
31141b
* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.32.12-4
31141b
- Python 2 binary package renamed to python2-sqlalchemy-utils
31141b
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
31141b
31141b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.32.12-3
31141b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
31141b
31141b
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.32.12-2
31141b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
31141b
31141b
* Fri Jan 20 2017 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.32.12-1
31141b
- Update to 0.32.12
31141b
31141b
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.31.3-3
31141b
- Rebuild for Python 3.6
31141b
31141b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.31.3-2
31141b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
31141b
31141b
* Fri Nov 20 2015 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.31.3-1
31141b
- Update to 0.31.3
31141b
31141b
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30.0-3
31141b
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
31141b
31141b
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.30.0-2
31141b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
31141b
31141b
* Sun Apr 26 2015 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.30.0-1
31141b
- Update to 0.30.0
31141b
31141b
* Mon Sep 01 2014 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.26.13-2
31141b
- Clean python macro at the top
31141b
- Add python3 subpackage
31141b
31141b
* Tue Aug 26 2014 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.26.13-1
31141b
- initial package for Fedora