Changelog for
python312-jupyter-packaging-0.12.3-ill.27.3.noarch.rpm :
* Mon Sep 16 2024 Ben Greiner
- Add jupyter-packaging-pr186-bdist_wheel.patch
* gh#jupyter/jupyter-packaging#186
* gh#jupyter/jupyter-packaging#185
* Sat Apr 01 2023 Ben Greiner - Add jupyter-packaging-pr178-ignoredeprecations.patch
* gh#jupyter/jupyter-packaging#178
* Fixes deprecation warnings through new setuptools
* Thu Sep 08 2022 Arun Persaud - update to version 0.12.3
* only remove --skip-npm from argv if it is here #161 (AATTvidelec)
* Wed Jul 13 2022 Ben Greiner - Fix spec-cleaner gone wrong- Update requirements
* Wed Jul 13 2022 Arun Persaud - specfile:
* update copyright year
* remove skip python version 2 (got base>=3.7 anyway)
* switch to pyproject build
* require hatchling, pip, pytest-timeout- update to version 0.12.2:
* Maintenance and upkeep improvements + Replace deprecated pipes.quote with shlex.quote #153 (AATThroncok) + [pre-commit.ci] pre-commit autoupdate #152 (AATTpre-commit-ci) + [pre-commit.ci] pre-commit autoupdate #151 (AATTpre-commit-ci)- changes from version 0.12.1:
* Enhancements made + Allow skipping npm with JUPYTER_PACKAGING_SKIP_NPM env #133 (AATTminrk)
* Maintenance and upkeep improvements + [pre-commit.ci] pre-commit autoupdate #149 (AATTpre-commit-ci) + Auto label bot PRs #148 (AATTblink1073) + Use hatch backend #147 (AATTblink1073) + [pre-commit.ci] pre-commit autoupdate #146 (AATTpre-commit-ci) + Use flit build backend #144 (AATTblink1073) + [pre-commit.ci] pre-commit autoupdate #142 (AATTpre-commit-ci) + [pre-commit.ci] pre-commit autoupdate #141 (AATTpre-commit-ci) + [pre-commit.ci] pre-commit autoupdate #140 (AATTpre-commit-ci) + Update pre-commit #139 (AATTblink1073) + Clean up CI and Tests #137 (AATTblink1073)
* Other merged PRs + do not install tests as a top-level package #135 (AATTmgorny)- changes from version 0.12.0:
* Bugs fixed + Update import for new setuptools path (setuptools >=61.0.0) #131 (AATTtimkpaine) + Use pathlib rather than os.path #125 (AATTfcollonval)
* Maintenance and upkeep improvements + Add source URL to pypi project page #129 (AATTmanics) + Add pre-commit #126 (AATTfcollonval) + Stop using distutils.log #123 (AATTblink1073)
* Sun Nov 21 2021 Ben Greiner - Update to 0.11.1
* Fix running testsuite within virtualenv #111 (AATTjnahmias)
* Fri Nov 12 2021 Ben Greiner - Update to 0.11.0
* Drop support for Python 3.6 and add support for Python 3.10
* Sun Oct 17 2021 Ben Greiner - Update to 0.10.6
* The import of bdist_wheel is optional, must check for None before using it #106 (AATTellert)- Release 0.10.5
* Fix last one hardcoded unversioned python command #98 (AATTfrenzymadness)
* Add note about using the build package #104 (AATTblink1073)- Release 0.10.4
* Handle missing yarn #99 (AATTblink1073)
* Fri Jun 25 2021 Ben Greiner - Update to 0.10.3
* Some fixes for issues discovered during packaging #96 (AATTfrenzymadness)
* Disallow deprecated function return incorrect results for Python 3.10 #97 (AATTfrenzymadness)
* Fix handling of module metadata in tests #92 (AATTblink1073)- Release 0.10.2
* Fix Handling of npm Parameter #90 (AATTjtpio)- Release 0.10.1
* Fix Handling of Skip If Exists #86 (AATTjtpio)- Release 0.10.0
* Add more options to Build #84 (AATTjtpio)- Release 0.9.2
* Clean up handling of version info #82 (AATTjtpio)
* Fri Apr 16 2021 Ben Greiner - Update to 0.9.1
* Do not run ensure_targets in develop mode #79 (AATTjtpio)- Release 0.9.0
* Add ability to ensure targets #77 (AATTjtpio)
* Add version info helper function #76 (AATTafshin)- Release 0.8.3
* Fixes handling of backend #75 (AATTjtpio)- Release 0.8.2
* Fix invalid command build #72 (AATTxmnlab)- Release 0.8.1
* Fix Usage of install_npm #71 (AATTafshin)- Release 0.8.0
* Proposal: Improved integration with setuptools #69 (AATTafshin)
* Update changelog #68 (AATTblink1073)
* Mon Mar 01 2021 Ben Greiner - Update to 0.7.12
* no newer release notes- Release 0.6
* Move data files to the correct place on develop install #41- Release 0.5
* Update readme to mention pep 518 #36
* Add handling of data_files in develop mode and add test. #35- Drop which-finds-python-executable.patch merged upstream