summaryrefslogtreecommitdiff
path: root/python-matrix-nio.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-matrix-nio.spec')
-rw-r--r--python-matrix-nio.spec24
1 files changed, 12 insertions, 12 deletions
diff --git a/python-matrix-nio.spec b/python-matrix-nio.spec
index 8503b59..261aa75 100644
--- a/python-matrix-nio.spec
+++ b/python-matrix-nio.spec
@@ -1,28 +1,28 @@
%global _empty_manifest_terminate_build 0
Name: python-matrix-nio
-Version: 0.20.1
+Version: 0.20.2
Release: 1
Summary: A Python Matrix client library, designed according to sans I/O principles.
License: ISC
URL: https://github.com/poljar/matrix-nio
-Source0: https://mirrors.nju.edu.cn/pypi/web/packages/cb/05/a2957f277510bc6d2dc2a643e07675d9497ce16bce83020fb2382280e92f/matrix_nio-0.20.1.tar.gz
+Source0: https://mirrors.nju.edu.cn/pypi/web/packages/da/36/37470ee6e97d9776f1462de1176c4e88e7d1c12a0635d80ef848c62358d0/matrix_nio-0.20.2.tar.gz
BuildArch: noarch
-Requires: python3-future
-Requires: python3-aiohttp
Requires: python3-aiofiles
+Requires: python3-aiohttp
+Requires: python3-aiohttp-socks
+Requires: python3-atomicwrites
+Requires: python3-cachetools
Requires: python3-dataclasses
+Requires: python3-future
Requires: python3-h11
Requires: python3-h2
-Requires: python3-logbook
Requires: python3-jsonschema
-Requires: python3-unpaddedbase64
+Requires: python3-logbook
+Requires: python3-peewee
Requires: python3-pycryptodome
Requires: python3-olm
-Requires: python3-peewee
-Requires: python3-cachetools
-Requires: python3-atomicwrites
-Requires: python3-aiohttp-socks
+Requires: python3-unpaddedbase64
%description
[![Build Status](https://img.shields.io/github/workflow/status/poljar/matrix-nio/Build%20Status?style=flat-square)](https://github.com/poljar/matrix-nio/actions)
@@ -70,7 +70,7 @@ is a full fledged batteries-included asyncio layer using
enable end-to-end encryption (E2EE).
%prep
-%autosetup -n matrix-nio-0.20.1
+%autosetup -n matrix-nio-0.20.2
%build
%py3_build
@@ -110,5 +110,5 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
-* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.1-1
+* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.20.2-1
- Package Spec generated