| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python311-parse_type | Distribution: openSUSE Tumbleweed |
| Version: 0.6.3 | Vendor: openSUSE |
| Release: 2.5 | Build date: Fri Sep 27 00:26:13 2024 |
| Group: Development/Languages/Python | Build host: reproducible |
| Size: 127856 | Source RPM: python-parse_type-0.6.3-2.5.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/jenisys/parse_type | |
| Summary: Extension to the parse module | |
parse_type extends the parse module (opposite of string.format()) with
the following features:
* build type converters for common use cases (enum/mapping, choice)
* build a type converter with a cardinality constraint (0..1, 0..*, 1..*)
from the type converter with cardinality=1.
* compose a type converter from other type converters
* an extended parser that supports the CardinalityField naming schema
and creates missing type variants (0..1, 0..*, 1..*) from the
primary type converter
MIT
* Thu Sep 26 2024 Guang Yee <gyee@suse.com>
- Enable sle15_python_module_pythons.
* Thu Aug 29 2024 pgajdos@suse.com
- version update to 0.6.3
* Copy structured test suite to "tests/parse_tests/"
* Copy structured test suite to "tests/parse_tests_with_parse_type"
* REMOVE: tests/test_parse.py
* README: Fix compact display of BADGES (was using multi-line)
* CI: Add support for Python 3.12
- added patches
fix https://github.com/jenisys/parse_type/pull/24
+ python-parse_type-remove-python2.patch
* Sun Dec 10 2023 Dirk Müller <dmueller@suse.com>
- update to 0.6.2:
* #21: tests/test_parse.py tests ``parse_type.parse`` (per
default).
* REASON: Using for older installed ``parse`` module may
cause weird problems.
* RELATED TO: ``parse v1.19.1`` (behavior changed compared to
``v1.19.0``)
* Sun Jul 02 2023 Matej Cepl <mcepl@suse.com>
- Update to 0.6.1:
- Switch to MIT license (same as: parse module)
- Use SPDX-License-Identifier in source code (to simplify
understanding)
- UPDATE/SYNC to parse v1.19.1
- ADDED: pyproject.toml to support newer pip versions
- REASON: setup.py becomes DEPRECATED in 2023-09 for newer pip
versions.
- Issue #19: 0.6.0: pytest is failing in two units (caused by:
parse v1.19.1)
- Issue #1: Licensing confusion
* Mon Feb 28 2022 pgajdos@suse.com
- version update to 0.6.0
+ issue #17: setup.py: Remove use of "use_2to3"
+ parse issue #119 (same as: #121): int_convert memory effect with number-base discovery
+ UPDATE to parse v1.18.0 (needed by: parse issue #119)
+ parse PR #122: Fixes issue #121 in parse: int_convert memory effect.
+ parse v1.17.0
* Wed Sep 23 2020 Ondřej Súkup <mimi.vx@gmail.com>
- python-enum34 is mandatory with pyhon2
* Sun Mar 15 2020 Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.5.3:
* no changelog
- Remove not needed testsuite-fix.patch
* Tue Aug 27 2019 Marketa Calabkova <mcalabkova@suse.com>
- update to version 0.5.2
* requires parse >= 1.12.0
* test fixes
- shortened patch testsuite-fix.patch
* Thu Feb 14 2019 Jan Engelhardt <jengelh@inai.de>
- Use noun phrase in summary.
* Wed Feb 13 2019 Matěj Cepl <mcepl@suse.com>
- Add python3-fixes.patch to make tests pass.
/usr/lib/python3.11/site-packages/parse_type /usr/lib/python3.11/site-packages/parse_type-0.6.3.dist-info /usr/lib/python3.11/site-packages/parse_type-0.6.3.dist-info/INSTALLER /usr/lib/python3.11/site-packages/parse_type-0.6.3.dist-info/LICENSE /usr/lib/python3.11/site-packages/parse_type-0.6.3.dist-info/METADATA /usr/lib/python3.11/site-packages/parse_type-0.6.3.dist-info/RECORD /usr/lib/python3.11/site-packages/parse_type-0.6.3.dist-info/REQUESTED /usr/lib/python3.11/site-packages/parse_type-0.6.3.dist-info/WHEEL /usr/lib/python3.11/site-packages/parse_type-0.6.3.dist-info/top_level.txt /usr/lib/python3.11/site-packages/parse_type-0.6.3.dist-info/zip-safe /usr/lib/python3.11/site-packages/parse_type/__init__.py /usr/lib/python3.11/site-packages/parse_type/__pycache__ /usr/lib/python3.11/site-packages/parse_type/__pycache__/__init__.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/parse_type/__pycache__/__init__.cpython-311.pyc /usr/lib/python3.11/site-packages/parse_type/__pycache__/builder.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/parse_type/__pycache__/builder.cpython-311.pyc /usr/lib/python3.11/site-packages/parse_type/__pycache__/cardinality.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/parse_type/__pycache__/cardinality.cpython-311.pyc /usr/lib/python3.11/site-packages/parse_type/__pycache__/cardinality_field.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/parse_type/__pycache__/cardinality_field.cpython-311.pyc /usr/lib/python3.11/site-packages/parse_type/__pycache__/cfparse.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/parse_type/__pycache__/cfparse.cpython-311.pyc /usr/lib/python3.11/site-packages/parse_type/__pycache__/parse_util.cpython-311.opt-1.pyc /usr/lib/python3.11/site-packages/parse_type/__pycache__/parse_util.cpython-311.pyc /usr/lib/python3.11/site-packages/parse_type/builder.py /usr/lib/python3.11/site-packages/parse_type/cardinality.py /usr/lib/python3.11/site-packages/parse_type/cardinality_field.py /usr/lib/python3.11/site-packages/parse_type/cfparse.py /usr/lib/python3.11/site-packages/parse_type/parse_util.py /usr/share/doc/packages/python311-parse_type /usr/share/doc/packages/python311-parse_type/README.rst /usr/share/licenses/python311-parse_type /usr/share/licenses/python311-parse_type/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Oct 25 22:22:47 2025