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

2020-12-10 Thread Felix Yan via arch-commits
Date: Thursday, December 10, 2020 @ 19:18:13
  Author: felixonmars
Revision: 403715

upgpkg: python-cryptography 3.3.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-10 19:05:42 UTC (rev 403714)
+++ PKGBUILD2020-12-10 19:18:13 UTC (rev 403715)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.3
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('ebb792ed2b762d5c3d31209fafac257f6afa526381a01d4a2c08b175acadf44eea7519e0fa11be83f6dbe85a68b1694e32aa670cc41b94afe5d4e9b33e9fdc07')
+sha512sums=('62192fe0fd3bb8844ccc0056ab72a42b038db2a4ecb0928543c520b85e1de93066dab0d604acf23d37395d68172b9618f81c6022a59ec49725bc1862096d15d1')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2020-12-09 Thread Felix Yan via arch-commits
Date: Wednesday, December 9, 2020 @ 17:48:16
  Author: felixonmars
Revision: 403211

upgpkg: python-cryptography 3.3-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-09 17:24:23 UTC (rev 403210)
+++ PKGBUILD2020-12-09 17:48:16 UTC (rev 403211)
@@ -2,8 +2,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.2.1
-pkgrel=3
+pkgver=3.3
+pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
 license=('Apache')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('e3f1806693c24aadc3ef0df374ce1845760e87ad7c243226b75e80820b50bdc0760e4bb5f6ce26d62a6d23736b3109f72cd30b52ae2a36b26ec5656ec96c6175')
+sha512sums=('ebb792ed2b762d5c3d31209fafac257f6afa526381a01d4a2c08b175acadf44eea7519e0fa11be83f6dbe85a68b1694e32aa670cc41b94afe5d4e9b33e9fdc07')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2020-11-12 Thread Felix Yan via arch-commits
Date: Thursday, November 12, 2020 @ 12:07:28
  Author: felixonmars
Revision: 400513

upgpkg: python-cryptography 3.2.1-3: Python 3.9 rebuild

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 12:07:23 UTC (rev 400512)
+++ PKGBUILD2020-11-12 12:07:28 UTC (rev 400513)
@@ -3,7 +3,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=3.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
 license=('Apache')


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

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 18:20:21
  Author: foutrelis
Revision: 399884

upgpkg: python-cryptography 3.2.1-2: Python 3.9 rebuild

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 18:20:16 UTC (rev 399883)
+++ PKGBUILD2020-11-09 18:20:21 UTC (rev 399884)
@@ -3,7 +3,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
 license=('Apache')


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

2020-10-28 Thread Felix Yan via arch-commits
Date: Wednesday, October 28, 2020 @ 11:16:41
  Author: felixonmars
Revision: 398959

upgpkg: python-cryptography 3.2.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 07:41:44 UTC (rev 398958)
+++ PKGBUILD2020-10-28 11:16:41 UTC (rev 398959)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.2
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('0096e6408b5868cc0b5e6f67945e4200bb943a00ac803546048fa4d332f81af4a224b2d67b911ee8da1ad086120935d7d557fc70a739ecffb22f408ee9b8d09e')
+sha512sums=('e3f1806693c24aadc3ef0df374ce1845760e87ad7c243226b75e80820b50bdc0760e4bb5f6ce26d62a6d23736b3109f72cd30b52ae2a36b26ec5656ec96c6175')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 12:19:14
  Author: felixonmars
Revision: 398807

upgpkg: python-cryptography 3.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 10:35:35 UTC (rev 398806)
+++ PKGBUILD2020-10-26 12:19:14 UTC (rev 398807)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.1.1
+pkgver=3.2
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('feb86c65365cbe7a0175f9c7794bb9d4c8c4530a5766b895de3986c2db1ac85b24de32cd21c60c5181cbd35835c6508e3e329c706046bb8e5bba252a03f6d210')
+sha512sums=('0096e6408b5868cc0b5e6f67945e4200bb943a00ac803546048fa4d332f81af4a224b2d67b911ee8da1ad086120935d7d557fc70a739ecffb22f408ee9b8d09e')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2020-09-22 Thread Felix Yan via arch-commits
Date: Tuesday, September 22, 2020 @ 19:53:18
  Author: felixonmars
Revision: 396428

upgpkg: python-cryptography 3.1.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-09-22 18:12:06 UTC (rev 396427)
+++ PKGBUILD2020-09-22 19:53:18 UTC (rev 396428)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.1
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('c015df3a71e4c274b2fb8fd954d264c8b56443644048139113f548c69cf83798b73c9f0993609f338044df92b609723b0281ce61ed2751309a122de22060037e')
+sha512sums=('feb86c65365cbe7a0175f9c7794bb9d4c8c4530a5766b895de3986c2db1ac85b24de32cd21c60c5181cbd35835c6508e3e329c706046bb8e5bba252a03f6d210')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2020-08-27 Thread Felix Yan via arch-commits
Date: Thursday, August 27, 2020 @ 21:42:50
  Author: felixonmars
Revision: 394807

upgpkg: python-cryptography 3.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-08-27 21:40:55 UTC (rev 394806)
+++ PKGBUILD2020-08-27 21:42:50 UTC (rev 394807)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=3.0
+pkgver=3.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('4fca5d0e59f02f23c7e2d5c80f86e4cf36eeeb9a128e7b3332a91aa0b9dcdd3282a882a88ea34ffba1e91687eb6d1fc1042774f1e30970e9bf56ee701c32ac15')
+sha512sums=('c015df3a71e4c274b2fb8fd954d264c8b56443644048139113f548c69cf83798b73c9f0993609f338044df92b609723b0281ce61ed2751309a122de22060037e')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2020-07-22 Thread Felix Yan via arch-commits
Date: Wednesday, July 22, 2020 @ 19:08:41
  Author: felixonmars
Revision: 392368

upgpkg: python-cryptography 3.0-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-07-22 18:46:23 UTC (rev 392367)
+++ PKGBUILD2020-07-22 19:08:41 UTC (rev 392368)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.9.2
+pkgver=3.0
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('a8cb7ba229cddfa15bf4ed00d40e76e2ece57958203b9c50c3f782c7977e1c725fa147a1eebc31d50684a622d53e73f97864e1a935753472ea4b2d89eb6ffb6a')
+sha512sums=('4fca5d0e59f02f23c7e2d5c80f86e4cf36eeeb9a128e7b3332a91aa0b9dcdd3282a882a88ea34ffba1e91687eb6d1fc1042774f1e30970e9bf56ee701c32ac15')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2020-04-23 Thread Felix Yan via arch-commits
Date: Thursday, April 23, 2020 @ 08:00:33
  Author: felixonmars
Revision: 380753

upgpkg: python-cryptography 2.9.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-23 07:51:12 UTC (rev 380752)
+++ PKGBUILD2020-04-23 08:00:33 UTC (rev 380753)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.9.1
+pkgver=2.9.2
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('30b87c9ded1af78cb9393b5783dafc67118b675aa4fe8c04d4c6ac0ebd4c3272792b6e47cc70d09ac77df37ccfa9372905b0eb78fe01c1bf9bb4376af5a44066')
+sha512sums=('a8cb7ba229cddfa15bf4ed00d40e76e2ece57958203b9c50c3f782c7977e1c725fa147a1eebc31d50684a622d53e73f97864e1a935753472ea4b2d89eb6ffb6a')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2020-04-21 Thread Felix Yan via arch-commits
Date: Wednesday, April 22, 2020 @ 01:28:40
  Author: felixonmars
Revision: 380703

upgpkg: python-cryptography 2.9.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-22 01:24:38 UTC (rev 380702)
+++ PKGBUILD2020-04-22 01:28:40 UTC (rev 380703)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.9
+pkgver=2.9.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('7db2846b901e42ddc4caa9851235e5a0894ef702d4c4692eb60fcae17bc4e7833782a8001679ea41b78f9273d7d68a4b85810248590e12ca33cfade3208e2849')
+sha512sums=('30b87c9ded1af78cb9393b5783dafc67118b675aa4fe8c04d4c6ac0ebd4c3272792b6e47cc70d09ac77df37ccfa9372905b0eb78fe01c1bf9bb4376af5a44066')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2020-04-02 Thread Felix Yan via arch-commits
Date: Friday, April 3, 2020 @ 01:23:16
  Author: felixonmars
Revision: 379215

upgpkg: python-cryptography 2.9-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-04-02 22:22:06 UTC (rev 379214)
+++ PKGBUILD2020-04-03 01:23:16 UTC (rev 379215)
@@ -2,8 +2,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.8
-pkgrel=2
+pkgver=2.9
+pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
 license=('Apache')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
   'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('bf3ca44123c693b0602be19445925f9efebd46c469909e47b7907d57141fb6bd99268c33e1fe3f42a08ab8b4edd4f98f21b6a682f530352313334dfd31ba91e7')
+sha512sums=('7db2846b901e42ddc4caa9851235e5a0894ef702d4c4692eb60fcae17bc4e7833782a8001679ea41b78f9273d7d68a4b85810248590e12ca33cfade3208e2849')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2020-02-25 Thread Felix Yan via arch-commits
Date: Tuesday, February 25, 2020 @ 10:54:40
  Author: felixonmars
Revision: 376179

