[arch-commits] Commit in python-moto/trunk (PKGBUILD)

2020-11-28 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, November 29, 2020 @ 04:37:31 Author: yan12125 Revision: 766149 upgpkg: python-moto 1.3.16-4; fix compatibility with python-responses 0.12.1 The latter is in [community-testing] only, so I also push this to [community-testing]. Also makes tests less verbose. Modified: pyth

[arch-commits] Commit in python-moto/trunk (PKGBUILD)

2020-11-09 Thread Felix Yan via arch-commits
Date: Tuesday, November 10, 2020 @ 04:00:37 Author: felixonmars Revision: 748351 upgpkg: python-moto 1.3.16-2: Python 3.9 rebuild Modified: python-moto/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD ==

[arch-commits] Commit in python-moto/trunk (PKGBUILD)

2020-11-09 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, November 9, 2020 @ 12:23:59 Author: yan12125 Revision: 746871 python-moto: fix tests with new python-cfn-lint and python-boto3 Modified: python-moto/trunk/PKGBUILD --+ PKGBUILD |9 + 1 file changed, 9 insertions(+) Modified: PKGBUILD ==

[arch-commits] Commit in python-moto/trunk (PKGBUILD cfnlint-0.32.1.diff)

2020-09-11 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, September 11, 2020 @ 16:47:34 Author: yan12125 Revision: 702814 upgpkg: python-moto 1.3.16-1; skip more tests that require Docker Modified: python-moto/trunk/PKGBUILD Deleted: python-moto/trunk/cfnlint-0.32.1.diff -+ PKGBUILD| 31 +++

[arch-commits] Commit in python-moto/trunk (PKGBUILD)

2020-09-01 Thread Chih-Hsuan Yen via arch-commits
Date: Tuesday, September 1, 2020 @ 12:31:36 Author: yan12125 Revision: 695468 python-moto: exclude more tests using Docker Newly excluded tests did not fail before as docker.from_env() did not try to connect to the docker daemon until python-docker 4.3.1 [1] [1] https://github.com/docker/d

[arch-commits] Commit in python-moto/trunk (PKGBUILD)

2020-08-15 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, August 16, 2020 @ 01:08:23 Author: yan12125 Revision: 680476 python-moto: backport a commit for botocore 1.17.31 compatibility Ref: https://github.com/spulec/moto/pull/3204 Ref: https://github.com/boto/botocore/commit/9e51708544202553035ccab20045326c6a7a0088#diff-3403240ce8ca

[arch-commits] Commit in python-moto/trunk (PKGBUILD sdist-no-pyc.diff)

2020-07-05 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, July 5, 2020 @ 16:50:30 Author: yan12125 Revision: 657893 upgpkg: python-moto 1.3.14-3; make it actually reproducible Before this patch, MANIFEST.in includes all files under tests/. As a result, *.pyc files are listed in moto.egg-info/SOURCES.txt if tests are run. Added: py

[arch-commits] Commit in python-moto/trunk (PKGBUILD cfnlint-0.32.1.diff)

2020-05-21 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, May 22, 2020 @ 03:53:02 Author: yan12125 Revision: 631522 upgpkg: python-moto 1.3.14-2; add a workaround for reproducible .pyc and a patch for the latest cfn-lint See: https://github.com/spulec/moto/pull/3015 Added: python-moto/trunk/cfnlint-0.32.1.diff Modified: python-

[arch-commits] Commit in python-moto/trunk (PKGBUILD)

2019-12-06 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, December 7, 2019 @ 04:38:13 Author: yan12125 Revision: 536138 python-moto: backports patches to fix tests * Switched to GitHub tarballs so that applying upstream patches is easier Modified: python-moto/trunk/PKGBUILD --+ PKGBUILD | 16 +++- 1 file

[arch-commits] Commit in python-moto/trunk (PKGBUILD)

2019-11-15 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, November 15, 2019 @ 17:38:15 Author: yan12125 Revision: 529260 upgpkg: python-moto 1.3.14-1 * Drop the workaround for boto2. https://tests.reproducible-builds.org/ now builds packages with --nocheck [1]. * Other removed patches are landed upstream. [1] https://salsa.debian

[arch-commits] Commit in python-moto/trunk (PKGBUILD)

2019-11-04 Thread Evangelos Foutras via arch-commits
Date: Monday, November 4, 2019 @ 08:48:25 Author: foutrelis Revision: 523800 Python 3.8 rebuild Modified: python-moto/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD

[arch-commits] Commit in python-moto/trunk (PKGBUILD)

2019-10-27 Thread Chih-Hsuan Yen via arch-commits
Date: Sunday, October 27, 2019 @ 11:36:16 Author: yan12125 Revision: 520741 python-moto: fix tests with Python 3.8 and more * python-pyaml -> python-yaml in depends. The new dep matches upstream requirement PyYAML. * Skip boto2 tests only if proxies are used (e.g., on https://tests.reprod

[arch-commits] Commit in python-moto/trunk (PKGBUILD)

2019-10-26 Thread Evangelos Foutras via arch-commits
Date: Saturday, October 26, 2019 @ 20:47:30 Author: foutrelis Revision: 520614 Python 3.8 rebuild Modified: python-moto/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD ==

[arch-commits] Commit in python-moto/trunk (PKGBUILD)

2019-08-02 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, August 3, 2019 @ 01:02:44 Author: yan12125 Revision: 497105 upgpkg: python-moto 1.3.13-2 * Fix compatibility with botocore >= 1.12.198 * Get rid of internal routine 'warning' Modified: python-moto/trunk/PKGBUILD --+ PKGBUILD | 11 +++ 1 file changed, 7

[arch-commits] Commit in python-moto/trunk (PKGBUILD)

2019-07-20 Thread Chih-Hsuan Yen via arch-commits
Date: Saturday, July 20, 2019 @ 08:47:31 Author: yan12125 Revision: 492258 upgpkg: python-moto 1.3.13-1 * Switch back to PyPI tarballs as upstream often forgets to add git tags. * Add a workaround for an boto 2.x issue. It breaks building on https://tests.reproducible-builds.org/archlinux/

[arch-commits] Commit in python-moto/trunk (PKGBUILD)

2019-07-12 Thread Chih-Hsuan Yen via arch-commits
Date: Friday, July 12, 2019 @ 09:39:04 Author: yan12125 Revision: 488984 upgpkg: python-moto 1.3.10-1 * The latest version on PyPI is 1.3.11, while it's not an intended release apparently. Git tag 1.3.11 is missing in the upstream repo. * sshpubkeys is needed since https://github.com/spule

[arch-commits] Commit in python-moto/trunk (PKGBUILD remove-dep-upper-bounds.patch)

2019-05-06 Thread Chih-Hsuan Yen via arch-commits
Date: Monday, May 6, 2019 @ 11:26:09 Author: yan12125 Revision: 460686 upgpkg: python-moto 1.3.8-1 aiobotocore is still not compatible with moto 1.3.8, but buildbot 2.3.0 requires moto 1.3.8 [1]. I will skip broken tests in aiobotocore later. [1] https://github.com/buildbot/buildbot/commi