------------------------------------------------------------------- Sat Oct 12 06:04:22 UTC 2024 - Tejas Guruswamy - update to 3.1.2: * Drop support for Python 3.7 * Bugfix: When using versioningit with Hatch, don't run the onbuild step for editable builds ------------------------------------------------------------------- Thu May 2 22:04:58 UTC 2024 - Dirk Müller - update to 3.1.1: * Correctly mark a certain test as requiring Mercurial ------------------------------------------------------------------- Thu Mar 21 08:20:56 UTC 2024 - Markéta Machová - Update to 3.1.0 * Improve some error messages ------------------------------------------------------------------- Thu Mar 14 11:08:49 UTC 2024 - Dirk Müller - update to 3.0.0: * Migrated from setuptools to hatch * Support using the `onbuild` step with Hatch * **Breaking**: The `build_dir` argument passed to `Versioningit.do_onbuild()` * and `onbuild` method callables has been changed to an `OnbuildFileProvider` * ABC ------------------------------------------------------------------ Sun Feb 12 01:30:01 UTC 2023 - Tejas Guruswamy - Update to version 2.2.0 * The custom setuptools command classes can now be imported directly from the versioningit.cmdclass module as an alternative to calling get_cmdclasses() ------------------------------------------------------------------- Wed Nov 9 19:36:14 UTC 2022 - Yogalakshmi Arunachalam - Update to version 2.1.0 * Drop support for Python 3.6 * Support Python 3.11 * Use tomllib on Python 3.11 ------------------------------------------------------------------- Tue Oct 11 16:52:39 UTC 2022 - Yogalakshmi Arunachalam - Update to version 2.0.1 * Don't run the onbuild step under setuptools' upcoming PEP 660 editable mode (contributed by @abravalheri) ------------------------------------------------------------------- Fri Jul 22 21:44:24 UTC 2022 - Tejas Guruswamy - Update to v2.0.0 + Breaking API changes, see CHANGELOG.md ------------------------------------------------------------------- Fri Jun 3 20:14:18 UTC 2022 - Tejas Guruswamy - Build using pyproject, not setup.py - Use libalternatives on Tumbleweed. - BuildRequire git and mercurial to properly run tests ------------------------------------------------------------------- Wed Jun 1 16:57:04 UTC 2022 - Tejas Guruswamy - Build and run tests with pytest ------------------------------------------------------------------- Fri May 6 20:31:53 UTC 2022 - Scott Bradnick - Initial version from upstream via py2pack. * requires shim 'setup.py'.