upgpkg: python-cryptography 2.8-2: disable python2 tests

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 10:44:23 UTC (rev 376178)
+++ PKGBUILD2020-02-25 10:54:40 UTC (rev 376179)
@@ -3,7 +3,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=2.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
 license=('Apache')
@@ -11,10 +11,8 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
  'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
  'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
-  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
-  'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
-  'python-pytz' 'python2-pytz')
+checkdepends=('python-pytest-runner' "python-cryptography-vectors=$pkgver" 
'python-iso8601'
+  'python-pretend' 'python-hypothesis' 'python-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
 
sha512sums=('bf3ca44123c693b0602be19445925f9efebd46c469909e47b7907d57141fb6bd99268c33e1fe3f42a08ab8b4edd4f98f21b6a682f530352313334dfd31ba91e7')
 
@@ -31,11 +29,8 @@
 }
 
 check() {
-  cd "$srcdir"/cryptography-$pkgver
+  cd cryptography-$pkgver
   python setup.py pytest
-
-  cd "$srcdir"/cryptography-$pkgver-python2
-  python2 setup.py pytest
 }
 
 package_python-cryptography() {


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

2019-11-03 Thread Felix Yan via arch-commits
Date: Sunday, November 3, 2019 @ 10:22:14
  Author: felixonmars
Revision: 366527

Python 3.8 rebuild

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 10:04:56 UTC (rev 366526)
+++ PKGBUILD2019-11-03 10:22:14 UTC (rev 366527)
@@ -3,7 +3,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=2.8
-pkgrel=0
+pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
 license=('Apache')


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

2019-11-03 Thread Antonio Rojas via arch-commits
Date: Sunday, November 3, 2019 @ 10:04:56
  Author: arojas
Revision: 366526

Prepare 2.8 update

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-03 08:35:13 UTC (rev 366525)
+++ PKGBUILD2019-11-03 10:04:56 UTC (rev 366526)
@@ -2,8 +2,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.7
-pkgrel=2
+pkgver=2.8
+pkgrel=0
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
 license=('Apache')
@@ -16,7 +16,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('fa420f44b038b6fe1983c6f2c6d830e2668017c26e1e125ad621e37ea627a927ffe64d0e987e0a26dcc260834f2ec817cccd22da03b892190f46cb6e8131a5a8')
+sha512sums=('bf3ca44123c693b0602be19445925f9efebd46c469909e47b7907d57141fb6bd99268c33e1fe3f42a08ab8b4edd4f98f21b6a682f530352313334dfd31ba91e7')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2019-10-25 Thread Felix Yan via arch-commits
Date: Saturday, October 26, 2019 @ 04:30:17
  Author: felixonmars
Revision: 365775

Python 3.8 rebuild

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-26 04:29:18 UTC (rev 365774)
+++ PKGBUILD2019-10-26 04:30:17 UTC (rev 365775)
@@ -3,7 +3,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=2.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
 license=('Apache')


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

2019-05-30 Thread Felix Yan via arch-commits
Date: Friday, May 31, 2019 @ 05:56:05
  Author: felixonmars
Revision: 354553

upgpkg: python-cryptography 2.7-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-31 05:45:10 UTC (rev 354552)
+++ PKGBUILD2019-05-31 05:56:05 UTC (rev 354553)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.6.1
+pkgver=2.7
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -16,7 +16,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('f14319e24d9dca52e74548cada5b78a6235f089ef875dbff4799e862f94da8b087f1b6e03e84dcef9fc7d7693c4a349c5f0cd54b8535806da777420ce8757d39')
+sha512sums=('fa420f44b038b6fe1983c6f2c6d830e2668017c26e1e125ad621e37ea627a927ffe64d0e987e0a26dcc260834f2ec817cccd22da03b892190f46cb6e8131a5a8')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2019-05-20 Thread Antonio Rojas via arch-commits
Date: Monday, May 20, 2019 @ 20:37:37
  Author: arojas
Revision: 353663

https

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 20:37:00 UTC (rev 353662)
+++ PKGBUILD2019-05-20 20:37:37 UTC (rev 353663)
@@ -7,7 +7,7 @@
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
 license=('Apache')
-url="http://pypi.python.org/pypi/cryptography;
+url="https://pypi.python.org/pypi/cryptography;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
  'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
  'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')


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

2019-02-28 Thread Felix Yan via arch-commits
Date: Thursday, February 28, 2019 @ 21:27:01
  Author: felixonmars
Revision: 346949

upgpkg: python-cryptography 2.6.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-28 20:42:34 UTC (rev 346948)
+++ PKGBUILD2019-02-28 21:27:01 UTC (rev 346949)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.6
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -16,7 +16,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('58ec6c68cdeadf023b65a216d6e6571010ebd9e2e926fbf6357ef81addfad783ba72c9a1847b1736777f8b1f80d394abe33001a49e62f5d587dd83c1bf5162e6')
+sha512sums=('f14319e24d9dca52e74548cada5b78a6235f089ef875dbff4799e862f94da8b087f1b6e03e84dcef9fc7d7693c4a349c5f0cd54b8535806da777420ce8757d39')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2019-02-27 Thread Felix Yan via arch-commits
Date: Wednesday, February 27, 2019 @ 18:00:57
  Author: felixonmars
Revision: 346906

upgpkg: python-cryptography 2.6-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-02-27 16:34:29 UTC (rev 346905)
+++ PKGBUILD2019-02-27 18:00:57 UTC (rev 346906)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.5
+pkgver=2.6
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -16,7 +16,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('5e8f8818fcaa8143526006b027107b8afbdc925d40c846701e65b2c7ee02235b7e0918246515520ef2030b1c87bb157d0d403c28ad68c31459d677af7e2d0b3f')
+sha512sums=('58ec6c68cdeadf023b65a216d6e6571010ebd9e2e926fbf6357ef81addfad783ba72c9a1847b1736777f8b1f80d394abe33001a49e62f5d587dd83c1bf5162e6')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2019-01-22 Thread Felix Yan via arch-commits
Date: Wednesday, January 23, 2019 @ 06:06:05
  Author: felixonmars
Revision: 344602

upgpkg: python-cryptography 2.5-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-01-23 05:47:05 UTC (rev 344601)
+++ PKGBUILD2019-01-23 06:06:05 UTC (rev 344602)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.4.2
+pkgver=2.5
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -16,7 +16,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('800735fa86e9ad0f8517328d47e55dc79a2b86d8c7539ee2921c526085782d8dad5559bbee84f7effb42275503fa9a984b099a688c530c92f5672c423c0f1a28')
+sha512sums=('5e8f8818fcaa8143526006b027107b8afbdc925d40c846701e65b2c7ee02235b7e0918246515520ef2030b1c87bb157d0d403c28ad68c31459d677af7e2d0b3f')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2018-11-21 Thread Felix Yan via arch-commits
Date: Wednesday, November 21, 2018 @ 09:20:27
  Author: felixonmars
Revision: 340189

upgpkg: python-cryptography 2.4.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-21 09:16:39 UTC (rev 340188)
+++ PKGBUILD2018-11-21 09:20:27 UTC (rev 340189)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -16,7 +16,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('dd018fca4b3dbc2c576f643df0df2a534f9fdd4af464ae6ee77b0702bfd4dfa7e89943a89fe5126094f7f23e349a32774e91bb074735014efa49fe5390cc6b4c')
+sha512sums=('800735fa86e9ad0f8517328d47e55dc79a2b86d8c7539ee2921c526085782d8dad5559bbee84f7effb42275503fa9a984b099a688c530c92f5672c423c0f1a28')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2018-11-12 Thread Felix Yan via arch-commits
Date: Monday, November 12, 2018 @ 11:49:34
  Author: felixonmars
Revision: 339373

upgpkg: python-cryptography 2.4.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-12 07:07:08 UTC (rev 339372)
+++ PKGBUILD2018-11-12 11:49:34 UTC (rev 339373)
@@ -2,7 +2,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.3.1
+pkgver=2.4.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -16,7 +16,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('384581238b5669dbf31fd1b1385ec2ff9c6d76e2b7612efb15f255e17a11a38474f84668e62ceaa39a146260f46cac743575c0a8ffedc1e40c7b2f90d7cb00b1')
+sha512sums=('dd018fca4b3dbc2c576f643df0df2a534f9fdd4af464ae6ee77b0702bfd4dfa7e89943a89fe5126094f7f23e349a32774e91bb074735014efa49fe5390cc6b4c')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2018-08-15 Thread Felix Yan via arch-commits
Date: Wednesday, August 15, 2018 @ 10:34:21
  Author: felixonmars
Revision: 331531

upgpkg: python-cryptography 2.3.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-08-15 08:40:50 UTC (rev 331530)
+++ PKGBUILD2018-08-15 10:34:21 UTC (rev 331531)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.3
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('75e14020da500fdbbd578f004b22ef3237844185329adf59288b29f1b3ee9dd2005a2c4a933fe8609a59d168012a9f687bab0f31ab39ed6ca325198aa9295e52')
+sha512sums=('384581238b5669dbf31fd1b1385ec2ff9c6d76e2b7612efb15f255e17a11a38474f84668e62ceaa39a146260f46cac743575c0a8ffedc1e40c7b2f90d7cb00b1')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2018-07-19 Thread Felix Yan via arch-commits
Date: Thursday, July 19, 2018 @ 13:08:09
  Author: felixonmars
