From 622b33bcb58241e1bcf3c2c2bfae06a4e299bebe773960e70ed6d86ec944814d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 1 Mar 2019 09:53:50 +0000 Subject: [PATCH] - update to 1.10 - remove unnneded deps - fix licenses * Add support for PEP 525-style garbage collection hooks OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-async_generator?expand=0&rev=7 --- async_generator-1.10.tar.gz | 3 +++ async_generator-1.9.tar.gz | 3 --- python-async_generator.changes | 8 ++++++++ python-async_generator.spec | 19 ++++++++----------- 4 files changed, 19 insertions(+), 14 deletions(-) create mode 100644 async_generator-1.10.tar.gz delete mode 100644 async_generator-1.9.tar.gz diff --git a/async_generator-1.10.tar.gz b/async_generator-1.10.tar.gz new file mode 100644 index 0000000..2ca43b8 --- /dev/null +++ b/async_generator-1.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebb3d106c12920aaae42ccb6f787ef5eefdcdd166ea3d628fa8476abe712144 +size 29870 diff --git a/async_generator-1.9.tar.gz b/async_generator-1.9.tar.gz deleted file mode 100644 index 155a178..0000000 --- a/async_generator-1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b7d5465c6174fe86dba498ececb175f93a6097ffb7cc91946405e1f05b848371 -size 15711 diff --git a/python-async_generator.changes b/python-async_generator.changes index e72b7e2..5097556 100644 --- a/python-async_generator.changes +++ b/python-async_generator.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 1 09:47:28 UTC 2019 - Ondřej Súkup + +- update to 1.10 +- remove unnneded deps +- fix licenses + * Add support for PEP 525-style garbage collection hooks + ------------------------------------------------------------------- Thu May 10 15:51:01 UTC 2018 - toddrme2178@gmail.com diff --git a/python-async_generator.spec b/python-async_generator.spec index c3a1876..c967799 100644 --- a/python-async_generator.spec +++ b/python-async_generator.spec @@ -1,7 +1,7 @@ # # spec file for package python-async_generator # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,30 +12,25 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-async_generator -Version: 1.9 +Version: 1.10 Release: 0 Summary: Async generators and context managers for Python 3.5+ -License: MIT +License: MIT OR Apache-2.0 Group: Development/Languages/Python -Url: https://github.com/python-trio/async_generator +URL: https://github.com/python-trio/async_generator Source: https://files.pythonhosted.org/packages/source/a/async_generator/async_generator-%{version}.tar.gz -BuildRequires: %{python_module devel >= 3.5} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -%ifpython3 -Requires: python3-base >= 3.5 -%endif BuildArch: noarch - %python_subpackages %description @@ -53,10 +48,12 @@ tools to make them usable, like contextlib.asynccontextmanager. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%python_exec -m pytest %files %{python_files} %doc README.rst +%license LICENSE.MIT +%license LICENSE.APACHE2 %{python_sitelib}/* %changelog