amazon-orders 4.4.4__tar.gz → 4.4.5__tar.gz
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.
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/CHANGELOG.md +8 -1
- {amazon_orders-4.4.4/amazon_orders.egg-info → amazon_orders-4.4.5}/PKG-INFO +1 -1
- {amazon_orders-4.4.4 → amazon_orders-4.4.5/amazon_orders.egg-info}/PKG-INFO +1 -1
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/__init__.py +1 -1
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/cli.py +2 -2
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/pyproject.toml +1 -1
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/LICENSE +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/MANIFEST.in +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/README.md +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazon_orders.egg-info/SOURCES.txt +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazon_orders.egg-info/dependency_links.txt +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazon_orders.egg-info/entry_points.txt +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazon_orders.egg-info/requires.txt +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazon_orders.egg-info/top_level.txt +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/banner.txt +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/conf.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/constants.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/contrib/__init__.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/contrib/browser/__init__.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/contrib/browser/playwright.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/contrib/waf/__init__.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/contrib/waf/anticaptcha.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/contrib/waf/base.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/contrib/waf/capsolver.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/contrib/waf/twocaptcha.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/entity/__init__.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/entity/item.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/entity/order.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/entity/parsable.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/entity/recipient.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/entity/seller.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/entity/shipment.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/entity/transaction.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/exception.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/forms.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/orders.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/selectors.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/session.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/transactions.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/amazonorders/util.py +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/setup.cfg +0 -0
- {amazon_orders-4.4.4 → amazon_orders-4.4.5}/tests/testcase.py +0 -0
|
@@ -4,7 +4,14 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
-
## [Unreleased](https://github.com/alexdlaird/amazon-orders/compare/4.4.
|
|
7
|
+
## [Unreleased](https://github.com/alexdlaird/amazon-orders/compare/4.4.5...HEAD)
|
|
8
|
+
|
|
9
|
+
## [4.4.5](https://github.com/alexdlaird/amazon-orders/compare/4.4.4...4.4.5) - 2026-07-15
|
|
10
|
+
|
|
11
|
+
### Fixed
|
|
12
|
+
|
|
13
|
+
- CLI `history` crash when using `--last-30-days` or `--last-3-months`.
|
|
14
|
+
- CLI `history --start-index` now validates non-numeric input.
|
|
8
15
|
|
|
9
16
|
## [4.4.4](https://github.com/alexdlaird/amazon-orders/compare/4.4.3...4.4.4) - 2026-07-07
|
|
10
17
|
|
|
@@ -119,7 +119,7 @@ def amazon_orders_cli(ctx: Context,
|
|
|
119
119
|
help="Get Order history for the last 30 days.")
|
|
120
120
|
@click.option("--last-3-months", "last_3_months", is_flag=True, default=False,
|
|
121
121
|
help="Get Order history for the past 3 months.")
|
|
122
|
-
@click.option("--start-index",
|
|
122
|
+
@click.option("--start-index", type=int,
|
|
123
123
|
help="The index of the Order from which to start fetching in the history.")
|
|
124
124
|
@click.option("--single-page", is_flag=True, default=False,
|
|
125
125
|
help="Only one page should be fetched.")
|
|
@@ -147,7 +147,7 @@ def history(ctx: Context,
|
|
|
147
147
|
order_filter = kwargs["order_filter"]
|
|
148
148
|
|
|
149
149
|
exclusive_flags = [year, last_3_months, last_30_days]
|
|
150
|
-
if
|
|
150
|
+
if sum(1 for item in exclusive_flags if item) > 1:
|
|
151
151
|
ctx.fail("Only one of --last-30-days, --last-3-months, or --year may be used at a time.")
|
|
152
152
|
|
|
153
153
|
# Determine time filter
|
|
@@ -137,7 +137,7 @@ directory = "build/coverage"
|
|
|
137
137
|
[tool.flake8]
|
|
138
138
|
max-line-length = 119
|
|
139
139
|
statistics = true
|
|
140
|
-
exclude = "scripts/*,docs/*,venv/*,build/*,dist/*,.egg-info/*,.mypy_cache/*"
|
|
140
|
+
exclude = "scripts/*,docs/*,venv/*,build/*,dist/*,.egg-info/*,.mypy_cache/*,.claude/*"
|
|
141
141
|
|
|
142
142
|
[[tool.mypy.overrides]]
|
|
143
143
|
module = "amazoncaptcha.*"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|