Revision: 329051

upgpkg: python-cryptography 2.3-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-07-19 12:52:16 UTC (rev 329050)
+++ PKGBUILD2018-07-19 13:08:09 UTC (rev 329051)
@@ -3,8 +3,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.2.2
-pkgrel=2
+pkgver=2.3
+pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
 license=('Apache')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('6c1b19cdb870d65abad42523697e9a0bebc7a0025b34f10c4bdd30c31efd7c41bcb4237a29b3a1b270e3fbade75ccb35df172b055b7c075d619f4d9424c9')
+sha512sums=('75e14020da500fdbbd578f004b22ef3237844185329adf59288b29f1b3ee9dd2005a2c4a933fe8609a59d168012a9f687bab0f31ab39ed6ca325198aa9295e52')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2018-06-30 Thread Felix Yan via arch-commits
Date: Saturday, June 30, 2018 @ 08:08:49
  Author: felixonmars
Revision: 327818

upgpkg: python-cryptography 2.2.2-2

Python 3.7 rebuild

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-30 07:58:16 UTC (rev 327817)
+++ PKGBUILD2018-06-30 08:08:49 UTC (rev 327818)
@@ -4,7 +4,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=2.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
 license=('Apache')


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

2018-03-28 Thread Felix Yan via arch-commits
Date: Wednesday, March 28, 2018 @ 16:01:09
  Author: felixonmars
Revision: 320557

upgpkg: python-cryptography 2.2.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-28 14:43:18 UTC (rev 320556)
+++ PKGBUILD2018-03-28 16:01:09 UTC (rev 320557)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('8fcd7e023ed65b2d8997475639154727a537696e5fcb01206cad2a6b2249702115a2788b7fa623e6bd700040e9ffdd25cc7cae6d002d1c8d4bf64132f4c18afa')
+sha512sums=('6c1b19cdb870d65abad42523697e9a0bebc7a0025b34f10c4bdd30c31efd7c41bcb4237a29b3a1b270e3fbade75ccb35df172b055b7c075d619f4d9424c9')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2018-03-21 Thread Felix Yan via arch-commits
Date: Wednesday, March 21, 2018 @ 12:25:12
  Author: felixonmars
Revision: 319742

upgpkg: python-cryptography 2.2.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-21 11:33:37 UTC (rev 319741)
+++ PKGBUILD2018-03-21 12:25:12 UTC (rev 319742)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.2
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('93fdde2461f7682521c94696c8de66d73793d972c230731cf48fba00d0adcae8880473ff221519cc7208cdf841eb9a86a54a98d5c270dbd2935045cff8403928')
+sha512sums=('8fcd7e023ed65b2d8997475639154727a537696e5fcb01206cad2a6b2249702115a2788b7fa623e6bd700040e9ffdd25cc7cae6d002d1c8d4bf64132f4c18afa')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2018-03-19 Thread Felix Yan via arch-commits
Date: Monday, March 19, 2018 @ 07:14:21
  Author: felixonmars
Revision: 319625

upgpkg: python-cryptography 2.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-19 06:52:44 UTC (rev 319624)
+++ PKGBUILD2018-03-19 07:14:21 UTC (rev 319625)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.1.4
+pkgver=2.2
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('f749cb4384badc174a842514e5a4fee2ed01ab9c716799d8d9d5301f6d2d97b6c41deb9e425f48928b639fa34bef8c05529ed7e5b777ef5ca75c244f8fda8fd4')
+sha512sums=('93fdde2461f7682521c94696c8de66d73793d972c230731cf48fba00d0adcae8880473ff221519cc7208cdf841eb9a86a54a98d5c270dbd2935045cff8403928')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2017-11-29 Thread Felix Yan via arch-commits
Date: Thursday, November 30, 2017 @ 04:45:41
  Author: felixonmars
Revision: 311159

upgpkg: python-cryptography 2.1.4-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-29 21:01:46 UTC (rev 311158)
+++ PKGBUILD2017-11-30 04:45:41 UTC (rev 311159)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.1.3
+pkgver=2.1.4
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('04b340550955ab177e3ca3b63ad39f903cee8ae12d3dee1039507e09b9257210ea4474265cb521b8f93a5ccda8dd829640ed04bc16bb7e3663651e64a5bbe8e3')
+sha512sums=('f749cb4384badc174a842514e5a4fee2ed01ab9c716799d8d9d5301f6d2d97b6c41deb9e425f48928b639fa34bef8c05529ed7e5b777ef5ca75c244f8fda8fd4')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2017-11-03 Thread Felix Yan
Date: Friday, November 3, 2017 @ 06:18:00
  Author: felixonmars
Revision: 308880

upgpkg: python-cryptography 2.1.3-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-03 03:59:34 UTC (rev 308879)
+++ PKGBUILD2017-11-03 06:18:00 UTC (rev 308880)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('a5a1bf7ea60f172ae72816965a471be00ee092151c02d9d792579a4457cceddd181d5d95fb832752981f9bdd3cfb88a5d531562845b0b70f37b39fb0fbcafe85')
+sha512sums=('04b340550955ab177e3ca3b63ad39f903cee8ae12d3dee1039507e09b9257210ea4474265cb521b8f93a5ccda8dd829640ed04bc16bb7e3663651e64a5bbe8e3')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2017-10-25 Thread Felix Yan
Date: Wednesday, October 25, 2017 @ 08:17:13
  Author: felixonmars
Revision: 308461

upgpkg: python-cryptography 2.1.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-25 07:42:48 UTC (rev 308460)
+++ PKGBUILD2017-10-25 08:17:13 UTC (rev 308461)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('d021f7af1cb4c6430049d2213405b7bea84bc0bde9e9f92c99c87dd835b2f28eb28024d65090756d2cc72b63510f25d71c55e473ce00e1d24736c15037998adb')
+sha512sums=('a5a1bf7ea60f172ae72816965a471be00ee092151c02d9d792579a4457cceddd181d5d95fb832752981f9bdd3cfb88a5d531562845b0b70f37b39fb0fbcafe85')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2017-10-12 Thread Felix Yan
Date: Thursday, October 12, 2017 @ 12:08:03
  Author: felixonmars
Revision: 307533

upgpkg: python-cryptography 2.1.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-12 10:43:18 UTC (rev 307532)
+++ PKGBUILD2017-10-12 12:08:03 UTC (rev 307533)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.1
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('62ee423473c0f0a9087bdd15e2e15006318343218019447e4436071ac862ecbf5cf8a35d6938d2946f8890b23cc325a6ab067667a86d2b8f15ea3250d0141950')
+sha512sums=('d021f7af1cb4c6430049d2213405b7bea84bc0bde9e9f92c99c87dd835b2f28eb28024d65090756d2cc72b63510f25d71c55e473ce00e1d24736c15037998adb')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2017-10-11 Thread Felix Yan
Date: Wednesday, October 11, 2017 @ 17:09:34
  Author: felixonmars
Revision: 307508

upgpkg: python-cryptography 2.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-10-11 16:21:13 UTC (rev 307507)
+++ PKGBUILD2017-10-11 17:09:34 UTC (rev 307508)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.0.3
+pkgver=2.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('fa569c4f5a994e2bd90810649fdf48115bfd5ff46790c849991e8f7a7c8b5435402f92453e4365426ee645623b3bb509c9bb781657c4b4e81e3a36b58ba5461c')
+sha512sums=('62ee423473c0f0a9087bdd15e2e15006318343218019447e4436071ac862ecbf5cf8a35d6938d2946f8890b23cc325a6ab067667a86d2b8f15ea3250d0141950')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2017-08-04 Thread Felix Yan
Date: Friday, August 4, 2017 @ 07:43:21
  Author: felixonmars
Revision: 301604

upgpkg: python-cryptography 2.0.3-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-04 06:30:21 UTC (rev 301603)
+++ PKGBUILD2017-08-04 07:43:21 UTC (rev 301604)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('a71219ff52006a7c8bf1553d0f132c747566c630281ef89aac40c65b193b1f0074fc9cda1de7057c76b452113dfb6188c83baef3ed9c05ff18adbc8b7bba646b')
+sha512sums=('fa569c4f5a994e2bd90810649fdf48115bfd5ff46790c849991e8f7a7c8b5435402f92453e4365426ee645623b3bb509c9bb781657c4b4e81e3a36b58ba5461c')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2017-07-27 Thread Felix Yan
Date: Thursday, July 27, 2017 @ 07:18:22
  Author: felixonmars
Revision: 301290

upgpkg: python-cryptography 2.0.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-27 07:08:05 UTC (rev 301289)
+++ PKGBUILD2017-07-27 07:18:22 UTC (rev 301290)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=2.0
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('a5a0a687e6d31adbf25510da085fa34790ca76668c2b12dbadc0eae0ef8c035bc6269982b7704ea770bcc569c1e55fb06bc8a81975f3456fb2d1a70c3589a303')
+sha512sums=('a71219ff52006a7c8bf1553d0f132c747566c630281ef89aac40c65b193b1f0074fc9cda1de7057c76b452113dfb6188c83baef3ed9c05ff18adbc8b7bba646b')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2017-07-17 Thread Felix Yan
Date: Tuesday, July 18, 2017 @ 05:37:23
  Author: felixonmars
