Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-graphene for openSUSE:Factory
checked in at 2024-11-12 19:22:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-graphene (Old)
and /work/SRC/openSUSE:Factory/.python-graphene.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-graphene"
Tue Nov 12 19:22:05 2024 rev:13 rq:1223493 version:3.4.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-graphene/python-graphene.changes
2024-08-27 19:39:25.040675849 +0200
+++
/work/SRC/openSUSE:Factory/.python-graphene.new.2017/python-graphene.changes
2024-11-12 19:22:57.063310437 +0100
@@ -1,0 +2,17 @@
+Tue Nov 12 03:29:39 UTC 2024 - Steve Kowalik <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------
Old:
----
graphene-3.3.0.tar.gz
support-pytest-8.patch
New:
----
graphene-3.4.3.tar.gz
BETA DEBUG BEGIN:
Old: dependency
- Remove patch support-pytest-8.patch, included upstream.
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-graphene.spec ++++++
--- /var/tmp/diff_new_pack.IekrgV/_old 2024-11-12 19:22:57.483327970 +0100
+++ /var/tmp/diff_new_pack.IekrgV/_new 2024-11-12 19:22:57.483327970 +0100
@@ -18,16 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-graphene
-Version: 3.3.0
-%define onedotversion 3.3
+Version: 3.4.3
Release: 0
Summary: GraphQL Framework for Python
License: MIT
URL: https://github.com/graphql-python/graphene
Source:
https://github.com/graphql-python/graphene/archive/v%{version}.tar.gz#/graphene-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM gh#graphql-python/graphene#1540
-Patch0: support-pytest-8.patch
-BuildRequires: %{python_module aniso8601 >= 8}
BuildRequires: %{python_module graphql-core >= 3.1}
BuildRequires: %{python_module graphql-relay >= 3.1}
BuildRequires: %{python_module pip}
@@ -36,14 +32,17 @@
BuildRequires: %{python_module pytest-benchmark}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module python-dateutil >= 2.7}
BuildRequires: %{python_module pytz}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module typing-extensions >= 4.7.1}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-aniso8601 >= 8
Requires: python-graphql-core >= 3.1
Requires: python-graphql-relay >= 3.1
+Requires: python-python-dateutil >= 2.7
+Requires: python-typing-extensions >= 4.7.1
BuildArch: noarch
%python_subpackages
@@ -61,13 +60,11 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# The example depend on snapshottest, which is a bit messy to package as of
v0.5.1
-# https://github.com/syrusakbary/snapshottest/issues/92
-%pytest --ignore examples
+%pytest
%files %{python_files}
-%doc README.rst
+%doc README.md
%license LICENSE
%{python_sitelib}/graphene
-%{python_sitelib}/graphene-%{onedotversion}.dist-info
+%{python_sitelib}/graphene-%{version}.dist-info
++++++ graphene-3.3.0.tar.gz -> graphene-3.4.3.tar.gz ++++++
++++ 3404 lines of diff (skipped)