Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-matrix-nio for openSUSE:Factory checked in at 2023-07-19 19:10:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-matrix-nio (Old) and /work/SRC/openSUSE:Factory/.python-matrix-nio.new.5570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-matrix-nio" Wed Jul 19 19:10:22 2023 rev:2 rq:1099402 version:0.20.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-matrix-nio/python-matrix-nio.changes 2022-02-17 23:41:46.759700293 +0100 +++ /work/SRC/openSUSE:Factory/.python-matrix-nio.new.5570/python-matrix-nio.changes 2023-07-19 19:10:30.648522905 +0200 @@ -1,0 +2,46 @@ +Tue Jul 18 19:23:16 UTC 2023 - Matej Cepl <mc...@suse.com> + +- Update to 0.20.2: + - Miscellaneous Tasks + - Upgrade dependencies + - Various test, formatting, type hinting fixes + - Update GitHub Workflow Actions versions for CI + - [#384] Add content to built-with-nio + - Remove the usage of the imp module + - Fix our import order + - Fix a bunch of typos + - Remove key re-sharing + - Remove some unnecessary test code + - Add poetry to the test requirements + - Style fixes + - Sort our imports + - Bug Fixes + - [#335] Default to the configured request timeout when + syncing + - [#354] Fix first_sync_filter parameter of + AsyncClient.sync_forever + - [#357] Element exports keys without required fields + - [#396] Fix timeline->limited being required + - Fix Python 3.11 compatibility + - Fix import sequence errors. + - Exclude tests/data/ from pre-commit workflow. + - Only accept forwarded room keys from our own trusted + devices + - Documentation + - Mention that room key backups are unsupported. + - Add matrix-webhook to built-with-nio + - Add matrix-asgi to built-with-nio + - Features + - Add mxc URI parameter to AsyncClient.download and deprecate + server_name and media_id. + - Refactor + - Clean up and make a bunch of tests more consistent + - Styling + - Add config for pre-commit. + - Fix formatting using black and isort. + - Convert from str.format to f-strings. + - Testing + - Update test for AsyncClient.download. + - Fix our async tests + +------------------------------------------------------------------- Old: ---- matrix-nio-0.19.0.tar.gz New: ---- matrix_nio-0.20.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-matrix-nio.spec ++++++ --- /var/tmp/diff_new_pack.KMhInG/_old 2023-07-19 19:10:31.296526695 +0200 +++ /var/tmp/diff_new_pack.KMhInG/_new 2023-07-19 19:10:31.300526718 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-matrix-nio # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,32 +16,20 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-matrix-nio -Version: 0.19.0 +Version: 0.20.2 Release: 0 Summary: A Python Matrix client library, designed according to sans I/O principles License: ISC URL: https://github.com/poljar/matrix-nio -Source: https://files.pythonhosted.org/packages/source/m/matrix-nio/matrix-nio-%{version}.tar.gz -BuildRequires: python-rpm-macros -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module poetry-core} +Source: https://files.pythonhosted.org/packages/source/m/matrix_nio/matrix_nio-%{version}.tar.gz BuildRequires: %{python_module pip} +BuildRequires: %{python_module poetry-core} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} -# SECTION test requirements -BuildRequires: %{python_module aiofiles >= 0.6.0} -BuildRequires: %{python_module aiohttp >= 3.7.4} -BuildRequires: %{python_module aiohttp-socks >= 0.7.0} -BuildRequires: %{python_module future >= 0.18.2} -BuildRequires: %{python_module h11 >= 0.12.0} -BuildRequires: %{python_module h2 >= 4.0.0} -BuildRequires: %{python_module jsonschema >= 3.2.0} -BuildRequires: %{python_module Logbook >= 1.5.3} -BuildRequires: %{python_module pycryptodome >= 3.10.1} -BuildRequires: %{python_module unpaddedbase64 >= 2.1.0} -# /SECTION BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-Logbook >= 1.5.3 Requires: python-aiofiles >= 0.6.0 Requires: python-aiohttp >= 3.7.4 Requires: python-aiohttp-socks >= 0.7.0 @@ -49,22 +37,33 @@ Requires: python-h11 >= 0.12.0 Requires: python-h2 >= 4.0.0 Requires: python-jsonschema >= 3.2.0 -Requires: python-Logbook >= 1.5.3 Requires: python-pycryptodome >= 3.10.1 Requires: python-unpaddedbase64 >= 2.1.0 +Suggests: python-atomicwrites >= 1.4.0 +Suggests: python-cachetools >= 4.2.1 Suggests: python-dataclasses >= 0.7 -Suggests: python-python-olm >= 3.1.3 Suggests: python-peewee >= 3.14.4 -Suggests: python-cachetools >= 4.2.1 -Suggests: python-atomicwrites >= 1.4.0 +Suggests: python-python-olm >= 3.1.3 BuildArch: noarch +# SECTION test requirements +BuildRequires: %{python_module Logbook >= 1.5.3} +BuildRequires: %{python_module aiofiles >= 0.6.0} +BuildRequires: %{python_module aiohttp >= 3.7.4} +BuildRequires: %{python_module aiohttp-socks >= 0.7.0} +BuildRequires: %{python_module future >= 0.18.2} +BuildRequires: %{python_module h11 >= 0.12.0} +BuildRequires: %{python_module h2 >= 4.0.0} +BuildRequires: %{python_module jsonschema >= 3.2.0} +BuildRequires: %{python_module pycryptodome >= 3.10.1} +BuildRequires: %{python_module unpaddedbase64 >= 2.1.0} +# /SECTION %python_subpackages %description A Python Matrix client library, designed according to sans I/O principles. %prep -%autosetup -p1 -n matrix-nio-%{version} +%autosetup -p1 -n matrix_nio-%{version} %build %pyproject_wheel @@ -76,6 +75,7 @@ %files %{python_files} %doc README.md %license LICENSE.md -%{python_sitelib}/* +%{python_sitelib}/nio +%{python_sitelib}/matrix_nio-%{version}*-info %changelog