SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-metakernel-0.30.2-lp160.2.1.noarch.rpm :

* Sun Sep 15 2024 Ben Greiner - Update to 0.30.2
* Pin upper version of ipykernel #276 (AATTblink1073)
* Fix installation code blocks in readme #274 (AATTPhoenix616)
* Tue Mar 05 2024 Ben Greiner - Skip python39: no longer supported since ipython 8.19
* Sun Sep 24 2023 Ben Greiner - Update to 0.30.1
* Adapt to Python 3.12.0rc2 #272 (AATTellert)- Release 0.30.0
* Updated dot magic, with tests #268 (AATTdsblank)
* Update tests.yml #270 (AATTdsblank)
* Fix magic completion #269 (AATTdsblank)
* Sat Aug 05 2023 Arun Persaud - specfile:
* update copyright year- update to version 0.29.5:
* Maintenance and upkeep improvements + Ignore DeprecationWarnings for datetime.utcnow() #265 (AATTellert) + Update docs config #263 (AATTblink1073) + Update ci badge #262 (AATTblink1073)
* Documentation improvements + Change nbviewer URL to use Jupyter #264 (AATTrgbkrk)
* Mon Dec 26 2022 Ben Greiner - Update to v0.29.4
* Add back magics tests #261 (AATTellert)
* Update tests for widgets 8 #260 (AATTblink1073)- Release v0.29.3
* Maintenance cleanup #257 (AATTblink1073)
* Use hatch for example projects #256 (AATTblink1073)
* Thu Aug 11 2022 Arun Persaud - specfile:
* LICENSE, etc back on pypi, switch back to pypi files
* switch to hatchling- update to version 0.29.2:
* Bugs fixed + Restore versions of metakernel-echo and metakernel-python #252 (AATTellert)
* Maintenance and upkeep improvements + Switch to hatch backend #254 (AATTblink1073)
* Sun Aug 07 2022 Ben Greiner - Fix build requirements- Switch to github archive for the license file gh#Calysto/metakernel#253
* Sun Aug 07 2022 Arun Persaud - specfile:
* switched to flit backend for building- update to version 0.29.1:
* Bugs fixed + Strip paste-bracketing control characters #250 (AATTanewusername)
* Maintenance and upkeep improvements + Address deprecation warnings #249 (AATTellert) + Switch to flit build backend #246 (AATTblink1073)
* Documentation improvements + Correct spelling mistakes #248 (AATTEdwardBetts)
* Wed Jul 13 2022 Ben Greiner - Clean specfile- Remove color from pytest call, clean test requirmement on cov
* Sun Jun 05 2022 Arun Persaud - specfile:
* updated requirements- update to version 0.29.0:
* Clean up testing and add more CI #244 (AATTblink1073)
* Fix macos tests #243 (AATTblink1073)
* Clean up CI and bump supported pythons #242 (AATTblink1073)
* Sat Feb 19 2022 Arun Persaud - specfile:
* update copyright year
* in %doc update history.rst->CHANGELOG.md, add RELEASE.md
* require jupyter-core, moved ipyparalle to recommends- update to version 0.28.2:
* Test with jupyter_kernel_test #238 (AATTblink1073)- changes from version 0.28.1:
* Fix trove classifier #236 (AATTblink1073)- changes from version 0.28.0:
* Note This was not uploaded to PyPI because it had an incorrect trove classifer
* Add support for jupyter releaser #234 (AATTblink1073)
* Modernize build and test #233 (AATTblink1073)
* Fix Iframe display issue #231 (AATTcathalmccabe)
* Add a blockly magic instead of a jigsaw magic #229 (AATTChrisJaunes)- changes from version 0.27.5:
* Escape backslashes in strings #226 (AATTellert)
* Add missing dollar signs to %latex examples and tests #225 (AATTellert)
* Support older jedi versions #224 (AATTellert)- changes from version 0.27.4:
* Add support for SOURCE_DATE_EPOCH #223 (AATTjnahmias)- changes from version 0.27.3:
* Fix warnings when running tests under python 3.9 #222 (AATTjnahmias)- changes from version 0.27.2:
* Use TERM=dumb for bash REPLWrapper #221 (AATTjnahmias)
* Use tempfile instead of writing to cwd #220 (AATTjnahmias)- changes from version 0.27.0:
* More py2 removal #219 (AATTblink1073)
* Remove py2 #218 (AATTjoequant)
* Monkey patch display to output to kernel #216 (AATTjoequant)
* Fix warnings #215 (AATTjoequant)- changes from version 0.26.1:
* Dev/fix retval in exec #214 (AATTjoequant)- changes from version 0.26.0:
* Combine exec/eval evaluators #213 (AATTjoequant)
* Dev/fix voila #212 (AATTjoequant)
* Add Error_display method to _metakernel.py #205 (AATTjld23)- changes from version 0.25.0:
* Fix python evals #208 #210 (AATTjoequant)
* Fix ipywidgets display #209 (AATTjoequant)
* Tue Dec 15 2020 Benjamin Greiner - Provide the old jupyter package name only for the primary Python3 interpreter -- gh#openSUSE/python-rpm-macros#66
* Sun Apr 26 2020 Arun Persaud - specfile:
* be more specific in %files section- update to version 0.24.4:
* portalocker and ipyparallel as optional dependencies
* Remove undefined line in expect stdin
* Thu Mar 12 2020 Hans-Peter Jansen - add coreutils-doc as build dependency, testing calls man sleep
* Fri Dec 06 2019 Todd R - Disable python2 support since dependencies dropped python2
* Tue Nov 12 2019 Todd R - Update to 0.24.3
* Update setup.py
* Update activity_magic.py
* Thu Aug 08 2019 John Vandenberg - Activate test suite- Remove unnecessary indirect dependencies- Remove tests from runtime package
* Wed Jun 12 2019 Todd R - Update to 0.24.2
* Fix TypeError- Update to 0.24.1
* delay creating wrapper until we need to execute- Update to 0.24.0
* finish transition to pytest
* Finish updates to stream_handler
* remove local bash kernel and point to calysto_bash
* Wed May 29 2019 Todd R - Update to 0.23.0
* Clean up configurability handling and docs
* fix handling of kernel class
* export the metakernel app
* Add settings handling
* switch to powershell on windows
* clean up interrupt behavior and error handling
* clean up stdin handler
* clean up replwrap prompt handling
* avoid double printing output
* add support for cr printing
* Fix handling metadata in _formatter
* Define cluster_size and cluster_rank on host kernel
* kernel.parent can be None in some situations
* Allow help and info to return mime-type data
* Adjustment for newer jedi
* Thu Apr 25 2019 Todd R - Rename to to match python package naming guidelines.
* Wed Mar 21 2018 sebix+novell.comAATTsebix.at- Use %license macro for license.
* Thu Feb 15 2018 toddrme2178AATTgmail.com- Update to 0.20.14
* No changelog
* Mon Nov 06 2017 toddrme2178AATTgmail.com- Update to 0.20.12
* No changelog
* Wed Sep 20 2017 toddrme2178AATTgmail.com- Update to 0.20.7
* No changelog
* Wed Jul 12 2017 toddrme2178AATTgmail.com- Initial version
 
ICM