15
0

Accepting request 866432 from home:jayvdb:branches:devel:languages:python

- Adjust test invocation to fix builds
- Remove dependency on Unidecode and add minimum dependency versions
- Update to v3.0.0b7

OBS-URL: https://build.opensuse.org/request/show/866432
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphene?expand=0&rev=6
This commit is contained in:
2021-01-25 09:27:37 +00:00
committed by Git OBS Bridge
parent 971a94c17d
commit c0a2e18f4d
4 changed files with 35 additions and 14 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
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>