[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Saturday, December 19, 2020 @ 22:47:13 Author: felixonmars Revision: 780042 upgpkg: python-marshmallow 3.10.0-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-12-19 22:40:34 UTC (rev 780041) +++ PKGBUILD2020-12-19 22:47:13 UTC (rev 780042) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan pkgname=python-marshmallow -pkgver=3.9.1 -pkgrel=3 +pkgver=3.10.0 +pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; license=('MIT') @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('4c888a93f73c33eee492415907776796e4cd157aee70be3e3bf30ea5e2f0c456af67a4ad17b1f05e14fe2d3815f0898136d906ed83b3b162bb51f55cba3b0c15') +sha512sums=('41520a7cfde483ca06a69e49ab04f8972932d0fbf7a6c75ef568779b55d5f2f666aead4c161e03416e9b90fba71fd73b3f14630f0d7050b8a7fe7a4bb50d5bf0') build() { cd "$srcdir"/marshmallow-$pkgver
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Wednesday, November 11, 2020 @ 10:30:11 Author: foutrelis Revision: 750025 upgpkg: python-marshmallow 3.9.1-3: Python 3.9 rebuild Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2020-11-11 10:30:08 UTC (rev 750024) +++ PKGBUILD2020-11-11 10:30:11 UTC (rev 750025) @@ -2,7 +2,7 @@ pkgname=python-marshmallow pkgver=3.9.1 -pkgrel=2 +pkgrel=3 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; license=('MIT')
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Sunday, November 8, 2020 @ 11:01:29 Author: felixonmars Revision: 746475 upgpkg: python-marshmallow 3.9.1-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-11-08 10:59:14 UTC (rev 746474) +++ PKGBUILD2020-11-08 11:01:29 UTC (rev 746475) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-marshmallow -pkgver=3.9.0 +pkgver=3.9.1 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('79413e6adc9fdf1fa16c44c585179363270d8f3d349240aed9dbfb656795c97a3ad50843822d6c93190e41d3fe463bfabe6d62e2af78c7563f4867e8155d') +sha512sums=('4c888a93f73c33eee492415907776796e4cd157aee70be3e3bf30ea5e2f0c456af67a4ad17b1f05e14fe2d3815f0898136d906ed83b3b162bb51f55cba3b0c15') build() { cd "$srcdir"/marshmallow-$pkgver
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Sunday, November 1, 2020 @ 11:27:15 Author: felixonmars Revision: 738846 upgpkg: python-marshmallow 3.9.0-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-11-01 11:27:01 UTC (rev 738845) +++ PKGBUILD2020-11-01 11:27:15 UTC (rev 738846) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-marshmallow -pkgver=3.8.0 +pkgver=3.9.0 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('266333b5805b2fff5ab102461d9750a8092a0d1587465ef8f709ef9986ddf7f4e84dc1cc7ce6eced23f1f21f1ababfb1df4e0f8a43f0585f122c4e65169b380f') +sha512sums=('79413e6adc9fdf1fa16c44c585179363270d8f3d349240aed9dbfb656795c97a3ad50843822d6c93190e41d3fe463bfabe6d62e2af78c7563f4867e8155d') build() { cd "$srcdir"/marshmallow-$pkgver
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Wednesday, September 16, 2020 @ 13:18:23 Author: felixonmars Revision: 707518 upgpkg: python-marshmallow 3.8.0-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-09-16 13:18:22 UTC (rev 707517) +++ PKGBUILD2020-09-16 13:18:23 UTC (rev 707518) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-marshmallow -pkgver=3.7.1 +pkgver=3.8.0 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('5012d25b9c18854428e1154d46c6923b1b8b43b4e5b89fb5efe213affdf08b10f8899f4c3ed27ed86da5baff2ee9f78417ec5578091eac092218d578bf79ceda') +sha512sums=('266333b5805b2fff5ab102461d9750a8092a0d1587465ef8f709ef9986ddf7f4e84dc1cc7ce6eced23f1f21f1ababfb1df4e0f8a43f0585f122c4e65169b380f') build() { cd "$srcdir"/marshmallow-$pkgver
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Tuesday, July 21, 2020 @ 04:16:32 Author: felixonmars Revision: 664670 upgpkg: python-marshmallow 3.7.1-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-21 04:16:25 UTC (rev 664669) +++ PKGBUILD2020-07-21 04:16:32 UTC (rev 664670) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-marshmallow -pkgver=3.7.0 +pkgver=3.7.1 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('df5341004b9bfcf93263bee5fcb715d6732cbe02021b04da62fe90adfbe1eeef7c2abb19e1f3a717404b7349ca9df510773a940989a8816e16008b85da3e') +sha512sums=('5012d25b9c18854428e1154d46c6923b1b8b43b4e5b89fb5efe213affdf08b10f8899f4c3ed27ed86da5baff2ee9f78417ec5578091eac092218d578bf79ceda') build() { cd "$srcdir"/marshmallow-$pkgver
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Thursday, July 9, 2020 @ 17:34:52 Author: felixonmars Revision: 661850 upgpkg: python-marshmallow 3.7.0-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-07-09 17:34:43 UTC (rev 661849) +++ PKGBUILD2020-07-09 17:34:52 UTC (rev 661850) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-marshmallow -pkgver=3.6.1 +pkgver=3.7.0 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('e1cf918e3d81b03569cfc8721a29d54d05987f8e157634de13d3d0d2a941dd6ee835feafeb22e4884b70ec9fb1b90513433cc104cc76d9feb05d6ff93b33ce01') +sha512sums=('df5341004b9bfcf93263bee5fcb715d6732cbe02021b04da62fe90adfbe1eeef7c2abb19e1f3a717404b7349ca9df510773a940989a8816e16008b85da3e') build() { cd "$srcdir"/marshmallow-$pkgver
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Wednesday, June 3, 2020 @ 07:47:22 Author: felixonmars Revision: 638180 upgpkg: python-marshmallow 3.6.1-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-06-03 07:43:50 UTC (rev 638179) +++ PKGBUILD2020-06-03 07:47:22 UTC (rev 638180) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-marshmallow -pkgver=3.6.0 +pkgver=3.6.1 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('927bc5edb3498a07d8253bf84741b420fcf70cc31c408bb509ff218e90240b69515cbd32b81243eef893e2de567819e7648b8249611f4a71dfd6591115b2392e') +sha512sums=('e1cf918e3d81b03569cfc8721a29d54d05987f8e157634de13d3d0d2a941dd6ee835feafeb22e4884b70ec9fb1b90513433cc104cc76d9feb05d6ff93b33ce01') build() { cd "$srcdir"/marshmallow-$pkgver
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Saturday, May 9, 2020 @ 05:18:44 Author: felixonmars Revision: 625851 upgpkg: python-marshmallow 3.6.0-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-05-09 05:18:26 UTC (rev 625850) +++ PKGBUILD2020-05-09 05:18:44 UTC (rev 625851) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-marshmallow -pkgver=3.5.2 +pkgver=3.6.0 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('81c78066ad5ecd7d518318b7fc1ead2ac268979333c67da43374a9c4bae753ce2bf794f62a1369264849e1a820d980c736aeccc4445eb9ff06c995595bbc9f47') +sha512sums=('927bc5edb3498a07d8253bf84741b420fcf70cc31c408bb509ff218e90240b69515cbd32b81243eef893e2de567819e7648b8249611f4a71dfd6591115b2392e') build() { cd "$srcdir"/marshmallow-$pkgver
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Thursday, April 30, 2020 @ 19:59:57 Author: felixonmars Revision: 623393 upgpkg: python-marshmallow 3.5.2-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-04-30 19:59:12 UTC (rev 623392) +++ PKGBUILD2020-04-30 19:59:57 UTC (rev 623393) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-marshmallow -pkgver=3.5.1 +pkgver=3.5.2 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('89b3abce9e31dad6a20cf8ceef62270c8f95cbdf80965b6d29f1728d37d51171a020463da9d0354688183ea07e3f47a0ddab8694da13fe238f11a3dc755d4d6e') +sha512sums=('81c78066ad5ecd7d518318b7fc1ead2ac268979333c67da43374a9c4bae753ce2bf794f62a1369264849e1a820d980c736aeccc4445eb9ff06c995595bbc9f47') build() { cd "$srcdir"/marshmallow-$pkgver
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Thursday, March 5, 2020 @ 18:54:43 Author: felixonmars Revision: 590830 upgpkg: python-marshmallow 3.5.1-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-03-05 18:54:06 UTC (rev 590829) +++ PKGBUILD2020-03-05 18:54:43 UTC (rev 590830) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-marshmallow -pkgver=3.5.0 +pkgver=3.5.1 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('2a09946ba257b3242b8286b7752d42a57ce25362466bcb9aa2966b7da803ce869f49a495ee31cd89dd7746a3738364885b34764e8a4669cd885d7c78a5f238af') +sha512sums=('89b3abce9e31dad6a20cf8ceef62270c8f95cbdf80965b6d29f1728d37d51171a020463da9d0354688183ea07e3f47a0ddab8694da13fe238f11a3dc755d4d6e') build() { cd "$srcdir"/marshmallow-$pkgver
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Thursday, February 20, 2020 @ 09:01:54 Author: felixonmars Revision: 577009 upgpkg: python-marshmallow 3.5.0-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-02-20 09:01:00 UTC (rev 577008) +++ PKGBUILD2020-02-20 09:01:54 UTC (rev 577009) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-marshmallow -pkgver=3.4.0 +pkgver=3.5.0 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('e86fe02ec0ea4af4956aca2a53cc3655f5d2e517c88a91c462e062026baf496dd354c84766c0a2117ba93eac08eae2f5057c12ecb1709e481520247a9d348eb7') +sha512sums=('2a09946ba257b3242b8286b7752d42a57ce25362466bcb9aa2966b7da803ce869f49a495ee31cd89dd7746a3738364885b34764e8a4669cd885d7c78a5f238af') build() { cd "$srcdir"/marshmallow-$pkgver
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Wednesday, February 5, 2020 @ 19:09:30 Author: felixonmars Revision: 563389 upgpkg: python-marshmallow 3.4.0-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2020-02-05 19:08:32 UTC (rev 563388) +++ PKGBUILD2020-02-05 19:09:30 UTC (rev 563389) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-marshmallow -pkgver=3.3.0 +pkgver=3.4.0 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('fa956e4ec8faed712fa1b90a10a5af35a72929139b93e634f7d1f97be363daf10376e6bb281d73bbc2ccf59bd8015f56cb93229463ab96237a24aedd01dde639') +sha512sums=('e86fe02ec0ea4af4956aca2a53cc3655f5d2e517c88a91c462e062026baf496dd354c84766c0a2117ba93eac08eae2f5057c12ecb1709e481520247a9d348eb7') build() { cd "$srcdir"/marshmallow-$pkgver
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Tuesday, December 10, 2019 @ 18:29:44 Author: felixonmars Revision: 536545 upgpkg: python-marshmallow 3.3.0-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-12-10 18:27:19 UTC (rev 536544) +++ PKGBUILD2019-12-10 18:29:44 UTC (rev 536545) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan pkgname=python-marshmallow -pkgver=3.2.2 +pkgver=3.3.0 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('ea85f8ed28a1dc0e9ca3cb5d7967f6419d8c81e97aebcb9f1ecffa38577b8892440fde8364eb5453f34f777b212b0558c913f4edf156d93de1d4602da23f7b42') +sha512sums=('fa956e4ec8faed712fa1b90a10a5af35a72929139b93e634f7d1f97be363daf10376e6bb281d73bbc2ccf59bd8015f56cb93229463ab96237a24aedd01dde639') build() { cd "$srcdir"/marshmallow-$pkgver
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Sunday, November 17, 2019 @ 02:56:12 Author: felixonmars Revision: 529887 upgpkg: python-marshmallow 3.2.2-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-11-17 02:55:23 UTC (rev 529886) +++ PKGBUILD2019-11-17 02:56:12 UTC (rev 529887) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan pkgname=python-marshmallow -pkgver=2.20.1 -pkgrel=3 +pkgver=3.2.2 +pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; license=('MIT') @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('82438d9b4d164ca640ea069ab553ad92280a0b4f5c1aac1defd844d11aebc5efafd52144b2b23a1723c47ebec01a1f6111620d9d046af3a99fc6fb6eb9b91b93') +sha512sums=('ea85f8ed28a1dc0e9ca3cb5d7967f6419d8c81e97aebcb9f1ecffa38577b8892440fde8364eb5453f34f777b212b0558c913f4edf156d93de1d4602da23f7b42') build() { cd "$srcdir"/marshmallow-$pkgver
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Friday, November 15, 2019 @ 00:13:58 Author: arojas Revision: 528733 Drop python2 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD | 33 + 1 file changed, 5 insertions(+), 28 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-11-14 23:46:45 UTC (rev 528732) +++ PKGBUILD2019-11-15 00:13:58 UTC (rev 528733) @@ -1,7 +1,6 @@ # Maintainer: Felix Yan -pkgbase=python-marshmallow -pkgname=(python-marshmallow python2-marshmallow) +pkgname=python-marshmallow pkgver=2.20.1 pkgrel=3 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." @@ -8,46 +7,24 @@ url="https://github.com/marshmallow-code/marshmallow"; license=('MIT') arch=('any') -makedepends=('python-setuptools' 'python2-setuptools') -checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-simplejson' - 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' - 'python2-dateutil') +depends=('python') +makedepends=('python-setuptools') +checkdepends=('python-pytest-runner' 'python-simplejson' 'python-pytz' 'python-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) sha512sums=('82438d9b4d164ca640ea069ab553ad92280a0b4f5c1aac1defd844d11aebc5efafd52144b2b23a1723c47ebec01a1f6111620d9d046af3a99fc6fb6eb9b91b93') -prepare() { - cp -a marshmallow-$pkgver{,-py2} - rm -r marshmallow-$pkgver-py2/tests/test_py3 -} - build() { cd "$srcdir"/marshmallow-$pkgver python setup.py build - - cd "$srcdir"/marshmallow-$pkgver-py2 - python2 setup.py build } check() { cd "$srcdir"/marshmallow-$pkgver python setup.py pytest - - cd "$srcdir"/marshmallow-$pkgver-py2 - python2 setup.py pytest } -package_python-marshmallow() { - depends=('python') - +package() { cd marshmallow-$pkgver python setup.py install --root="$pkgdir" --optimize=1 install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } - -package_python2-marshmallow() { - depends=('python2') - - cd marshmallow-$pkgver-py2 - python2 setup.py install --root="$pkgdir" --optimize=1 - install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Thursday, October 31, 2019 @ 16:57:47 Author: foutrelis Revision: 521212 Python 3.8 rebuild Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-10-31 16:57:19 UTC (rev 521211) +++ PKGBUILD2019-10-31 16:57:47 UTC (rev 521212) @@ -3,7 +3,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) pkgver=2.20.1 -pkgrel=2 +pkgrel=3 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; license=('MIT')
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Friday, October 25, 2019 @ 15:41:40 Author: felixonmars Revision: 519158 Python 3.8 rebuild Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-10-25 15:41:30 UTC (rev 519157) +++ PKGBUILD2019-10-25 15:41:40 UTC (rev 519158) @@ -3,7 +3,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) pkgver=2.20.1 -pkgrel=1 +pkgrel=2 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; license=('MIT')
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Thursday, August 15, 2019 @ 05:23:14 Author: felixonmars Revision: 499404 upgpkg: python-marshmallow 2.20.1-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-08-15 05:22:45 UTC (rev 499403) +++ PKGBUILD2019-08-15 05:23:14 UTC (rev 499404) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.20.0 +pkgver=2.20.1 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('893336548911ee09054c68e4e2f2d17ab6252d5ec22376e121f2ce6adc8c4c8bed0f5e5d153fba258aaf3400a8cfea28a7bab4292b965b5263c84a62e8adbdba') +sha512sums=('82438d9b4d164ca640ea069ab553ad92280a0b4f5c1aac1defd844d11aebc5efafd52144b2b23a1723c47ebec01a1f6111620d9d046af3a99fc6fb6eb9b91b93') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Sunday, August 11, 2019 @ 07:51:59 Author: felixonmars Revision: 498941 upgpkg: python-marshmallow 2.20.0-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-08-11 07:48:40 UTC (rev 498940) +++ PKGBUILD2019-08-11 07:51:59 UTC (rev 498941) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.19.5 +pkgver=2.20.0 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('5ce2213e85f1ec81af0fe298add458e98561000ad5277f438394eccb382408e4991211e6f60695f4cf47128a50015a9e6b63c6e0936446a185da000cf095') +sha512sums=('893336548911ee09054c68e4e2f2d17ab6252d5ec22376e121f2ce6adc8c4c8bed0f5e5d153fba258aaf3400a8cfea28a7bab4292b965b5263c84a62e8adbdba') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Saturday, June 22, 2019 @ 06:25:35 Author: felixonmars Revision: 482651 upgpkg: python-marshmallow 2.19.5-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-06-22 06:25:09 UTC (rev 482650) +++ PKGBUILD2019-06-22 06:25:35 UTC (rev 482651) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.19.4 +pkgver=2.19.5 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('6a3f198ced5fffaa27559cd59fbebb5721c6698d0edc6aee6cc2ba5185ae432915b825407aa6fd58194d2abc7bac217ba146ccff157b035d6db7c1afbf139801') +sha512sums=('5ce2213e85f1ec81af0fe298add458e98561000ad5277f438394eccb382408e4991211e6f60695f4cf47128a50015a9e6b63c6e0936446a185da000cf095') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Monday, June 17, 2019 @ 12:45:39 Author: felixonmars Revision: 481962 upgpkg: python-marshmallow 2.19.4-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-06-17 12:44:29 UTC (rev 481961) +++ PKGBUILD2019-06-17 12:45:39 UTC (rev 481962) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.19.3 +pkgver=2.19.4 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('b68f9cefeb802f78e5f207d89acd624b0a2eba68434e890e812d29fec5f40acc9a748eb02046a66c4fe187344c1184025600fd1d980cf8fe9d7523b6014d998b') +sha512sums=('6a3f198ced5fffaa27559cd59fbebb5721c6698d0edc6aee6cc2ba5185ae432915b825407aa6fd58194d2abc7bac217ba146ccff157b035d6db7c1afbf139801') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Sunday, June 16, 2019 @ 08:58:35 Author: felixonmars Revision: 481818 upgpkg: python-marshmallow 2.19.3-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-06-16 08:58:21 UTC (rev 481817) +++ PKGBUILD2019-06-16 08:58:35 UTC (rev 481818) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.19.2 +pkgver=2.19.3 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('f239fbf93d6fdf8e509169879186b4ef21ae2d3440d8d20e1a3651f674fd8212d6a9b4646e39ca6be7c1bdefd1b235f601c969dd0cf61e3c67fc2109ed5e1e1a') +sha512sums=('b68f9cefeb802f78e5f207d89acd624b0a2eba68434e890e812d29fec5f40acc9a748eb02046a66c4fe187344c1184025600fd1d980cf8fe9d7523b6014d998b') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Saturday, March 30, 2019 @ 18:45:40 Author: felixonmars Revision: 446372 upgpkg: python-marshmallow 2.19.2-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-30 18:45:36 UTC (rev 446371) +++ PKGBUILD2019-03-30 18:45:40 UTC (rev 446372) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.19.1 +pkgver=2.19.2 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('3ace5ed338f66529e39613e1dcf402965896a8fb1dc60e99d7928f2d972f2fe8d183fd59c03db2afd73b47e89e25fc0018c8feaa6a280d7ebbcbc7ff7ba73f8c') +sha512sums=('f239fbf93d6fdf8e509169879186b4ef21ae2d3440d8d20e1a3651f674fd8212d6a9b4646e39ca6be7c1bdefd1b235f601c969dd0cf61e3c67fc2109ed5e1e1a') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Sunday, March 17, 2019 @ 05:30:33 Author: felixonmars Revision: 442290 upgpkg: python-marshmallow 2.19.1-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-17 05:12:02 UTC (rev 442289) +++ PKGBUILD2019-03-17 05:30:33 UTC (rev 442290) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.19.0 +pkgver=2.19.1 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('19aaf8be30ec908dd74b8f9513d97d228975854ae9ab83323d88a88772d4ed1e16d129dc3bc9808f8f848ee7acb33a33ffca6e21a20ef810132ed9006238a7ec') +sha512sums=('3ace5ed338f66529e39613e1dcf402965896a8fb1dc60e99d7928f2d972f2fe8d183fd59c03db2afd73b47e89e25fc0018c8feaa6a280d7ebbcbc7ff7ba73f8c') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Friday, March 8, 2019 @ 16:10:03 Author: felixonmars Revision: 438087 upgpkg: python-marshmallow 2.19.0-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-03-08 16:07:51 UTC (rev 438086) +++ PKGBUILD2019-03-08 16:10:03 UTC (rev 438087) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.18.1 +pkgver=2.19.0 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('3297ef8d2079fcb0bb750b0b280146f9b8261aabeeb9def72be3605b6295a1067ac7332c07885c455572ae7b3a4b16ae02238a82e9c280d2605ca55ca7980190') +sha512sums=('19aaf8be30ec908dd74b8f9513d97d228975854ae9ab83323d88a88772d4ed1e16d129dc3bc9808f8f848ee7acb33a33ffca6e21a20ef810132ed9006238a7ec') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Saturday, February 16, 2019 @ 15:21:50 Author: felixonmars Revision: 433490 upgpkg: python-marshmallow 2.18.1-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-02-16 15:20:48 UTC (rev 433489) +++ PKGBUILD2019-02-16 15:21:50 UTC (rev 433490) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.18.0 +pkgver=2.18.1 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('5fada9caf8be78cdfa91de93b9779bce18d2537153a2dbba93db5dbf901990e66b4db0553b72ddabc442d4d5dfd1281ef7234b9fc6038af5d3763c045f6e77c6') +sha512sums=('3297ef8d2079fcb0bb750b0b280146f9b8261aabeeb9def72be3605b6295a1067ac7332c07885c455572ae7b3a4b16ae02238a82e9c280d2605ca55ca7980190') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Monday, January 14, 2019 @ 07:30:57 Author: felixonmars Revision: 423044 upgpkg: python-marshmallow 2.18.0-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-01-14 06:57:48 UTC (rev 423043) +++ PKGBUILD2019-01-14 07:30:57 UTC (rev 423044) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.17.0 +pkgver=2.18.0 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('ec941f00e29fc49b6ae515307701df4194703c591386d2bf346ff3bf521d5b5281a3100343702957595e027074a05b8dc417f3a7ed23696e912002a20f61cb9e') +sha512sums=('5fada9caf8be78cdfa91de93b9779bce18d2537153a2dbba93db5dbf901990e66b4db0553b72ddabc442d4d5dfd1281ef7234b9fc6038af5d3763c045f6e77c6') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Thursday, December 27, 2018 @ 05:19:17 Author: felixonmars Revision: 418347 upgpkg: python-marshmallow 2.17.0-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-27 05:18:43 UTC (rev 418346) +++ PKGBUILD2018-12-27 05:19:17 UTC (rev 418347) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.16.3 +pkgver=2.17.0 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('6e4d12829a057ef18651160635a2dba623b47356e4236002651fa28c04bacf21ae3a0d2e38d215764bc101eaec23b8a90405301674963c5fd7606e83b915') +sha512sums=('ec941f00e29fc49b6ae515307701df4194703c591386d2bf346ff3bf521d5b5281a3100343702957595e027074a05b8dc417f3a7ed23696e912002a20f61cb9e') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Friday, November 2, 2018 @ 02:56:28 Author: felixonmars Revision: 401184 upgpkg: python-marshmallow 2.16.3-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-11-02 02:54:55 UTC (rev 401183) +++ PKGBUILD2018-11-02 02:56:28 UTC (rev 401184) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.16.2 +pkgver=2.16.3 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('aa46955c543de6930862c119b7bd905b4d09bb9bc07990c2ce6834cf63a3dadd5a48ef0c2b756b76688c10baf8ec46ce255fc2512cc526abf1b380ebfa09') +sha512sums=('6e4d12829a057ef18651160635a2dba623b47356e4236002651fa28c04bacf21ae3a0d2e38d215764bc101eaec23b8a90405301674963c5fd7606e83b915') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Wednesday, October 31, 2018 @ 07:04:09 Author: felixonmars Revision: 399702 upgpkg: python-marshmallow 2.16.2-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-30 23:30:44 UTC (rev 399701) +++ PKGBUILD2018-10-31 07:04:09 UTC (rev 399702) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.16.1 +pkgver=2.16.2 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('78dbf73db8cba5121cbfaa380b4908cc81749370a13084a6e7d893179033d4b99f9db5550bb7ad3cca77b7bfaa5af7c49e7570c1dfbbe7b9fd44886a61796922') +sha512sums=('aa46955c543de6930862c119b7bd905b4d09bb9bc07990c2ce6834cf63a3dadd5a48ef0c2b756b76688c10baf8ec46ce255fc2512cc526abf1b380ebfa09') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Wednesday, October 24, 2018 @ 12:00:48 Author: felixonmars Revision: 398799 upgpkg: python-marshmallow 2.16.1-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-24 12:00:47 UTC (rev 398798) +++ PKGBUILD2018-10-24 12:00:48 UTC (rev 398799) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.16.0 +pkgver=2.16.1 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('f24a661d040bc68a3d29e1ede8f0d7cd53db2a6377d66b61db19352df884eaebcfb4f60a750c767c567cb4f37149a3a77657eed21532480cd6bff27ab4877c00') +sha512sums=('78dbf73db8cba5121cbfaa380b4908cc81749370a13084a6e7d893179033d4b99f9db5550bb7ad3cca77b7bfaa5af7c49e7570c1dfbbe7b9fd44886a61796922') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Thursday, October 11, 2018 @ 06:23:19 Author: felixonmars Revision: 392131 upgpkg: python-marshmallow 2.16.0-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-10-10 21:59:44 UTC (rev 392130) +++ PKGBUILD2018-10-11 06:23:19 UTC (rev 392131) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.15.6 +pkgver=2.16.0 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('c9ce7dfe52211b113889ea5689c3f766cb94c7b194ffb70de00dcff807fe4dea15dc8e17b1dbd9b0da76de6ee6b2360e02724778cc48d889002b28535e02be98') +sha512sums=('f24a661d040bc68a3d29e1ede8f0d7cd53db2a6377d66b61db19352df884eaebcfb4f60a750c767c567cb4f37149a3a77657eed21532480cd6bff27ab4877c00') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Friday, September 21, 2018 @ 06:07:48 Author: felixonmars Revision: 383810 upgpkg: python-marshmallow 2.15.6-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-21 05:57:10 UTC (rev 383809) +++ PKGBUILD2018-09-21 06:07:48 UTC (rev 383810) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.15.5 +pkgver=2.15.6 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('284fb1e4951d81afcfa7461f3f5380b34c62f760886700499df4d0df1882a297b2c90365966420c07b367c0185c551d5517e0ce0f0d539fa67f6841810ee9fd5') +sha512sums=('c9ce7dfe52211b113889ea5689c3f766cb94c7b194ffb70de00dcff807fe4dea15dc8e17b1dbd9b0da76de6ee6b2360e02724778cc48d889002b28535e02be98') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Sunday, September 16, 2018 @ 06:05:57 Author: felixonmars Revision: 382203 upgpkg: python-marshmallow 2.15.5-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-16 05:43:39 UTC (rev 382202) +++ PKGBUILD2018-09-16 06:05:57 UTC (rev 382203) @@ -2,7 +2,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.15.4 +pkgver=2.15.5 pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; @@ -13,7 +13,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('5cbbf3c0e2d7e615b8944972ec312c5802be0c4f82ddca2bd8a08648c9d22a4334635e875cf1879f75cb763d43460533b795232f48c4b0990255144806b2a08d') +sha512sums=('284fb1e4951d81afcfa7461f3f5380b34c62f760886700499df4d0df1882a297b2c90365966420c07b367c0185c551d5517e0ce0f0d539fa67f6841810ee9fd5') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Saturday, August 4, 2018 @ 14:13:19 Author: felixonmars Revision: 367905 upgpkg: python-marshmallow 2.15.4-1 Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-08-04 13:41:50 UTC (rev 367904) +++ PKGBUILD2018-08-04 14:13:19 UTC (rev 367905) @@ -3,8 +3,8 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) -pkgver=2.15.3 -pkgrel=2 +pkgver=2.15.4 +pkgrel=1 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; license=('MIT') @@ -14,7 +14,7 @@ 'python2-simplejson' 'python-pytz' 'python2-pytz' 'python-dateutil' 'python2-dateutil') source=("https://pypi.io/packages/source/m/marshmallow/marshmallow-$pkgver.tar.gz";) -sha512sums=('5cabbb3bb3d3ad3715d30ded56f13e50689f703c1c696bc7d102b32ace5de21528dc465b1d5fe9c07a175170ec53ac7a252aa04fb009d4e77f631414feaab830') +sha512sums=('5cbbf3c0e2d7e615b8944972ec312c5802be0c4f82ddca2bd8a08648c9d22a4334635e875cf1879f75cb763d43460533b795232f48c4b0990255144806b2a08d') prepare() { cp -a marshmallow-$pkgver{,-py2}
[arch-commits] Commit in python-marshmallow/trunk (PKGBUILD)
Date: Saturday, June 30, 2018 @ 09:16:01 Author: felixonmars Revision: 348008 upgpkg: python-marshmallow 2.15.3-2 Python 3.7 rebuild Modified: python-marshmallow/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2018-06-30 09:14:59 UTC (rev 348007) +++ PKGBUILD2018-06-30 09:16:01 UTC (rev 348008) @@ -4,7 +4,7 @@ pkgbase=python-marshmallow pkgname=(python-marshmallow python2-marshmallow) pkgver=2.15.3 -pkgrel=1 +pkgrel=2 pkgdesc="A lightweight library for converting complex datatypes to and from native Python datatypes." url="https://github.com/marshmallow-code/marshmallow"; license=('MIT')