Appium-Python-Client 5.2.0__py3-none-any.whl → 5.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: Appium-Python-Client
3
- Version: 5.2.0
3
+ Version: 5.2.1
4
4
  Summary: Python client for Appium
5
5
  Project-URL: Homepage, http://appium.io/
6
6
  Project-URL: Repository, https://github.com/appium/python-client
7
7
  Project-URL: Issues, https://github.com/appium/python-client/issues
8
- Project-URL: Changelog, https://github.com/appium/python-client/blob/master/CHANGELOG.rst
8
+ Project-URL: Changelog, https://github.com/appium/python-client/blob/master/CHANGELOG.md
9
9
  Author-email: Isaac Murchie <isaac@saucelabs.com>
10
10
  Maintainer: Kazuaki Matsuo, Mykola Mokhnach, Mori Atsushi
11
11
  License-Expression: Apache-2.0
@@ -470,7 +470,6 @@ You have two methods to extend the read timeout.
470
470
  - Apply `ruff` as pre commit hook
471
471
  - Run `make` command for development. See `make help` output for details
472
472
  - Docstring style: [Google Style](https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html)
473
- - `gitchangelog` generates `CHANGELOG.rst`
474
473
 
475
474
  ### Setup
476
475
 
@@ -556,14 +555,18 @@ uv run pytest -n 2 test/functional/ios/search_context/find_by_ios_class_chain_te
556
555
 
557
556
  Follow the below steps.
558
557
 
558
+ Set `GH_TOKEN` env var to update the GitHub contents.
559
+
559
560
  ```bash
560
- uv pip install setuptools
561
+ # Used to publish the package to pypi
561
562
  uv pip install twine
562
- uv pip install gitchangelog
563
- # Type the new version number and 'yes' if you can publish it
564
- # You can test the command with DRY_RUN
565
- DRY_RUN=1 ./release.sh
566
- ./release.sh # release
563
+
564
+ rm -rf dist
565
+ # bumping the version, building a package and creating a tag.
566
+ uv run semantic-release version --patch|--minor|--major
567
+
568
+ # this 'release' script now has pushing built modules to pypi only.
569
+ ./release.sh # and type the target version.
567
570
  ```
568
571
 
569
572
  If the `pypi` was not able to publish with user name and password, please try out `-u` and `-p` option by yourself with `twine` such as `twine upload -u <name> -p <pass> dist/Appium-Python-Client-4.1.0.tar.gz`.
@@ -318,7 +318,7 @@ appium/webdriver/extensions/flutter_integration/__init__.py,sha256=wSUl6yC2TJNla
318
318
  appium/webdriver/extensions/flutter_integration/flutter_commands.py,sha256=zKWaVM-Vaqz-FxItSeYI7YXvld5DPrKhrXyrYPbRbFw,12125
319
319
  appium/webdriver/extensions/flutter_integration/flutter_finder.py,sha256=P4rQpiye73aRBq5VOSt1vBD7rTDHrEv0052B1u81_YY,2184
320
320
  appium/webdriver/extensions/flutter_integration/scroll_directions.py,sha256=CkOv7k21SMe-h2-EYSZ6MBKBGTRC1csQ-tuowHgMn0E,85
321
- appium_python_client-5.2.0.dist-info/METADATA,sha256=HhHm3ge73Ok5aX3dsWdoC4J1ZP6rO47QgGIUB2yia6k,20917
322
- appium_python_client-5.2.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
323
- appium_python_client-5.2.0.dist-info/licenses/LICENSE,sha256=QxeKfXNmPWCfFyrXiwdVzMFPFMK0nlBrKhYLUoIcqhk,11384
324
- appium_python_client-5.2.0.dist-info/RECORD,,
321
+ appium_python_client-5.2.1.dist-info/METADATA,sha256=E5QQnX65FnpuUYKP1u3n6JDqDrZ91Lv6ObIPeifWuQg,21008
322
+ appium_python_client-5.2.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
323
+ appium_python_client-5.2.1.dist-info/licenses/LICENSE,sha256=QxeKfXNmPWCfFyrXiwdVzMFPFMK0nlBrKhYLUoIcqhk,11384
324
+ appium_python_client-5.2.1.dist-info/RECORD,,