python-versioningit/python-versioningit.changes
Tejas Guruswamy f4adad9269 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-versioningit?expand=0&rev=21
2024-10-12 06:05:19 +00:00

76 lines
2.8 KiB
Plaintext

-------------------------------------------------------------------
Sat Oct 12 06:04:22 UTC 2024 - Tejas Guruswamy <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 2 22:04:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.1.1:
* Correctly mark a certain test as requiring Mercurial
-------------------------------------------------------------------
Thu Mar 21 08:20:56 UTC 2024 - Markéta Machová <mmachova@suse.com>
- Update to 3.1.0
* Improve some error messages
-------------------------------------------------------------------
Thu Mar 14 11:08:49 UTC 2024 - Dirk Müller <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 01:30:01 UTC 2023 - Tejas Guruswamy <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 9 19:36:14 UTC 2022 - Yogalakshmi Arunachalam <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 16:52:39 UTC 2022 - Yogalakshmi Arunachalam <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 21:44:24 UTC 2022 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
- Update to v2.0.0
+ Breaking API changes, see CHANGELOG.md
-------------------------------------------------------------------
Fri Jun 3 20:14:18 UTC 2022 - Tejas Guruswamy <tejas.guruswamy@opensuse.org>
- 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 <tejas.guruswamy@opensuse.org>
- Build and run tests with pytest
-------------------------------------------------------------------
Fri May 6 20:31:53 UTC 2022 - Scott Bradnick <scott.bradnick@suse.com>
- Initial version from upstream via py2pack.
* requires shim 'setup.py'.