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

python313-inline-snapshot-0.19.3-1.1 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python313-inline-snapshot Distribution: openSUSE Tumbleweed
Version: 0.19.3 Vendor: openSUSE
Release: 1.1 Build date: Thu Jan 16 06:40:01 2025
Group: Unspecified Build host: reproducible
Size: 488164 Source RPM: python-inline-snapshot-0.19.3-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/15r10nk/inline-snapshot/
Summary: Create and update inline snapshots in your Python code
Create and update inline snapshots in your Python code.

Provides

Requires

License

MIT

Changelog

* Thu Jan 16 2025 Steve Kowalik <steven.kowalik@suse.com>
  - Update to 0.19.3:
    * Added
      + added the optional inline-snapshot[dirty-equals] dependency to depend
      on the dirty-equals version which works in combination with
      inline-snapshot.
      + You can now specify which tool you want to use to format your code by
      setting a format-command in your configuration.
      + Support for a new storage-dir configuration option, to tell
      inline-snapshot where to store data files such as external snapshots.
      + attrs can now contain unmanaged values
      + inline_snapshot.extra.warns to captures warnings and compares them
      against expected warnings.
      + snapshots inside snapshots are now supported.
      + runtime values can now be part of snapshots.
      + f-strings can now also be used within snapshots, but are currently not
      fixed by inline-snapshot.
    * Changed
      + BREAKING-CHANGE you have to install inline-snapshot[black] now if you
      want to format your code like in the previous versions. This option is
      not required if you use a format-command.
      + dirty-equals expressions are now treated like runtime values or
      snapshots within snapshots and are not modified by inline-snapshot.
    * Fixed
      + raise no assertion for positional arguments inside constructor methods.
      + fixed a crash when you changed the snapshot to use a custom constructoro
      method for dataclass/pydantic models.
      + snapshots with pydantic models can now be compared multiple times
      + Load default config values even if [tool.inline-snapshot] is missing.
      + use '.model_fields' on pydantic model class and not instance.
      + pydantic v1 is supported again.
      + Code generation for sets is now deterministic.
      + solved a bug caused by a variable inside a snapshot
      + inline-snapshot checks now if the given command line flags
      (--inline-snapshot=...) are valid
      + do not crash when handling raw f-strings (rf"",RF"",...)
      + Don't crash for snapshots like snapshot(f"")
      + skip formatting if black returns an error
* Wed Nov 13 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.14.0
    * Removed the "Programming Language :: Python :: Implementation :: PyPy"
      classifier which was incorrect, because inline-snapshot can not fix
      snapshots on pypy. inline-snapshot now enforces --inline-snapshot=disable
      when used with an implementation other than cpython, which allows
      it to be used in packages that want to support pypy.
    * Command line shortcuts can be defined to simplify your workflows.
    - -review and --fix are defined by default. See the documentation
      for details.
    * --inline-snapshot=create/fix/trim/update will no longer show reports
      for other categories. You can use --inline-snapshot=create,report
      if you want to use the old behaviour.
  - from version to 0.13.4
    * Use tomli instead of toml
* Tue Oct 29 2024 Dirk Müller <dmueller@suse.com>
  - update to 0.13.3:
    * removed non-optional dirty-equals dependency
    * star-expressions in list or dicts where never valid and cause
      a warning now.
    * A snapshot which contains an dirty-equals expression can now
      be compared multiple times.
    * Use tomllib instead of PyPI toml on Python 3.11 and later
    * added extra.prints
    * 3.13 support
    * strings with one line-break at the end become no multiline
      strings
* Thu Sep 05 2024 Guang Yee <gyee@suse.com>
  - Enable sle15_python_module_pythons.
