14
0

Accepting request 973990 from home:mcepl:branches:devel:languages:python

- Update to 1.20.3:
  - additional logic to mitigate collisions with reserved terms
  - dir(proto.Message) does not raise
  - mitigate collisions in field names
  - add custom dir for messages and message classes
  - workaround for buggy pytest
- Add pytest-staticmethod.patch which works around Pytest bug
  gh#pytest-dev/pytest#9637.

OBS-URL: https://build.opensuse.org/request/show/973990
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=10
This commit is contained in:
2022-04-29 21:59:52 +00:00
committed by Git OBS Bridge
parent baacbf7ea4
commit eb958ba871
5 changed files with 40 additions and 8 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Apr 25 17:45:27 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 1.20.3:
- additional logic to mitigate collisions with reserved terms
- dir(proto.Message) does not raise
- mitigate collisions in field names
- add custom dir for messages and message classes
- workaround for buggy pytest
- Add pytest-staticmethod.patch which works around Pytest bug
gh#pytest-dev/pytest#9637.
-------------------------------------------------------------------
Mon Jan 31 15:13:44 UTC 2022 - Matthias Fehring <buschmann23@opensuse.org>