15
0

Accepting request 994265 from home:mcalabkova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/994265
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphene?expand=0&rev=11
This commit is contained in:
2022-08-10 08:10:35 +00:00
committed by Git OBS Bridge
parent eb0378de33
commit 7ac030c9c3
4 changed files with 20 additions and 14 deletions

View File

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