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

python311-hypothesmith-0.2.3-150400.9.3.9 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python311-hypothesmith Distribution: SUSE Linux Enterprise 15
Version: 0.2.3 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.9.3.9 Build date: Tue Oct 3 23:48:28 2023
Group: Unspecified Build host: h01-ch3d
Size: 83268 Source RPM: python-hypothesmith-0.2.3-150400.9.3.9.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/Zac-HD/hypothesmith
Summary: Hypothesis strategies for generating Python programs, something like CSmith
Hypothesis strategies for generating Python programs, something like CSmith.

Provides

Requires

License

MPL-2.0

Changelog

* Fri Apr 21 2023 dmueller@suse.com
  - add sle15_python_module_pythons (jsc#PED-68)
* Wed Apr 19 2023 mcepl@suse.com
  - Switch to single spec version build for PSP
* Thu Dec 15 2022 daniel.garcia@suse.com
  - Update requirements
* Tue Dec 13 2022 yarunachalam@suse.com
  - Update to version 0.2.3
    * Actually package up the renamed grammar file this time.
  - Update to 0.2.2 - 2022-11-29
    * Correct the minimum required version of LibCST
    * Use importlib.resources to load the Python grammar (zip-safe)
* Tue Dec 06 2022 yarunachalam@suse.com
  - Update to version 0.2.1 - 2022-11-25
    * Use the lark package on PyPI, for Lark version 1.0+ (requires recent Hypothesis)
    * Use updated Python grammar for from_grammar(), thanks to Lark updates
    * Drop support for Python 3.6, add 3.10 and 3.11 to CI
* Thu Oct 20 2022 simmphonie@opensuse.org
  - Update to v0.2.0
    * More efficient generation of Python identifiers
    * Workaround for CPython parser bug in 3.9.8 (#16) Yes, yet another one - still,
      that's why hypothesmith exists...
  - Release v0.1.9
    * Fixed rare internal error when from_node() generated misplaced except: clauses
* Thu Sep 29 2022 yarunachalam@suse.com
  - Update to 0.2.0 - 2021-11-27
    More efficient generation of Python identifiers
    Workaround for CPython parser bug in 3.9.8 (#16) Yes, yet another one - still, that's why hypothesmith exists...
  - Update to 0.1.9 - 2021-08-19
    Fixed rare internal error when from_node() generated misplaced except: clauses
* Sun Mar 21 2021 code@bnavigator.de
  - Update to v0.1.8
    * Now compatible with Hypothesis 5.46 and later
    * Increased diversity of examples generated by from_node()
  - Release v0.1.7
    * Adds a workaround for BPO-42218
    * Bumped Hypothesis requirement to version 5.41 or later
      (better internal error messages)
    * Added MANIFEST.in so the sdist includes license, tests, etc.
* Sat Nov 14 2020 jayvdb@gmail.com
  - Update to v0.1.6
    * Improved error messages from internal compiler errors again
    * Bumped Hypothesis requirement to version 5.39 or later
  - from v0.1.5
    * Emit additional debug info when Python fails to compile a string
* Wed Aug 19 2020 code@bnavigator.de
  - Update to 0.1.4
    * Improve handling of identifiers
    * Fix internal error in `from_grammar("single_input")
  - do not install myself on multibuild test flavor
* Sat Aug 08 2020 code@bnavigator.de
  - Use github repository download for LICENSE, CHANGELOG.md (needed
    by tests) and test directory gh#Zac-HD/hypothesmith#5
  - run tests in multibuild flavor, they are quite time-consuming and
    the test requirements create dependency loops
  - filter empty types file python-hypothesmith-rpmlintrc
* Thu Aug 06 2020 code@bnavigator.de
  - Update to 0.1.3
    * Update to latest versions of LibCST and Hypothesis, for Python
      3.9 support
  - 0.1.2 - 2020-05-17
    * Emit more debug info to diagnose a compile() issue in CPython
      nightly
  - 0.1.1 - 2020-05-17
    * Emit some debug info to help diagnose a possible upstream bug
      in CPython nightly
  - 0.1.0 - 2020-04-24
    * Added auto_target=True argument to the from_node() strategy.
    * Improved from_node() generation of comments and trailing
      whitespace.
  - 0.0.8 - 2020-04-23
    * Added a from_node() strategy which uses LibCST to generate
      source code. This is a proof-of-concept rather than a robust
      tool, but IMO it's a pretty cool concept.
  - 0.0.7 - 2020-04-19
    * The from_grammar() strategy now takes an auto_target=True
      argument, to drive generated examples towards (relatively)
      larger and more complex programs.
* Thu Apr 16 2020 tchvatal@suse.com
  - Initial commit, needed by flake8-builtins

Files

/usr/lib/python3.11/site-packages/hypothesmith
/usr/lib/python3.11/site-packages/hypothesmith-0.2.3-py3.11.egg-info
/usr/lib/python3.11/site-packages/hypothesmith-0.2.3-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/hypothesmith-0.2.3-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/hypothesmith-0.2.3-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/hypothesmith-0.2.3-py3.11.egg-info/not-zip-safe
/usr/lib/python3.11/site-packages/hypothesmith-0.2.3-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/hypothesmith-0.2.3-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/hypothesmith/__init__.py
/usr/lib/python3.11/site-packages/hypothesmith/__pycache__
/usr/lib/python3.11/site-packages/hypothesmith/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hypothesmith/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/hypothesmith/__pycache__/cst.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hypothesmith/__pycache__/cst.cpython-311.pyc
/usr/lib/python3.11/site-packages/hypothesmith/__pycache__/syntactic.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/hypothesmith/__pycache__/syntactic.cpython-311.pyc
/usr/lib/python3.11/site-packages/hypothesmith/cst.py
/usr/lib/python3.11/site-packages/hypothesmith/py.typed
/usr/lib/python3.11/site-packages/hypothesmith/python.lark
/usr/lib/python3.11/site-packages/hypothesmith/syntactic.py
/usr/share/doc/packages/python311-hypothesmith
/usr/share/doc/packages/python311-hypothesmith/CHANGELOG.md
/usr/share/doc/packages/python311-hypothesmith/README.md
/usr/share/licenses/python311-hypothesmith
/usr/share/licenses/python311-hypothesmith/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 3 23:33:27 2024