summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
Commit message (Collapse)AuthorAgeFilesLines
* python3-twitter: Upgrade 4.8.0 -> 4.10.1Atanas Bunchev2022-08-251-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrading python3-twitter to 4.10.1 and adding missing RDEPEND requests-oauthlib The license line in PKG-INFO was moved from row 8 to row 9. Changelog: (https://github.com/tweepy/tweepy/releases) New Features / Improvements: - Add support for Direct Message typing indicator and read receipts - Add API.indicate_direct_message_typing and API.mark_direct_message_read - Fallback to "detail" response value for HTTPException message - Handle "error" key of response being a string in HTTPException - Add asynchronous interfaces for Twitter API v2 - Add asynchronous.AsyncClient - Add async_lru as requirement for async extra - Add asynchronous.AsyncStreamingClient - Add support for reverse chronological home timeline with Twitter API v2 - Add Client.get_home_timeline and AsyncClient.get_home_timeline - Update the User-Agent header based on AsyncStream.user_agent even if AsyncStream.session is already initialized/set Bug Fixes - Fix AsyncBaseClient rate limit handling - Fix handling of StreamRule when passed in list to StreamingClient.delete_rules or AsyncStreamingClient.delete_rules - Add support for media_fields, place_fields, and poll_fields parameters for Client.get_list_tweets and AsyncClient.get_list_tweets - Ignore AsyncClient method parameters explicitly passed as None Twitter API Deprecations: - Deprecate Stream.sample and note deprecation of compliance messages for Stream.filter - Deprecate AsyncStream.sample and note deprecation of compliance messages for AsyncStream.filter Misc: - Use setup.cfg for coverage.py configuration - Explicitly specify coverage >= 4.4.2 requirement for dev extra - Use setup.cfg for tox configuration - Update lower bound for dev extra tox requirement to >= 3.21.0 - Remove tests_require from setup.py - Stop creating universal wheels - Update and improve various documentation and tests - Log text of HTTP response when handling request error in BaseStream - Update Requests documentation URL for Intersphinx linking - Correct typo in documentation for StreamingClient and AsyncStreamingClient add_rules and delete_rules methods Signed-off-by: Atanas Bunchev <atanas.bunchev@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-grpcio: Enable largefile support explicitlyKhem Raj2022-08-251-0/+2
| | | | | | This ensures that third party packages like zlib can get this in CFLAGS Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: remove 2.2.x recipeJagadeesh Krishnanjanappa2022-08-241-12/+0
| | | | | | | | | | | | python3-django 2.2 LTS went end of extended support on April 11,2022 use python3-django 3.2.x instead which as end of extended support upto April 2024. More info: https://www.djangoproject.com/download/ https://bugzilla.yoctoproject.org/show_bug.cgi?id=14888 Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: Add python3-asgiref runtime dependencyJagadeesh Krishnanjanappa2022-08-231-0/+1
| | | | | | | | | | Add runtime dependency on python3-asgiref as the "django-admin" script needs asgiref module. More info: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14888 Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-django: make 3.2.x as default versionJagadeesh Krishnanjanappa2022-08-231-5/+1
| | | | | | | | | | | | | According to https://www.djangoproject.com/download/ python3-django 3.2.x has LTS support upto 2024, hence make it as default version to build. Also, add runtime dependency on python3-asgiref as the "django-admin" script needs asgiref module. More info: https://bugzilla.yoctoproject.org/show_bug.cgi?id=14888 Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asgiref: add recipeJagadeesh Krishnanjanappa2022-08-232-0/+32
| | | | | | | | | | | The default version of python3-django 2.2.x is no longer supported. So, python3-django either 3.x or 4.x should be preferred, that requires python3-asgiref at runtime. More info at https://bugzilla.yoctoproject.org/show_bug.cgi?id=14888 Signed-off-by: Jagadeesh Krishnanjanappa <workjagadeesh@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prettytable: Upgrade 3.1.1 -> 3.3.0Leon Anavi2022-08-231-1/+1
| | | | | | | | | | Upgrade to release 3.3.0: - Support Python 3.11 - Add flag to preserve internal borders when border=False Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-prompt-toolkit: Upgrade 3.0.24 -> 3.0.30Leon Anavi2022-08-231-1/+1
| | | | | | | | | | | | | | | | Upgrade to release 3.0.30: - Allow zero-width-escape sequences in `print_formatted_text`. - Add default value option for input dialog. - Added `has_suggestion` filter. - Always wrap lines in the Label widget by default. - Fix enter key binding in system toolbar in Vi mode. - Improved handling of stdout objects that don't have a 'buffer' attribute. For instance, when using `renderer_print_formatted_text` in a Jupyter Notebook. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-typed-ast: Upgrade 1.5.2 -> 1.5.4Leon Anavi2022-08-231-1/+1
| | | | | | | | | | Upgrade to release 1.5.4: - Do not include now private code.h - Fix Python 3.11 support Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-awesomeversion: Upgrade 22.6.0 -> 22.8.0Leon Anavi2022-08-231-1/+1
| | | | | | | | | | | | | | Upgrade to release 22.8.0: - Change devcontainer - Do not allow find_first_match without ensure_strategy - Warn instead of raise for missing ensure_strategy - Correct spelling mistakes - Handle KeyError - _compare_versions takes AwesomeVersion not str Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: Upgrade 2022.7.25 -> 2022.8.17Leon Anavi2022-08-221-1/+1
| | | | | | | | | | Upgrade to release 2022.8.17: - \v for vertical spacing, added \p{HorizSpace} (\p{H}) and \p{VertSpace} (\p{V}). Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-coverage: Upgrade 6.4.1 -> 6.4.4Leon Anavi2022-08-221-1/+4
| | | | | | | | | | | | | | | | | | Upgrade to release 6.4.4: - Wheels are now provided for Python 3.11 - Fix a failure when combining data files if the file names contained glob-like patterns - Fix a messaging failure when combining Windows data files on a different drive than the current directory - Fix path calculations when running in the root directory, as you might do in a Docker container - Filtering in the HTML report wouldn't work when reloading the index page. This is now fixed - Fix a problem with Cython code measurement Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-term: Upgrade 2.3 -> 2.4Leon Anavi2022-08-171-4/+5
| | | | | | | | | | | | | | | | | | | Upgrade to release 2.4: - Add Python 3.8-3.10 to tox.ini. Remove old Python versions. - Replace deprecated python setup.py test in tox.ini. - Remove deprecated test_suite from setup.py. - Move metadata to setup.cfg and add a pyproject.toml file. - Include tests in sdist but not in wheel. - Fix escape sequence warning in byte string literal. - Open /dev/tty in binary mode under both Python 2 and 3. - Officially change opentty's bufsize argument default from 1 to -1. Under Python 3, 1 has effectively meant -1 all along but Python 3.8 now issues a warning. - Add readto, getfgcolor, getbgcolor, islightmode, and isdarkmode. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yarl: Upgrade 1.7.2 -> 1.8.1Leon Anavi2022-08-171-1/+2
| | | | | | | | | | | | Upgrade to release 1.8.1: - Added URL.raw_suffix, URL.suffix, URL.raw_suffixes, URL.suffixes, URL.with_suffix - Fixed broken internal references to :meth:`~URL.human_repr` - Fixed broken external references to :doc:`multidict:index` docs Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-cytoolz: Upgrade 0.11.2 -> 0.12.0Leon Anavi2022-08-171-2/+3
| | | | | | | | | | | | | Upgrade to release 0.12.0: - Update to toolz 0.12.0 - Build wheels automatically with cibuildwheel! - Support newer Python versions - Improve import times - Use versioneer.py to manage versions Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-eth-abi: Upgrade 3.0.0 -> 3.0.1Leon Anavi2022-08-171-1/+1
| | | | | | | | | | Upgrade to release 3.0.1: - Fix small warnings for make docs - Rename: encode_abi()->encode() and decode_abi()->decode() Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyperf: Upgrade 2.3.0 -> 2.4.1Leon Anavi2022-08-171-2/+2
| | | | | | | | | | | | Upgrade to release 2.4.1: - Reject --tracemalloc in pyperf command - Support reporting geometric mean by benchmark tags - Add pyston as an implementation with a jit - Add support for profiling benchmarks Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.38.7 -> 0.39.0zhengruoqin2022-08-161-1/+2
| | | | | | | Add dependence python3-async-timeout Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-asttokens: upgrade 2.0.5 -> 2.0.7zhengruoqin2022-08-161-1/+5
| | | | | | | | | | Add dependence python3-six Changelog: Fix astroid type checking import errors Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-api-python-client: upgrade 2.55.0 -> 2.56.0zhengruoqin2022-08-161-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-gcovr: upgrade 5.1 -> 5.2zhengruoqin2022-08-161-2/+2
| | | | | | | | | License-Update: Copyright year updated to 2022. Modify fomat of LICENSE. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask: upgrade 2.1.3 -> 2.2.2zhengruoqin2022-08-161-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-engineio: upgrade 4.3.3 -> 4.3.4zhengruoqin2022-08-161-1/+1
| | | | | | | | | | Changelog: =========== Let companion ASGI app handle lifespan events Use configured request timeout when making a WebSocket connection Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-autobahn: upgrade 22.6.1 -> 22.7.1zhengruoqin2022-08-161-1/+1
| | | | | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-yappi: upgrade 1.3.5 -> 1.3.6Wang Mingyu2022-08-161-1/+1
| | | | | | | | Changelog: - cibuildwheel integration Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-xmlschema: upgrade 2.0.1 -> 2.0.2Wang Mingyu2022-08-161-1/+1
| | | | | | | | | | Changelog: ========== Fix XSD 1.1 assertions effective scope Add support for Python 3.11 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-werkzeug: upgrade 2.2.1 -> 2.2.2Wang Mingyu2022-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | Changelog: ========== - Fix router to restore the 2.1 strict_slashes == False behaviour whereby leaf-requests match branch rules and vice versa. - Fix router to identify invalid rules rather than hang parsing them, and to correctly parse / within converter arguments. - Update subpackage imports in werkzeug.routing to use the import as syntax for explicitly re-exporting public attributes. - Parsing of some invalid header characters is more robust. - When starting the development server, a warning not to use it in a production deployment is always shown. - LocalProxy.__wrapped__ is always set to the wrapped object when the proxy is unbound, fixing an issue in doctest that would cause it to fail. - Address one ResourceWarning related to the socket used by run_simple. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-sqlalchemy: upgrade 1.4.39 -> 1.4.40Wang Mingyu2022-08-161-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-setuptools-declarative-requirements: upgrade 1.2.0 -> 1.3.0Wang Mingyu2022-08-161-1/+1
| | | | | | | | | Changed ------- Ignore lines that start with -i. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyzmq: upgrade 23.2.0 -> 23.2.1Wang Mingyu2022-08-161-1/+1
| | | | | Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycodestyle: upgrade 2.9.0 -> 2.9.1Wang Mingyu2022-08-161-1/+1
| | | | | | | | | Changes: E275: fix false positive for yield expressions. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycares: upgrade 4.2.1 -> 4.2.2Xu Huan2022-08-161-2/+1
| | | | | | | | Changelog: Build macOS arm64 and musllinux wheels Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.21.4 -> 4.21.5Xu Huan2022-08-161-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocaselist: upgrade 1.0.5 -> 1.0.6Xu Huan2022-08-161-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-imageio: upgrade 2.21.0 -> 2.21.1Xu Huan2022-08-161-1/+1
| | | | | | | | | Fix ------ Seeking to last frame caused EoF in pyav Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-hexbytes: upgrade 0.2.2 -> 0.2.3Xu Huan2022-08-161-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-humanize: upgrade 4.2.3 -> 4.3.0Xu Huan2022-08-161-1/+1
| | | | | | | | | | | | | | | | Changelog: ========= Added ------- Add Greek translation Polish: Added thousand, fixed big numbers Fixed ------ Fix intword for negative numbers Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-google-auth: upgrade 2.9.1 -> 2.10.0Xu Huan2022-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | Changelog: ========== Features -------- add integration tests for pluggable auth support for configurable token lifetime support for configurable token lifetime Bug Fixes --------- async certificate decoding Async system tests were not unwrapping async_generators Fix IDTokenCredentials update bug make expiration_time optional in response schema refactor credential subclass parameters Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-aiohue: Upgrade 4.4.2 -> 4.5.0Leon Anavi2022-08-161-1/+1
| | | | | | | | | | | | Upgrade to release 4.5.0: - Add support for new Hue Tap Dial (relative rotary) - Fix KeyError on fake Hue bridges - Add monitor configuration type - Updated rate limit statuscode Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyhamcrest: Upgrade 2.0.3 -> 2.0.4Leon Anavi2022-08-131-4/+7
| | | | | | | | | | | Upgrade to release 2.0.4: - has_properties now returns Matcher[Any] type, which addresses type checking errors when nested as a matcher. - Added Python 3.11 testing Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-networkx: Upgrade 2.8.4 -> 2.8.5Leon Anavi2022-08-131-1/+3
| | | | | | | | | | | | | Upgrade to release 2.8.5: - Check that nodes have "pos" attribute in geometric_edges - Correct louvain formula, solve infinite loops - Add more comprehensive tests for pydot - Move factory attributes to the class instead of instance - make lazy_import private and remove its internal use Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-frozenlist: Upgrade 1.3.0 -> 1.3.1Leon Anavi2022-08-131-1/+1
| | | | | | | | | | Upgrade to release 1.3.1: - The published source distribution package became buildable under Python 3.11. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-nocasedict: Upgrade 1.0.3 -> 1.0.4Leon Anavi2022-08-131-1/+5
| | | | | | | | | Upgrade to release 1.0.4: - Various bug fixes in dependencies and test environment Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-werkzeug: upgrade 2.2.0 -> 2.2.1Xu Huan2022-08-061-1/+1
| | | | | | | | | | | | | | | Changelog: ========= -Fix router so that /path/ will match a rule /path if strict slashes mode is disabled for the rule. #2467 -Fix router so that partial part matches are not allowed i.e. /2df does not match /<int>. #2470 -Fix router static part weighting, so that simpler routes are matched before more complex ones. #2471 -Restore ValidationError to be importable from werkzeug.routing. #2465 Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-regex: upgrade 2022.7.24 -> 2022.7.25Xu Huan2022-08-061-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pythonping: upgrade 1.1.1 -> 1.1.2Xu Huan2022-08-061-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyflakes: upgrade 2.4.0 -> 2.5.0Xu Huan2022-08-061-1/+1
| | | | | | | | | | | | | | | | Changelog: =========== Drop support for EOL python 2.7 / 3.4 / 3.5 Ignore __all__ when not directly assigned Handle TypeAlias annotations as aliases (PEP 613) Assignment expressions (:=) target outer scope in comprehensions Add support for new python 3.11 syntax Unify output so it is always filename:lineno:col: message Properly report SyntaxError from stdin in python < 3.9 Fix offsets of "SyntaxError"s in pypy Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pycodestyle: upgrade 2.8.0 -> 2.9.0Xu Huan2022-08-061-1/+1
| | | | | | | | | | | | | | Changelog: ========== E221, E222, E223, E224: add support for := operator. PR #1032. Drop python 2.7 / 3.5. E262: consider non-breaking spaces (\xa0) as whitespace. PR #1035. Improve performance of _is_binary_operator. PR #1052. E275: requires whitespace around keywords. PR #1063. Add support for python 3.11. PR #1070. Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-protobuf: upgrade 4.21.3 -> 4.21.4Xu Huan2022-08-061-1/+1
| | | | | Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Add python-requests-unixsocket recipeEd Tanous2022-08-061-0/+14
| | | | | | | | From the pypi description: Use requests to talk HTTP via a UNIX domain socket Signed-off-by: Ed Tanous <edtanous@google.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>