File python-yaql.changes of Package python-yaql
-------------------------------------------------------------------
Fri May 10 08:42:45 UTC 2024 - cloud-devel@suse.de
- update to version 3.0.0
- Use py3 as the default runtime for tox
- Update python classifier in setup.cfg
- Publish release notes
- Restore Python 3.6/7 support
- Replace assertItemsEqual with assertCountEqual
- [community goal] Update contributor documentation
- Stop using deprecated 'message' attribute in Exception
- Drop direct execution of run.py
- Remove format function
- Update CI to use unversioned jobs template
- Bump hacking
- Migrate from testr to stestr
- Remove translation sections from setup.cfg
- Remove shebang from setup.py
- setup.cfg: Replace dashes by underscores
-------------------------------------------------------------------
Fri Oct 14 12:35:15 UTC 2022 - pgajdos@suse.com
- does not require python-six
-------------------------------------------------------------------
Mon Dec 6 09:24:06 UTC 2021 - cloud-devel@suse.de
- removed 0b006f07226138ef26ab8296494f1dc1c09908e2.patch
- update to version 2.0.0
- Fix hacking min version to 3.0.1
- Make the CLI YAQL engine entirely configurable
- OpenDev Migration Patch
- Use __slots__ for more yaqltypes
- Import docs building job
- Dropping the py35 testing
- [ussuri][goal] Drop python 2.7 support and testing
- add python 3.7 unit test job
- Get rid of Babel dependency since it is not needed
- Add Python 3 Train unit tests
- Update the documention for doc migration
- Removed older version of python added 3.5/3.6
- add python 3.6 unit test job
- Replace assertItemsEqual with assertCountEqual
- import zuul job settings from project-config
- Update min tox version to 2.0
- tox: Set 'ignore_basepython_conflict'
- Make changes to groupBy() backward-compatible
- Update hacking for Python3
- Cleanup py27 support
- Fix docs gate
- Remove six
- Switch to newer openstackdocstheme and reno versions
- Stop to use the __future__ module.
- Switch to collections.abc.*
- fix tox python3 overrides
- Fix readme Pygments package not found
- Remove setting of version/release from releasenotes
-------------------------------------------------------------------
Mon May 3 20:02:19 UTC 2021 - Dirk Müller <dmueller@suse.com>
- switch to wallaby template
-------------------------------------------------------------------
Tue Feb 16 09:27:58 UTC 2021 - Dirk Müller <dmueller@suse.com>
- add 0b006f07226138ef26ab8296494f1dc1c09908e2.patch
-------------------------------------------------------------------
Thu Jun 4 15:47:26 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- remove oslosphinx dependency
-------------------------------------------------------------------
Tue May 12 10:08:06 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- switch to stable/ussuri template (drops python 2.x support)
-------------------------------------------------------------------
Wed Oct 9 12:40:51 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>
- Cleanup specfile
-------------------------------------------------------------------
Mon Apr 8 13:50:09 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- switch to stable/stein spec template
-------------------------------------------------------------------
Mon Sep 3 08:59:53 UTC 2018 - dmueller@suse.com
- switch to stable/rocky spec template
-------------------------------------------------------------------
Fri Feb 23 13:59:40 UTC 2018 - tbechtold@suse.com
- Switch to stable/queens spec template
-------------------------------------------------------------------
Sat Aug 5 05:56:10 UTC 2017 - tbechtold@suse.com
- switch to stable/pike version
-------------------------------------------------------------------
Wed Jun 7 09:52:11 UTC 2017 - cloud-devel@suse.de
- update to version 1.1.3
- Refactor datetime.datetime usage to defined DATETIME_TYPE
- Use reno for releasenotes
- [docs] Docstrings for branching YAQL functions
- YAQL autodoc script
- [docs] Docstrings for strings YAQL functions
- Pass re.VERBOSE explicitly
- [docs] Docstrings for queries YAQL functions
- Added engine options to disable input/output data conversion
- Use __slots__ for yaqltypes
- [docs] Docstrings for system YAQL functions
- [docs] Docstrings for common YAQL functions
- Remove oslosphinx from sphinx extensions
- Auto building of std library docs
- Add help info to CLI options
- Update tests of YAQL queries
- Rename shiftBitsLeft and shiftBitsRight arguments
- Don't include openstack/common in flake8 exclude list
- Customizing and extending yaql documentation
- Fix "indexOf", "lastIndexOf" methods length parameter usage
- YAQL syntax documentation
- Use modern PBR and hacking packages
- Use __slots__ for Parameter/Function definition
- Remove discover from test-requirements
- [docs] Docstrings for date_time YAQL functions
- [docs] Docstrings for legacy YAQL functions
- [docs] Docstrings for math YAQL functions
- Update flake8 ignore list
- Improvements to yaql CLI
- [docs] Docstrings for boolean YAQL functions
- Add a test proving escaped back references work
- groupBy() aggregator was fixed
- Create child context in regex/search function
- Drop MANIFEST.in - it's not needed by pbr
- [docs] Docstrings for yaqlized YAQL functions
- [docs] Docstrings for regex YAQL functions
- Changed the home-page link
- Replace ValueError with StopIteration in single() method
- Use six.moves.input for Python 3 compatability
- Enable release notes translation
- [docs] Docstrings for collections YAQL functions
-------------------------------------------------------------------
Fri Feb 10 17:03:43 UTC 2017 - tbechtold@suse.com
- Use spec from openstack/rpm-packaging project
- Add _service
-------------------------------------------------------------------
Tue Nov 15 09:27:50 UTC 2016 - dmueller@suse.com
- update to 1.1.1:
* Fix string operators >= and <=
* Extend .slice() method implementation to all Iterables
* Fix typo in YAML example
* Python 3 compatibility issues were fixed
-------------------------------------------------------------------
Thu May 26 05:59:29 UTC 2016 - tbechtold@suse.com
- Initial packaging (version 1.1.0)