Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python310-qrcode-8.0-1.1 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python310-qrcode Distribution: openSUSE:Factory:zSystems
Version: 8.0 Vendor: openSUSE
Release: 1.1 Build date: Mon Sep 30 11:47:24 2024
Group: Unspecified Build host: reproducible
Size: 300466 Source RPM: python-qrcode-8.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/lincolnloop/python-qrcode
Summary: QR Code image generator
This module uses the Python Imaging Library (PIL) to allow for the generation
of QR Codes.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon Sep 30 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 8.0.0
    * Added support for Python 3.11 and 3.12.
    * Drop support for Python <=3.8.
    * Change local development setup to use Poetry_.
    * Testsuite and code quality checks are done
      through Github Actions.
    * Code quality and formatting utilises ruff_.
    * Removed ``typing_extensions`` as a dependency,
      as it's no longer required with
      having Python 3.9+ as a requirement.
    * Only allow high error correction rate (`qrcode.ERROR_CORRECT_H`)
      when generating QR codes with embedded images to ensure content
      is readable
  - Install manpage manually in %install section
  - Drop 364.patch, merged upstream
  - Switch package source from PyPi to Github
* Sun Jun 23 2024 Andreas Schneider <asn@cryptomilk.org>
  - Fix applying the patch on Leap (SLE)
* Wed Jun 12 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Cherry-pick upstream patch to fix build with GCC 14
    * https://github.com/lincolnloop/python-qrcode/pull/364.patch
* Mon Feb 05 2024 Steve Kowalik <steven.kowalik@suse.com>
  - Add missing Requires on pypng.
  - Switch to pyproject macros.
  - Stop using greedy globs in %files.
* Sun Feb 04 2024 Dirk Müller <dmueller@suse.com>
  - update to 7.4.1:
    * Restructure the factory drawers, allowing different shapes in
      SVG image factories as well.
    * Add a --factory-drawer option to the qr console script.
    * Optimize the output for the SVGPathImage factory (more than 30%
      reduction in file sizes).
    * Add a pypng image factory as a pure Python PNG solution.
      If pillow is not installed, then this becomes the default
      factory.
    * The pymaging image factory has been removed, but its
      factory shortcut and the actual PymagingImage factory class
      now just link to the PyPNGImage factory.
* Thu Nov 02 2023 Andreas Schneider <asn@cryptomilk.org>
  - Use sle15_python_module_pythons
* Fri Apr 08 2022 pgajdos@suse.com
  - python-mock is not required for build
* Tue Oct 26 2021 Axel Braun <axel.braun@gmx.de>
  - version 7.3.1
    * Improvements for embeded image.
    * Skip color mask if QR is black and white
    * Add Styled PIL image factory, allowing different color masks and shapes in QR codes
    * Small performance inprovement
    * Add check for border size parameter
    * Add --ascii parameter to command line interface allowing to output ascii when stdout is piped
    * Add --output parameter to command line interface to specify output file
    * Accept RGB tuples in fill_color and back_color
    * Add to_string method to SVG images
    * Replace inline styles with SVG attributes to avoid CSP issues
    * Add Python3.10 to supported versions
    * Drop Python < 3.6 support.
* Tue May 19 2020 Petr Gajdos <pgajdos@suse.com>
  - %python3_only -> %python_alternative
* Wed Mar 27 2019 pgajdos@suse.com
  - version update to 6.1
    * Fix short chunks of data not being optimized to the correct mode.
    * Tests fixed for Python 3
    * Fix optimize length being ignored in ``QRCode.add_data``.
    * Better calculation of the best mask pattern and related optimizations.

Files

