14
0
forked from pool/python-avro

Accepting request 820323 from home:bnavigator:branches:devel:languages:python

- Update to version 1.10.0
  AVRO-2387 Type checking added to python  
  AVRO-2656 avro-python package is now the preferred python3 library
  and avro-python3 is prepared to be deprecated
- reenable unit tests
- remove unnecessary BuildRequires for the linting packages
- add untested and not in setup.cfg declared but imported packages
  into Requires https://issues.apache.org/jira/browse/AVRO-2595

I stumbled upon this because of the isort fiasco. This package does not
even require it.

OBS-URL: https://build.opensuse.org/request/show/820323
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-avro?expand=0&rev=17
This commit is contained in:
Tomáš Chvátal
2020-07-12 06:35:07 +00:00
committed by Git OBS Bridge
parent 9562ba0ac8
commit c12c0abbab
4 changed files with 25 additions and 11 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jul 11 09:34:41 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
- Update to version 1.10.0
AVRO-2387 Type checking added to python
AVRO-2656 avro-python package is now the preferred python3 library
and avro-python3 is prepared to be deprecated
- reenable unit tests
- remove unnecessary BuildRequires for the linting packages
- add untested and not in setup.cfg declared but imported packages
into Requires https://issues.apache.org/jira/browse/AVRO-2595
-------------------------------------------------------------------
Wed May 27 09:36:12 UTC 2020 - Petr Gajdos <pgajdos@suse.com>