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

2020-12-28 Thread Filipe Laíns via arch-commits
Date: Monday, December 28, 2020 @ 18:06:12
  Author: ffy00
Revision: 795754

upgpkg: python-importlib_resources 4.1.0-1

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-28 17:05:02 UTC (rev 795753)
+++ PKGBUILD2020-12-28 18:06:12 UTC (rev 795754)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=3.3.1
+pkgver=4.1.0
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
@@ -9,11 +9,11 @@
 url="https://github.com/python/importlib_resources;
 license=('Apache')
 depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest' 'python-tests')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('3b484169362b7d7062655668a2035a77440a2e2b81708d41e339b6007e8140162d85cfc14fca464b059a649fcda31ef9718a08cdd2cf7c8e588ba3fafc08bb59')
-b2sums=('ff4fc6eb6dd1ff89b873076b2709bcd6ed10c51388646560eeb929e8cb8a000329260ff093929163045ba32c0d00b9f797f9e06b9524445b1ef052e8a82a7f87')
+sha512sums=('a42e4d66649b285489ea3bc0773761da19c05a03732492eefaaa008a0ddcf0696ceed380e296da9ff392529d681350ff045aeeec9cecbbafcd3bd15141920592')
+b2sums=('50b6f9693df9ee21ae53f27f42a7aeb42e6f50ed305fa1004462bf189366b80d7dc48a40f77eafc41107de91f08015275a69e524421777a8d17e155cb867e943')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-12-23 Thread Felix Yan via arch-commits
Date: Wednesday, December 23, 2020 @ 21:20:40
  Author: felixonmars
Revision: 785297

upgpkg: python-importlib_resources 3.3.1-1

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-23 21:20:32 UTC (rev 785296)
+++ PKGBUILD2020-12-23 21:20:40 UTC (rev 785297)
@@ -2,8 +2,8 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=3.3.0
-pkgrel=3
+pkgver=3.3.1
+pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
 url="https://github.com/python/importlib_resources;
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-tests')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('1fc03c9d141a094ca6ae0acb9ff0668a3f3aa76b47ce2149691b1d85d37a3ba9d329dbafd8b94961c537a4982cea1bd3ee34bac069819c51d725208f45b24172')
-b2sums=('5fb87c6e15f01733567fef060607da0625d32e415e294cfd5db94fb26e13d257763f2d3795c19ee7d10fc1fdc579fc0c34a484d28aff32c20553d18fafc7b850')
+sha512sums=('3b484169362b7d7062655668a2035a77440a2e2b81708d41e339b6007e8140162d85cfc14fca464b059a649fcda31ef9718a08cdd2cf7c8e588ba3fafc08bb59')
+b2sums=('ff4fc6eb6dd1ff89b873076b2709bcd6ed10c51388646560eeb929e8cb8a000329260ff093929163045ba32c0d00b9f797f9e06b9524445b1ef052e8a82a7f87')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-11-11 Thread Evangelos Foutras via arch-commits
Date: Wednesday, November 11, 2020 @ 11:02:41
  Author: foutrelis
Revision: 750726

upgpkg: python-importlib_resources 3.3.0-3: Python 3.9 rebuild

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-11 11:02:41 UTC (rev 750725)
+++ PKGBUILD2020-11-11 11:02:41 UTC (rev 750726)
@@ -3,7 +3,7 @@
 _name=importlib_resources
 pkgname=python-importlib_resources
 pkgver=3.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
 url="https://github.com/python/importlib_resources;


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

2020-10-30 Thread David Runge via arch-commits
Date: Friday, October 30, 2020 @ 19:02:57
  Author: dvzrv
Revision: 736974

upgpkg: python-importlib_resources 3.3.0-1: Upgrade to 3.3.0.

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-30 19:01:17 UTC (rev 736973)
+++ PKGBUILD2020-10-30 19:02:57 UTC (rev 736974)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=3.2.1
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-tests')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('998dca8acc393e21ee47ad41948b690d10fe7d19f9b39dee1de5293dd53198a2f9231bd9719dd8be343c2c72913b1c96cead194de60b5030f43476c5544b828f')
-b2sums=('8801e0e951178ea986a1c396384514fbc66a3754d0ebae912891c9b8cfa0c02bbcbe6b9d9255bf2fc470fbf8b45113c96ea7cfa1c766687f042dba333bbbdc1a')
+sha512sums=('1fc03c9d141a094ca6ae0acb9ff0668a3f3aa76b47ce2149691b1d85d37a3ba9d329dbafd8b94961c537a4982cea1bd3ee34bac069819c51d725208f45b24172')
+b2sums=('5fb87c6e15f01733567fef060607da0625d32e415e294cfd5db94fb26e13d257763f2d3795c19ee7d10fc1fdc579fc0c34a484d28aff32c20553d18fafc7b850')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-10-27 Thread Filipe Laíns via arch-commits
Date: Wednesday, October 28, 2020 @ 03:11:25
  Author: ffy00
Revision: 735259

