8000 Tags · Ecomhandler/python-amazon-mws · GitHub
[go: up one dir, main page]

Skip to content

Tags: Ecomhandler/python-amazon-mws

Tags

v0.8.13

Toggle v0.8.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request python-amazon-mws#258 from python-amazon-mws/issue…

…/257

Fix for double encoding of the timestamp in the params

v1.0-dev17

Toggle v1.0-dev17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Poland (PL) to the marketplaces as per python-amazon-mws#254 (pyt…

…hon-amazon-mws#256)

Bump to 1.0dev17

v0.8.12

Toggle v0.8.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Poland (PL) to the marketplaces as per python-amazon-mws#254 (pyt…

…hon-amazon-mws#255)

Bump to 0.8.12 for release to PYPI

v0.8.11

Toggle v0.8.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
0.8 cleanups (0.8.11 release candidate) (python-amazon-mws#225)

* Update gitignore to match develop version

* Requirements, setup, and cfg matching develop versions

* Move pytest settings in setup.cfg for convenience

* Place coveragerc into setup.cfg

* License file rename (no extension needed)

* Authors appended

* Test suite workflow added
Not going to bother with format check or linter, though.

* [minor] Typo in a comment
(spellchecker addon bugged me)

* Have flake8 ignore the pythonenv directory

* Linter complaints (whitespace around operators)

* Corrected versions for master branch, 0.8.11
Will be the version after this change merges.

* comment type

* Dev utils backported as `future_utils`
Unable to backport some methods in xml module,
so instead have those functions raise error.

* pre-commit config added

* Blacked

* pre-commit dry run corrections

* Adjust manifest (wrong license file name)

* Remove travis and makefile
Don't need them anymore

* Docs requirements bumped

* [minor] Extra spacing for clarity

* Version correction for user agent string

* [minor] move comment to its own line

* [minor] Annoying spell checker warnings about these marketplace_ids
Disabled in section to shut it up without destroying my local dictionary

* Using future utils to clean parameters.
Removing empty kwargs and cleaning inputs (corrects python-amazon-mws#214)
Using mws_utc_now in place of deprecated get_timestamp method
Deprecation warning now raised in get_timestamp,
which now uses datetime.isoformat instead of gmtime and strtime.
Some spelling errors corrected.

* Attempt to run tests on 2.7 and 3.5 for completeness
This is legacy, after all.

* Corrections for circular imports
Have to import MWSError at runtime in appropriate functions,
instead of top-level, due to circular imports.

* Remove f-string syntax
Running against pre-3.6, not supported.

* Failed attempt to test on 2.7
Shouldn't bother anyway, removed

* Remove getchildren, change to an iter()
getchildren deprecated in Py3.2, and finally removed in Py3.9, making it now a breaking change.
Removed and replaced with the recommended iter(node)

* Found dev branch doesn't bother with the iter
just iterates the node natively
Changing to match.

* Remove Python2 classifiers from setup

* Unused remove_empty deleted

* Old utility remove_namespaces deleted
Future util remove_xml_namespaces used to replace it
(identical function)

* Added formatting and linting CI workflows
Copied from develop
Both required checks for merges, and not willing to mess around with repo settings to exclude them.

* Add Ubuntu 20 to test suite
Not being tested directly,
and it would be worthwhile to know if it breaks there for some odd reason
(unlikely, but never hurts)

* Backport for `ObjectDict` fixes into 0.8 from 1.0dev
While ObjectDict is deprecated on later versions of the project,
the old and "new" versions of this object
did not have parity, leading to issues
such as python-amazon-mws#226 .
Copied ObjectDict over from `develop` version to correct this.

v0.8.10

Toggle v0.8.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request python-amazon-mws#203 from python-amazon-mws/task-…

…sweden-market-master

Sweden market added (master branch)

v0.8.9

Toggle v0.8.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bumped to 0.8.9 (python-amazon-mws#156)

Due to recent regions update from python-amazon-mws#154 .

v0.8.8

Toggle v0.8.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request python-amazon-mws#151 from python-amazon-mws/issue…

…/145

Add NL to the marketplaces

0.8.7

Toggle 0.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request python-amazon-mws#141 from jameshiew/update-setup.py

Update package metadata

v0.8.7

Toggle v0.8.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
6CF8
Merge pull request python-amazon-mws#141 from jameshiew/update-setup.py

Update package metadata

v0.8.6

Toggle v0.8.6's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired and has been revoked.
jameshiew James Hiew
Bump version to v0.8.6

0