Revision: 300742

upgpkg: python-cryptography 2.0-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-07-18 03:52:04 UTC (rev 300741)
+++ PKGBUILD2017-07-18 05:37:23 UTC (rev 300742)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.9
+pkgver=2.0
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('815e9c09366935f8603a3e6e74c28ce79175596d00dbcd19d3792505237bd1cf953a4f401c2b97e4beaa7f2bbdcf9d7f95c4753d001a07fa816830af97cdd24e')
+sha512sums=('a5a0a687e6d31adbf25510da085fa34790ca76668c2b12dbadc0eae0ef8c035bc6269982b7704ea770bcc569c1e55fb06bc8a81975f3456fb2d1a70c3589a303')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2017-06-05 Thread Felix Yan
Date: Tuesday, June 6, 2017 @ 05:32:18
  Author: felixonmars
Revision: 297836

upgpkg: python-cryptography 1.9-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-06 04:40:51 UTC (rev 297835)
+++ PKGBUILD2017-06-06 05:32:18 UTC (rev 297836)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.8.2
+pkgver=1.9
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-sha512sums=('d9b60979411fa1dca62e947fb1f8627f339d6321eecdda10e4f3617fa0d8c512e6357dbabf599ba538031ad77a82b942da1e1a6bc226a99c06198ecf25fb8fd5')
+sha512sums=('815e9c09366935f8603a3e6e74c28ce79175596d00dbcd19d3792505237bd1cf953a4f401c2b97e4beaa7f2bbdcf9d7f95c4753d001a07fa816830af97cdd24e')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2017-05-26 Thread Felix Yan
Date: Friday, May 26, 2017 @ 17:09:18
  Author: felixonmars
Revision: 296653

upgpkg: python-cryptography 1.8.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

--+
 PKGBUILD |   36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-26 16:30:37 UTC (rev 296652)
+++ PKGBUILD2017-05-26 17:09:18 UTC (rev 296653)
@@ -3,8 +3,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.8.1
-pkgrel=4
+pkgver=1.8.2
+pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
   'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('9f28a9c141995cd2300d0976b4fac3fb')
+sha512sums=('d9b60979411fa1dca62e947fb1f8627f339d6321eecdda10e4f3617fa0d8c512e6357dbabf599ba538031ad77a82b942da1e1a6bc226a99c06198ecf25fb8fd5')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}
@@ -24,32 +24,32 @@
 }
 
 build() {
-   cd "$srcdir"/cryptography-$pkgver
-   python setup.py build
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py build
 
-   cd "$srcdir"/cryptography-$pkgver-python2
-   python2 setup.py build
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py build
 }
 
 check() {
-   cd "$srcdir"/cryptography-$pkgver
-   python setup.py pytest
+  cd "$srcdir"/cryptography-$pkgver
+  python setup.py pytest
 
-   cd "$srcdir"/cryptography-$pkgver-python2
-   python2 setup.py pytest
+  cd "$srcdir"/cryptography-$pkgver-python2
+  python2 setup.py pytest
 }
 
 package_python-cryptography() {
-   depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
+  depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
 
-   cd cryptography-$pkgver
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  cd cryptography-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }
 
 package_python2-cryptography() {
-   depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
-'python2-setuptools' 'python2-asn1crypto')
+  depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
+   'python2-setuptools' 'python2-asn1crypto')
 
-   cd cryptography-$pkgver-python2
-   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  cd cryptography-$pkgver-python2
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }


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

2017-03-29 Thread Felix Yan
Date: Wednesday, March 29, 2017 @ 17:29:21
  Author: felixonmars
Revision: 291784

upgpkg: python-cryptography 1.8.1-4

fix dependencies (FS#53238)

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-29 17:05:17 UTC (rev 291783)
+++ PKGBUILD2017-03-29 17:29:21 UTC (rev 291784)
@@ -4,7 +4,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=1.8.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -14,8 +14,8 @@
  'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
   "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
-  'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
-  'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
+  'python-pretend' 'python2-pretend' 'python-hypothesis' 
'python2-hypothesis'
+  'python-pytz' 'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
 md5sums=('9f28a9c141995cd2300d0976b4fac3fb')
 
@@ -40,8 +40,7 @@
 }
 
 package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna' 
'python-setuptools'
-'python-asn1crypto')
+   depends=('python-six' 'python-cffi' 'python-idna' 'python-setuptools' 
'python-asn1crypto')
 
cd cryptography-$pkgver
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -48,8 +47,8 @@
 }
 
 package_python2-cryptography() {
-   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna'
-'python2-ipaddress' 'python2-setuptools' 'python2-asn1crypto')
+   depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 
'python2-ipaddress'
+'python2-setuptools' 'python2-asn1crypto')
 
cd cryptography-$pkgver-python2
python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build


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

2017-03-09 Thread Felix Yan
Date: Friday, March 10, 2017 @ 06:38:16
  Author: felixonmars
Revision: 290460

upgpkg: python-cryptography 1.8.1-3

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 06:09:29 UTC (rev 290459)
+++ PKGBUILD2017-03-10 06:38:16 UTC (rev 290460)
@@ -4,7 +4,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=1.8.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')


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

2017-03-09 Thread Felix Yan
Date: Friday, March 10, 2017 @ 06:08:56
  Author: felixonmars
Revision: 290458

upgpkg: python-cryptography 1.8.1-2

add a missing dependency

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 05:40:32 UTC (rev 290457)
+++ PKGBUILD2017-03-10 06:08:56 UTC (rev 290458)
@@ -4,7 +4,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -11,7 +11,7 @@
 url="http://pypi.python.org/pypi/cryptography;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
  'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
- 'python2-idna' 'python2-ipaddress')
+ 'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 
'python2-asn1crypto')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
   "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
   'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
@@ -40,7 +40,8 @@
 }
 
 package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna' 
'python-setuptools')
+   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna' 
'python-setuptools'
+'python-asn1crypto')
 
cd cryptography-$pkgver
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -48,7 +49,7 @@
 
 package_python2-cryptography() {
depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna'
-'python2-ipaddress' 'python2-setuptools')
+'python2-ipaddress' 'python2-setuptools' 'python2-asn1crypto')
 
cd cryptography-$pkgver-python2
python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build


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

2017-03-09 Thread Felix Yan
Date: Friday, March 10, 2017 @ 05:22:42
  Author: felixonmars
Revision: 290452

upgpkg: python-cryptography 1.8.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-10 02:57:44 UTC (rev 290451)
+++ PKGBUILD2017-03-10 05:22:42 UTC (rev 290452)
@@ -3,8 +3,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -16,15 +16,10 @@
   "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
   'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;
-
32bit-fix.patch::https://github.com/pyca/cryptography/commit/d74ba3298ddd4d3558224af85768e28f4c7f8d0d.patch)
-md5sums=('fade66de437392ed1ba6980768626204'
- '9cce8b78c8cc7f532c4f66f2ed116896')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+md5sums=('9f28a9c141995cd2300d0976b4fac3fb')
 
 prepare() {
-  # https://github.com/pyca/cryptography/issues/3323
-  (cd cryptography-$pkgver; patch -p1 -i ../32bit-fix.patch)
-
   cp -a cryptography-${pkgver}{,-python2}
 }
 


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:40:49
  Author: felixonmars
Revision: 289957

upgpkg: python-cryptography 1.7.2-2

OpenSSL 1.1.0 Rebuild

Modified:
  python-cryptography/trunk/PKGBUILD

--+
 PKGBUILD |   25 +++--
 1 file changed, 15 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 02:34:03 UTC (rev 289956)
+++ PKGBUILD2017-03-04 03:40:49 UTC (rev 289957)
@@ -4,7 +4,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -16,10 +16,15 @@
   "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
   'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('fade66de437392ed1ba6980768626204')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;
+
32bit-fix.patch::https://github.com/pyca/cryptography/commit/d74ba3298ddd4d3558224af85768e28f4c7f8d0d.patch)
+md5sums=('fade66de437392ed1ba6980768626204'
+ '9cce8b78c8cc7f532c4f66f2ed116896')
 
 prepare() {
+  # https://github.com/pyca/cryptography/issues/3323
+  (cd cryptography-$pkgver; patch -p1 -i ../32bit-fix.patch)
+
   cp -a cryptography-${pkgver}{,-python2}
 }
 
@@ -26,7 +31,7 @@
 build() {
cd "$srcdir"/cryptography-$pkgver
python setup.py build
- 
+
cd "$srcdir"/cryptography-$pkgver-python2
python2 setup.py build
 }
@@ -33,23 +38,23 @@
 
 check() {
cd "$srcdir"/cryptography-$pkgver
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python setup.py ptr
+   python setup.py pytest
 
cd "$srcdir"/cryptography-$pkgver-python2
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
ptr
+   python2 setup.py pytest
 }
- 
+
 package_python-cryptography() {
depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna' 
'python-setuptools')
- 
+
cd cryptography-$pkgver
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }
- 
+
 package_python2-cryptography() {
depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna'
 'python2-ipaddress' 'python2-setuptools')
- 
+
cd cryptography-$pkgver-python2
python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }


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

2017-01-28 Thread Felix Yan
Date: Sunday, January 29, 2017 @ 02:36:45
  Author: felixonmars
Revision: 287694

