-
Notifications
You must be signed in to change notification settings - Fork 710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meta python merge #480
Meta python merge #480
Commits on Nov 11, 2021
-
python3-aenum: upgrade 3.1.2 -> 3.1.3
3.1.3 ===== rename `aenum.property` to `aenum.enum_property` (`aenum.property still exists, but was too easily confused with the built-in property) fix `enum_property` to work with `_init_` attributes Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Configuration menu - View commit details
-
Copy full SHA for c5f7402 - Browse repository at this point
Copy the full SHA c5f7402View commit details -
python3-aiohttp: upgrade 3.7.4 -> 3.8.0
License-Update: Description of license is replaced by website "http://www.apache.org/licenses/LICENSE-2.0" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Configuration menu - View commit details
-
Copy full SHA for 4c2e090 - Browse repository at this point
Copy the full SHA 4c2e090View commit details -
python3-async-timeout: upgrade 3.0.1 -> 4.0.0
License-Update: Description of license is replaced by website "http://www.apache.org/licenses/LICENSE-2.0" Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Configuration menu - View commit details
-
Copy full SHA for e526abb - Browse repository at this point
Copy the full SHA e526abbView commit details -
python3-fastnumbers: upgrade 3.1.0 -> 3.2.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Configuration menu - View commit details
-
Copy full SHA for 7e363e3 - Browse repository at this point
Copy the full SHA 7e363e3View commit details -
python3-google-api-python-client: upgrade 2.28.0 -> 2.30.0
Features androidmanagement: update the api be2e5dd (5dcb723) appengine: update the api 4535ce5 (5dcb723) artifactregistry: update the api 882fdb3 (5dcb723) chromepolicy: update the api c330a6f (5dcb723) cloudidentity: update the api d0f0527 (5dcb723) composer: update the api 2bfa5a1 (5dcb723) compute: update the api b917688 (5dcb723) datastream: update the api 218521c (5dcb723) dns: update the api 540233d (5dcb723) healthcare: update the api 1e029c8 (5dcb723) ondemandscanning: update the api 9f998b4 (5dcb723) osconfig: update the api 59cea85 (5dcb723) paymentsresellersubscription: update the api efb5b4f (5dcb723) privateca: update the api b4ae2c8 (5dcb723) recommender: update the api 8dffae4 (5dcb723) retail: update the api f711074 (5dcb723) storagetransfer: update the api c835926 (5dcb723) streetviewpublish: update the api 35f0b1b (5dcb723) translate: update the api 1f848a5 (5dcb723) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Configuration menu - View commit details
-
Copy full SHA for 0904f09 - Browse repository at this point
Copy the full SHA 0904f09View commit details -
python3-graphviz: upgrade 0.17 -> 0.18
Changelog Version 0.18 Change of beaviour: File endings are now normalized so that all DOT source outputs end with a final newline (Unix convention, simplifies concatenation). This includes DOT source files written by .render(), .view(), or .save() as well was .source generated or loaded from Source (or Source.from_file()). Change of behaviour: Source instances created by Source.from_file() no nonger write the content read into .source back into the file. Use .save(skip_existing=False) before calling .render() or .view() if you want to overwrite the file to produce the previous (less safe) behaviour. Change of undocumented behaviour: When iterating over a Graph, Digraph, or Source instance, the yielded lines now include a final newline ('\n'). This mimics iteration over file object lines in text mode. When passing invalid parameters such as unknown engine, format, etc., .render() now raises early before writing the file. Call .save() explicitly to produce the previous (less safe) behaiour. Add optional keyword-only encoding argument to pipe(). Returns the decoded stdout from the rendering process (e.g. format='svg'). Delegates encoding/decoding to subprocess in the common case (input and output encoding are the same, e.g. default encoding='utf-8'). Used by the Jupyter notebook integration. Add optional keyword-only engine argument to .pipe() and .render(). Add optional keyword-only renderer and formatter arguments to Graph(), Digraph(), Source() and Source.from_file() to set default renderers and formatters (similar to format). Used by .pipe(), .render(), and .view() if not given as method-argument. Add pipe_string(), pipe_lines(), and pipe_lines_string(). Pipe input_string, return string. Pipe input_lines incrementally, return bytes. Pipe input_lines incrementally, return string. Add set_default_engine() and set_default_format() Add backend.DOT_BINARY and backend.UNFLATTEN_BINARY. Restructure the internal class hierarchy using multiple-inheritance with cooperative super() calling: Graph now inherits both from Dot and from Render, and both of them inherit from Base which defines their common interface: Lines of DOT source code that Dot generates (also Source) and rendering iterates over. This might break some undocumented use of subclassing and require adatation Improve test separation. Improve test coverage of running the tests with --skip-exe. Add pytype checking and flake8 to build workflow. Extend type annotations. Add https://mybinder.org config with head development environment. Add launch badge to code repository. Improve documentation and examples. Add development docs. Document release process. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Configuration menu - View commit details
-
Copy full SHA for ca7b89d - Browse repository at this point
Copy the full SHA ca7b89dView commit details -
python3-httplib2: upgrade 0.20.1 -> 0.20.2
0.20.2 auth: support pyparsing v3 (AttributeError downcaseTokens) httplib2/httplib2#207 proxy: correct extraction of errno from pysocks ProxyConnectionError httplib2/httplib2#202 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Configuration menu - View commit details
-
Copy full SHA for e3836f5 - Browse repository at this point
Copy the full SHA e3836f5View commit details -
python3-configparser: Upgrade 5.0.2 -> 5.1.0
Upgrade to release 5.1.0: - Synced with Python 3.10.0. - Packaging refresh. - Tests now run on Python 3.10. - Modernized code relying on Python 3.6. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Configuration menu - View commit details
-
Copy full SHA for 4341a54 - Browse repository at this point
Copy the full SHA 4341a54View commit details