* 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
127 lines
4.6 KiB
Plaintext
127 lines
4.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Switch to autosetup and pyproject macros.
|
|
- Add patch support-pytest-8.patch:
|
|
* Use correct setup/teardown method names.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Dec 17 01:58:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 3.3.0:
|
|
* Default value for InputObjectTypes
|
|
* Default enum description to "An enumeration."
|
|
* Allow the user to change InputObjectType's default value on
|
|
non-specified inputs to a sentinel value
|
|
* 881: Corrected enum metaclass to fix pickle.dumps()
|
|
* chore: Use `typing.TYPE_CHECKING` instead of MYPY
|
|
* test: print schema with InputObjectType with DateTime field
|
|
with default_value (#1293)
|
|
* docs: add get_human function
|
|
* CI: drop python 3.6
|
|
* types: add option for strict connection types
|
|
- update to 3.2.2:
|
|
* This release provides some internal refactoring to the relay
|
|
types to improve support for adding custom fields to them.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 6 11:18:52 UTC 2023 - ecsos <ecsos@opensuse.org>
|
|
|
|
- Add %{?sle15_python_module_pythons}
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 16 10:40:55 UTC 2023 - pgajdos@suse.com
|
|
|
|
- python-six is not required
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jan 5 19:48:47 UTC 2023 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 3.2.1
|
|
* What's Changed
|
|
Non-required InputFields and Arguments can now be marked as deprecated by passing the deprecation_reason keyword argument to the constructor.
|
|
Complete deprecated fields and arguments support by @vhutov in #1472
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 12 03:31:51 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 3.1.1
|
|
* Refer changelog https://github.com/graphql-python/graphene/releases
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 10 07:54:15 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Update to version 3.1.0
|
|
* Refactor Multi Expression Code
|
|
* Add Python 3.9 and 3.10 to the test matrix
|
|
* fix: default value for argument should be Undefined (Issue #1394)
|
|
* fix: add default param _variables to parse_literal #1419
|
|
* Make Graphene compatible with GraphQL-Core 3.2
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Mar 21 13:16:21 UTC 2022 - pgajdos@suse.com
|
|
|
|
- actually does not require python-mock for build
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 11 03:34:27 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Skip two tests with different output on Python 3.10
|
|
- Update to v3.0.0
|
|
* See https://github.com/graphql-python/graphene/wiki/v3-release-notes
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 25 01:50:46 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Adjust test invocation to fix builds
|
|
- Remove dependency on Unidecode and add minimum dependency versions
|
|
- Update to v3.0.0b7
|
|
* fix(Decimal): parse integers as decimal
|
|
- from v3.0.0b6
|
|
* Fix subscribe with arguments
|
|
* Add BigInt type
|
|
* Add UnforgivingExecutionContext
|
|
- from v3.0.0b5
|
|
* Subscription revamp
|
|
- from v3.0.0b4
|
|
* Improve enum compatibility
|
|
* Rename variables called type to type_
|
|
* Fix ObjectType meta arguments
|
|
* Add Base64 scalar
|
|
* Pin graphql-core to >v3.1.2
|
|
- from v3.0.0b3
|
|
* Fix DateTime Scalar parse_literal methods
|
|
* Remove to_const function
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 8 09:24:20 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Trim conjecture from descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 6 07:08:31 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Update to 3.0.0b2
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 4 13:23:59 UTC 2019 - Andreas Hasenkopf <ahasenkopf@suse.com>
|
|
|
|
- New package for v2.1.8
|