- Update to 1.3.0

* Compatible for Flake8 from version flake8>=4. (#4)
  * Pin to flake8<6 as it's incompatible. (#2)
  * Remove reference to py.builtin in tests. (#2)
  * Disabled the 'enabler' plugin when running tests. (#2)
  * Declare minimum flake8 as v5. (#1)
  * Adopted jaraco/skeleton for packaging.
- Add patch support-pytest-9.patch:
  * Support pytest 9 changes.
- Drop patch support-flake8-5.patch, no longer required.
- Use pyproject macros.
- Update URL to its new home and License.
This commit is contained in:
2026-01-22 16:37:19 +11:00
parent cc3b7924f7
commit 64f7900a03
6 changed files with 94 additions and 75 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Jan 22 05:37:08 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.3.0:
* Compatible for Flake8 from version flake8>=4. (#4)
* Pin to flake8<6 as it's incompatible. (#2)
* Remove reference to py.builtin in tests. (#2)
* Disabled the 'enabler' plugin when running tests. (#2)
* Declare minimum flake8 as v5. (#1)
* Adopted jaraco/skeleton for packaging.
- Add patch support-pytest-9.patch:
* Support pytest 9 changes.
- Drop patch support-flake8-5.patch, no longer required.
- Use pyproject macros.
- Update URL to its new home and License.
-------------------------------------------------------------------
Wed Nov 30 08:29:38 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>