* Fri Aug 16 2024 Guang Yee <gyee@suse.com>
  - version 0.12.1
    * add license to project metadata and some other fixes in pyproject.toml (#104)

Files

/usr/lib/python3.13/site-packages/inline_snapshot
/usr/lib/python3.13/site-packages/inline_snapshot-0.19.3.dist-info
/usr/lib/python3.13/site-packages/inline_snapshot-0.19.3.dist-info/INSTALLER
/usr/lib/python3.13/site-packages/inline_snapshot-0.19.3.dist-info/METADATA
/usr/lib/python3.13/site-packages/inline_snapshot-0.19.3.dist-info/RECORD
/usr/lib/python3.13/site-packages/inline_snapshot-0.19.3.dist-info/REQUESTED
/usr/lib/python3.13/site-packages/inline_snapshot-0.19.3.dist-info/WHEEL
/usr/lib/python3.13/site-packages/inline_snapshot-0.19.3.dist-info/entry_points.txt
/usr/lib/python3.13/site-packages/inline_snapshot-0.19.3.dist-info/licenses
/usr/lib/python3.13/site-packages/inline_snapshot-0.19.3.dist-info/licenses/LICENSE
/usr/lib/python3.13/site-packages/inline_snapshot/__init__.py
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_align.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_align.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_change.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_change.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_code_repr.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_code_repr.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_compare_context.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_compare_context.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_config.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_config.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_exceptions.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_exceptions.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_external.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_external.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_find_external.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_find_external.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_format.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_format.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_inline_snapshot.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_inline_snapshot.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_is.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_is.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_problems.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_problems.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_rewrite_code.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_rewrite_code.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_sentinels.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_sentinels.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_source_file.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_source_file.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_types.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_types.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_unmanaged.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_unmanaged.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_utils.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/_utils.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/extra.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/extra.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/pydantic_fix.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/pydantic_fix.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/pytest_plugin.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/pytest_plugin.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/syntax_warnings.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/__pycache__/syntax_warnings.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/__init__.py
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/__pycache__
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/__pycache__/adapter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/__pycache__/adapter.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/__pycache__/dict_adapter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/__pycache__/dict_adapter.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/__pycache__/generic_call_adapter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/__pycache__/generic_call_adapter.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/__pycache__/sequence_adapter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/__pycache__/sequence_adapter.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/__pycache__/value_adapter.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/__pycache__/value_adapter.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/adapter.py
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/dict_adapter.py
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/generic_call_adapter.py
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/sequence_adapter.py
/usr/lib/python3.13/site-packages/inline_snapshot/_adapter/value_adapter.py
/usr/lib/python3.13/site-packages/inline_snapshot/_align.py
/usr/lib/python3.13/site-packages/inline_snapshot/_change.py
/usr/lib/python3.13/site-packages/inline_snapshot/_code_repr.py
/usr/lib/python3.13/site-packages/inline_snapshot/_compare_context.py
/usr/lib/python3.13/site-packages/inline_snapshot/_config.py
/usr/lib/python3.13/site-packages/inline_snapshot/_exceptions.py
/usr/lib/python3.13/site-packages/inline_snapshot/_external.py
/usr/lib/python3.13/site-packages/inline_snapshot/_find_external.py
/usr/lib/python3.13/site-packages/inline_snapshot/_format.py
/usr/lib/python3.13/site-packages/inline_snapshot/_inline_snapshot.py
/usr/lib/python3.13/site-packages/inline_snapshot/_is.py
/usr/lib/python3.13/site-packages/inline_snapshot/_problems.py
/usr/lib/python3.13/site-packages/inline_snapshot/_rewrite_code.py
/usr/lib/python3.13/site-packages/inline_snapshot/_sentinels.py
/usr/lib/python3.13/site-packages/inline_snapshot/_source_file.py
/usr/lib/python3.13/site-packages/inline_snapshot/_types.py
/usr/lib/python3.13/site-packages/inline_snapshot/_unmanaged.py
/usr/lib/python3.13/site-packages/inline_snapshot/_utils.py
/usr/lib/python3.13/site-packages/inline_snapshot/extra.py
/usr/lib/python3.13/site-packages/inline_snapshot/py.typed
/usr/lib/python3.13/site-packages/inline_snapshot/pydantic_fix.py
/usr/lib/python3.13/site-packages/inline_snapshot/pytest_plugin.py
/usr/lib/python3.13/site-packages/inline_snapshot/syntax_warnings.py
/usr/lib/python3.13/site-packages/inline_snapshot/testing
/usr/lib/python3.13/site-packages/inline_snapshot/testing/__init__.py
/usr/lib/python3.13/site-packages/inline_snapshot/testing/__pycache__
/usr/lib/python3.13/site-packages/inline_snapshot/testing/__pycache__/__init__.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/testing/__pycache__/__init__.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/testing/__pycache__/_example.cpython-313.opt-1.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/testing/__pycache__/_example.cpython-313.pyc
/usr/lib/python3.13/site-packages/inline_snapshot/testing/_example.py
/usr/share/doc/packages/python313-inline-snapshot
/usr/share/doc/packages/python313-inline-snapshot/CHANGELOG.md
/usr/share/doc/packages/python313-inline-snapshot/README.md
/usr/share/licenses/python313-inline-snapshot
/usr/share/licenses/python313-inline-snapshot/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jan 31 00:17:57 2025