upgpkg: python-importlib_resources 3.2.1-1

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 02:18:39 UTC (rev 735258)
+++ PKGBUILD2020-10-28 03:11:25 UTC (rev 735259)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-tests')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('4cd1f3e54c44c0ba13c420668baa4a4e1cd964a978927b0c96d8c70ad6a11fc7d33cfd0a52367f719e1b3ff2945d32f030a672c1c7cfb0bb8152636767518470')
-b2sums=('e6e300ffc8b60f573b2d9df7dfaeadcb2dfa64c6c0b6e55a0320ae14a8966893443984d8907a090e1a5d834c1f595375f1cca658ebaa1ad4e4f889cc7f324843')
+sha512sums=('998dca8acc393e21ee47ad41948b690d10fe7d19f9b39dee1de5293dd53198a2f9231bd9719dd8be343c2c72913b1c96cead194de60b5030f43476c5544b828f')
+b2sums=('8801e0e951178ea986a1c396384514fbc66a3754d0ebae912891c9b8cfa0c02bbcbe6b9d9255bf2fc470fbf8b45113c96ea7cfa1c766687f042dba333bbbdc1a')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-10-27 Thread David Runge via arch-commits
Date: Tuesday, October 27, 2020 @ 10:33:51
  Author: dvzrv
Revision: 734271

upgpkg: python-importlib_resources 3.2.0-1: Upgrade to 3.2.0.

Switch url to github (the project moved below the python organization umbrella).

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-27 10:33:24 UTC (rev 734270)
+++ PKGBUILD2020-10-27 10:33:51 UTC (rev 734271)
@@ -2,17 +2,18 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
-url="https://gitlab.com/python-devs/importlib_resources;
+url="https://github.com/python/importlib_resources;
 license=('Apache')
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-tests')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('92577dca638a282306334441608a8f7315c1c4034004e52002029450c56529b1fc8edbd2a62c8ecc74b18ed9d3c3bf04e037d9510fa279ec7f18cb6170b2fb3a')
+sha512sums=('4cd1f3e54c44c0ba13c420668baa4a4e1cd964a978927b0c96d8c70ad6a11fc7d33cfd0a52367f719e1b3ff2945d32f030a672c1c7cfb0bb8152636767518470')
+b2sums=('e6e300ffc8b60f573b2d9df7dfaeadcb2dfa64c6c0b6e55a0320ae14a8966893443984d8907a090e1a5d834c1f595375f1cca658ebaa1ad4e4f889cc7f324843')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-10-24 Thread Filipe Laíns via arch-commits
Date: Saturday, October 24, 2020 @ 16:46:39
  Author: ffy00
Revision: 731448

upgpkg: python-importlib_resources 3.1.1-1

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-24 16:45:29 UTC (rev 731447)
+++ PKGBUILD2020-10-24 16:46:39 UTC (rev 731448)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=3.0.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
@@ -10,9 +10,9 @@
 license=('Apache')
 depends=('python')
 makedepends=('python-setuptools')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-tests')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('cd29e268cacef3729024af6cae8394ce5aa8c1d8a28397fd8f009c7eaa908ed3775508bde86c26b0d233c25261b8509abb1e16c378c7c8a9bb0906224f3fdd54')
+sha512sums=('92577dca638a282306334441608a8f7315c1c4034004e52002029450c56529b1fc8edbd2a62c8ecc74b18ed9d3c3bf04e037d9510fa279ec7f18cb6170b2fb3a')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-07-01 Thread David Runge via arch-commits
Date: Wednesday, July 1, 2020 @ 07:20:12
  Author: dvzrv
Revision: 657253

upgpkg: python-importlib_resources 3.0.0-1: Upgrading to 3.0.0.

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-01 07:20:03 UTC (rev 657252)
+++ PKGBUILD2020-07-01 07:20:12 UTC (rev 657253)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=2.0.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('7f62c5bb5650dd2689a41ddef2e9131f01d5edc99b284a7a4257fce18190f2e78c38a2c260d6fe5e6db122666435e079c417bd9011e68e35724932854c90a1bd')
+sha512sums=('cd29e268cacef3729024af6cae8394ce5aa8c1d8a28397fd8f009c7eaa908ed3775508bde86c26b0d233c25261b8509abb1e16c378c7c8a9bb0906224f3fdd54')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-06-14 Thread David Runge via arch-commits
Date: Sunday, June 14, 2020 @ 16:37:05
  Author: dvzrv
Revision: 644171

upgpkg: python-importlib_resources 2.0.1-1: Upgrading to 2.0.1.

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-14 16:34:39 UTC (rev 644170)
+++ PKGBUILD2020-06-14 16:37:05 UTC (rev 644171)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('520822db4063d8d72192d41090c4f82efdaa500cee23a3148dd7095f2c74e6d4e59daed006e847463133e08e472b33e903f715b4da5149acf93c27c640993105')
+sha512sums=('7f62c5bb5650dd2689a41ddef2e9131f01d5edc99b284a7a4257fce18190f2e78c38a2c260d6fe5e6db122666435e079c417bd9011e68e35724932854c90a1bd')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-06-08 Thread David Runge via arch-commits
Date: Monday, June 8, 2020 @ 17:53:13
  Author: dvzrv