upgpkg: python-cryptography 1.7.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-29 00:32:15 UTC (rev 287693)
+++ PKGBUILD2017-01-29 02:36:45 UTC (rev 287694)
@@ -3,8 +3,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.7.1
-pkgrel=2
+pkgver=1.7.2
+pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('2f63dee6ace602d1d20d1995f8538015')
+md5sums=('fade66de437392ed1ba6980768626204')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-12-24 Thread Bartłomiej Piotrowski
Date: Saturday, December 24, 2016 @ 23:57:50
  Author: bpiotrowski
Revision: 284711

Python 3.6 rebuild

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 23:43:43 UTC (rev 284710)
+++ PKGBUILD2016-12-24 23:57:50 UTC (rev 284711)
@@ -4,7 +4,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')


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

2016-12-24 Thread Antonio Rojas
Date: Saturday, December 24, 2016 @ 23:43:43
  Author: arojas
Revision: 284710

Python 3.6

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-24 23:42:17 UTC (rev 284709)
+++ PKGBUILD2016-12-24 23:43:43 UTC (rev 284710)
@@ -33,7 +33,7 @@
 
 check() {
cd "$srcdir"/cryptography-$pkgver
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python setup.py ptr
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python setup.py ptr
 
cd "$srcdir"/cryptography-$pkgver-python2
PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
ptr


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

2016-12-13 Thread Felix Yan
Date: Wednesday, December 14, 2016 @ 06:09:50
  Author: felixonmars
Revision: 283137

upgpkg: python-cryptography 1.7.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-14 05:57:08 UTC (rev 283136)
+++ PKGBUILD2016-12-14 06:09:50 UTC (rev 283137)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.7
+pkgver=1.7.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('df5813f09815ac52708766de2f12902e')
+md5sums=('2f63dee6ace602d1d20d1995f8538015')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-12-12 Thread Felix Yan
Date: Tuesday, December 13, 2016 @ 07:31:26
  Author: felixonmars
Revision: 283095

upgpkg: python-cryptography 1.7-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-13 07:25:53 UTC (rev 283094)
+++ PKGBUILD2016-12-13 07:31:26 UTC (rev 283095)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.6
+pkgver=1.7
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('33ed393be75f04cd889a02a11acbab39')
+md5sums=('df5813f09815ac52708766de2f12902e')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-11-22 Thread Felix Yan
Date: Tuesday, November 22, 2016 @ 11:57:17
  Author: felixonmars
Revision: 281828

upgpkg: python-cryptography 1.6-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-22 11:45:37 UTC (rev 281827)
+++ PKGBUILD2016-11-22 11:57:17 UTC (rev 281828)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.5.3
+pkgver=1.6
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('9db24923f48f6c223e9d64b517838846')
+md5sums=('33ed393be75f04cd889a02a11acbab39')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-11-06 Thread Felix Yan
Date: Sunday, November 6, 2016 @ 10:00:02
  Author: felixonmars
Revision: 279884

upgpkg: python-cryptography 1.5.3-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-06 09:52:45 UTC (rev 279883)
+++ PKGBUILD2016-11-06 10:00:02 UTC (rev 279884)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.5.2
+pkgver=1.5.3
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('f977a6ddb38b071213c0157fc77c62ab')
+md5sums=('9db24923f48f6c223e9d64b517838846')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-09-26 Thread Felix Yan
Date: Tuesday, September 27, 2016 @ 04:06:22
  Author: felixonmars
Revision: 277001

upgpkg: python-cryptography 1.5.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-27 03:41:58 UTC (rev 277000)
+++ PKGBUILD2016-09-27 04:06:22 UTC (rev 277001)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.5.1
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('66a3e01f5f436d2413ef47b7e6bb7729')
+md5sums=('f977a6ddb38b071213c0157fc77c62ab')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-09-23 Thread Felix Yan
Date: Friday, September 23, 2016 @ 08:05:11
  Author: felixonmars
Revision: 276863

upgpkg: python-cryptography 1.5.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-09-22 22:32:51 UTC (rev 276862)
+++ PKGBUILD2016-09-23 08:05:11 UTC (rev 276863)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.5
+pkgver=1.5.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
   'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('d85a91af3e943c68fa5ff82a3ccdd5df')
+md5sums=('66a3e01f5f436d2413ef47b7e6bb7729')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-08-26 Thread Felix Yan
Date: Friday, August 26, 2016 @ 16:48:24
  Author: felixonmars
Revision: 274655

upgpkg: python-cryptography 1.5-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-26 16:34:16 UTC (rev 274654)
+++ PKGBUILD2016-08-26 16:48:24 UTC (rev 274655)
@@ -3,8 +3,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.4
-pkgrel=2
+pkgver=1.5
+pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -15,9 +15,9 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
   "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
   'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
-  'python-hypothesis' 'python2-hypothesis')
+  'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('a9763e3831cc7cdb402c028fac1ceb39')
+md5sums=('d85a91af3e943c68fa5ff82a3ccdd5df')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-08-18 Thread Felix Yan
Date: Thursday, August 18, 2016 @ 15:29:34
  Author: felixonmars
Revision: 273916

upgpkg: python-cryptography 1.4-2

cryptography actually tries to import pkg_resources, so it depends on setuptools

Modified:
  python-cryptography/trunk/PKGBUILD

--+
 PKGBUILD |   17 ++---
 1 file changed, 10 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-18 10:59:52 UTC (rev 273915)
+++ PKGBUILD2016-08-18 15:29:34 UTC (rev 273916)
@@ -4,15 +4,17 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
 url="http://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
- 'python-pyasn1' 'python2-pyasn1' 'python-idna' 'python2-idna' 
'python2-ipaddress')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
-  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
+  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
+  'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
 md5sums=('a9763e3831cc7cdb402c028fac1ceb39')
@@ -38,7 +40,7 @@
 }
  
 package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna')
+   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna' 
'python-setuptools')
  
cd cryptography-$pkgver
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -45,7 +47,8 @@
 }
  
 package_python2-cryptography() {
-   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna' 'python2-ipaddress')
+   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna'
+'python2-ipaddress' 'python2-setuptools')
  
cd cryptography-$pkgver-python2
python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build


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

2016-06-04 Thread Felix Yan
Date: Sunday, June 5, 2016 @ 06:10:34
  Author: fyan
Revision: 268967

upgpkg: python-cryptography 1.4-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-05 04:09:14 UTC (rev 268966)
+++ PKGBUILD2016-06-05 04:10:34 UTC (rev 268967)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.3.4
+pkgver=1.4
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('defd153ed901089f5aeac6eb066d5ef7')
+md5sums=('a9763e3831cc7cdb402c028fac1ceb39')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-06-03 Thread Felix Yan
Date: Friday, June 3, 2016 @ 10:19:33
  Author: fyan
Revision: 268866

upgpkg: python-cryptography 1.3.4-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-06-03 08:03:41 UTC (rev 268865)
+++ PKGBUILD2016-06-03 08:19:33 UTC (rev 268866)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.3.2
+pkgver=1.3.4
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis')
 
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('0359190f291824dc8ad9e6d477a607b2')
+md5sums=('defd153ed901089f5aeac6eb066d5ef7')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-05-04 Thread Felix Yan
Date: Thursday, May 5, 2016 @ 04:39:16
  Author: fyan
Revision: 266905

upgpkg: python-cryptography 1.3.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-05-04 23:49:01 UTC (rev 266904)
+++ PKGBUILD2016-05-05 02:39:16 UTC (rev 266905)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis')
-source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('bc8148d2ff2d80fef8ef2d2e856b3a7f')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+md5sums=('0359190f291824dc8ad9e6d477a607b2')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-03-22 Thread Felix Yan
Date: Tuesday, March 22, 2016 @ 12:19:35
  Author: fyan
Revision: 262224

upgpkg: python-cryptography 1.3.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

--+
 PKGBUILD |   28 +---
 1 file changed, 13 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-22 06:35:13 UTC (rev 262223)
+++ PKGBUILD2016-03-22 11:19:35 UTC (rev 262224)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.3
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis')
-source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('eb9c78f094bf7fd9517b19fa2593fbb5')
+source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
+md5sums=('bc8148d2ff2d80fef8ef2d2e856b3a7f')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}
@@ -22,20 +22,18 @@
 }
 
 build() {
-   # Build python 3 module
-   cd cryptography-${pkgver}
-   python3 setup.py build
+   cd "$srcdir"/cryptography-$pkgver
+   python setup.py build
  
-   # Build python 2 module
-   cd ../cryptography-${pkgver}-python2
+   cd "$srcdir"/cryptography-$pkgver-python2
python2 setup.py build
 }
 
 check() {
-   cd "${srcdir}"/cryptography-${pkgver}
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python3 setup.py 
ptr
+   cd "$srcdir"/cryptography-$pkgver
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python setup.py ptr
 
-   cd "${srcdir}"/cryptography-${pkgver}-python2
+   cd "$srcdir"/cryptography-$pkgver-python2
PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
ptr
 }
  
@@ -42,13 +40,13 @@
 package_python-cryptography() {
depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna')
  
-   cd cryptography-${pkgver}
-   python3 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   cd cryptography-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }
  
 package_python2-cryptography() {
depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna' 'python2-ipaddress')
  
-   cd cryptography-${pkgver}-python2
-   python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+   cd cryptography-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }


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

