Package Release Info

python-snuggs-1.4.7-bp154.2.29

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python3-snuggs

Change Logs

* Tue Apr 27 2021 Steve Kowalik <steven.kowalik@suse.com>
- Do not build for Python 3.6, due to no NumPy.
Version: 1.4.7-bp152.1.10
* Thu Sep 19 2019 Bruno Friedmann <bruno@ioda-net.ch>
- Update to 1.4.7
  The snuggs tests of syntax errors no longer assert a specific pyparsing
  exception message as the format of these messages is not stable (#15).
  Previous versions of snuggs had no other issues with pyparsing 2.3 or 2.4.
  + 1.4.6 (2019-05-15)
  * Tests were failing on Python 2.7 (#20, #21) due to loss of precision in
    str(num). This has been fixed by using repr(num).
  + 1.4.5 (2019-05-14)
    + Replace custom integer and real parsers with pyparsing_common's number (#19).
  + 1.4.4 (2019-05-14)
    + Fix for a reported bug in parsing negative real numbers (#16) and for an
    unreported bug in parsing numbers in exponential notation (thank you,
    hypothesis!).
    + Add a "test" dependency on hypothesis.
- Packaging
  + Add hypothesis buildrequire
  + spec-cleaner minimal
  + Fix build errors on TW
* Wed Mar 06 2019 Todd R <toddrme2178@gmail.com>
- Update to 1.4.3
  * Add LICENSE to distributions (#11).
  * Remove click from requirements (#12).
  * Allow a wider range of valid variable and parameter names (#13).
- Update to 1.4.2
  * Add missing docstrings and improve existing ones.
- Update to 1.4.1
  * Bug fix: accept OrderedDict as evaluation context to enable reliable read()
    indexing (#9, #10).
- Update to 1.4.0
  * New feature: mathematical operators like + and * can take multiple arguments
    as in Hy and other Lisps (#7).
- Implement singlespec version
* Tue Jun 09 2015 Angelos Tzotsos <tzotsos@opensuse.org>
- initial packaging (1.3.1)