From a0756d44d0d8028eaa7c234b4be6c6241afa58b742831c832b5c072c6256950f Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 13 Dec 2021 05:53:48 +0000 Subject: [PATCH] - Update to 1.5.4: * No release notes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nest-asyncio?expand=0&rev=6 --- nest_asyncio-1.5.1.tar.gz | 3 --- nest_asyncio-1.5.4.tar.gz | 3 +++ python-nest-asyncio.changes | 6 ++++++ python-nest-asyncio.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 nest_asyncio-1.5.1.tar.gz create mode 100644 nest_asyncio-1.5.4.tar.gz diff --git a/nest_asyncio-1.5.1.tar.gz b/nest_asyncio-1.5.1.tar.gz deleted file mode 100644 index 4b4b5e2..0000000 --- a/nest_asyncio-1.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afc5a1c515210a23c461932765691ad39e8eba6551c055ac8d5546e69250d0aa -size 5738 diff --git a/nest_asyncio-1.5.4.tar.gz b/nest_asyncio-1.5.4.tar.gz new file mode 100644 index 0000000..c19d0de --- /dev/null +++ b/nest_asyncio-1.5.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f969f6013a16fadb4adcf09d11a68a4f617c6049d7af7ac2c676110169a63abd +size 5893 diff --git a/python-nest-asyncio.changes b/python-nest-asyncio.changes index 4ffede8..385cb57 100644 --- a/python-nest-asyncio.changes +++ b/python-nest-asyncio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 13 05:53:15 UTC 2021 - Steve Kowalik + +- Update to 1.5.4: + * No release notes + ------------------------------------------------------------------- Fri Jun 25 11:19:17 UTC 2021 - Ben Greiner diff --git a/python-nest-asyncio.spec b/python-nest-asyncio.spec index 8ac12ab..8242895 100644 --- a/python-nest-asyncio.spec +++ b/python-nest-asyncio.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-nest-asyncio -Version: 1.5.1 +Version: 1.5.4 Release: 0 Summary: Patch asyncio to allow nested event loops License: BSD-2-Clause