2016-03-18 Thread Felix Yan
Date: Saturday, March 19, 2016 @ 04:22:24
  Author: fyan
Revision: 262065

upgpkg: python-cryptography 1.3-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-18 23:12:56 UTC (rev 262064)
+++ PKGBUILD2016-03-19 03:22:24 UTC (rev 262065)
@@ -3,8 +3,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.2.3
-pkgrel=2
+pkgver=1.3
+pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -15,7 +15,7 @@
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis')
 
source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('5474d2b3e8c7555a60852e48d2743f85')
+md5sums=('eb9c78f094bf7fd9517b19fa2593fbb5')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-03-03 Thread Bartłomiej Piotrowski
Date: Thursday, March 3, 2016 @ 15:09:32
  Author: bpiotrowski
Revision: 260661

OpenSSL 1.0.2g rebuild

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 13:55:27 UTC (rev 260660)
+++ PKGBUILD2016-03-03 14:09:32 UTC (rev 260661)
@@ -4,7 +4,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=1.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')


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

2016-03-01 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 04:32:48
  Author: fyan
Revision: 260498

upgpkg: python-cryptography 1.2.3-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-01 22:30:07 UTC (rev 260497)
+++ PKGBUILD2016-03-02 03:32:48 UTC (rev 260498)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.2.2
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis')
 
source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('2b25eebd1d3c6bae52b46f0dcec74dfb')
+md5sums=('5474d2b3e8c7555a60852e48d2743f85')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


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

2016-01-29 Thread Felix Yan
Date: Saturday, January 30, 2016 @ 06:03:23
  Author: fyan
Revision: 258696

upgpkg: python-cryptography 1.2.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-30 01:06:13 UTC (rev 258695)
+++ PKGBUILD2016-01-30 05:03:23 UTC (rev 258696)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis')
 
source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('02798acc5e2d5dbcf6e792a24fc05b95')
+md5sums=('2b25eebd1d3c6bae52b46f0dcec74dfb')
 
 prepare() {
   cp -a cryptography-${pkgver}{,-python2}


[arch-commits] Commit in python-cryptography/trunk (PKGBUILD pin-pytest.patch)

2016-01-08 Thread Felix Yan
Date: Saturday, January 9, 2016 @ 04:13:21
  Author: fyan
Revision: 257671

upgpkg: python-cryptography 1.2.1-1

Modified:
  python-cryptography/trunk/PKGBUILD
Deleted:
  python-cryptography/trunk/pin-pytest.patch

--+
 PKGBUILD |   10 +++---
 pin-pytest.patch |   13 -
 2 files changed, 3 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-09 01:32:00 UTC (rev 257670)
+++ PKGBUILD2016-01-09 03:13:21 UTC (rev 257671)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.1.2
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -14,14 +14,10 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis')
-source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;
-pin-pytest.patch)
-md5sums=('15eeba9e31f852bac21155baa3dfbc61'
- '54f471441df9d3e825bf99946bf0ce1c')
+source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
+md5sums=('02798acc5e2d5dbcf6e792a24fc05b95')
 
 prepare() {
-  # We have patched pytest
-  (cd cryptography-${pkgver}; patch -Rp1 -i ../pin-pytest.patch)
   cp -a cryptography-${pkgver}{,-python2}
 }
 

Deleted: pin-pytest.patch
===
--- pin-pytest.patch2016-01-09 01:32:00 UTC (rev 257670)
+++ pin-pytest.patch2016-01-09 03:13:21 UTC (rev 257671)
@@ -1,13 +0,0 @@
-diff --git a/setup.py b/setup.py
-index 19f1e66..43fe17e 100644
 a/setup.py
-+++ b/setup.py
-@@ -59,7 +59,7 @@
- 
- # If you add a new dep here you probably need to add it in the tox.ini as well
- test_requirements = [
--"pytest",
-+"pytest!=2.8.4",
- "pretend",
- "iso8601",
- "hypothesis",


[arch-commits] Commit in python-cryptography/trunk (PKGBUILD pin-pytest.patch)

2015-12-10 Thread Felix Yan
Date: Friday, December 11, 2015 @ 04:56:10
  Author: fyan
Revision: 255782

upgpkg: python-cryptography 1.1.2-1

Added:
  python-cryptography/trunk/pin-pytest.patch
Modified:
  python-cryptography/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 pin-pytest.patch |   13 +
 2 files changed, 21 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-12-11 03:54:21 UTC (rev 255781)
+++ PKGBUILD2015-12-11 03:56:10 UTC (rev 255782)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -14,11 +14,15 @@
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis')
-source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('6ec05b916c52d8668cd3a3f6f1cea084')
+source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;
+pin-pytest.patch)
+md5sums=('15eeba9e31f852bac21155baa3dfbc61'
+ '54f471441df9d3e825bf99946bf0ce1c')
 
 prepare() {
-   cp -a cryptography-${pkgver}{,-python2}
+  # We have patched pytest
+  (cd cryptography-${pkgver}; patch -Rp1 -i ../pin-pytest.patch)
+  cp -a cryptography-${pkgver}{,-python2}
 }
 
 build() {

Added: pin-pytest.patch
===
--- pin-pytest.patch(rev 0)
+++ pin-pytest.patch2015-12-11 03:56:10 UTC (rev 255782)
@@ -0,0 +1,13 @@
+diff --git a/setup.py b/setup.py
+index 19f1e66..43fe17e 100644
+--- a/setup.py
 b/setup.py
+@@ -59,7 +59,7 @@
+ 
+ # If you add a new dep here you probably need to add it in the tox.ini as well
+ test_requirements = [
+-"pytest",
++"pytest!=2.8.4",
+ "pretend",
+ "iso8601",
+ "hypothesis",


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

2015-11-19 Thread Felix Yan
Date: Thursday, November 19, 2015 @ 09:39:54
  Author: fyan
Revision: 251241

upgpkg: python-cryptography 1.1.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-19 07:23:05 UTC (rev 251240)
+++ PKGBUILD2015-11-19 08:39:54 UTC (rev 251241)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.1
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis')
 
source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('dd06da41535184f48f2c8e8b74dd570f')
+md5sums=('6ec05b916c52d8668cd3a3f6f1cea084')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}


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

2015-10-29 Thread Felix Yan
Date: Thursday, October 29, 2015 @ 08:01:57
  Author: fyan
Revision: 249848

upgpkg: python-cryptography 1.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-29 01:52:01 UTC (rev 249847)
+++ PKGBUILD2015-10-29 07:01:57 UTC (rev 249848)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.0.2
+pkgver=1.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -11,10 +11,11 @@
 url="http://pypi.python.org/pypi/cryptography;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
  'python-pyasn1' 'python2-pyasn1' 'python-idna' 'python2-idna' 
'python2-ipaddress')
-checkdepends=('python-pytest' 'python2-pytest' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
-  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
+  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
+  'python-hypothesis' 'python2-hypothesis')
 
source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('6a8627da0c6199fca941dc8170f9b583')
+md5sums=('dd06da41535184f48f2c8e8b74dd570f')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}
@@ -30,14 +31,12 @@
python2 setup.py build
 }
 
-check() {(
+check() {
cd "${srcdir}"/cryptography-${pkgver}
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python3 setup.py 
test
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python3 setup.py 
ptr
 
cd "${srcdir}"/cryptography-${pkgver}-python2
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
test
-   ) || warning "Tests failed"
-   # Known failure: https://github.com/pyca/cryptography/issues/2354
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
ptr
 }
  
 package_python-cryptography() {


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

2015-09-27 Thread Felix Yan
Date: Sunday, September 27, 2015 @ 19:21:40
  Author: fyan
Revision: 247545

upgpkg: python-cryptography 1.0.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-27 16:26:13 UTC (rev 247544)
+++ PKGBUILD2015-09-27 17:21:40 UTC (rev 247545)
@@ -3,8 +3,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.0.1
-pkgrel=2
+pkgver=1.0.2
+pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('437adf65ab9c0ec98b2a07dd425d239d')
+md5sums=('6a8627da0c6199fca941dc8170f9b583')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}
@@ -32,10 +32,10 @@
 
 check() {(
cd "${srcdir}"/cryptography-${pkgver}
-   PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python3 setup.py 
test
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python3 setup.py 
test
 
cd "${srcdir}"/cryptography-${pkgver}-python2
-   PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
test
+   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
test
) || warning "Tests failed"
# Known failure: https://github.com/pyca/cryptography/issues/2354
 }


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

2015-09-19 Thread Felix Yan
Date: Saturday, September 19, 2015 @ 18:14:50
  Author: fyan
Revision: 246645

upgpkg: python-cryptography 1.0.1-2

rebuild for python 3.5

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 16:05:13 UTC (rev 246644)
+++ PKGBUILD2015-09-19 16:14:50 UTC (rev 246645)
@@ -4,7 +4,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -30,12 +30,14 @@
python2 setup.py build
 }
 
