14
0

20 Commits

Author SHA256 Message Date
4872eb8f8e Accepting request 1254367 from home:glaubitz:branches:devel:languages:python
- Update to 1.26.1
  * **deps:** Allow protobuf 6.x (#536)

OBS-URL: https://build.opensuse.org/request/show/1254367
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=32
2025-03-19 10:42:02 +00:00
260d6860b1 - update to 1.26.0:
* Migrate to pyproject.toml
  * Construct messages with nested duration in protobuf 5.28+
  * Fix enums initialization in PyPy
  * Incorrect return type annotation for Message.to_dict
  * Use include rather than exclude to find_namespace_packages in
    setup.py
- Explicitly BuildRequires on pytz, the testsuite uses it.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=30
2025-02-25 20:35:36 +00:00
be8fd29995 Accepting request 1225833 from home:mcalabkova:branches:devel:languages:python
- Update to 1.25.0
  * Add support for Python 3.13
  * Construct messages with nested struct
  * Fix 'Couldn't build proto file' when using Python 3.13
  * Fix conda compatibility issue
  * Fix issue with equality comparison of repeated field with None
  * Remove check for Protobuf version
- Drop merged pytest-staticmethod.patch

OBS-URL: https://build.opensuse.org/request/show/1225833
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=28
2024-11-22 13:37:36 +00:00
1123f617c6 - Explicitly BuildRequires on pytz, the testsuite uses it.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=26
2024-10-02 06:06:27 +00:00
3065a41f81 - update to 1.24.0:
* Add `always_print_fields_with_no_presence` fields to
    `to_json` and `to_dict`
  * Add compatibility with protobuf==5.x
  * AttributeError module 'google._upb._message' has no attribute
    'MessageMapContainer'
  * Deprecate field `including_default_value_fields` in `to_json`
    and `to_dict`

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=24
2024-06-20 12:43:31 +00:00
57f06a8d04 - Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=22
2024-02-26 19:36:11 +00:00
5096a13bdb - Include in SLE 15 SP4 and later (jsc#PED-6697)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=21
2024-02-26 19:31:13 +00:00
871c74129e OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=19 2024-01-02 22:44:13 +00:00
7ae7def6db - update to 1.23.0:
* Add additional parameters to `to_json()` and `to_dict()`
    methods (#384)
  * Add support for proto.__version__ (#393)
  * Add support for python 3.12 (#400)
  * Add documentation on how to query the current oneof in a
    given message (#408)
  * Add example for __protobuf__ module level attribute (#409)
- Add multibuild to defeat a build loop.
    (gh#googleapis/proto-plus-python#512)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=18
2024-01-01 20:21:28 +00:00
8bfdbbf580 Accepting request 1124261 from home:buschmann23:branches:devel:languages:python
- Update to 1.22.3
  * Resolve issue where marshal fails with cross api dependency
    (gh#googleapis/proto-plus-python#349)

OBS-URL: https://build.opensuse.org/request/show/1124261
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=16
2023-11-08 15:56:45 +00:00
c16bacdedf - Update to 1.22.2
* Add support for Python 3.11 (#329) (5cff3a0)
 * Fix typo in index.rst (#342) (a66a378)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=14
2023-02-24 11:04:08 +00:00
541c0fbbec Accepting request 1002308 from home:glaubitz:branches:devel:languages:python
- Update to 1.22.1
  * Add no-pretty print option (#336)
- from version 1.22.0
  * Add support for protobuf v4 (#327)
  * Fix Timestamp, Duration and FieldMask marshaling
    in REST transport (a2e7300)
  * fixes bug in the test. (#332)
- from version 1.20.6
  * **deps:** allow protobuf < 5.0.0 (#324)
  * fix changelog header to consistent size (#319)
- from version 1.20.5
  * **deps:** require google-api-core[grpc] >= 1.31.5 (1d13c41)
  * **deps:** require protobuf>= 3.15.0, <4.0.0dev (#315)
- from version 1.20.4
  * default proto package name is the module name, not "" (#309)
  * lookup attribute instead of performing a deepcopy (#226)
- Update BuildRequires and Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/1002308
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=12
2022-09-09 13:02:59 +00:00
eb958ba871 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
2022-04-29 21:59:52 +00:00
baacbf7ea4 Accepting request 950246 from home:buschmann23:branches:devel:languages:python
- update to 0.19.9
  * add pickling support to proto messages
    (gh#googleapis/proto-plus-python#280)
- from 0.19.8
  * fix typos
- from 0.19.7
  * restore allowing None as value for stringy ints
    (gh#googleapis/proto-plus-python#272)
- from 0.19.6
  * setting 64bit fields from strings supported
    (gh#googleapis/proto-plus-python#267)
- from 0.19.5
  * Clarify semantics of multiple oneof variants passed to msg ctor
- from 0.19.4
  * clarify that proto plus messages are not pickleable
- from 0.19.3
  * setting bytes field from python string base64 decodes before
    assignment (gh#googleapis/proto-plus-python#265)
- from 0.19.2
  * ensure enums are hashable (gh#googleapis/proto-plus-python#252)
- from 0.19.1
  * ensure enums are incomparable w other enum types
    (gh#googleapis/proto-plus-python#248)

OBS-URL: https://build.opensuse.org/request/show/950246
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=9
2022-01-31 15:27:33 +00:00
292696b985 Actually make multibuild work.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=8
2021-11-11 08:25:58 +00:00
b3624afdb0 - Add multibuild to defeat a build loop.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=7
2021-11-10 01:26:54 +00:00
dd17f86285 Accepting request 917950 from home:buschmann23:branches:devel:languages:python
- update to 1.19.0
  * pass 'including_default_value_fields' through to 'Message.to_dict'
    method (gh#googleapis/proto-plus-python#232)

OBS-URL: https://build.opensuse.org/request/show/917950
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=6
2021-09-10 12:31:45 +00:00
8fcfc0449c Accepting request 880253 from home:buschmann23:branches:devel:languages:python
- update to 1.18.1
  * Add arm64 support for PY3.6 (gh#googleapis/proto-plus-python#219)
- from 1.18.0
  * add copy_from method for field assignment
    (gh#googleapis/proto-plus-python#512) 
- update to 1.17.0
  * add preserving_proto_field_name to to_json (gh#googleapis/proto-plus-python#213)
- from 1.16.0
  * add preserving_proto_field_name passthrough in MessageMeta.to_dict
    (gh#googleapis/proto-plus-python#211)
- from 1.15.0
  * allow_alias fro enums (gh#googleapis/proto-plus-python#207)
- from 1.14.3
  * adding enums to a repeated field does not raise a TypeError
    (gh#googleapis/proto-plus-python#202)
- from 1.14.2
  * use the correct environment for uploading to pypi
- from 1.14.1
  * install the wheel dependency
- from 1.14.0
  * Features
    + Pypi publish ghub actions (gh#googleapis/proto-plus-python#189)
  * Bug Fixes
    * proper setitem and insert for RepeatedComposite
      (gh#googleapis/proto-plus-python#178)
    * proper native marshal for repeated enumeration fields
      (gh#googleapis/proto-plus-python#180)
- from 1.13.1
  * update docstring to match type hint (gh#googleapis/proto-plus-python#172)

OBS-URL: https://build.opensuse.org/request/show/880253
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=4
2021-03-20 12:47:35 +00:00
b735a591f1 Accepting request 860773 from home:buschmann23:branches:devel:languages:python
- update to 1.13.0
  * add 3.9 support and drop 3.5
    (gh#googleapis/proto-plus-python#167)
- from 1.12.0
  * add default values parameter to to_json
    (gh#googleapis/proto-plus-python#162)

OBS-URL: https://build.opensuse.org/request/show/860773
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=2
2021-01-06 16:06:07 +00:00
cb72c54a23 Accepting request 842830 from home:buschmann23:branches:devel:languages:python
required by python-google-cloud-translate 3.0.0+

OBS-URL: https://build.opensuse.org/request/show/842830
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-proto-plus?expand=0&rev=1
2020-10-21 11:49:13 +00:00