forked from pool/python-flake8-pep3101
* Drop python 3.7 support. * Test against python 3.12. * Use `pyproject.toml` rather than `setup.py`. * Switch from `setuptools` to `hatchling`. * Switch to `main` branch. * Use `tox` and `pre-commit` to ease project maintenance. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-pep3101?expand=0&rev=8
38 lines
1.4 KiB
Plaintext
38 lines
1.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Dec 5 21:09:50 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.1.0:
|
|
* Drop python 3.7 support.
|
|
* Test against python 3.12.
|
|
* Use `pyproject.toml` rather than `setup.py`.
|
|
* Switch from `setuptools` to `hatchling`.
|
|
* Switch to `main` branch.
|
|
* Use `tox` and `pre-commit` to ease project maintenance.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Oct 8 16:43:35 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Update to 2.0.0:
|
|
* Update dependencies. [gforcada]
|
|
* Test the code on GitHub actions. [gforcada]
|
|
* Drop python 2.7 and only support python 3.7+. [gforcada]
|
|
* Use linters and formatters to keep code sane and beautiful. [gforcada]
|
|
* Simplify the amount of code to write a test. [gforcada]
|
|
- Delete 29.patch, not needed anymore
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 4 16:20:28 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Add 29.patch to fix tests
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 16 10:40:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.3.0:
|
|
* Warn about "string %i" % 33 which was previously ignored.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 21 07:00:25 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v1.2.1
|