-check() {
+check() {(
cd "${srcdir}"/cryptography-${pkgver}
-   PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH" python3 setup.py 
test
+   PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-3.5:$PYTHONPATH" python3 setup.py 
test
 
cd "${srcdir}"/cryptography-${pkgver}-python2
PYTHONPATH="$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
test
+   ) || warning "Tests failed"
+   # Known failure: https://github.com/pyca/cryptography/issues/2354
 }
  
 package_python-cryptography() {


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

2015-09-06 Thread Felix Yan
Date: Sunday, September 6, 2015 @ 18:55:59
  Author: fyan
Revision: 245363

upgpkg: python-cryptography 1.0.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-06 16:54:12 UTC (rev 245362)
+++ PKGBUILD2015-09-06 16:55:59 UTC (rev 245363)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=1.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 
"python-cryptography-vectors=$pkgver" "python2-cryptography-vectors=$pkgver"
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=("http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('3f2608eb94dcc6e616c3cc2e182181b0')
+md5sums=('437adf65ab9c0ec98b2a07dd425d239d')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}


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

2015-08-12 Thread Felix Yan
Date: Wednesday, August 12, 2015 @ 18:33:44
  Author: fyan
Revision: 243371

upgpkg: python-cryptography 1.0-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-12 14:53:32 UTC (rev 243370)
+++ PKGBUILD2015-08-12 16:33:44 UTC (rev 243371)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.9.3
+pkgver=1.0
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 
python-cryptography-vectors=$pkgver python2-cryptography-vectors=$pkgver
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('70af3fbce7683b31d173eba225f18650')
+md5sums=('3f2608eb94dcc6e616c3cc2e182181b0')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}


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

2015-07-10 Thread Felix Yan
Date: Friday, July 10, 2015 @ 15:40:35
  Author: fyan
Revision: 242073

upgpkg: python-cryptography 0.9.3-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-10 13:35:34 UTC (rev 242072)
+++ PKGBUILD2015-07-10 13:40:35 UTC (rev 242073)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.9.2
+pkgver=0.9.3
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 
python-cryptography-vectors=$pkgver python2-cryptography-vectors=$pkgver
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('35def75c4cecdf04b0caa82a5dd2036c')
+md5sums=('70af3fbce7683b31d173eba225f18650')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}


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

2015-07-04 Thread Felix Yan
Date: Saturday, July 4, 2015 @ 17:26:16
  Author: fyan
Revision: 241810

upgpkg: python-cryptography 0.9.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-04 14:37:46 UTC (rev 241809)
+++ PKGBUILD2015-07-04 15:26:16 UTC (rev 241810)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.9.1
+pkgver=0.9.2
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 
python-cryptography-vectors=$pkgver python2-cryptography-vectors=$pkgver
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('6c45d87896f5155f25cdc4d7e0a57526')
+md5sums=('35def75c4cecdf04b0caa82a5dd2036c')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}


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

2015-06-07 Thread Felix Yan
Date: Sunday, June 7, 2015 @ 18:23:27
  Author: fyan
Revision: 240414

upgpkg: python-cryptography 0.9.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-07 16:01:02 UTC (rev 240413)
+++ PKGBUILD2015-06-07 16:23:27 UTC (rev 240414)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.9
+pkgver=0.9.1
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 
python-cryptography-vectors=$pkgver python2-cryptography-vectors=$pkgver
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('7d5db511852f70ab6548c72b42b0c2f3')
+md5sums=('6c45d87896f5155f25cdc4d7e0a57526')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}


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

2015-05-13 Thread Felix Yan
Date: Thursday, May 14, 2015 @ 06:01:32
  Author: fyan
Revision: 239321

upgpkg: python-cryptography 0.9-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-14 03:47:31 UTC (rev 239320)
+++ PKGBUILD2015-05-14 04:01:32 UTC (rev 239321)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.8.2
+pkgver=0.9
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -10,17 +10,14 @@
 license=('Apache')
 url=http://pypi.python.org/pypi/cryptography;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
- 'python-pyasn1' 'python2-pyasn1')
-checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
python2-cryptography-vectors=$pkgver
+ 'python-pyasn1' 'python2-pyasn1' 'python-idna' 'python2-idna' 
'python2-ipaddress')
+checkdepends=('python-pytest' 'python2-pytest' 
python-cryptography-vectors=$pkgver python2-cryptography-vectors=$pkgver
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('7d33499e851300c194cbb0396de72462')
+md5sums=('7d5db511852f70ab6548c72b42b0c2f3')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}
-
-   # Don't depend on enum34 since we already have python 3.4
-   sed -i 's/enum34,//' cryptography-${pkgver}/setup.py
 }
 
 build() {
@@ -34,17 +31,15 @@
 }
 
 check() {
-   # Check python3 module
cd ${srcdir}/cryptography-${pkgver}
PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH python3 setup.py 
test
 
-   # Check python2 module
cd ${srcdir}/cryptography-${pkgver}-python2
PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH python2 setup.py 
test
 }
  
 package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi')
+   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna')
  
cd cryptography-${pkgver}
python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
@@ -51,7 +46,7 @@
 }
  
 package_python2-cryptography() {
-   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34')
+   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna' 'python2-ipaddress')
  
cd cryptography-${pkgver}-python2
python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build


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

2015-04-12 Thread Felix Yan
Date: Sunday, April 12, 2015 @ 08:08:13
  Author: fyan
Revision: 236280

upgpkg: python-cryptography 0.8.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-11 21:23:30 UTC (rev 236279)
+++ PKGBUILD2015-04-12 06:08:13 UTC (rev 236280)
@@ -3,8 +3,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.8.2
+pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
python2-cryptography-vectors=$pkgver
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('70dde78a5515abdbfd7a3d58f15689ab')
+md5sums=('7d33499e851300c194cbb0396de72462')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}


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

2015-03-28 Thread Felix Yan
Date: Saturday, March 28, 2015 @ 17:31:20
  Author: fyan
Revision: 235230

upgpkg: python-cryptography 0.8.1-2

rebuild against python 3.4.3-2 (fix missing symbols)

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-28 16:22:27 UTC (rev 235229)
+++ PKGBUILD2015-03-28 16:31:20 UTC (rev 235230)
@@ -4,7 +4,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
 license=('Apache')


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

2015-03-21 Thread Felix Yan
Date: Saturday, March 21, 2015 @ 10:14:36
  Author: fyan
Revision: 234438

upgpkg: python-cryptography 0.8.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-21 09:02:13 UTC (rev 234437)
+++ PKGBUILD2015-03-21 09:14:36 UTC (rev 234438)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.8
+pkgver=0.8.1
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
python2-cryptography-vectors=$pkgver
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('c0871039903e8b554179fd2b30a6647d')
+md5sums=('70dde78a5515abdbfd7a3d58f15689ab')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}


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

2015-03-09 Thread Felix Yan
Date: Monday, March 9, 2015 @ 12:59:27
  Author: fyan
Revision: 233127

upgpkg: python-cryptography 0.8-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-03-09 10:45:22 UTC (rev 233126)
+++ PKGBUILD2015-03-09 11:59:27 UTC (rev 233127)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.7.2
+pkgver=0.8
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
python2-cryptography-vectors=$pkgver
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('a62beaac9f3a78109dba6d31db98cce9')
+md5sums=('c0871039903e8b554179fd2b30a6647d')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}


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

2015-01-16 Thread Felix Yan
Date: Saturday, January 17, 2015 @ 06:18:09
  Author: fyan
Revision: 229471

upgpkg: python-cryptography 0.7.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-17 05:12:46 UTC (rev 229470)
+++ PKGBUILD2015-01-17 05:18:09 UTC (rev 229471)
@@ -3,8 +3,8 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.7.1
-pkgrel=2
+pkgver=0.7.2
+pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -14,7 +14,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
python2-cryptography-vectors=$pkgver
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('4a933b1e01b604cee0e22ce1f9fe7c81')
+md5sums=('a62beaac9f3a78109dba6d31db98cce9')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}


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

2015-01-04 Thread Felix Yan
Date: Monday, January 5, 2015 @ 04:15:15
  Author: fyan
Revision: 228429

upgpkg: python-cryptography 0.7.1-2

fix dependency on pyasn1 (FS#43331)

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-01-05 01:34:38 UTC (rev 228428)
+++ PKGBUILD2015-01-05 03:15:15 UTC (rev 228429)
@@ -4,14 +4,15 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=0.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
 license=('Apache')
 url=http://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34'
+ 'python-pyasn1' 'python2-pyasn1')
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
python2-cryptography-vectors=$pkgver
-  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
+  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
 md5sums=('4a933b1e01b604cee0e22ce1f9fe7c81')
 
@@ -43,7 +44,7 @@
 }
  
 package_python-cryptography() {
-   depends=('python' 'python-six' 'python-cffi')
+   depends=('python-pyasn1' 'python-six' 'python-cffi')
  
cd cryptography-${pkgver}
python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
@@ -50,7 +51,7 @@
 }
  
 package_python2-cryptography() {
-   depends=('python2' 'python2-six' 'python2-cffi' 'python2-enum34')
+   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34')
  
cd cryptography-${pkgver}-python2
python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build


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

2014-12-28 Thread Felix Yan
Date: Monday, December 29, 2014 @ 05:18:34
  Author: fyan
Revision: 228124

upgpkg: python-cryptography 0.7.1-1

upstream new release

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-29 03:49:56 UTC (rev 228123)
+++ PKGBUILD2014-12-29 04:18:34 UTC (rev 228124)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.7
+pkgver=0.7.1
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -10,10 +10,10 @@
 license=('Apache')
 url=http://pypi.python.org/pypi/cryptography;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34')
-checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
+checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
python2-cryptography-vectors=$pkgver
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('bfd1094de5dbbb40f99aae5c4a5657e4')
+md5sums=('4a933b1e01b604cee0e22ce1f9fe7c81')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}


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

