* Drop python 3.8 support and add Python 3.13 support. * Drop python 3.9 support and add Python 3.14 support. * Bump pypy minimum version to 3.10. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flake8-pep3101?expand=0&rev=10
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Oct 28 05:40:17 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 3.0.0:
|
|
* Drop python 3.8 support and add Python 3.13 support.
|
|
* Drop python 3.9 support and add Python 3.14 support.
|
|
* Bump pypy minimum version to 3.10.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|