|
|
|
|
Changelog for python311-pycairo-1.26.1-lp155.34.1.x86_64.rpm :
* Mon Jul 29 2024 John Paul Adrian Glaubitz - Update to 1.26.1 * Fix Surface.set_mime_data() with Python 3.13 :pr:`366` This also fixes the test suite with Python 3.13b2. * Update vendored Windows wheel dependencies :pr:`370` * Fri Mar 22 2024 Dirk Müller - update to 1.26.0: * Bump minimum required meson version from 0.56.0 to 0.64.0 * Various meson related cleanups :pr:`350` * Fix header file being installed to the wrong location with meson on some systems :pr:`350` * Adds a new ``wheel`` meson build option as preparation for meson-python support :pr:`350` :pr:`345` * Update dependencies (libpng, pixman, zlib) of the Windows wheels :pr:`358` * Various maintenance related updates :pr:`360` :pr:`359` :pr:`361` :pr:`362` * Tue Oct 24 2023 Soc Virnyl Estela - update to 1.25.1: * fix a crash in pypy3.10 * Fix the build with CPython 3.13.0a1- introduced from 1.25.0: * update to cairo 1.18.0 (for windows only) * new apis: - Status.SVG_FONT_ERROR - FontOptions.get_color_mode(), FontOptions.set_color_mode(), ColorMode - FontOptions.set_color_palette(), FontOptions.get_color_palette(), COLOR_PALETTE_DEFAULT - FontOptions.set_custom_palette_color(), FontOptions.get_custom_palette_color() - TAG_CONTENT, TAG_CONTENT_REF - Pattern.get_dither(), Pattern.set_dither(), Dither * Tue Jul 25 2023 Dirk Müller - update to 1.24.0: * Dropped Python 3.7 support * Bumped meson version requirement from 0.53.0 to 0.56.0 * Various cairo dependency updates for the Windows wheel build * Various code cleanups :pr:`306` * Added Python 3.12 Windows wheels * Tue Apr 25 2023 Matej Cepl - Switch to single spec version build for PSP * Wed Dec 07 2022 Yogalakshmi Arunachalam - Update to version 1.23.0 * Reminder to distro packagers: Building/installing pycairo using setup.py is deprecated, please use meson instead. * git: changed default branch from “master” to “main” * Windows: Update the cairo version included in the wheels from 1.17.2 to 1.17.6 #pr-243 * docs: Document how to look up pycairo headers without loading the module #pr-300 * tests: don’t error out if cairo wasn’t built with all features #pr-293 New APIs: * Status.DWRITE_ERROR #pr-294 * Format.RGB96F, Format.RGBA128F #pr-295 * PDFVersion.VERSION_1_6, PDFVersion.VERSION_1_7 #pr-296 * HAS_DWRITE_FONT #pr-297 * Context.set_hairline(), Context.get_hairline() #pr-298 * PDFSurface.set_custom_metadata() #pr-299 * Mon Nov 28 2022 Dominique Leuenberger - Updtae to version 1.22.0: * Officially support Python 3.11. * PDFSurface.version_to_string(): Fix crash with negative versions. * typing: ImageSurface.get_stride() returns an int. * typing: Fix incorrect interface for Matrix constructor. * typing: Use Generic for Context. * docs: some cairo.Context fixes. * docs: try to make create_from_png/write_to_png more clear. * docs: add an example for how to convert a surface to pillow. * docs: cairo.Format.RGB24: document that unused bytes may be overwritten. * tests: don’t depend on specific ref counts. * tests: compatibility fixes for cairo 1.17.6.- Drop f5a795ea.patch: fixed upstream. * Tue Sep 13 2022 Bjørn Lie - Update to version 1.21.0: * Require Python 3.7+ * Require meson 0.53+ * Using setup.py directly to build/install pycairo is deprecated. Use meson instead. * setup.py now requires setuptools. Previously it was optional. * The complete API reference is now included in the typing stubs, so it can be consumed/shown by IDEs.- Add f5a795ea.patch: Some test improvements for cairo 1.17.6 * Sat Jul 16 2022 Ben Greiner - Work around vendored distutils in setuptools >= 60 incorrectly installing pkgconfig files into the wrong libdir- Deduplicate files in python_sitearch * Thu Aug 12 2021 Frederic Crozat - Add Obsoletes/Provides for python3-cairo-devel. * Sat Jul 17 2021 Dirk Müller - 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 * Thu Dec 03 2020 Benjamin Greiner - 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 * Wed Dec 02 2020 Benjamin Greiner - Move the pkgconfig file to the common package gh#openSUSE/python-rpm-macros#66 * Mon Mar 16 2020 Tomáš Chvátal - Add missing dep on setuptools * Mon Mar 16 2020 Tomáš Chvátal - Update to 1.19.1: * support for new python * remove support for python 2.x- Remove patch python38.patch * Mon Oct 07 2019 Tomáš Chvátal - Add patch to fix build on python 3.8: * python38.patch * Tue May 21 2019 Todd R - Fixed conflicts with old python-cario-common-devel * Tue May 21 2019 Todd R - Fix typos * Sun May 19 2019 Todd R - 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. * Sat Feb 09 2019 John Vandenberg - 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. * Thu Aug 24 2017 zaitorAATTopensuse.org- 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). * Fri Jun 23 2017 jmatejekAATTsuse.com- fix requires for devel subpackage * Sun Jun 18 2017 dimstarAATTopensuse.org- 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. * Sat Feb 25 2017 toddrme2178AATTgmail.com- Add python2-cairo and python2-cairo-devel provides for compatibility with the new multipython spec file macros.
|
|
|