Revision: 640595

upgpkg: python-importlib_resources 2.0.0-1: Upgrading to 2.0.0.

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-06-08 16:53:30 UTC (rev 640594)
+++ PKGBUILD2020-06-08 17:53:13 UTC (rev 640595)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=1.5.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('34d14c1ff3121cc6f9ef1d3d4417831e3476e9facfcc9b35152c28a59a2c75d7723f171f4b48852f79ec46cbf54b066580745744bc54d349e2bfe12a353a9aed')
+sha512sums=('520822db4063d8d72192d41090c4f82efdaa500cee23a3148dd7095f2c74e6d4e59daed006e847463133e08e472b33e903f715b4da5149acf93c27c640993105')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-04-28 Thread David Runge via arch-commits
Date: Tuesday, April 28, 2020 @ 10:28:24
  Author: dvzrv
Revision: 621992

upgpkg: python-importlib_resources 1.5.0-1: Upgrading to 1.5.0.

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-28 09:42:37 UTC (rev 621991)
+++ PKGBUILD2020-04-28 10:28:24 UTC (rev 621992)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=1.4.0
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('e482f109f387de79d66e69084fab70750ce472f7d665c3a617819ab604e376860c2832a0cab27867165b7ac60947db554ec686d73f182dcaa6935dc14ca3d935')
+sha512sums=('34d14c1ff3121cc6f9ef1d3d4417831e3476e9facfcc9b35152c28a59a2c75d7723f171f4b48852f79ec46cbf54b066580745744bc54d349e2bfe12a353a9aed')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-03-19 Thread Felix Yan via arch-commits
Date: Thursday, March 19, 2020 @ 10:57:05
  Author: felixonmars
Revision: 600798

upgpkg: python-importlib_resources 1.4.0-1

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-19 10:56:16 UTC (rev 600797)
+++ PKGBUILD2020-03-19 10:57:05 UTC (rev 600798)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=1.3.1
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('28661fff19475d27caaa420244a4e2a1fe12ce525eaea4f9892fad5f50a1b991be8c9764c34c1ca0bcc840d49535a963f9784caab221848f0ce0e43b9991dd3d')
+sha512sums=('e482f109f387de79d66e69084fab70750ce472f7d665c3a617819ab604e376860c2832a0cab27867165b7ac60947db554ec686d73f182dcaa6935dc14ca3d935')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-03-08 Thread David Runge via arch-commits
Date: Sunday, March 8, 2020 @ 13:47:53
  Author: dvzrv
Revision: 592024

upgpkg: python-importlib_resources 1.3.1-1: Upgrading to 1.3.1.

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-08 13:41:53 UTC (rev 592023)
+++ PKGBUILD2020-03-08 13:47:53 UTC (rev 592024)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=1.2.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('e9b406ed849fe00721becf50cee5b30df40c618b3fa62aa2499fba98f91c13ae250a0c45ca7093765b644aff888e448ca3842192867dc2c5e2801736dab3f3a0')
+sha512sums=('28661fff19475d27caaa420244a4e2a1fe12ce525eaea4f9892fad5f50a1b991be8c9764c34c1ca0bcc840d49535a963f9784caab221848f0ce0e43b9991dd3d')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-03-04 Thread David Runge via arch-commits
Date: Wednesday, March 4, 2020 @ 10:29:30
  Author: dvzrv
Revision: 589945

upgpkg: python-importlib_resources 1.2.0-1: Upgrading to 1.2.0.

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-04 10:29:24 UTC (rev 589944)
+++ PKGBUILD2020-03-04 10:29:30 UTC (rev 589945)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('c602086c8ab19ebb65fcf713ea5e9e07f651332a76218a059c03089524656ba77ab02e70ed83ce0f8c3ab4ad38307e2b35c22f1689cff5426065424aede5af97')
+sha512sums=('e9b406ed849fe00721becf50cee5b30df40c618b3fa62aa2499fba98f91c13ae250a0c45ca7093765b644aff888e448ca3842192867dc2c5e2801736dab3f3a0')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"


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

2020-03-01 Thread David Runge via arch-commits
Date: Sunday, March 1, 2020 @ 13:41:32
  Author: dvzrv
Revision: 587471

upgpkg: python-importlib_resources 1.1.0-1: Upgrading to 1.1.0.

Modified:
  python-importlib_resources/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-01 13:26:50 UTC (rev 587470)
+++ PKGBUILD2020-03-01 13:41:32 UTC (rev 587471)
@@ -2,7 +2,7 @@
 
 _name=importlib_resources
 pkgname=python-importlib_resources
-pkgver=1.0.2
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Design and implementation for a planned importlib.resources"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('50bfc5130a2c9c9354efef1cd7132e805ed0f13467ba67172f83e11d907212bef3957aeef51fd904b73996c8280008d99c918637956a470448dfd67ef4807f82')
+sha512sums=('c602086c8ab19ebb65fcf713ea5e9e07f651332a76218a059c03089524656ba77ab02e70ed83ce0f8c3ab4ad38307e2b35c22f1689cff5426065424aede5af97')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"