Package Release Info

python-versioningit-3.1.2-160000.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python313-versioningit

Change Logs

* Wed Jul 02 2025 ecsos@opensuse.org
- Add %{?sle15_python_module_pythons}
* Sat Oct 12 2024 tejas.guruswamy@opensuse.org
- 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 02 2024 dmueller@suse.com
- update to 3.1.1:
  * Correctly mark a certain test as requiring Mercurial
* Thu Mar 21 2024 mmachova@suse.com
- Update to 3.1.0
  * Improve some error messages
* Thu Mar 14 2024 dmueller@suse.com
- 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 2023 tejas.guruswamy@opensuse.org
- 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 09 2022 yarunachalam@suse.com
- 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 2022 yarunachalam@suse.com
- 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 2022 tejas.guruswamy@opensuse.org
- Update to v2.0.0
  + Breaking API changes, see CHANGELOG.md
* Fri Jun 03 2022 tejas.guruswamy@opensuse.org
- Build using pyproject, not setup.py
- Use libalternatives on Tumbleweed.
- BuildRequire git and mercurial to properly run tests