17
0

Accepting request 1037389 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 3.0.4
  * This update is a maintanaince release with no new features and
    mainly behind the scenes updates
  * Limit versions of bokeh, Jinja, and importlib-metadata to fix
    build error. This is only necessary for python 3.6 it seems.
  * Updated required versions of pytest and coverage
  * Update setup.py (#135)
  * Update options.py (#133)
  * Change ChromeDriver link to avoid deprecated site (#134)
  * Added test case and fix from PR #127
  * Eliminate a number of deprecation warnings
- Use python dependency generator
  * Adjust requirements.txt accordingly, unpin where needed

OBS-URL: https://build.opensuse.org/request/show/1037389
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-chartify?expand=0&rev=18
This commit is contained in:
2022-11-23 09:57:50 +00:00
committed by Git OBS Bridge
parent e28f35f014
commit db3b439f05
4 changed files with 41 additions and 21 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Nov 22 17:20:53 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 3.0.4
* This update is a maintanaince release with no new features and
mainly behind the scenes updates
* Limit versions of bokeh, Jinja, and importlib-metadata to fix
build error. This is only necessary for python 3.6 it seems.
* Updated required versions of pytest and coverage
* Update setup.py (#135)
* Update options.py (#133)
* Change ChromeDriver link to avoid deprecated site (#134)
* Added test case and fix from PR #127
* Eliminate a number of deprecation warnings
- Use python dependency generator
* Adjust requirements.txt accordingly, unpin where needed
-------------------------------------------------------------------
Fri Feb 12 15:46:27 UTC 2021 - Ben Greiner <code@bnavigator.de>