745af0
Name: pycairo
64f1fa
Version: 1.20.1
64f1fa
Release: 1%{?dist}
745af0
Summary: Python bindings for the cairo library
745af0
745af0
License: MPLv1.1 or LGPLv2
745af0
URL: http://cairographics.org/pycairo
745af0
Source0: https://github.com/pygobject/pycairo/releases/download/v%{version}/pycairo-%{version}.tar.gz
745af0
745af0
BuildRequires: cairo-devel
745af0
BuildRequires: gcc
745af0
BuildRequires: pkgconfig
745af0
BuildRequires: python3-devel
745af0
BuildRequires: python3-pytest
745af0
BuildRequires: python3-setuptools
745af0
745af0
%description
745af0
Python bindings for the cairo library.
745af0
745af0
%package -n python3-cairo
745af0
Summary: Python 3 bindings for the cairo library
745af0
%{?python_provide:%python_provide python3-cairo}
745af0
745af0
%description -n python3-cairo
745af0
Python 3 bindings for the cairo library.
745af0
745af0
%package -n python3-cairo-devel
745af0
Summary: Libraries and headers for py3cairo
745af0
Requires: python3-cairo%{?_isa} = %{version}-%{release}
745af0
Requires: python3-devel
745af0
745af0
%description -n python3-cairo-devel
745af0
This package contains files required to build wrappers for cairo add-on
745af0
libraries so that they interoperate with py3cairo.
745af0
745af0
%prep
745af0
%autosetup -p1
745af0
745af0
%build
745af0
%py3_build
745af0
745af0
%install
745af0
%py3_install
745af0
745af0
%check
745af0
%{__python3} setup.py test
745af0
745af0
%files -n python3-cairo
745af0
%license COPYING*
745af0
%{python3_sitearch}/cairo/
745af0
%{python3_sitearch}/pycairo*.egg-info
745af0
745af0
%files -n python3-cairo-devel
745af0
%dir %{_includedir}/pycairo
745af0
%{_includedir}/pycairo/py3cairo.h
745af0
%{_libdir}/pkgconfig/py3cairo.pc
745af0
745af0
%changelog
64f1fa
* Thu Jun 30 2022 Tomas Popela <tpopela@redhat.com> - 1.20.1-1
64f1fa
- Update to 1.20.1
64f1fa
- Resolves: rhbz#2016905
64f1fa
- Ship python3-cairo-devel in CRB
64f1fa
- Resolves: rhbz#2053665
64f1fa
745af0
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.20.0-4
745af0
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
745af0
  Related: rhbz#1991688
