14
0
forked from pool/python-pykka

- Update to 3.1.0:

- Remove support for Python 3.6. It reached end-of-life in
    December 2021.
  - Include docs, examples, and tests in the source
    release.
  - Require mypy 0.960 and use the latest typing features, as
    these seem to work nicely even on Python 3.7, given that the
    typing information is in separate *.pyi files and that you
    have a recent mypy version.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pykka?expand=0&rev=4
This commit is contained in:
2022-05-27 20:41:00 +00:00
committed by Git OBS Bridge
parent e92fce0964
commit 64f45ad559
4 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b146203f0266207ca132520a10f1c2de872a2186a7a9c778bdaa45f681ae3d07
size 44440

3
pykka-3.1.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b82cfc82160572a38cfaa35586c6897b228acfb641d19654f4a2fde0975729a
size 46267

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri May 27 20:24:54 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 3.1.0:
- Remove support for Python 3.6. It reached end-of-life in
December 2021.
- Include docs, examples, and tests in the source
release.
- Require mypy 0.960 and use the latest typing features, as
these seem to work nicely even on Python 3.7, given that the
typing information is in separate *.pyi files and that you
have a recent mypy version.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 27 12:11:57 UTC 2022 - Matej Cepl <mcepl@suse.com> Fri May 27 12:11:57 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@@ -19,13 +19,13 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define modname pykka %define modname pykka
Name: python-pykka Name: python-pykka
Version: 3.0.2 Version: 3.1.0
Release: 0 Release: 0
Summary: A Python implementation of the actor model Summary: A Python implementation of the actor model
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: http://www.pykka.org/ URL: https://github.com/jodal/pykka
Source: https://github.com/jodal/%{modname}/archive/refs/tags/v%{version}.tar.gz#/%{modname}-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/%{modname}/%{modname}-%{version}.tar.gz
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry} BuildRequires: %{python_module poetry}
BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-mock}
@@ -54,7 +54,10 @@ rm -v docs/_build/.gitignore
%install %install
%pyproject_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} # gh#jodal/pykka#172
%{python_expand rm %{buildroot}%{$python_sitelib}/{setup.cfg,tox.ini}
%fdupes %{buildroot}%{$python_sitelib}
}
%check %check
%pytest %pytest