2014-12-17 Thread Felix Yan
Date: Thursday, December 18, 2014 @ 07:32:00
  Author: fyan
Revision: 227737

upgpkg: python-cryptography 0.7-1

upstream new release

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-12-18 06:31:36 UTC (rev 227736)
+++ PKGBUILD2014-12-18 06:32:00 UTC (rev 227737)
@@ -3,20 +3,23 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.6.1
+pkgver=0.7
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
 license=('Apache')
 url=http://pypi.python.org/pypi/cryptography;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi' 'python2-enum34')
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('1c48fd78742d85c9cffdcceb6809e45b')
+md5sums=('bfd1094de5dbbb40f99aae5c4a5657e4')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}
+
+   # Don't depend on enum34 since we already have python 3.4
+   sed -i 's/enum34,//' cryptography-${pkgver}/setup.py
 }
 
 build() {
@@ -32,11 +35,11 @@
 check() {
# Check python3 module
cd ${srcdir}/cryptography-${pkgver}
-   python3 setup.py test
+   PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-3.4:$PYTHONPATH python3 setup.py 
test
 
# Check python2 module
cd ${srcdir}/cryptography-${pkgver}-python2
-   python2 setup.py test
+   PYTHONPATH=$(pwd)/build/lib.linux-$CARCH-2.7:$PYTHONPATH python2 setup.py 
test
 }
  
 package_python-cryptography() {
@@ -47,7 +50,7 @@
 }
  
 package_python2-cryptography() {
-   depends=('python2' 'python2-six' 'python2-cffi')
+   depends=('python2' 'python2-six' 'python2-cffi' 'python2-enum34')
  
cd cryptography-${pkgver}-python2
python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build


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

2014-10-16 Thread Felix Yan
Date: Thursday, October 16, 2014 @ 14:55:41
  Author: fyan
Revision: 224631

upgpkg: python-cryptography 0.6.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-16 12:16:02 UTC (rev 224630)
+++ PKGBUILD2014-10-16 12:55:41 UTC (rev 224631)
@@ -1,9 +1,9 @@
 # $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
+# Maintainer: Felix Yan felixonm...@archlinux.org
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.6
+pkgver=0.6.1
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('674a4524f4003d4f90e63c927c18c328')
+md5sums=('1c48fd78742d85c9cffdcceb6809e45b')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}


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

2014-09-30 Thread Felix Yan
Date: Tuesday, September 30, 2014 @ 09:38:57
  Author: fyan
Revision: 223699

upgpkg: python-cryptography 0.6-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-09-30 05:57:31 UTC (rev 223698)
+++ PKGBUILD2014-09-30 07:38:57 UTC (rev 223699)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.5.4
+pkgver=0.6
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('4fd1f10e9f99009a44667fabe7980aec')
+md5sums=('674a4524f4003d4f90e63c927c18c328')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}


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

2014-08-21 Thread Felix Yan
Date: Thursday, August 21, 2014 @ 11:51:39
  Author: fyan
Revision: 220498

upgpkg: python-cryptography 0.5.4-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-21 03:41:17 UTC (rev 220497)
+++ PKGBUILD2014-08-21 09:51:39 UTC (rev 220498)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.5.3
+pkgver=0.5.4
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('51a6a303bf35bf2bd18de6a51277020b')
+md5sums=('4fd1f10e9f99009a44667fabe7980aec')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}



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

2014-08-07 Thread Felix Yan
Date: Friday, August 8, 2014 @ 07:01:56
  Author: fyan
Revision: 219490

upgpkg: python-cryptography 0.5.3-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-08 04:23:18 UTC (rev 219489)
+++ PKGBUILD2014-08-08 05:01:56 UTC (rev 219490)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('8c2d381ef263653b640a7a5d14618e4c')
+md5sums=('51a6a303bf35bf2bd18de6a51277020b')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}



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

2014-07-10 Thread Felix Yan
Date: Thursday, July 10, 2014 @ 20:26:38
  Author: fyan
Revision: 216770

upgpkg: python-cryptography 0.5.2-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-10 17:52:48 UTC (rev 216769)
+++ PKGBUILD2014-07-10 18:26:38 UTC (rev 216770)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('4b3239bc741e28e42e7aceee9d7e7d54')
+md5sums=('8c2d381ef263653b640a7a5d14618e4c')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}



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

2014-07-08 Thread Felix Yan
Date: Tuesday, July 8, 2014 @ 17:23:01
  Author: fyan
Revision: 216635

upgpkg: python-cryptography 0.5.1-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-08 15:09:51 UTC (rev 216634)
+++ PKGBUILD2014-07-08 15:23:01 UTC (rev 216635)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.5
+pkgver=0.5.1
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('584e5be4cc02be01e04d0fbdd5ea1e72')
+md5sums=('4b3239bc741e28e42e7aceee9d7e7d54')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}



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

2014-07-07 Thread Felix Yan
Date: Tuesday, July 8, 2014 @ 03:24:40
  Author: fyan
Revision: 216623

upgpkg: python-cryptography 0.5-1

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-07-07 19:32:50 UTC (rev 216622)
+++ PKGBUILD2014-07-08 01:24:40 UTC (rev 216623)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.4
+pkgver=0.5
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
   'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('d1bb13648a12eda2a54653ba113d2e84')
+md5sums=('584e5be4cc02be01e04d0fbdd5ea1e72')
 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}



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

2014-05-16 Thread Felix Yan
Date: Saturday, May 17, 2014 @ 07:31:53
  Author: fyan
Revision: 212991

upgpkg: python-cryptography 0.4-1

libgtop 2.30.0 rebuild

Modified:
  python-cryptography/trunk/PKGBUILD

--+
 PKGBUILD |   26 +-
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-05-17 03:48:00 UTC (rev 212990)
+++ PKGBUILD2014-05-17 05:31:53 UTC (rev 212991)
@@ -3,7 +3,7 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.3
+pkgver=0.4
 pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
@@ -11,20 +11,10 @@
 url=http://pypi.python.org/pypi/cryptography;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
 checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
-  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
+  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend' 'python-pyasn1' 'python2-pyasn1')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('1a9f2520acfef9489ac42fdc9a7be441')
+md5sums=('d1bb13648a12eda2a54653ba113d2e84')
 
-check() {
-   # Check python3 module
-   cd ${srcdir}/cryptography-${pkgver}
-   python3 setup.py test
-
-   # Check python2 module
-   cd ${srcdir}/cryptography-${pkgver}-python2
-   python2 setup.py test
-}
- 
 prepare() {
cp -a cryptography-${pkgver}{,-python2}
 }
@@ -38,6 +28,16 @@
cd ../cryptography-${pkgver}-python2
python2 setup.py build
 }
+
+check() {
+   # Check python3 module
+   cd ${srcdir}/cryptography-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/cryptography-${pkgver}-python2
+   python2 setup.py test
+}
  
 package_python-cryptography() {
depends=('python' 'python-six' 'python-cffi')



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

2014-04-04 Thread Felix Yan
Date: Friday, April 4, 2014 @ 11:28:46
  Author: fyan
Revision: 209789

upgpkg: python-cryptography 0.3-1

- upstream new release

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-04-04 08:57:39 UTC (rev 209788)
+++ PKGBUILD2014-04-04 09:28:46 UTC (rev 209789)
@@ -3,16 +3,17 @@
 
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
-pkgver=0.2.2
-pkgrel=2
+pkgver=0.3
+pkgrel=1
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
 license=('Apache')
 url=http://pypi.python.org/pypi/cryptography;
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi' 'python2-cffi')
-checkdepends=('python-pytest' 'python2-pytest')
+checkdepends=('python-pytest' 'python2-pytest' 'python-cryptography-vectors' 
'python2-cryptography-vectors'
+  'python-iso8601' 'python2-iso8601' 'python-pretend' 
'python2-pretend')
 
source=(http://pypi.python.org/packages/source/c/cryptography/cryptography-${pkgver}.tar.gz;)
-md5sums=('f002a442c8c5c7463bf8d2f11f6c3128')
+md5sums=('1a9f2520acfef9489ac42fdc9a7be441')
 
 check() {
# Check python3 module
@@ -48,6 +49,6 @@
 package_python2-cryptography() {
depends=('python2' 'python2-six' 'python2-cffi')
  
-   cd ${srcdir}/cryptography-${pkgver}-python2
+   cd cryptography-${pkgver}-python2
python2 setup.py install --root=${pkgdir} --optimize=1 --skip-build
 }



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

2014-03-17 Thread Felix Yan
Date: Monday, March 17, 2014 @ 07:49:27
  Author: fyan
Revision: 208032

upgpkg: python-cryptography 0.2.2-2

- python 3.4 rebuild

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 06:43:26 UTC (rev 208031)
+++ PKGBUILD2014-03-17 06:49:27 UTC (rev 208032)
@@ -4,7 +4,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A package designed to expose cryptographic recipes and primitives to 
Python developers
 arch=('i686' 'x86_64')
 license=('Apache')