update pycairo version to 1.21.0
This commit is contained in:
parent
c079c2cf04
commit
c7abdbc5ca
Binary file not shown.
BIN
pycairo-1.21.0.tar.gz
Normal file
BIN
pycairo-1.21.0.tar.gz
Normal file
Binary file not shown.
13
pycairo.spec
13
pycairo.spec
@ -1,12 +1,12 @@
|
|||||||
Name: pycairo
|
Name: pycairo
|
||||||
Version: 1.20.0
|
Version: 1.21.0
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A python module providing bindings for the cairo graphics library
|
Summary: A python module providing bindings for the cairo graphics library
|
||||||
License: MPLv1.1 or LGPLv2
|
License: MPLv1.1 or LGPLv2
|
||||||
URL: https://cairographics.org/pycairo
|
URL: https://cairographics.org/pycairo
|
||||||
Source0: https://github.com/pygobject/pycairo/releases/download/v%{version}/pycairo-%{version}.tar.gz
|
Source0: https://github.com/pygobject/pycairo/releases/download/v%{version}/pycairo-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: cairo-devel gcc pkgconfig python3-devel python3-pytest
|
BuildRequires: pkgconfig(cairo) gcc python3-devel python3-pytest python3-setuptools
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pycairo is a Python module providing bindings for the cairo graphics library.
|
Pycairo is a Python module providing bindings for the cairo graphics library.
|
||||||
@ -44,6 +44,7 @@ in order to interoperate with py3cairo.
|
|||||||
%files -n python3-cairo
|
%files -n python3-cairo
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
|
%doc README.rst
|
||||||
%{python3_sitearch}/cairo/*
|
%{python3_sitearch}/cairo/*
|
||||||
%{python3_sitearch}/pycairo*.egg-info/*
|
%{python3_sitearch}/pycairo*.egg-info/*
|
||||||
|
|
||||||
@ -53,6 +54,12 @@ in order to interoperate with py3cairo.
|
|||||||
%{_libdir}/pkgconfig/py*.pc
|
%{_libdir}/pkgconfig/py*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 24 2022 yanglu <yanglu72@h-partners> - 1.21.0-1
|
||||||
|
- Type:requirements
|
||||||
|
- Id:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:update pycairo version to 1.21.0
|
||||||
|
|
||||||
* Thu Jul 21 2022 jinzhiguang <jinzhiguang@kylinos.cn> - 1.20.0-2
|
* Thu Jul 21 2022 jinzhiguang <jinzhiguang@kylinos.cn> - 1.20.0-2
|
||||||
- Type:requirements
|
- Type:requirements
|
||||||
- Id:NA
|
- Id:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user