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 +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>