Tags: Ecomhandler/python-amazon-mws
Tags
Merge pull request python-amazon-mws#258 from python-amazon-mws/issue… …/257 Fix for double encoding of the timestamp in the params
Add Poland (PL) to the marketplaces as per python-amazon-mws#254 (pyt… …hon-amazon-mws#256) Bump to 1.0dev17
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
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.
Merge pull request python-amazon-mws#203 from python-amazon-mws/task-… …sweden-market-master Sweden market added (master branch)
Bumped to 0.8.9 (python-amazon-mws#156) Due to recent regions update from python-amazon-mws#154 .
Merge pull request python-amazon-mws#151 from python-amazon-mws/issue… …/145 Add NL to the marketplaces
Merge pull request python-amazon-mws#141 from jameshiew/update-setup.py Update package metadata
Merge pull request python-amazon-mws#141 from jameshiew/update-setup.py Update package metadata
PreviousNext