summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
...
* python3-luma-core: Upgrade 1.16.2 -> 1.17.1Leon Anavi2020-09-301-2/+2
| | | | | | | | | | | | | Upgrade to release 1.17.1: - Add cmdline opt: "pcf8574" and "bitbang_6800" interfaces - Added --inverse option for ST7735 to cmdline opt - Allow SPI interface to define reset duration - Change bitmap_font to be compatible with Pillow < 7.0 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: Upgrade 1.12.0 -> 1.12.1Leon Anavi2020-09-301-2/+2
| | | | | | | | | | | Upgrade to release 1.12.1: - Update importlib-metadata dependency version range - Bash nounset mode fixes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: Upgrade 4.49.0 -> 4.50.0Leon Anavi2020-09-301-2/+2
| | | | | | | | | | | | | | | | | | Upgrade to release 4.50.0: - add bar colour option - for notebook as well as std/CLI - plain text as well as hex (e.g. 'green' or '#00ff00') - notebook improvements: split bar description into separate widget and improve reset() (handle width and colour) - fix exceptions when file is closed - add & update tests - minor documentation updates - move and configure issue/pr templates Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-beautifulsoup4: Upgrade 4.9.1 -> 4.9.2Leon Anavi2020-09-301-2/+2
| | | | | | | | | | | | | | | | | | - Fixed a bug that caused too many tags to be popped from the tag stack during tree building, when encountering a closing tag that had no matching opening tag. - Fixed a bug that inconsistently moved elements over when passing a Tag, rather than a list, into Tag.extend(). - Specify the soupsieve dependency in a way that complies with PEP 508. - Change the signatures for BeautifulSoup.insert_before and insert_after (which are not implemented) to match PageElement.insert_before and insert_after, quieting warnings in some IDEs. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: Upgrade 7.3.0 -> 7.5.0Leon Anavi2020-09-301-2/+2
| | | | | | | | | | | | | Upgrade to release 7.5.0: - Allow passing additional media information through to play_media - Add support for lists, playQueues, and playlists on Plex controller - Misc spelling changes Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pytest: 5.4.3 -> 6.1.0Kai Kang2020-09-302-17/+21
| | | | | | | | | | | | | Upgrade python3-pytest from 5.4.3 to 6.1.0 * add runtime dependency python3-iniconfig And the release changelog is at: https://docs.pytest.org/en/stable/changelog.html#pytest-6-1-0-2020-09-26 Signed-off-by: Kai Kang <kai.kang@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-iniconfig: add recipeKai Kang2020-09-302-0/+9
| | | | | | | | | python3-iniconfig is required by pytest 6.1.0. And add it to packagegroup-meta-python. Signed-off-by: Kai Kang <kai.kang@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycrypto: Consolidate in a single fileLeon Anavi2020-09-284-24/+21
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gevent: Upgrade 20.6.2 -> 20.9.0Leon Anavi2020-09-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 20.9.0: - The embedded libev is now asked to detect the availability of clock_gettime and use the realtime and/or monotonic clocks, if they are available. On Linux, this can reduce the number of system calls libev makes. Originally provided by Josh Snyder. - On CPython, depend on greenlet >= 0.4.17. This version is binary incompatible with earlier releases on CPython 3.7 and later. - On Python 3.7 and above, the module gevent.contextvars is no longer monkey-patched into the standard library. contextvars are now both greenlet and asyncio task local. - The DummyThread objects created automatically by certain operations when the standard library threading module is monkey-patched now match the naming convention the standard library uses ("Dummy-12345"). Previously (since gevent 1.2a2) they used "DummyThread-12345". - Fix compatibility with dnspython 2. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cryptography-vectors: Upgrade 3.1 -> 3.1.1Leon Anavi2020-09-281-2/+2
| | | | | | | | | | | Upgrade to release 3.1.1: - Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1h. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cryptography: Upgrade 3.1 -> 3.1.1Leon Anavi2020-09-281-2/+2
| | | | | | | | | | | Upgrade to release 3.1.1: - Updated Windows, macOS, and manylinux wheels to be compiled with OpenSSL 1.1.1h. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: Upgrade 1.12.1 -> 1.12.2Leon Anavi2020-09-281-2/+2
| | | | | | | | | | Upgrade to release 1.12.2: - add method to close httplib2 connections Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: Upgrade 0.17.7 -> 0.17.8Leon Anavi2020-09-281-2/+2
| | | | | | | | | | | | Upgrade to release 0.17.8: - Fix yet another bug with disjoint traces in Celery. - Added support for Chalice 1.20. Thanks again to the folks at Cuenca MX! Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: Upgrade 1.5.1 -> 1.6.0Leon Anavi2020-09-281-2/+2
| | | | | | | | | | | | | | Upgrade to release 1.6.0: - Allow for int and float subclasses in query, while still denying bool. - Do not requote arguments in URL.build(), with_xxx() and in / operator. - Keep IPv6 brackets in origin(). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: Upgrade 1.3.5 -> 1.3.6Leon Anavi2020-09-281-2/+2
| | | | | | | | | | | | | | | Upgrade to release 1.3.6: - Added the worksheet :func:`unprotect_range()` method to allow ranges within a protected worksheet to be unprotected. - There are now over 1500 test cases in the test suite, including 900 tests that compare the output from XlsxWriter, byte for byte, against test files created in Excel. This is to ensure the maximum possible compatibility with Excel. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-docopt: add version 0.6.2Hongxu Jia2020-09-243-0/+13
| | | | | | | | | | | | | | It is required by python3-pykwalify cli ... $ pykwalify -h x86_64-wrlinuxsdk-linux/usr/lib/python3.8/site-packages/pykwalify/cli.py", line 11, in <module> from docopt import docopt ModuleNotFoundError: No module named 'docopt' ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pykwalify: fix missing commaHongxu Jia2020-09-242-0/+36
| | | | | | | | | | | ... |/usr/lib/python3.8/site-packages/pykwalify/rule.py:343: SyntaxWarning: 'tuple' object is not callable; perhaps you missed a comma? ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-greenlet: Upgrade 0.4.16 -> 0.4.17Leon Anavi2020-09-241-2/+2
| | | | | | | | | | | | Upgrade to release 0.4.17: - Provide support for PEP 567 ContextVars - Provide a feature flag indicating whether we handle context vars - Switch contextvars when switching greenlets Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: Upgrade 1.3.4 -> 1.3.5Leon Anavi2020-09-241-2/+2
| | | | | | | | | | | | | | | Upgrade to release 1.3.5: - Fixed issue where relative url links in images didn't work. - Added ``use_zip64`` as a constructor option. - Added check, and warning, for worksheet tables with no data row. Either with or without a header row. - Add a warning when the string length in :func:`write_rich_string()` exceeds Excel's limit. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zipp: Upgrade 3.1.0 -> 3.2.0Leon Anavi2020-09-241-2/+2
| | | | | | | | | | | | | | Upgrade to release 3.2.0: - Mutate the passed ZipFile object type instead of making a copy. Prevents issues when both the local copy and the caller's copy attempt to close the same file handle. - Path._next now honors subclasses. - Path.is_file() now returns False for non-existent names. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pint: Upgrade 0.16 -> 0.16.1Leon Anavi2020-09-241-2/+2
| | | | | | | | | | Upgrade to release 0.16.1: - Fix unpickling, now it is using the APP_REGISTRY as expected. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-importlib-metadata: Upgrade 1.7.0 -> 2.0.0Leon Anavi2020-09-241-3/+3
| | | | | | | | | | | | | Upgrade to release 2.0.0: - importlib_metadata no longer presents a __version__ attribute. Consumers wishing to resolve the version of the package should query it directly with importlib_metadata.version('importlib-metadata'). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: Upgrade 0.17.6 -> 0.17.7Leon Anavi2020-09-241-2/+2
| | | | | | | | | | | | Upgrade to release 0.17.7: - Internal: Change data category for transaction envelopes. - Fix a bug under Celery 4.2+ that may have caused disjoint traces or missing transactions. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-paho-mqtt: Upgrade 1.5.0 -> 1.5.1Leon Anavi2020-09-241-2/+2
| | | | | | | | | | | | | | Upgrade to release 1.5.1: - Exceptions that occur in callbacks are no longer suppressed by default. They can optionally be suppressed by setting `client.suppress_exceptions = True`. - Fix PUBREL remaining length of > 2 not being accepted for MQTT v5 message flows. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-dateutil/python3-pykwalify: add nativesdk supportHongxu Jia2020-09-242-2/+2
| | | | | | | | Call pykwalify module in SDK Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* packagegroup-meta-python: -jinja2 -markupsafe => ptestTim Orling2020-09-231-2/+3
| | | | | | | | | | | The main recipes for python3-jinja2 and python3-markupsafe have moved to oe-core. No need to duplicate them here. Instead, we add them to meta-python3-ptest sub-package, since we do enable ptest with bbappends. Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-jinja2: bbappend for ptestTim Orling2020-09-233-46/+2
| | | | | | | | | | | | The main recipe has moved to oe-core, but with ptest disabled. Here we simply conditionally inherit ptest to enable it in meta-python. Remove the original recipe and the python3-jinja2/ directory. Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-markupsafe: bbappend for ptestTim Orling2020-09-233-30/+2
| | | | | | | | | | | | The main recipe has moved to oe-core, but with ptest disabled. Here we simply conditionally inherit ptest to enable it in meta-python. Remove the original recipe and the python3-markupsafe/ directory. Signed-off-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-uploads: Consolidate in a single fileLeon Anavi2020-09-232-13/+13
| | | | | | | | Consolidate inc and bb files into a single bb file. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xlsxwriter: Upgrade 1.3.3 -> 1.3.4Leon Anavi2020-09-231-2/+2
| | | | | | | | | | | | | Upgrade to release 1.3.4: - Replaced internal MD5 digest used to check for duplicate images with a SHA256 digest to avoid issues on operating systems such as Red Hat in FIPS mode which don't support MD5 for security reasons Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: Upgrade 5.5.2 -> 5.5.3Leon Anavi2020-09-231-2/+2
| | | | | | | | | | | Upgrade to release 5.5.3: - Bug fix: in rare cases isort can mangle yield from or raise from statements. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-luma-core: Upgrade 1.16.1 -> 1.16.2Leon Anavi2020-09-231-2/+2
| | | | | | | | | | Upgrade to release 1.16.2: - Added new parallel interface module - Renamed parallel class to bitbang_6800; moved to parallel module Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-h2: Upgrade 3.2.0 -> 4.0.0Leon Anavi2020-09-231-3/+3
| | | | | | | | | | | | | | | | | Upgrade to release 4.0.0: - Support for Python 2.7 has been removed. - Support for Python 3.4 has been removed. - Support for Python 3.5 has been removed. - Support for PyPy (Python 2.7 compatible) has been removed. - Support for Python 3.8 has been added. - Receiving DATA before HEADERS now raises a ProtocolError. License-Update: Update copyright year to 2020. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-rfc3339-validator: Upgrade 0.1.1 -> 0.1.2Leon Anavi2020-09-212-38/+2
| | | | | | | | | | | | | Upgrade to release 0.1.2: - setup.py: move pytest-runner to test_requirements Patch has been removed from the recipe because it has been already upstreamed in the new release. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cmd2: Upgrade 1.3.9 -> 1.3.10Leon Anavi2020-09-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 1.3.10: - Added user-settable option called always_show_hint. If True, then tab completion hints will always display even when tab completion suggestions print. Arguments whose help or hint text is suppressed will not display hints even when this setting is True. - argparse tab completion now groups flag names which run the same action. Optional flags are wrapped in brackets like it is done in argparse usage text. - default category decorators are now heritable by default and will propagate the category down the class hierarchy until overridden. There's a new optional flag to set heritable to false. - Added --silent flag to alias/macro create. If used, then no confirmation message will be printed when aliases and macros are created or overwritten. - Added --with_silent flag to alias/macro list. Use this option when saving to a startup script that should silently create aliases and macros. - Fixed issue where flag names weren't always sorted correctly in argparse tab completion Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: Upgrade 0.17.5 -> 0.17.6Leon Anavi2020-09-211-2/+2
| | | | | | | | | | Upgrade to release 0.17.6: - Support for Flask 0.10 (only relaxing verson check) Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-langtable: Upgrade 0.0.52 -> 0.0.53Leon Anavi2020-09-211-2/+2
| | | | | | | | | | | | | Upgrade to release 0.0.53: - Capitalize the return values of language_name() and territory_name() - Add more translations from CLDR - Get translation changes from CLDR Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-argcomplete: add recipe 1.12.0Hongxu Jia2020-09-212-0/+19
| | | | | | | | | | | Tab complete all the things! Argcomplete provides easy, extensible command line tab completion of arguments for your Python script. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-test-generator: Enable ptestZang Ruochen2020-09-162-1/+18
| | | | | | Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-msk: Upgrade 0.3.15 -> 0.3.16Leon Anavi2020-09-161-2/+2
| | | | | | | | | | | | | | | Upgrade to release 0.3.16: - Ensure local HEAD matches remote during upgrade - Remove typing dependency - only required for Python <= 3.4 - Include license file in sdist package - Add default icon and color during Skill creation - Improved category selection and display - Improve PyPI listing info Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ruamel-yaml: Upgrade 0.16.11 -> 0.16.12Leon Anavi2020-09-161-2/+2
| | | | | | | | | | Upgrade to release 0.16.12: - update links in doc Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyrsistent: Upgrade 0.16.0 -> 0.17.3Leon Anavi2020-09-161-3/+2
| | | | | | | | | | | | | | | | Upgrade 0.17.3: - Remove Python 2 support code. This includes dropping some compatibility code and the dependency on six. - Python 3 exception chaining. This is a minor backwards incompatibility, hence stepping to 0.17.0. - Restrict package to Python >= 3.5 to not break unpinned Python 2 dependencies. - Release v0.17.3 with proper meta data requiring Python >= 3.5. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pychromecast: Upgrade 7.2.1 -> 7.3.0Leon Anavi2020-09-161-2/+2
| | | | | | | | | | | | | Upgrade to release 7.3.0: - add support for QUEUE_INSERT - Run black and flake8 on examples - Fix get_chromecasts non blocking mode - Black 20.8b1 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-matplotlib: Upgrade 3.3.1 -> 3.3.2Leon Anavi2020-09-161-3/+3
| | | | | | | | | | | | | | | | | | | | | Upgrade to release 3.3.2: - fix Axis scale on twinned Axes - fix auto-close of Figures in nbagg - fix automatic title placement if Axes is off the Figure - fix autoranging of log scales with barstacked histogram - fix extra redraws when using Button or TextBox widgets - fix imshow with LogNorm and large vmin/vmax ranges - fix plotting Pandas DataFrame with string MultiIndex - fix scatter with marker='' - fix scatter3d color/linewidth re-projection - fix state of mode buttons in TkAgg backends - include license files in built distribution - reduce Visual C++ runtime requirements on Windows Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-stevedore: Upgrade 3.2.1 -> 3.2.2Leon Anavi2020-09-161-2/+2
| | | | | | | | | | Upgrade to release 3.2.2: - fix supported python versions in documentation Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pymisp: Upgrade 2.4.130 -> 2.4.131Leon Anavi2020-09-161-2/+2
| | | | | | | | | | | | | Upgrade to release 2.4.131: - [test] Validate tag removal. - [describeTypes] updated and sha3 added. - Bump version, file template version objects and dependencies. - Rename blacklist -> blocklist. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocaselist: Upgrade 1.0.1 -> 1.0.2Leon Anavi2020-09-161-2/+2
| | | | | | | | | | | | | | | | Upgrade to release 1.0.2: - Fixed an AttributeError during unpickling. - Optimized pickling a NocaseList object by serializing only the original list, but not the second lower-cased list. This optimization is only implemented for Python 3. - Added tests for pickling and unpickling. - Suppressed new Pylint issue 'super-with-arguments', because this package still supports Python 2.7. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-attrs: Upgrade 20.1.0 -> 20.2.0Leon Anavi2020-09-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade to release 20.2.0: - Backward-incompatible: attr.define(), attr.frozen(), attr.mutable(), and attr.field() remain provisional. - attr.define() et al now correct detect __eq__ and __ne__. - attr.define() et al's hybrid behavior now also works correctly when arguments are passed. - It's possible to define custom __setattr__ methods on slotted classes again. - In 20.1.0 we introduced the inherited attribute on the attr.Attribute class to differentiate attributes that have been inherited and those that have been defined directly on the class.It has shown to be problematic to involve that attribute when comparing instances of attr.Attribute though, because when sub-classing, attributes from base classes are suddenly not equal to themselves in a super class. Therefore the inherited attribute will now be ignored when hashing and comparing instances of attr.Attribute. - zope.interface is now a "soft dependency" when running the test suite; if zope.interface is not installed when running the test suite, the interface-related tests will be automatically skipped. - The ergonomics of creating frozen classes using @define(frozen=True) and sub-classing frozen classes has been improved: you don't have to set on_setattr=None anymore. #687 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sentry-sdk: Upgrade 0.17.3 -> 0.17.5Leon Anavi2020-09-161-2/+2
| | | | | | | | | | | | | | Upgrade to release 0.17.5: - Work around an issue in the Python stdlib that makes the entire process deadlock during garbage collection if events are sent from a __del__ implementation. - Add possibility to wrap ASGI application twice in middleware to enable split up of request scope data and exception catching. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: Upgrade 1.11.0 -> 1.12.1Leon Anavi2020-09-161-2/+2
| | | | | | | | | | | | | Upgrade to release 1.12.1: - deps: require six>=1.13.0 - add quota_project, credentials_file, and scopes support - convert print statement to function - remove http from batch execute docs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>