7d026725f6Accepting request 1221720 from devel:languages:python
factory
Ana Guerrero
2024-11-08 10:56:02 +00:00
0a13c14138- Add drop-icecream-dep.patch - Update to 3.3.0: * Add mypy type-checking variant of the recently added import test, in packaging.release.test_install. This helps prove packages exposing py.typed in their source tree are including it in their distributions correctly. - 3.2.0: * Minor enhancements to the checks module: - blacken now has a format alias (and will likely reverse the real name and the alias in 4.0) - Added lint task which currently just runs flake8, will likely learn how to be configurable later. - Added all_ default task for the collection, which runs both blacken (in regular, not diff-only mode - idea is to be useful for devs, not CI, which already does both independently) and lint in series. - 3.1.0: * Updated packaging.release.test_install to attempt imports of freshly test-installed packages, to catch import-time errors on top of install-time ones. This can be opted out of by giving the skip_import kwarg (aka the --skip-import flag on the CLI).
devel
Daniel Garcia2024-11-06 10:28:36 +00:00
28b8e91bad- update to 3.0.2: * backported Unpin tabulate in our install requirements, it's had many more releases since we instituted a defensive pin vs some bugs in its later 0.7 line! * We neglected to remove references to six` in a few spots including some that utilized Invoke's old vendor of same; this causes issues when trying to use development and upcoming versions of Invoke. Six is now truly gone!Dirk Mueller2023-05-10 06:16:04 +00:00
ee8d49daaf- Update to 3.0.0: * The dual_wheels, alt_python, and check_desc arguments/config options for the invocations.packaging.release module have been removed. * The invocations.travis module has been removed. * Drop Python 2 (and 3.5) support. We now support Python 3.6+ only. - Refreshed invocations-no-bundled.patch. - Dropped invocations-py3.patch, not required. - Dropped python-invocations-no-mock.patch, merged upstream.
Steve Kowalik
2023-01-03 05:05:49 +00:00
4843bdd190Accepting request 1006935 from devel:languages:pythonRichard Brown2022-10-01 15:42:47 +00:00
0fc91b5bd6- Add patch to fix tests on python3: * invocations-py3.patch
Tomáš Chvátal
2018-08-11 14:28:33 +00:00
7349637ac6- Drop the multibuild as the cycle is gone - Add patch to not rely on bundled stuff: * invocations-no-bundled.patch
Tomáš Chvátal
2018-08-11 14:17:02 +00:00