python311-pycairo-1.23.0-150400.3.5.1<>,Tf!p9|j۝;^y]_3k|Uגޤ?6=WW6 v4KM+-TX.(L,MYIjj['HֳA]iT)uM5"bCgV#t  LE8@"ʉWmx):ߨۣ \!ݦxï*ʷd{q~ 6wzUX~zX*THްZHbP޲E7}p<ۊk.{dE YN30>AJp?J`d ( B !FLT848 8 8 8 8 $8884`8@|   (89:B;F;G< 8H<8I=8X>Y>Z>@[>D\>L8]?,8^B) bDKcDdE}eEfElEuE8vF| wH8xH8yI zJJJJJ\Cpython311-pycairo1.23.0150400.3.5.1Python Bindings for CairoPycairo is a Python module providing bindings for the cairo graphics library.f!ibs-power9-17 SUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-later OR MPL-1.1https://www.suse.com/Unspecifiedhttps://github.com/pygobject/pycairolinuxppc64le8 uy6I(D"9 A8nl gdA큤A큤큤A큤A큤A큤A큤A큤A큤A큤fbZSc}ffff]affffff cc^bQac^c̝c̝c̝]acL9]a]a]a^0c^]a]ac̝cnYc^czkb= 60 incorrectly installing pkgconfig files into the wrong libdir - Deduplicate files in python_sitearch- Add Obsoletes/Provides for python3-cairo-devel.- update to 1.20.1 * setup.py: Respect the PKG_CONFIG environment variable * Make import_cairo inline in addition to static * docs: Fix example in Pattern.set_filter() docs _pr_`221` * docs: Fix build with newer sphinx * docs: Fix NumPy width, height-conventions in examples * docs: Last parameter of rel_curve_to should be dy3, not dy4 * mypy: Fixes for mypy 0.800+ * mypy: Don't run mypy via pytest- Update to 1.20.0 * Require Python 3.6+ #pr-201 * Require cairo 1.15.10+ #pr-204 * docs: support Sphinx 3.0 #pr-207 * meson: add ‘tests’ option to skip tests #pr-188 * Windows: build wheels #pr-197 * Add support for Python 3.9 and 3.10 #pr-198 #pr-202 * examples: add a Jupyter Notebook example #pr-181 * Raise an error early when being passed a file object not opened in binary mode #pr-205 * Add a pyproject.toml file #pr-206 - move header file in sitearch to devel package (rpmlint error) header is packaged twice: gh#pygobject/pycairo#98- Move the pkgconfig file to the common package gh#openSUSE/python-rpm-macros#66- Add missing dep on setuptools- Update to 1.19.1: * support for new python * remove support for python 2.x - Remove patch python38.patch- Add patch to fix build on python 3.8: * python38.patch- Fixed conflicts with old python-cario-common-devel- Fix typos- Update to version 1.18.1 * meson: install .egg-info to platlib * meson: fix configure error with meson 0.50 re absolute paths * PyPy: don’t use PyOS_FSPath() with PyPy3.6 - Rename to python-pycario to conform to python package naming guidelines - Expand summaries and descriptions.- Update to version 1.18.0: + typing: Add missing annotations for __enter__/__exit__ + New API: - CAIRO_VERSION, CAIRO_VERSION_STRING, CAIRO_VERSION_MAJOR, CAIRO_VERSION_MINOR, CAIRO_VERSION_MICRO - Status.TAG_ERROR, Status.FREETYPE_ERROR, Status.PNG_ERROR, Status.WIN32_GDI_ERROR - SVGUnit, PDFMetadata, PDFOutlineFlags - FontOptions.set_variations(), FontOptions.get_variations() - Context.tag_begin(), Context.tag_end(), TAG_DEST, TAG_LINK - PDFSurface.set_page_label(), PDFSurface.set_metadata(), PDFSurface.set_thumbnail_size(), PDFSurface.add_outline(), PDF_OUTLINE_ROOT - SVGSurface.set_document_unit(), SVGSurface.get_document_unit() - MIME_TYPE_CCITT_FAX, MIME_TYPE_CCITT_FAX_PARAMS, MIME_TYPE_EPS, MIME_TYPE_EPS_PARAMS, MIME_TYPE_JBIG2, MIME_TYPE_JBIG2_GLOBAL, MIME_TYPE_JBIG2_GLOBAL_ID + docs: Remove a broken link + Various meson build fixes + setup.py: Support specifying custom --pkgconfigdir + Dropped Python 3.3 support - Changes from version 1.17.1: + Meson build support - Changes from version 1.17.0: + cairo.Surface and cairo.Device can now be used as context managers + Fix a leak when a cairo error was raised + Fix a leak when a mapped surface was GCed instead of unmapped + Make it possible to use the C API with Python 3 outside of the compilation unit doing the import by defining PYCAIRO_NO_IMPORT + Implement PEP 561 - Changes from version 1.16.3: + Ship Python type annotation stubs. - Changes from version 1.16.2: + setup.py: Some fixes for Debian pybuild quirks - Changes from version 1.16.1: + setup.py: correctly install pkgconfig into /usr/lib* again - Changes from version 1.16.0: + Add a get_include() function which returns the compiler include path needed for interfacing with the Pycairo C API - Changes from version 1.15.6: + Experimental PyPy and PyPy3 support - Changes from version 1.15.5: + Support Unicode paths under Windows with cairo 1.15.10+ + Don’t include the pkg-config file when building a wheel - Changes from version 1.15.4: + Fix some enum conversation errors with (unused) large and negative values + tests: Fix a rare test error - Changes from version 1.15.3: + setup.py: Install pkgconfig file into /usr/share/pkgconfig to work around JHBuild on Fedora not picking it up. + tests: Fix tests on big endian machines. + Support building with MSVC - Changes from version 1.15.2: + setup.py: Install pkgconfig file to the same library prefix that Python uses (replaces logic in spec file) - Activate test suite. - Use license macro. - Requires cairo >= 1.13.1.- Update to version 1.15.1: + Fixes: - Improved support for Python filesystem paths including os.PathLike. See pathlike for details. - Various minor fixes. + Changes: Expose cairo.Path. + Tests: Improved test coverage from ~70% to ~90%. - Changes from version 1.15.0: + New Features: - Add Surface.map_to_image() and Surface.unmap_image(). - Add RasterSourcePattern. - Add Glyph. - Add Rectangle. - Add TextCluster. - Add ScaledFont.text_to_glyphs() and ScaledFont.glyph_extents(). - Add Context.show_text_glyphs(). - Add TextExtents. + Changes: - Pycairo instances wrapping the same underlying cairo object now hash and compare equally e.g. context.get_target() == context.get_target(). - Functions which returned a cairo error with Status.NO_MEMORY no longer raise MemoryError, but a subclass of Error and MemoryError. Similarly errors with Status.READ_ERROR and Status.WRITE_ERROR no longer raise IOError, but a subclass of Error and IOError. - Some functions which previously returned a tuple now return a tuple subclass like Rectangle, Glyph, TextCluster and TextExtents. - Changes from version 1.14.1: + Fixes: Fix a crash with Surface.get_device(). - Changes from version 1.14.0: + General: Requires at least cairo 1.13.1. + Tests: Optional Hypothesis tests. + New Features: - Add Surface.set_device_scale() and Surface.get_device_scale(). - Add Device. - Add Surface.get_device(). - Add ScriptDevice and ScriptMode. - Add ScriptSurface. - Add Status.JBIG2_GLOBAL_MISSING. - Add Format.stride_for_width(). - Add TextClusterFlags and SurfaceObserverMode. - Add Gradient.get_color_stops_rgba(). - Add TeeSurface. - Add MeshPattern. - Changes from version 1.13.4: + Fixes: Fix a rare crash with get_data() under Python 3 (1.13.3 regression).- fix requires for devel subpackage- Update to version 1.13.3: + Fix ImageSurface leaking in case :meth:`get_data() ` is used under Python 3 (gh#pygobject/pycairo#43). - Changes from version 1.13.2: + Fix pip failing to install pycairo in some cases (gh#pygobject/pycairo#39). - Changes from version 1.13.1: + setup.py install: Fix generated pkg-config file if ``--home`` or ``--user`` is specified (gh#pygobject/pycairo#34). + Fix a build error on macOS Sierra (gh#pygobject/pycairo#36) + examples: Fix snippet examples when .pyc files are present (gh#pygobject/pycairo#35). - For more changes since the last package update, see NEWS inside. - Implement python single-spec packaging: since pycairo 1.11.0, the sources for python2 and python3 based bindings have been merged again.- Add python2-cairo and python2-cairo-devel provides for compatibility with the new multipython spec file macros.python311-cairoibs-power9-17 1720779553  !"#$%&'()*+,-./0123456789:;<=>?@AB1.23.01.23.0-150400.3.5.11.23.0-150400.3.5.11.23.0  cairo__init__.py__init__.pyi__pycache____init__.cpython-311.opt-1.pyc__init__.cpython-311.pyc_cairo.cpython-311-powerpc64le-linux-gnu.sopy.typedpycairo-1.23.0-py3.11.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtpython311-pycairoNEWSdocsMakefilec_apic_build.rstindex.rstpycairo_c_api.rstchangelog.rstconf.pyexamples.rstextra.cssfaq.rstgetting_started.rstimagesexample.svgpycairo.svgindex.rstintegration.rstreferenceconstants.rstcontext.rstdevices.rstenums.rstexceptions.rstglyph.rstindex.rstlegacy_constants.rstmatrix.rstpaths.rstpatterns.rstrectangle.rstregion.rstsurfaces.rsttext.rsttextcluster.rsttextextents.rstresources.rsttutorial.rstpython311-pycairoCOPYINGCOPYING-LGPL-2.1COPYING-MPL-1.1/usr/lib64/python3.11/site-packages//usr/lib64/python3.11/site-packages/cairo//usr/lib64/python3.11/site-packages/cairo/__pycache__//usr/lib64/python3.11/site-packages/pycairo-1.23.0-py3.11.egg-info//usr/share/doc/packages//usr/share/doc/packages/python311-pycairo//usr/share/doc/packages/python311-pycairo/docs//usr/share/doc/packages/python311-pycairo/docs/c_api//usr/share/doc/packages/python311-pycairo/docs/images//usr/share/doc/packages/python311-pycairo/docs/reference//usr/share/licenses//usr/share/licenses/python311-pycairo/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:33031/SUSE_SLE-15-SP4_Update/5616fb8f511c78aa365762cb1cb3d1c8-python-pycairo.SUSE_SLE-15-SP4_Updatedrpmxz5ppc64le-suse-linux  directoryPython script, ASCII text executablePython script, UTF-8 Unicode text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=58f01677cd9735404182c4d904e1fa722106cf87, strippedemptyUTF-8 Unicode textASCII textmakefile script, ASCII textSVG Scalable Vector Graphics imagePython script, ASCII text executable, with very long linesRRRRRRRRR.1 0jkutf-8e75d3ebc08aab7c0cbb7395ea1fa14083447cab5e9ceac789bae74e93d660baa?7zXZ !t/]"k%a eoCbcfBxyYVz~$5%^|:pd{I &~?n*6 yi>μ z/ǙSNYV^yc3.'gVT㽬]6rV@B$0׋O=FRv9 +6٘WRjϢHVZ wƉY R'ԴgNn %M,hrj?Ƌ4'~-ˌIFԼuC0y#4X\IȜtyh q.I d“.g <U=哉W~=Fe"ATSMF*|_m31β,^H>i&Oh6+);[@3m0|F'Pk_2ꮪ2{Ez4ڸEֶ5ł|F`_d(nV{R*js?b$R88 f-F3my쬶8A Q+qyzV=`Em\n6G̳M< ؟ ܠt % G_;5f.&օ`u5cKEl 0m=pе_~]~|E#t2rc A11#