Package Release Info

python-funcparserlib-1.0.1-bp160.1.1

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-funcparserlib

Change Logs

* Tue Nov 08 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 1.0.1
  * Added support for Python 3.11
* Mon Oct 17 2022 Steve Kowalik <steven.kowalik@suse.com>
- Re-add missing BuildRequires on six.
* Thu Aug 04 2022 Ben Greiner <code@bnavigator.de>
- Update to 1.0.0
  * The stable 1.0.0 release freezes the API of funcparserlib 0.3.6
    which was released on 2013-05-02, with a few bug fixes and
    small features.
  * Added support for Python 3.10
  * Added support for Python 3.9 (#63) (Thanks to @pkulev)
  * Added support for Python 3.8
  * Added -p (the same as skip(p)) with more strict type hints for
  - p and p1 + p2
  * Added tok(type[, value]) for more compact grammars, better
    error messages
  * Added TokenSpec(type, pattern[, flags]) to simplify the use of
    make_tokenizer()
  * Added type hints for the public API
  * Added the new library homepage with the new Getting Started
    guide and the new API reference
  * Parse exceptions now show expected tokens and grammar rules at
    the stopped position (#52)
  * Dropped support for Python 3.4, 3.5, 3.6 (end of life)
  * Dropped support for Python 2.5, 2.6, 3.3 (end of life),
    modernized code for Python 3 to run without obsolete 2to3 (#57)
    (Thanks to @jdufresne)
  * Removed documentation and unit tests from the distribution
  * Switched from setuptools to Poetry
  * Switched to poetry-core for lighter PEP 517 builds (#73)
    (Thanks to @fabaff)
  * Fixed TypeError in oneplus when applying it parser + parser
    (#66) (Thanks to @martica)
  * Fixed AttributeError when comparing Token objects to None (#58)
    (Thanks to @Halolegend94)
  * Fixed doctests in the tutorial (#49)
  * Fixed several cases of wrong expected tokens in error messages
- Drop no2to3.patch
* Tue Mar 01 2022 Dirk Müller <dmueller@suse.com>
- add no2to3.patch for compatibility with newer setuptools
* Mon Nov 08 2021 Dirk Müller <dmueller@suse.com>
- add missing six dependency
* Wed Sep 09 2020 pgajdos@suse.com
- new upstream url
* Sun Aug 16 2020 John Vandenberg <jayvdb@gmail.com>
- Use modernize to fix Python 2 only syntax in runtime code
- Re-activate test suite by switching from nose to pytest
- Tidy spec
Version: 0.3.6-bp152.4.8
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
- Remove superfluous devel dependency for noarch package
Version: 0.3.6+repack-bp152.5.3.1
* Wed Feb 10 2021 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Include in SLE-15 (bsc#1176785, jsc#ECO-3105, jsc#PM-2352)
* Wed Feb 10 2021 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Repack source tarball with non-free documentation removed
* Wed Apr 19 2017 toddrme2178@gmail.com
- Source must be https.
* Wed Apr 19 2017 toddrme2178@gmail.com
- Implement single-spec version.
* Sun Mar 13 2016 dmueller@suse.com
- add license
* Thu Oct 31 2013 mcihar@suse.cz
- Initial packaging