Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/proto-plus-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.25.0
Choose a base ref
...
head repository: googleapis/proto-plus-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.26.0
Choose a head ref
  • 16 commits
  • 26 files changed
  • 10 contributors

Commits on Oct 22, 2024

  1. chore: update templated files (#498)

    * chore: update templated files
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    parthea and gcf-owl-bot[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    01377b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. chore: update templated files (#500)

    * chore: update templated files
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    parthea and gcf-owl-bot[bot] authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    33ae4d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. chore(python): update dependencies in .kokoro/docker/docs (#504)

    * chore(python): update dependencies in .kokoro/docker/docs
    
    Source-Link: googleapis/synthtool@59171c8
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2ed982f884312e4883e01b5ab8af8b6935f0216a5a2d82928d273081fc3be562
    
    * See https://github.com/googleapis/synthtool/pull/2033/files
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    8d24bda View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. chore(python): Update the python version in docs presubmit to use 3.10 (

    #511)
    
    * chore(python): Update the python version in docs presubmit to use 3.10
    
    Source-Link: googleapis/synthtool@de3def6
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:a1c5112b81d645f5bbc4d4bbc99d7dcb5089a52216c0e3fb1203a0eeabadd7d5
    
    * fix docs build
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    c54b31d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. fix: construct messages with nested duration in protobuf 5.28+ (#519)

    * fix: construct messages with nested duration in protobuf 5.28+
    
    * Valueerror -> ValueError
    
    Co-authored-by: Victor Chudnovsky <[email protected]>
    
    * Use public issue links
    
    Co-authored-by: Victor Chudnovsky <[email protected]>
    
    * rename variables in test
    
    ---------
    
    Co-authored-by: Victor Chudnovsky <[email protected]>
    parthea and vchudnov-g authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    197ddf8 View commit details
    Browse the repository at this point in the history
  2. fix: incorrect return type annotation for Message.to_dict (#516)

    The `proto.Message.to_dict` function returns a `dict[str, Any]`, but its
    return type annotation is incorrectly set to `Message`.
    
    The `proto.Message.to_dict` function returns the result of calling
    [`google.protobuf.json_format.MessageToDict()`](https://github.com/protocolbuffers/protobuf/blob/c58621b6ff2e6145ffb14c7e5a7af7648dfc0535/python/google/protobuf/json_format.py#L125-L162),
    which returns `dict[str, Any]` as specified in the [protobuf typeshed
    stubs](https://github.com/python/typeshed/blob/main/stubs/protobuf/google/protobuf/json_format.pyi#L23-L30).
    
    Additionally, runtime introspection shows that the function returns a
    `dict`.
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    bricker and parthea authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    72990f3 View commit details
    Browse the repository at this point in the history
  3. chore(python): fix docs publish build (#514)

    Source-Link: googleapis/synthtool@bd9ede2
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:04c35dc5f49f0f503a306397d6d043685f8d2bb822ab515818c4208d7fb2db3a
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    3 people authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    f19b931 View commit details
    Browse the repository at this point in the history
  4. fix: Port to Sphinx 8.0 (#509)

    The old `intersphinx_mapping` format has been removed; it must now map
    identifiers to (target, inventory) tuples.
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    cjwatson and parthea authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    c57ebd7 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. fix: Use include rather than exclude to find_namespace_packages in se…

    …tup.py (#502)
    
    https://setuptools.pypa.io/en/latest/userguide/package_discovery.html
    has a warning:
    
    > Please have in mind that find_namespace: (setup.cfg),
    > find_namespace_packages() (setup.py) and find (pyproject.toml)
    > will scan all folders that you have in your project directory
    > if you use a flat-layout.
    
    That applies here.  Without this change, if you run:
    'python3 setup.py bdist_wheel' then you may end up with
    build/ in your wheel, and in some cases even
    docs/ and testing/ .
    
    The fix is to only include proto and proto.*.
    
    Signed-off-by: Scott Moser <[email protected]>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    smoser and parthea authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    77e252e View commit details
    Browse the repository at this point in the history
  2. feat: migrate to pyproject.toml (#496)

    * migrate to pyproject.toml
    
    * Rebase following #502
    
    * add entries such as documentation and classifiers which exist in other projects
    
    * Use correct url for docs
    
    ---------
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    rinarakaki and parthea authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    82ed3b9 View commit details
    Browse the repository at this point in the history
  3. fix: fix enums initialization in PyPy (#507)

    * fix: enums initialization in PyPy
    
    When removing the _pb_options name from the enum attributes,
    enums initialization in PyPy should not raise exception.
    
    Refs: #506
    
    * test: add presubmit for PyPy
    
    * Add unit (pypy3.10, python) as a required check
    
    ---------
    
    Co-authored-by: Anthonios Partheniou <[email protected]>
    airbender-1 and parthea authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    b8b68f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a85be75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c39674 View commit details
    Browse the repository at this point in the history
  6. chore: add presubmit for linting setup.py (#527)

    * chore: add presubmit for linting setup.py
    
    * fix duplicate implicit target name in README.rst
    
    * add action to lint setup.py
    
    * style
    
    * add new line
    parthea authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    9417d33 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    305b6b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. chore(main): release 1.26.0 (#522)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Anthonios Partheniou <[email protected]>
    release-please[bot] and parthea authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    ae5d253 View commit details
    Browse the repository at this point in the history
Loading