Re: When and how should we remove lang/py3?

2020-07-11 Thread Michael A. Smith
Bringing this back up: I think avro and avro-python3 are mostly compatible, so we really just need to invent a way to make people switch automatically. We could almost have py3 install avro as a dependency. The thing is, both packages are under the root namespace `avro`, so you can't trivially

[jira] [Created] (AVRO-2892) Avro should provide codec implementations for Python

2020-07-11 Thread Michael A. Smith (Jira)
Michael A. Smith created AVRO-2892: -- Summary: Avro should provide codec implementations for Python Key: AVRO-2892 URL: https://issues.apache.org/jira/browse/AVRO-2892 Project: Apache Avro

[GitHub] [avro] kojiromike opened a new pull request #932: ### Jira

2020-07-11 Thread GitBox
kojiromike opened a new pull request #932: URL: https://github.com/apache/avro/pull/932 - [x] My PR addresses [AVRO-2889](https://issues.apache.org/jira/browse/AVRO-2889) - [x] Adds no dependencies ### Tests - [x] My PR fixes a race condition in a test. ### Commits

[GitHub] [avro] maxromanovsky closed pull request #931: Docs: Fixed map spec example

2020-07-11 Thread GitBox
maxromanovsky closed pull request #931: URL: https://github.com/apache/avro/pull/931 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go

[GitHub] [avro] maxromanovsky opened a new pull request #931: Docs: Fixed map spec example

2020-07-11 Thread GitBox
maxromanovsky opened a new pull request #931: URL: https://github.com/apache/avro/pull/931 Replaced "items" with proper key "values" Just a small fix, so apologies for not following the whole process. Make sure you have checked _all_ steps below. ### Jira - [ ]