15
0

- Update to 3.4.3:

* Do not raise AttributeError when parsing non-string UUIDs
  * Overridable Union meta
  * remove pytz
  * remove polyfill for dataclasses
  * remove aniso8601, mock, iso8601
  * support python 3.13
  * remove README.rst, leave only README.md
  * CI: format check using Ruff
  * CI: fix tests on Python 3.13
  * Actually run the tests in python 3.12 and 3.13 and remove snapshottest
    dependency
- Remove patch support-pytest-8.patch, included upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphene?expand=0&rev=25
This commit is contained in:
2024-11-12 03:32:11 +00:00
committed by Git OBS Bridge
parent 171dda7e19
commit a866f0dc25
5 changed files with 28 additions and 71 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Nov 12 03:29:39 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.4.3:
* Do not raise AttributeError when parsing non-string UUIDs
* Overridable Union meta
* remove pytz
* remove polyfill for dataclasses
* remove aniso8601, mock, iso8601
* support python 3.13
* remove README.rst, leave only README.md
* CI: format check using Ruff
* CI: fix tests on Python 3.13
* Actually run the tests in python 3.12 and 3.13 and remove snapshottest
dependency
- Remove patch support-pytest-8.patch, included upstream.
-------------------------------------------------------------------
Tue Aug 27 04:18:34 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>