Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

chore: release 2.1.2 - #361

Merged
tseaver merged 1 commit into
masterfrom
release-v2.1.2
Jun 14, 2021
Merged

chore: release 2.1.2#361
tseaver merged 1 commit into
masterfrom
release-v2.1.2

Conversation

@release-please

@release-please release-please Bot commented May 24, 2021

Copy link
Copy Markdown
Contributor

🤖 I have created a release *beep* *boop*

2.1.2 (2021-06-14)

Documentation

  • fix broken links in multiprocessing.rst (#360) (6e2c899)

This PR was generated with Release Please. See documentation.

@release-please
release-please Bot requested review from a team May 24, 2021 16:32
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 24, 2021
@product-auto-label product-auto-label Bot added the api: firestore Issues related to the googleapis/python-firestore API. label May 24, 2021
@google-cla google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label May 24, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 24, 2021
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 25, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 25, 2021
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 28, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 28, 2021
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 9, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 9, 2021
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 14, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 14, 2021
@tseaver
tseaver merged commit bc90ff8 into master Jun 14, 2021
@tseaver
tseaver deleted the release-v2.1.2 branch June 14, 2021 20:04
@yoshi-automation

Copy link
Copy Markdown
Contributor

@release-tool-publish-reporter

Copy link
Copy Markdown

The release build has started, the log can be viewed here. 🌻

@release-tool-publish-reporter

Copy link
Copy Markdown

🥚 You hatched a release! The release build finished successfully! 💜

@EDjur

EDjur commented Jun 15, 2021

Copy link
Copy Markdown

Hi there! Looks like this perhaps broke something? @tseaver

  File "....python3.6/site-packages/google/cloud/firestore_v1/services/firestore/transports/base.py", line 18, in <module>
    import packaging.version
ModuleNotFoundError: No module named 'packaging'

on startup of our container.

@tseaver

tseaver commented Jun 15, 2021

Copy link
Copy Markdown
Contributor

@EDjur I have opened #371 to track this issue.

@parthea, @busunkim96 packaging cannot be imported by default, and it isn't a dependency for firestore. I'm not sure why CI was passing for #365, but we need to be lots more careful when applying the "blanket" changes to the manual libraries.

@tseaver

tseaver commented Jun 15, 2021

Copy link
Copy Markdown
Contributor

@EDjur Out of curiousity, how are you installing google-cloud-firestore in your environment? Our CI passes because we use nox to run tests, which sits on top of the venv module and pip, and therefore gets packaging installed by default.

@tseaver

tseaver commented Jun 15, 2021

Copy link
Copy Markdown
Contributor

@EDjur The fix for #371 should be rolled out shortly in the upcoming 2.1.3 release.

@EDjur

EDjur commented Jun 16, 2021

Copy link
Copy Markdown

Let's see here.... we use venv together with pip and then install and run tox in that environment.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: firestore Issues related to the googleapis/python-firestore API. autorelease: published cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants