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

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 15:41:48
  Author: felixonmars
Revision: 747093

upgpkg: python-rfc3986 1.4.0-2: Python 3.9 rebuild

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 15:41:41 UTC (rev 747092)
+++ PKGBUILD2020-11-09 15:41:48 UTC (rev 747093)
@@ -3,7 +3,7 @@
 
 pkgname=python-rfc3986
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
 license=('Apache')


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

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 23:03:07
  Author: felixonmars
Revision: 618418

upgpkg: python-rfc3986 1.4.0-1

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 23:02:49 UTC (rev 618417)
+++ PKGBUILD2020-04-23 23:03:07 UTC (rev 618418)
@@ -2,8 +2,8 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=python-rfc3986
-pkgver=1.3.2
-pkgrel=4
+pkgver=1.4.0
+pkgrel=1
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
 license=('Apache')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner')
 source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz;)
-sha512sums=('c086c55295d80ccf33dbfeff06059303119e7a407bfc405b7f75ec30413221ec58d3061d75fd3ca696b7acf9b1be1dfcc785e01280bf659a53be43ab1f300b15')
+sha512sums=('dbcddc09331b794eafed8c2d7b81b7b632ba5cae2741e33ad12e781bc923427a05febd2f2715d037f35769b18c8d790546dfd4bbebe6e71d3545e446888b')
 
 build() {
   cd rfc3986-$pkgver


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

2020-02-13 Thread Felix Yan via arch-commits
Date: Thursday, February 13, 2020 @ 14:55:51
  Author: felixonmars
Revision: 570512

upgpkg: python-rfc3986 1.3.2-4: remove python2 sibling

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-13 14:54:31 UTC (rev 570511)
+++ PKGBUILD2020-02-13 14:55:51 UTC (rev 570512)
@@ -1,49 +1,30 @@
 # Maintainer: Felix Yan 
 # Contributor: Gordian Edenhofer 
 
-pkgbase=python-rfc3986
-pkgname=(python-rfc3986 python2-rfc3986)
+pkgname=python-rfc3986
 pkgver=1.3.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
 license=('Apache')
 url="https://rfc3986.readthedocs.org/;
-makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-pytest-runner')
 source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz;)
 
sha512sums=('c086c55295d80ccf33dbfeff06059303119e7a407bfc405b7f75ec30413221ec58d3061d75fd3ca696b7acf9b1be1dfcc785e01280bf659a53be43ab1f300b15')
 
-prepare() {
-  cp -a rfc3986-$pkgver{,-py2}
-}
-
 build() {
-  cd "$srcdir"/rfc3986-$pkgver
+  cd rfc3986-$pkgver
   python setup.py build
-
-  cd "$srcdir"/rfc3986-$pkgver-py2
-  python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/rfc3986-$pkgver
+  cd rfc3986-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/rfc3986-$pkgver-py2
-  python2 setup.py pytest
 }
 
-package_python-rfc3986() {
-  depends=('python')
-
+package() {
   cd rfc3986-$pkgver
   python setup.py install --root="$pkgdir/" --optimize=1
 }
-
-package_python2-rfc3986() {
-  depends=('python2')
-
-  cd rfc3986-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}


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

2019-10-31 Thread Felix Yan via arch-commits
Date: Thursday, October 31, 2019 @ 17:44:05
  Author: felixonmars
Revision: 521396

Python 3.8 rebuild

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-31 17:43:31 UTC (rev 521395)
+++ PKGBUILD2019-10-31 17:44:05 UTC (rev 521396)
@@ -4,7 +4,7 @@
 pkgbase=python-rfc3986
 pkgname=(python-rfc3986 python2-rfc3986)
 pkgver=1.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
 license=('Apache')


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Friday, October 25, 2019 @ 16:38:42
  Author: felixonmars
Revision: 519514

Python 3.8 rebuild

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-25 16:38:39 UTC (rev 519513)
+++ PKGBUILD2019-10-25 16:38:42 UTC (rev 519514)
@@ -4,7 +4,7 @@
 pkgbase=python-rfc3986
 pkgname=(python-rfc3986 python2-rfc3986)
 pkgver=1.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
 license=('Apache')


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

2019-05-15 Thread Felix Yan via arch-commits
Date: Wednesday, May 15, 2019 @ 09:19:02
  Author: felixonmars
Revision: 467332

upgpkg: python-rfc3986 1.3.2-1

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-15 09:18:54 UTC (rev 467331)
+++ PKGBUILD2019-05-15 09:19:02 UTC (rev 467332)
@@ -3,7 +3,7 @@
 
 pkgbase=python-rfc3986
 pkgname=(python-rfc3986 python2-rfc3986)
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz;)
-sha512sums=('a160734d146a82fa7c69d3428cedaf7c5804244071dafaabb8dbf6dd790c874cddc2542121b4f5c016432e3936a63e246d625d92c781c5abe4f701db5daf3992')
+sha512sums=('c086c55295d80ccf33dbfeff06059303119e7a407bfc405b7f75ec30413221ec58d3061d75fd3ca696b7acf9b1be1dfcc785e01280bf659a53be43ab1f300b15')
 
 prepare() {
   cp -a rfc3986-$pkgver{,-py2}


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

2019-04-23 Thread Felix Yan via arch-commits
Date: Wednesday, April 24, 2019 @ 03:04:45
  Author: felixonmars
Revision: 453264

upgpkg: python-rfc3986 1.3.1-1

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-24 02:35:53 UTC (rev 453263)
+++ PKGBUILD2019-04-24 03:04:45 UTC (rev 453264)
@@ -3,7 +3,7 @@
 
 pkgbase=python-rfc3986
 pkgname=(python-rfc3986 python2-rfc3986)
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz;)
-sha512sums=('cc5eb21797e4d6499ac59bb7225efec8043f4a42946b783c288ee4fa1f2a0835bf8ab44e6290d7652891eeac3a27d9c93ba1d73ab4d83bd01b1dccb48c8e90e5')
+sha512sums=('a160734d146a82fa7c69d3428cedaf7c5804244071dafaabb8dbf6dd790c874cddc2542121b4f5c016432e3936a63e246d625d92c781c5abe4f701db5daf3992')
 
 prepare() {
   cp -a rfc3986-$pkgver{,-py2}


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

2019-04-21 Thread Felix Yan via arch-commits
Date: Sunday, April 21, 2019 @ 18:19:38
  Author: felixonmars
Revision: 452833

upgpkg: python-rfc3986 1.3.0-1

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-04-21 17:30:32 UTC (rev 452832)
+++ PKGBUILD2019-04-21 18:19:38 UTC (rev 452833)
@@ -3,7 +3,7 @@
 
 pkgbase=python-rfc3986
 pkgname=(python-rfc3986 python2-rfc3986)
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz;)
-sha512sums=('b88bdc47fa2daa6a9ffc339b1b997a85d0c8b3bf3ab271554e2a1a684c0394370e9cba07a82a542f39533a4c8cae69414234545db6caa2508e0ee7e7f8bdff3d')
+sha512sums=('cc5eb21797e4d6499ac59bb7225efec8043f4a42946b783c288ee4fa1f2a0835bf8ab44e6290d7652891eeac3a27d9c93ba1d73ab4d83bd01b1dccb48c8e90e5')
 
 prepare() {
   cp -a rfc3986-$pkgver{,-py2}


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

2018-12-04 Thread Felix Yan via arch-commits
Date: Tuesday, December 4, 2018 @ 16:50:17
  Author: felixonmars
Revision: 411182

upgpkg: python-rfc3986 1.2.0-1

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-04 16:44:17 UTC (rev 411181)
+++ PKGBUILD2018-12-04 16:50:17 UTC (rev 411182)
@@ -3,8 +3,8 @@
 
 pkgbase=python-rfc3986
 pkgname=(python-rfc3986 python2-rfc3986)
-pkgver=1.1.0
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
 license=('Apache')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz;)
-sha512sums=('5e43ca7df586011900d2f01edfb20388598f77218e5a63904557bec0f1d0cb0a35f4980014de9c943ecc43a5a7ab3f7b815fbcfc9318e494c24a14fed2d1fac6')
+sha512sums=('b88bdc47fa2daa6a9ffc339b1b997a85d0c8b3bf3ab271554e2a1a684c0394370e9cba07a82a542f39533a4c8cae69414234545db6caa2508e0ee7e7f8bdff3d')
 
 prepare() {
   cp -a rfc3986-$pkgver{,-py2}


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

2018-06-30 Thread Evangelos Foutras via arch-commits
Date: Saturday, June 30, 2018 @ 17:57:20
  Author: foutrelis
Revision: 348781

Python 3.7 rebuild

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 17:57:13 UTC (rev 348780)
+++ PKGBUILD2018-06-30 17:57:20 UTC (rev 348781)
@@ -5,7 +5,7 @@
 pkgbase=python-rfc3986
 pkgname=(python-rfc3986 python2-rfc3986)
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
 license=('Apache')


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

2017-10-04 Thread Felix Yan
Date: Wednesday, October 4, 2017 @ 15:53:39
  Author: felixonmars
Revision: 261519

use prefered subcommand for pytest-runner

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-04 15:52:57 UTC (rev 261518)
+++ PKGBUILD2017-10-04 15:53:39 UTC (rev 261519)
@@ -29,10 +29,10 @@
 
 check() {
   cd "$srcdir"/rfc3986-$pkgver
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir"/rfc3986-$pkgver-py2
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
 
 package_python-rfc3986() {


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

2017-07-18 Thread Felix Yan
Date: Tuesday, July 18, 2017 @ 14:20:41
  Author: felixonmars
Revision: 245552

upgpkg: python-rfc3986 1.1.0-1

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-18 14:20:09 UTC (rev 245551)
+++ PKGBUILD2017-07-18 14:20:41 UTC (rev 245552)
@@ -4,7 +4,7 @@
 
 pkgbase=python-rfc3986
 pkgname=(python-rfc3986 python2-rfc3986)
-pkgver=1.0.0
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz;)
-sha512sums=('2f9150b3bf75063208cc1419bb01ed815d6216a094d1d512ae4e9e4916deb539459754de4e532491c3951b40820913060dbb996fd55f888b3a8d7c36f736fd0e')
+sha512sums=('5e43ca7df586011900d2f01edfb20388598f77218e5a63904557bec0f1d0cb0a35f4980014de9c943ecc43a5a7ab3f7b815fbcfc9318e494c24a14fed2d1fac6')
 
 prepare() {
   cp -a rfc3986-$pkgver{,-py2}


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

2017-05-11 Thread Felix Yan
Date: Friday, May 12, 2017 @ 05:16:18
  Author: felixonmars
Revision: 227849

upgpkg: python-rfc3986 1.0.0-1

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-05-12 05:14:17 UTC (rev 227848)
+++ PKGBUILD2017-05-12 05:16:18 UTC (rev 227849)
@@ -4,8 +4,8 @@
 
 pkgbase=python-rfc3986
 pkgname=(python-rfc3986 python2-rfc3986)
-pkgver=0.4.1
-pkgrel=2
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
 license=('Apache')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz;)
-md5sums=('b2b48cd36dabb82d5eaa54bbfb20d382')
+sha512sums=('2f9150b3bf75063208cc1419bb01ed815d6216a094d1d512ae4e9e4916deb539459754de4e532491c3951b40820913060dbb996fd55f888b3a8d7c36f736fd0e')
 
 prepare() {
   cp -a rfc3986-$pkgver{,-py2}


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

2016-12-24 Thread Bartłomiej Piotrowski
Date: Saturday, December 24, 2016 @ 17:54:43
  Author: bpiotrowski
Revision: 201705

Python 3.6 rebuild

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 17:54:38 UTC (rev 201704)
+++ PKGBUILD2016-12-24 17:54:43 UTC (rev 201705)
@@ -5,7 +5,7 @@
 pkgbase=python-rfc3986
 pkgname=(python-rfc3986 python2-rfc3986)
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
 license=('Apache')


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

2016-08-21 Thread Felix Yan
Date: Sunday, August 21, 2016 @ 15:38:19
  Author: felixonmars
Revision: 187245

upgpkg: python-rfc3986 0.4.1-1

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-21 13:18:32 UTC (rev 187244)
+++ PKGBUILD2016-08-21 15:38:19 UTC (rev 187245)
@@ -4,7 +4,7 @@
 
 pkgbase=python-rfc3986
 pkgname=(python-rfc3986 python2-rfc3986)
-pkgver=0.4.0
+pkgver=0.4.1
 pkgrel=1
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz;)
-md5sums=('1062c2561afc3d446a189a04bbe9e9ca')
+md5sums=('b2b48cd36dabb82d5eaa54bbfb20d382')
 
 prepare() {
   cp -a rfc3986-$pkgver{,-py2}


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

2016-08-20 Thread Felix Yan
Date: Saturday, August 20, 2016 @ 15:32:12
  Author: felixonmars
Revision: 187191

upgpkg: python-rfc3986 0.4.0-1

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-20 15:18:25 UTC (rev 187190)
+++ PKGBUILD2016-08-20 15:32:12 UTC (rev 187191)
@@ -4,7 +4,7 @@
 
 pkgbase=python-rfc3986
 pkgname=(python-rfc3986 python2-rfc3986)
-pkgver=0.3.1
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="Validating URI References per RFC 3986"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("https://pypi.io/packages/source/r/rfc3986/rfc3986-$pkgver.tar.gz;)
-md5sums=('4a0cc842d0e1b061f1b5202917095340')
+md5sums=('1062c2561afc3d446a189a04bbe9e9ca')
 
 prepare() {
   cp -a rfc3986-$pkgver{,-py2}