summarylogtreecommitdiffstats
path: root/0004-collections-abc.patch
AgeCommit message (Collapse)Author
2022-03-23feat: new upstream release: 377.0.0sudoforge
Release-Notes: https://cloud.google.com/sdk/docs/release-notes#37700_2022-03-15 Change-Id: I814f750a8532cf853b772a963bd3c6f61af48243 GitOrigin-RevId: 9781899a4eef18ae2c90d1c9fa96dba42678f991
2022-02-24feat: new upstream release: 374.0.0Benjamin Denhartog
Release-Notes: https://cloud.google.com/sdk/docs/release-notes#37400_2022-02-23 Change-Id: I6f03061c6400995218479c2b31e6976c2706d7f4 GitOrigin-RevId: 8de2bf7fc81550eac03d652ebb82d1a4df0858b5
2022-02-17feat: new upstream release: 373.0.0Benjamin Denhartog
Release-Notes: https://cloud.google.com/sdk/docs/release-notes#37300_2022-02-15 Change-Id: If1d08fc17cdb327af954bfd9d9f36e4b010bbf98 GitOrigin-RevId: 590fdb20e4bd18304f86fd6682a944009b06b66e
2022-02-03fix: update patch for collections import errorBenjamin Denhartog
Change-Id: Ib7d81fa18f8bbd78e79a5d1241d264ccf5077569 GitOrigin-RevId: bea62b2053a6680296e523a089eb783bb0d9ba17
2022-01-13fix: remove redundant patch hunksMaurice-Pascal Sonnemann
Change-Id: I7b72d60802b44de3470fd1e58b235a01d1c8dea5 GitOrigin-RevId: 51ed59d68d36c736756562ec768ab5a4e86c1065
2021-12-15revert "feat: remove extraneous (and erroneous) comment regarding ↵Benjamin Denhartog
collections.abc patch" This reverts commit 72f99ab9bc62a4eddfa953d8b74a4918a56faa2c. Closes: sudoforge/pkgbuilds#51 Change-Id: I16fa251fbc2b4392b421de9918023d3ae243a21c GitOrigin-RevId: 1b0e9236361fda90c60269456ef1be9f7f9119e2
2021-12-14feat: remove extraneous (and erroneous) comment regarding collections.abc patchBenjamin Denhartog
Change-Id: Ibf9aa2a486c123c057d4c7a72b81721d937ccfd6 GitOrigin-RevId: 72f99ab9bc62a4eddfa953d8b74a4918a56faa2c
2021-12-14fix: remove conflicting patches from 0004-collections-abc.patchBenjamin Denhartog
Change-Id: I55785774bd5f0c6c4393b55b95c04c0e156005d1 GitOrigin-RevId: cb2947d49dd699c7e6e92bc99a3bd3bf37c37286
2021-12-13fix: add patch for collections.abc import errorBenjamin Denhartog
python 3.10 was promoted to community, which causes an error when invoking google-cloud-sdk due to various imports which do not account for the difference between the python2 and python3 library change (various symbols from the root of the `collections` library were moved under `collections.abc`). Closes: sudoforge/pkgbuilds#50 Change-Id: I9cc5fe48d2a6124a0c86515cdcb9b82c325ca5b5 GitOrigin-RevId: a5e6d2808458b8e1b6e54a07b77103f1b81d0eb0