diff --git a/chartify-3.0.4.tar.gz b/chartify-3.0.4.tar.gz deleted file mode 100644 index 571bf1f..0000000 --- a/chartify-3.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5289bd942df2e0599866431ef7d8bdfd2a69dbc47560d8585828d0e5468470dd -size 4020253 diff --git a/chartify-3.0.5.tar.gz b/chartify-3.0.5.tar.gz new file mode 100644 index 0000000..5049a89 --- /dev/null +++ b/chartify-3.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2ea93f3f7ef77fe0e2f8c13f20746f7a87f59f045ba87b7f2f5127641e3fe0 +size 4784643 diff --git a/python-chartify.changes b/python-chartify.changes index 7807fdc..6e49447 100644 --- a/python-chartify.changes +++ b/python-chartify.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 4 14:16:25 UTC 2023 - Dirk Müller + +- update to 3.0.5: + * Fixed a few errors in example and tutorial notebooks + * Fixed a typo in requirements.txt + ------------------------------------------------------------------- Tue Nov 22 17:20:53 UTC 2022 - Ben Greiner diff --git a/python-chartify.spec b/python-chartify.spec index 6203656..506f4f3 100644 --- a/python-chartify.spec +++ b/python-chartify.spec @@ -1,7 +1,7 @@ # # spec file for package python-chartify # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-chartify -Version: 3.0.4 +Version: 3.0.5 Release: 0 Summary: Python library for plotting charts License: Apache-2.0 @@ -52,12 +52,10 @@ rm tox.ini # raise bokeh upper limit, # unpin selenium (see comment above) # unpin Jinja2 (see release notes), but keep a pinning char for the check in setup.py -# pandas: https://github.com/spotify/chartify/pull/143 sed -i \ -e '/bokeh/ s/,<2.3.0/,<2.5/' \ -e '/selenium/ s/,<=3.8.0//' \ -e '/Jinja2/ s/<3.1.0/>1/' \ - -e '/pandas/ s/0<2.0.0/0,<2.0.0/' \ requirements.txt %build