745af0
745af0
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.20.0-3
745af0
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
745af0
745af0
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.0-2
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
745af0
745af0
* Wed Nov 04 2020 Tomas Hrnciar <thrnciar@redhat.com> - 1.20.0-1
745af0
- Update to 1.20.0 (bgz#1493325)
745af0
- Move python2-cairo to a separate component
745af0
745af0
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-6
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
745af0
745af0
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 1.18.2-5
745af0
- Rebuilt for Python 3.9
745af0
745af0
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-4
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
745af0
745af0
* Wed Nov 06 2019 Petr Viktorin <pviktori@redhat.com> - 1.18.2-3
745af0
- Build require python-setuptools
745af0
745af0
* Tue Oct 29 2019 Petr Viktorin <pviktori@redhat.com> - 1.18.2-2
745af0
- Do not run tests on Python 2
745af0
745af0
* Thu Oct 24 2019 Kalev Lember <klember@redhat.com> - 1.18.2-1
745af0
- Update to 1.18.2
745af0
745af0
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.18.1-4
745af0
- Rebuilt for Python 3.8.0rc1 (#1748018)
745af0
745af0
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 1.18.1-3
745af0
- Rebuilt for Python 3.8
745af0
745af0
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.1-2
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
745af0
745af0
* Wed Apr 24 2019 Kalev Lember <klember@redhat.com> - 1.18.1-1
745af0
- Update to 1.18.1
745af0
745af0
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.0-2
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
745af0
745af0
* Wed Nov 14 2018 Kalev Lember <klember@redhat.com> - 1.18.0-1
745af0
- Update to 1.18.0
745af0
745af0
* Thu Sep 27 2018 Owen Taylor <otaylor@redhat.com> - 1.17.1-3
745af0
- Disable xpyb support - this is only for Python2, and was originally added
745af0
  for qtile, which uses Python3 now.
745af0
745af0
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.1-2
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
745af0
745af0
* Wed Jul 11 2018 Kalev Lember <klember@redhat.com> - 1.17.1-1
745af0
- Update to 1.17.1
745af0
745af0
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 1.16.3-2
745af0
- Rebuilt for Python 3.7
745af0
745af0
* Mon Mar 19 2018 Kalev Lember <klember@redhat.com> - 1.16.3-1
745af0
- Update to 1.16.3
745af0
745af0
* Tue Feb 06 2018 Kalev Lember <klember@redhat.com> - 1.16.1-1
745af0
- Update to 1.16.1
745af0
745af0
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 1.16.0-1
745af0
- Update to 1.16.0
745af0
745af0
* Mon Feb 05 2018 Kalev Lember <klember@redhat.com> - 1.15.6-1
745af0
- Update to 1.15.6
745af0
745af0
* Fri Dec 01 2017 Kalev Lember <klember@redhat.com> - 1.15.4-1
745af0
- Update to 1.15.4
745af0
745af0
* Wed Sep 20 2017 Kalev Lember <klember@redhat.com> - 1.15.3-1
745af0
- Update to 1.15.3
745af0
745af0
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 1.15.2-1
745af0
- Update to 1.15.2
745af0
- Switch to new upstream at https://github.com/pygobject/pycairo
745af0
- Switch to distutils build system
745af0
- Tighten subpackage deps with the _isa macro
745af0
- Rename Python 2 package to python2-cairo
745af0
- Enable Python 3 support
745af0
745af0
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-8
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
745af0
745af0
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-7
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
745af0
745af0
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-6
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
745af0
745af0
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-5
745af0
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
745af0
745af0
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-4
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
745af0
745af0
* Sun Aug 23 2015 Kalev Lember <klember@redhat.com> - 1.10.0-3
745af0
- Use license macro for license files
745af0
745af0
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-2
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
745af0
745af0
* Sat Nov 15 2014 David Tardon <dtardon@redhat.com> - 1.10.0-1
745af0
- "new" upstream release
745af0
745af0
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.10-12
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
745af0
745af0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.10-11
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
745af0
745af0
* Wed May 21 2014 Jakub Čajka <jcajka@redhat.com> - 1.8.10-10
745af0
- Resolves: #1079673 - Fixed build dependencies and enabled tests on ppc
745af0
745af0
* Tue May 20 2014 Dan Horák <dan[at]danny.cz> - 1.8.10-9
745af0
- disable tests on big endians (#1079673)
745af0
745af0
* Thu Feb 27 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.8.10-8
745af0
- Enable xcb and xpyb (RHBZ 1045725, 1005447)
745af0
- Spec cleanups
745af0
- Run check
745af0
745af0
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.10-7
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
745af0
745af0
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.10-6
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
745af0
745af0
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.10-5
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
745af0
745af0
* Sun Feb 19 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.8.10-4
745af0
- Revert illegal package rename so it properly builds
745af0
- spec file cleanup
745af0
745af0
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.10-3
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
745af0
745af0
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.10-2
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
745af0
745af0
* Tue Sep 21 2010 Matthew Barnes <mbarnes@redhat.com> - 1.8.10-1
745af0
- Update to 1.8.10
745af0
- Rename the package to python-cairo.
745af0
745af0
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.8.8-2
745af0
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
745af0
745af0
* Fri Sep 18 2009 Matthew Barnes <mbarnes@redhat.com> - 1.8.8-1
745af0
- Update to 1.8.8
745af0
745af0
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.6-2
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
745af0
745af0
* Mon Jun 29 2009 Matthew Barnes <mbarnes@redhat.com> - 1.8.6-1
745af0
- Update to 1.8.6
745af0
745af0
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.2-2
745af0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
745af0
745af0
* Fri Jan 16 2009 Matthew Barnes <mbarnes@redhat.com> - 1.8.2-1
745af0
- Update to 1.8.2
745af0
745af0
* Tue Dec 16 2008 Matthew Barnes <mbarnes@redhat.com> - 1.8.0-1
745af0
- Update to 1.8.0
745af0
745af0
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.4.12-5
745af0
- Rebuild for Python 2.6
745af0
745af0
* Fri Aug 29 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4.12-4
745af0
- fix license tag
745af0
745af0
* Wed May 07 2008 Matthew Barnes <mbarnes@redhat.com> - 1.4.12-3
745af0
- Add more documentation files to the package (RH bug #445519).
745af0
745af0
* Sun Feb 17 2008 Matthew Barnes <mbarnes@redhat.com> - 1.4.12-2.fc9
745af0
- Rebuild with GCC 4.3
745af0
745af0
* Thu Dec 13 2007 Matthew Barnes <mbarnes@redhat.com> - 1.4.12-1.fc9
745af0
- Update to 1.4.12
745af0
- Bump cairo requirement to 1.4.12.
745af0
745af0
* Wed Oct 10 2007 Matthew Barnes <mbarnes@redhat.com> - 1.4.0-2.fc7
745af0
- Rebuild
745af0
745af0
* Thu Mar 15 2007 Matthew Barnes <mbarnes@redhat.com> - 1.4.0-1.fc7
745af0
- Update to 1.4.0
745af0
745af0
* Mon Feb 05 2007 Matthew Barnes <mbarnes@redhat.com> - 1.2.6-3.fc7
745af0
- Incorporate suggestions from package review (RH bug #226329).
745af0
745af0
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 1.2.6-2
745af0
- rebuild against python 2.5
745af0
745af0
* Tue Nov 28 2006 Matthew Barnes <mbarnes@redhat.com> - 1.2.6-1.fc7
745af0
- Update to 1.2.6
745af0
- Clean up the spec file.
745af0
745af0
* Sun Oct 15 2006 Matthew Barnes <mbarnes@redhat.com> - 1.2.2-1
745af0
- Update to 1.2.2
745af0
745af0
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.0-1.1
745af0
- rebuild
745af0
745af0
* Wed Jul 05 2006 John (J5) Palmieri <johnp@redhat.com> - 1.2.0-1
745af0
- Update to upstream 1.2.0
745af0
745af0
* Mon Jul  3 2006 Jeremy Katz <katzj@redhat.com> - 1.0.2-3
745af0
- require new enough cairo (#197457)
745af0
745af0
* Mon Jun 05 2006 John (J5) Palmieri <johnp@redhat.com> - 1.0.2-2
745af0
- add pkgconfig BR
745af0
745af0
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-1.2.1
745af0
- bump again for double-long bug on ppc(64)
745af0
745af0
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.2-1.2
745af0
- rebuilt for new gcc4.1 snapshot and glibc changes
745af0
745af0
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
745af0
- rebuilt
745af0
745af0
* Wed Oct 26 2005 John (J5) Palmieri <johnp@redhat.com> - 1.0.2-1
745af0
- Updated to latest and push into rawhide
745af0
745af0
* Fri Dec 10 2004 Kristian Høgsberg <krh@redhat.com> - 0.1.3-1
745af0
- Add python-devel build requires.
745af0
745af0
* Wed Nov 24 2004  <jrb@redhat.com> - 
745af0
- Initial build.