/etc/alternatives/qr
/etc/alternatives/qr.1.gz
/usr/bin/qr
/usr/bin/qr-3.10
/usr/lib/python3.10/site-packages/qrcode
/usr/lib/python3.10/site-packages/qrcode-8.0.dist-info
/usr/lib/python3.10/site-packages/qrcode-8.0.dist-info/INSTALLER
/usr/lib/python3.10/site-packages/qrcode-8.0.dist-info/LICENSE
/usr/lib/python3.10/site-packages/qrcode-8.0.dist-info/METADATA
/usr/lib/python3.10/site-packages/qrcode-8.0.dist-info/RECORD
/usr/lib/python3.10/site-packages/qrcode-8.0.dist-info/REQUESTED
/usr/lib/python3.10/site-packages/qrcode-8.0.dist-info/WHEEL
/usr/lib/python3.10/site-packages/qrcode-8.0.dist-info/entry_points.txt
/usr/lib/python3.10/site-packages/qrcode/LUT.py
/usr/lib/python3.10/site-packages/qrcode/__init__.py
/usr/lib/python3.10/site-packages/qrcode/__pycache__
/usr/lib/python3.10/site-packages/qrcode/__pycache__/LUT.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/LUT.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/console_scripts.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/console_scripts.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/constants.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/constants.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/exceptions.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/exceptions.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/main.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/main.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/release.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/release.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/__pycache__/util.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/base.py
/usr/lib/python3.10/site-packages/qrcode/compat
/usr/lib/python3.10/site-packages/qrcode/compat/__init__.py
/usr/lib/python3.10/site-packages/qrcode/compat/__pycache__
/usr/lib/python3.10/site-packages/qrcode/compat/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/compat/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/compat/__pycache__/etree.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/compat/__pycache__/etree.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/compat/__pycache__/png.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/compat/__pycache__/png.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/compat/etree.py
/usr/lib/python3.10/site-packages/qrcode/compat/png.py
/usr/lib/python3.10/site-packages/qrcode/console_scripts.py
/usr/lib/python3.10/site-packages/qrcode/constants.py
/usr/lib/python3.10/site-packages/qrcode/exceptions.py
/usr/lib/python3.10/site-packages/qrcode/image
/usr/lib/python3.10/site-packages/qrcode/image/__init__.py
/usr/lib/python3.10/site-packages/qrcode/image/__pycache__
/usr/lib/python3.10/site-packages/qrcode/image/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/image/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/image/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/image/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/image/__pycache__/pil.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/image/__pycache__/pil.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/image/__pycache__/pure.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/image/__pycache__/pure.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/image/__pycache__/styledpil.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/image/__pycache__/styledpil.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/image/__pycache__/svg.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/image/__pycache__/svg.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/image/base.py
/usr/lib/python3.10/site-packages/qrcode/image/pil.py
/usr/lib/python3.10/site-packages/qrcode/image/pure.py
/usr/lib/python3.10/site-packages/qrcode/image/styledpil.py
/usr/lib/python3.10/site-packages/qrcode/image/styles
/usr/lib/python3.10/site-packages/qrcode/image/styles/__init__.py
/usr/lib/python3.10/site-packages/qrcode/image/styles/__pycache__
/usr/lib/python3.10/site-packages/qrcode/image/styles/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/image/styles/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/image/styles/__pycache__/colormasks.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/image/styles/__pycache__/colormasks.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/image/styles/colormasks.py
/usr/lib/python3.10/site-packages/qrcode/image/styles/moduledrawers
/usr/lib/python3.10/site-packages/qrcode/image/styles/moduledrawers/__init__.py
/usr/lib/python3.10/site-packages/qrcode/image/styles/moduledrawers/__pycache__
/usr/lib/python3.10/site-packages/qrcode/image/styles/moduledrawers/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/image/styles/moduledrawers/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/image/styles/moduledrawers/__pycache__/base.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/image/styles/moduledrawers/__pycache__/base.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/image/styles/moduledrawers/__pycache__/pil.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/image/styles/moduledrawers/__pycache__/pil.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/image/styles/moduledrawers/__pycache__/svg.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/image/styles/moduledrawers/__pycache__/svg.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/image/styles/moduledrawers/base.py
/usr/lib/python3.10/site-packages/qrcode/image/styles/moduledrawers/pil.py
/usr/lib/python3.10/site-packages/qrcode/image/styles/moduledrawers/svg.py
/usr/lib/python3.10/site-packages/qrcode/image/svg.py
/usr/lib/python3.10/site-packages/qrcode/main.py
/usr/lib/python3.10/site-packages/qrcode/release.py
/usr/lib/python3.10/site-packages/qrcode/tests
/usr/lib/python3.10/site-packages/qrcode/tests/__init__.py
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/__init__.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/__init__.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/consts.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/consts.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_example.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_example.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_qrcode.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_qrcode.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_qrcode_pil.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_qrcode_pil.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_qrcode_pypng.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_qrcode_pypng.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_qrcode_svg.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_qrcode_svg.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_release.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_release.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_script.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_script.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_util.cpython-310.opt-1.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/__pycache__/test_util.cpython-310.pyc
/usr/lib/python3.10/site-packages/qrcode/tests/consts.py
/usr/lib/python3.10/site-packages/qrcode/tests/test_example.py
/usr/lib/python3.10/site-packages/qrcode/tests/test_qrcode.py
/usr/lib/python3.10/site-packages/qrcode/tests/test_qrcode_pil.py
/usr/lib/python3.10/site-packages/qrcode/tests/test_qrcode_pypng.py
/usr/lib/python3.10/site-packages/qrcode/tests/test_qrcode_svg.py
/usr/lib/python3.10/site-packages/qrcode/tests/test_release.py
/usr/lib/python3.10/site-packages/qrcode/tests/test_script.py
/usr/lib/python3.10/site-packages/qrcode/tests/test_util.py
/usr/lib/python3.10/site-packages/qrcode/util.py
/usr/share/doc/packages/python310-qrcode
/usr/share/doc/packages/python310-qrcode/CHANGES.rst
/usr/share/doc/packages/python310-qrcode/README.rst
/usr/share/licenses/python310-qrcode
/usr/share/licenses/python310-qrcode/LICENSE
/usr/share/man/man1/qr-3.10.1.gz
/usr/share/man/man1/qr.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Jan 13 23:32:43 2025